[Nagiosplug-help] nagios plugins (1.4.111) install error
chris friesen
cfriesen at telenium.ca
Tue May 20 19:36:22 CEST 2008
I do see /usr/local/ssl/lib and I see /usr/lib both contain the libssl*
and libcrypto*(see below).
When I try to ./configure --with-openssl=/usr The config.status reports
"-with-openssl:no" so it doesn't appear to find SSL with that option.
And I tried a few others to no avail.
/usr/local/ssl/lib/pkgconfig/libssl.pc
/usr/local/ssl/lib/libssl.a
/usr/lib/libssl.so.0.9.7
/usr/lib/libssl.so.0
/usr/lib/pkgconfig/libssl.pc
/usr/lib/libssl.a
/usr/lib/libssl.so
Thomas Guyot-Sionnest wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On 16/05/08 04:18 PM, chris friesen wrote:
>
>> I'm running Slackware 9.1.0 and I am trying to install the Nagios
>> plugins (1.4.11) and receive the error below, when I run make.
>>
>> I can't tell what it is I need to do. It appears to not like
>> libcrypto.a I have the most current version of openssl.
>>
>> Anybody else have this issue ?
>>
>
> This comes back regularly, although we haven't really identified a "one
> size fit all" fix...
>
>
>> /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -L.
>> -L/usr/local/ssl/lib -o check_http check_ht tp.o sslutils.o netutils.o
>> utils.o ../lib/libnagiosplug.a ../gl/libgnu.a -lnsl -lresolv -lssl
>> -lcryp to
>> gcc -g -O2 -o check_http check_http.o sslutils.o netutils.o utils.o
>> -L/usr/src/nagios-plugins-1.4.11 /plugins -L/usr/local/ssl/lib
>> ../lib/libnagiosplug.a ../gl/libgnu.a -lnsl -lresolv -lssl -lcrypto
>>
>
> - -L/usr/local/ssl/lib?? Shouldn't OpenSSL be installed from slackware
> packages?
>
> Could you check is you have any libssl* and libcrypto* in /usr/lib/ ? Is
> so, add "--with-openssl=/usr" to your configure command.
>
> The fact that it detects /usr/local as your OpenSSL installation path
> makes me think you have another OpenSSL lib that's not from Slackware,
> and that you're having problem linking with it.
>
> Thomas
>
>
>
More information about the Help
mailing list