|
From: Mike H. <mh...@ua...> - 2007-10-24 15:16:59
|
Howdy, if it is a 64bit system, you might need both 32bit and 64bit versions of openssl and openssl-devel installed. =20 I believe I had to do that on my SLES9 PPC64 systems. =20 ________________________________ From: nag...@li... [mailto:nag...@li...] On Behalf Of mar...@ac... Sent: Wednesday, October 24, 2007 08:44 To: nag...@li... Subject: [Nagios-users] Nagios Plugins 2.10 build problem =20 I am having an issue with an up to date SLES 9.3 server and the latest release of Nagios Plugins. I have the proper devel packages installed as shown below but the plugins still will not build:=20 if gcc -DLOCALEDIR=3D\"/usr/local/nagios/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../lib -I../gl -I../intl -I/usr/local/ssl/include -I/usr/local/ssl/include -g -O2 -MT check_http.o -MD -MP -MF ".deps/check_http.Tpo" -c -o check_http.o check_http.c; \=20 then mv -f ".deps/check_http.Tpo" ".deps/check_http.Po"; else rm -f ".deps/check_http.Tpo"; exit 1; fi=20 /bin/sh ../libtool --tag=3DCC --mode=3Dlink gcc -g -O2 -L. -L/usr/local/ssl/lib -o check_http check_http.o sslutils.o netutils.o utils.o ../lib/libnagiosplug.a ../gl/libgnu.a -lnsl -lresolv -lssl -lcrypto=20 gcc -g -O2 -o check_http check_http.o sslutils.o netutils.o utils.o -L/root/scratch/nagios-plugins-1.4.10/plugins -L/usr/local/ssl/lib ../lib/libnagiosplug.a ../gl/libgnu.a -lnsl -lresolv -lssl -lcrypto=20 /usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o)(.text+0x247): In function `dlfcn_bind_func':=20 : undefined reference to `dlsym'=20 /usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o)(.text+0x293): In function `dlfcn_bind_func':=20 : undefined reference to `dlerror'=20 /usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o)(.text+0x323): In function `dlfcn_bind_var':=20 : undefined reference to `dlsym'=20 /usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o)(.text+0x391): In function `dlfcn_bind_var':=20 : undefined reference to `dlerror'=20 /usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o)(.text+0x3eb): In function `dlfcn_unload':=20 : undefined reference to `dlclose'=20 /usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o)(.text+0x485): In function `dlfcn_load':=20 : undefined reference to `dlopen'=20 /usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o)(.text+0x4e5): In function `dlfcn_load':=20 : undefined reference to `dlclose'=20 /usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o)(.text+0x50e): In function `dlfcn_load':=20 : undefined reference to `dlerror'=20 ~/scratch/nagios-plugins-1.4.10 # rpm -qa | grep ssl=20 openssl-0.9.7d-15.32=20 openssl-devel-0.9.7d-15.32=20 I cannot see a requirement in ./configure for a newer version. I tried to use gnutls and met with the same sort of issue. I feel it is something obvious I am missing. Any help would be appreciated.=20 Best Regards, Mark L. Potter Systems Engineer Academy Sports & Outdoors |