[Nagiosplug-help] 1.4.5 compile problem

Holger Weiss holger at CIS.FU-Berlin.DE
Fri Feb 2 14:10:31 CET 2007


* David Rooney <rooneyd at gmail.com> [2007-02-02 09:31]:
> gcc -o check_http check_http.o sslutils.o netutils.o utils.o
> -L/export/home/nagios/nagios-plugins-1.4.5/plugins ../lib/libnagiosplug.a
> ../lib/libcoreutils.a -lnsl -lsocket -lresolv
> Undefined                       first referenced
> symbol                             in file
> SSL_load_error_strings              sslutils.o

The linker cannot find your OpenSSL installation.  Try

	./configure --with-openssl=/path/to/ssl

or set the environment variable $LDFLAGS to "/path/to/ssl/lib" prior to
running ./configure.  If you don't need SSL at all, you could also
disable it using "./configure --without-openssl".

Holger

-- 
PGP fingerprint:  F1F0 9071 8084 A426 DD59  9839 59D3 F3A1 B8B5 D3DE




More information about the Help mailing list