On Wed, 2008-03-26 at 17:07 -0400, Azam Syed wrote:
> I loaded openssl 0.9.8g and when I complie Nagios plugin it says yes
> next to openssl, but when I do the make I get the following. I
> complied Nagios plugin with [EMAIL PROTECTED]
> nagios-plugins-1.4.11]# ./configure --prefix=/usr/local/nagios/libexec
> --with-ssl-dir=/usr/local/ssl --with-libs=-ldl”
> 
>  
> 
> .o sslutils.o netutils.o utils.o ../lib/libnagiosplug.a ../gl/libgnu.a
> -lnsl -lresolv -lssl -lcrypto 
> 
> gcc -g -O2 -o check_http check_http.o sslutils.o netutils.o utils.o
> -L/root/downloads/Nagios-3.0rc2/nagios-plugins-1.4.11/plugins
> -L/usr/local/ssl/lib ../lib/libnagiosplug.a ../gl/libgnu.a -lnsl
> -lresolv -lssl -lcrypto

I haven't a clue what "Nagios" is, but it's clear from the output that
the link step did not include the trailing "-ldl" that you need. One can
only presume that "--with-libs=-ldl" isn't the configure switch you
require. As for how to fix this, you'd need to take that up with
"Nagios", whoever and wherever they might be.

Cheers,
Geoff



______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to