compiling abort with
/bin/sh ../libtool --mode=link --tag=CC gcc -Wall -
L=/usr/local/ssl/lib -L. -R/usr/local/ssl/lib -o
check_disk check_disk.o
utils.o ../lib/libnagiosplug.a ../lib/libcoreutils.a
popen.o ../intl/libintl.a -liconv -lssl -lcrypto
../libtool[1654]: =/usr/local/ssl/lib: not found
Tryinf do take a work-around: The Option
./configure --disable-ssl
has no effect !
The SSL/SSH-Version working (Source-Installation)
/usr/local/bin/ssh -v
OpenSSH_4.3p2, OpenSSL 0.9.8a 11 Oct 2005
contents of /usr/local/ssl/lib:
drwxr-xr-x 2 root system 256 17 Mär
18:47 engines
-rw-r--r-- 1 root system 3255701 17 Mär
18:47 libcrypto.a
-rw-r--r-- 1 root system 555720 17 Mär
18:47 libssl.a
drwxr-xr-x 2 root system 256 17 Mär
18:47 pkgconfig
gcc version 3.4.3
Logged In: YES
user_id=270360
on AIX 5.3 i successfully compiled it using these parameters:
%configure \
--prefix=%{_libdir}/nagios/plugins \
--libexecdir=%{_libdir}/nagios/plugins \
--with-cgiurl=%{cgi_url} \
--disable-nls \
--with-openssl=/usr/linux \
--without-ipv6
header and libraries are provided by:
# rpm -qa | grep ssl
openssl-0.9.7d-1
openssl-devel-0.9.7d-1
these packages put their files in /usr/linux/{bin,lib,include}
regards,
-ap