ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Ethereal-users: RE: [Ethereal-users] small (solved) problem with ethereal-0.8.18' s snmp suppor

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "HOOD, Andy" <ahood@xxxxxxxxxxxxxx>
Date: Fri, 6 Jul 2001 13:14:08 +1000
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