Ethereal-users: Re: [Ethereal-users] problem with running config and SNMP

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

From: Guy Harris <guy@xxxxxxxxxx>
Date: Fri, 18 May 2001 12:06:10 -0700 (PDT)
> Can someone give me a hand with this one?

Try either

	./configure --with-ssl=/usr

(or the parent directory of whatever directory has "libcrypto.a" or
"libcrypto.so" in it - if it's in "/usr/local/lib", for example, do
"--with-ssl=/usr/local")), or, if that doesn't work,

	./configure --disable-snmp

(which doesn't disable dissection of SNMP, it just disables use of the
SNMP library to get an interpretation of SNMP OIDs and the like).