in reply to Net::Pcap + Solaris10 x86 : runtime error madness
That, or see if you can get Net::Pcap to compile statically. I had some luck with this while working with disagreeable libs in win32:
perl Makefile.PL LINKTYPE=static # recommended
(Quoted from ExtUtils::MakeMaker.)
UPDATE/response: maybe, maybe not. Suppose there's shared versions of the lib hanging around. It's better to make sure /usr/local/lib is at the top of the libpath and to use LINKTYPE=static to make sure you're pulling in a .a instead of a .so
-Paul
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Net::Pcap + Solaris10 x86 : runtime error madness
by Anonymous Monk on May 27, 2009 at 13:10 UTC |