Anonymous - 2006-08-01

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