I have been battling the install.sh on a FC3 box for a few days and have been resolving each issue as it arises.  I am not having this problem which I can not resolve, it appears to be linked to OpenSSL.  I have tried to install OpenSSL 0.9.8b but it appears to still fail.  Are there certain parameters that I should be passing during the compile of OpenSSL, also I have read that I need libssl-dev package... is this the same as the above mentioned files from OpenSSL or is this a different package.
 
Any assistance would be greatly appreciated.
 
Thank you. 
 
 
gmake[3]: Leaving directory `/usr/local/src/zenoss-0.22.1/build/nagios-plugins-1.4.3/plugins/tests'
gmake[3]: Entering directory `/usr/local/src/zenoss-0.22.1/build/nagios-plugins-1.4.3/plugins'
if gcc -DLOCALEDIR=\"/usr/local/zenoss/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../lib -I../intl   -I/usr/local/ssl/include  -I/usr/local/ssl/include -Wall -g -O2 -MT check_disk.o -MD -MP -MF ".deps/check_disk.Tpo" -c -o check_disk.o check_disk.c; \
then mv -f ".deps/check_disk.Tpo" ".deps/check_disk.Po"; else rm -f ".deps/check_disk.Tpo"; exit 1; fi
check_disk.c:47: warning: 'inode_format' defined but not used
if gcc -DLOCALEDIR=\"/usr/local/zenoss/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../lib -I../intl   -I/usr/local/ssl/include  -I/usr/local/ssl/include -Wall -g -O2 -MT utils.o -MD -MP -MF ".deps/utils.Tpo" -c -o utils.o utils.c; \
then mv -f ".deps/utils.Tpo" ".deps/utils.Po"; else rm -f ".deps/utils.Tpo"; exit 1; fi
if gcc -DLOCALEDIR=\"/usr/local/zenoss/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../lib -I../intl   -I/usr/local/ssl/include  -I/usr/local/ssl/include -Wall -g -O2 -MT popen.o -MD -MP -MF ".deps/popen.Tpo" -c -o popen.o popen.c; \
then mv -f ".deps/popen.Tpo" ".deps/popen.Po"; else rm -f ".deps/popen.Tpo"; exit 1; fi
/bin/sh ../libtool --mode=link --tag=CC gcc -Wall -g -O2  -L. -R/usr/local/ssl/lib -o check_disk  check_disk.o utils.o ../lib/libnagiosplug.a ../lib/libcoreutils.a popen.o -lssl -lcrypto
mkdir .libs
gcc -Wall -g -O2 -o check_disk check_disk.o utils.o popen.o  -L/usr/local/src/zenoss-0.22.1/build/nagios-plugins-1.4.3/plugins ../lib/libnagiosplug.a ../lib/libcoreutils.a -lssl -lcrypto -Wl,--rpath -Wl,/usr/local/ssl/lib
/usr/bin/ld: cannot find -lssl
collect2: ld returned 1 exit status
gmake[3]: *** [check_disk] Error 1
gmake[3]: Leaving directory `/usr/local/src/zenoss-0.22.1/build/nagios-plugins-1.4.3/plugins'
gmake[2]: *** [install-recursive] Error 1
gmake[2]: Leaving directory `/usr/local/src/zenoss-0.22.1/build/nagios-plugins-1.4.3/plugins'
gmake[1]: *** [install-recursive] Error 1
gmake[1]: Leaving directory `/usr/local/src/zenoss-0.22.1/build/nagios-plugins-1.4.3'
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to