[Nagiosplug-devel] [ nagiosplug-Bugs-1614168 ] 1.4.5 - not compatible w/ OpenSSL 0.9.8d
SourceForge.net
noreply at sourceforge.net
Fri Apr 20 21:21:15 CEST 2007
Bugs item #1614168, was opened at 2006-12-12 12:40
Message generated for change (Comment added) made by dermoth
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=397597&aid=1614168&group_id=29880
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Compilation
Group: Release (specify)
>Status: Pending
Resolution: None
Priority: 5
Private: No
Submitted By: alexus (a1exus)
>Assigned to: Thomas Guyot (dermoth)
Summary: 1.4.5 - not compatible w/ OpenSSL 0.9.8d
Initial Comment:
gmake[2]: Entering directory `/home/install/nagios/nagios-plugins-1.4.5/plugins'
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -L. -L/usr/local/ssl/lib -o check_http check_http.o sslutils.o netutils.o utils.o ../lib/libnagiosplug.a ../lib/libcoreutils.a -lnsl -lresolv -lssl -lcrypto
gcc -g -O2 -o check_http check_http.o sslutils.o netutils.o utils.o -L/home/install/nagios/nagios-plugins-1.4.5/plugins -L/usr/local/ssl/lib ../lib/libnagiosplug.a ../lib/libcoreutils.a -lnsl -lresolv -lssl -lcrypto
/usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o)(.text+0x38): In function `dlfcn_load':
: undefined reference to `dlopen'
/usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o)(.text+0xa0): In function `dlfcn_load':
: undefined reference to `dlclose'
/usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o)(.text+0xc9): In function `dlfcn_load':
: undefined reference to `dlerror'
/usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o)(.text+0x13e): In function `dlfcn_unload':
: undefined reference to `dlclose'
/usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o)(.text+0x1f5): In function `dlfcn_bind_var':
: undefined reference to `dlsym'
/usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o)(.text+0x241): In function `dlfcn_bind_var':
: undefined reference to `dlerror'
/usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o)(.text+0x2d5): In function `dlfcn_bind_func':
: undefined reference to `dlsym'
/usr/local/ssl/lib/libcrypto.a(dso_dlfcn.o)(.text+0x321): In function `dlfcn_bind_func':
: undefined reference to `dlerror'
collect2: ld returned 1 exit status
gmake[2]: *** [check_http] Error 1
gmake[2]: Leaving directory `/home/install/nagios/nagios-plugins-1.4.5/plugins'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/home/install/nagios/nagios-plugins-1.4.5'
gmake: *** [all] Error 2
[root at localhost nagios-plugins-1.4.5]#
----------------------------------------------------------------------
>Comment By: Thomas Guyot (dermoth)
Date: 2007-04-20 15:21
Message:
Logged In: YES
user_id=375623
Originator: NO
I just realized my prod servers are all using openssl-0.9.8d and I I never
had any trouble compiling OpenSSL (I compiled 1.4.6 to .8 on them and
possibly 1.4.5 as well)
Also:
$ strings /usr/lib/libcrypto.a|grep dlopen
dlopen
I'm setting this bug to pending. Unless you can reproduce it on the latest
release and provide me with more details on your distribution and where
your ssl libraries came from this bug report will be closed.
Thanks
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=397597&aid=1614168&group_id=29880
More information about the Devel
mailing list