SNMP on Sun Solaris 5.8

hello,

I have installer netsnmp on sun solaris 5.10, bur when I write this:

 
 
/usr/local/bin/snmpwalk -v1 -c public localhost
 

I have this error:

 
ld.so.1: snmpwalk: fatal : libcrypto.so.0.9.8 :  failed to open: no such file or directory

can any one help me please

thanks

Can this be of any help?

hi,

have you solaris 10 or solaris 8 ( the title indicates 8 but your description indicates 10) ?

On solaris 10, snmpwalk is on the directory /usr/sfw/bin.

the error message indicates that you probably need to install openssl.

I have two versions installed on 2 machines.
In the solaris 10, it displays me:

ld.so.1: snmpwalk: fatal : libcrypto.so.0.9.8 :  failed to open: no such file or directory

and in solaris 8:

ld.so.1: snmpwalk: fatal : libcrypto.so.0.9.7 :  failed to open: no such file or directory

As the error message suggests, you need to install libcrypto.

package libcrypto does not exists on sunfreeware. This libraries is on package openssl

hello,

I have instlled openssl-1.0.0.a-sol10-sparc-local in my solaris 10 machine, but whe i execute:

snmpwalk -v1 -c public localhost

I displays me:

ld.so.1: snmpwalk: fatal: /usr/local/ssl/lib/libcrypto.so.0.9.8:format of ELF date erroneous : ELFDATAEMSB

can you help me please

thanks

Hi,

Try this :

  • remove this version of package
  • install this version openssl-0.9.8o-sol10-sparc-local

But the simplest way is to use the default snmpwalk on the directory /usr/sfw/bin.