Ethereal-dev: [Ethereal-dev] RE: sprint_objid on ethereal 0.8.19

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

From: GOMEZ Henri <hgomez@xxxxxxx>
Date: Tue, 18 Sep 2001 14:28:03 +0200
>Guy, I think there is a minor bug in acinclude.m4, but that 
>isn't the cause
>of Henri's problem. Patch against 0.8.19.
>
>--- acinclude.m4.~001~  Tue Sep 18 09:00:32 2001
>+++ acinclude.m4        Tue Sep 18 09:00:32 2001
>@@ -416,7 +416,6 @@
>                )


The problem was with a dreaded openssl released 
by ximian, which require libld !!!! to be linked
against libcrypto

>        else
>-                 -lcrypto
>                AC_MSG_RESULT(not required)
>        fi
>
>Henri,
>Was your version of ucd-snmp built using SSL or OpenSSL? The usual RPMs
>require OpenSSL.
>
>Do you have SSL or OpenSSL installed?
>
>You have specified "-with-ssl". That is shorthand for
>-with-ssl=/usr/local/ssl. If it is somewhere else you need to specify
>"-with-ssl=/path/to/ssl"
>