[Nagiosplug-help] nagios plugins (1.4.111) install error
chris friesen
cfriesen at telenium.ca
Fri May 16 22:18:36 CEST 2008
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 ?
/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
/usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o)(.text+0x35): In function
`dlfcn_load':
: undefined reference to `dlopen'
/usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o)(.text+0x95): In function
`dlfcn_load':
: undefined reference to `dlclose'
/usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o)(.text+0xbc): In function
`dlfcn_load':
: undefined reference to `dlerror'
/usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o)(.text+0x147): In function
`dlfcn_bind_var':
: undefined reference to `dlsym'
/usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o)(.text+0x172): In function
`dlfcn_bind_var':
: undefined reference to `dlerror'
/usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o)(.text+0x237): In function
`dlfcn_bind_func':
: undefined reference to `dlsym'
/usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o)(.text+0x262): In function
`dlfcn_bind_func':
: undefined reference to `dlerror'
/usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o)(.text+0x51b): In function
`dlfcn_unload':
: undefined reference to `dlclose'
collect2: ld returned 1 exit status
make[2]: *** [check_http] Error 1
make[2]: Leaving directory `/usr/src/nagios-plugins-1.4.11/plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/nagios-plugins-1.4.11'
make: *** [all] Error 2
More information about the Help
mailing list