On 03/01/2008, Alex Moen <[EMAIL PROTECTED]> wrote: > When I try to "manually" install the Perl modules... I run into the following > error when I run "make test": > > Can't load '../blib/arch/auto/NetSNMP/default_store/default_store.so' for > module > NetSNMP::default_store: libcrypto.so.6: cannot open shared object file:
> Looks like my libcrypto library is too old. I have: > > /lib/libcrypto.so.0.9.7a > /lib/libcrypto.so.4 > /usr/lib/libcrypto.a > /usr/lib/libcrypto.so > > on the system. Hmmm... That raises the question of why it is explicitly looking for libcrypto.so.6. There's nothing in either the perl code or the main library that requires a particular version of this library - it just tries to link with "-lcrypto" How have you installed the original Net-SNMP suite? (Not the perl interface, the main C library and tools) Did you compile this from scratch, or install a vendor-supplied package? Dave ------------------------------------------------------------------------- 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-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
