This is a discussion on Re: Problem with installation net-snmp ver. 5.4.1 within the SNMP Coders forums, part of the Networking and Network Related category; Jam wrote: > perl -V [...] > libc=/lib/libc-2.5.so, so=so, useshrplib=false, libperl=libperl.a [...] > ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Jam wrote:
> perl -V [...] > libc=/lib/libc-2.5.so, so=so, useshrplib=false, libperl=libperl.a [...] > but I don`t have libperl.so in my system That's exactly the problem. You either need to: - find a Slackware 12 Perl package that includes libperl.so, or - build your own Perl with libperl.so support (see the similar instructions in README.solaris) - configure --disable-embedded-perl :-( +Thomas ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/...et-snmp-coders |