Ethereal-users: RE: [Ethereal-users] small (solved) problem with ethereal-0.8.18' s snmp suppor
Chris,
>From which version of the ethereal source are you building?
0.8.18 does not automatically find SSL. If {net|ucd}-snmp was build with SSL
you must tell configure where to find it i.e. -with-ssl=/usr/local
The version in CVS does check for /usr/local/ssl/lib/libcrypto.{a,so}. You
might need to say -with-ssl=yes or possibly even -with-ssl=/usr/local since
yours is in /usr/local/lib
Regards,
Andrew Hood
A distributed system is one in which the failure of a computer you didn't
even know existed can render your own computer unusable. -- Leslie Lamport,
as quoted in CACM, June 1992
-----Original Message-----
From: Chris Sylvain [mailto:csylvain@xxxxxxxxx]
Sent: Friday, 6 July 2001 01:33
To: HOOD, Andy
Subject: Re: [Ethereal-users] small (solved) problem with
ethereal-0.8.18' s snmp support
Thank you so much for your response. Sorry for the delay, but I was out of
town for a week.
The ethereal configure was detecting SSL and SNMP, and the SNMP was
configured with SSL support. It's just that the check ethereal was
doing to confirm a working SNMP+SSL was failing.
Here's what my library files look like:
$ ls -l /usr/local/lib/libsnm*
-rwxr-xr-x 1 root other 1359364 Jun 18 12:53
/usr/local/lib/libsnmp-0.4.2.1.so*
-rw-r--r-- 1 root other 1508460 Jun 19 17:23
/usr/local/lib/libsnmp.a
-rwxr-xr-x 1 root other 649 Jun 18 12:53
/usr/local/lib/libsnmp.la*
lrwxrwxrwx 1 root other 18 Jun 18 12:53
/usr/local/lib/libsnmp.so -> libsnmp-0.4.2.1.so*
$ ls -l /usr/local/lib/libcry*
-rw-r--r-- 1 root other 1568168 Jun 18 12:15
/usr/local/lib/libcrypto.a