[Nagiosplug-help] configure nagios-plugins-1.4.10 on solaris
David Rivera
rivera01 at sbcglobal.net
Thu Oct 11 18:02:22 CEST 2007
Hi list
I am having the following issue, I have search thew web and notice plenty of people have had my same issue, but I have not run across a post with a resolution. Any help would be helpful.
I run the configure command, it *seems* to be fine, but once I run make, it bombs with...
-----
LD_LIBRARY_PATH=/usr/local/ssl/lib:
PATH=/bin:/usr/ccs/bin:/usr/local/bin:/usr/local/sbin:/usr/local/etc:/usr/bin:/bin:/sbin:/usr/sbin:
-----
cc -g -O2 -o check_http check_http.o sslutils.o netutils.o utils.o -L/tmp/nagios-plugins-1.4.10/plugins ../lib/libnagiosplug.a ../gl/libgnu.a -lresolv -lssl -lcrypto -lnsl -lsocket
Undefined first referenced
symbol in file
OpenSSL_add_all_algorithms sslutils.o
ld: fatal: Symbol referencing errors. No output written to check_http
collect2: ld returned 1 exit status
*** Error code 1
make: Fatal error: Command failed for target `check_http'
Current working directory /tmp/nagios-plugins-1.4.10/plugins
*** Error code 1
The following command caused the error:
failcom='exit 1'; \
for f in x $MAKEFLAGS; do \
case $f in \
*=* | --[!k]*);; \
*k*) failcom='fail=yes';; \
esac; \
done; \
dot_seen=no; \
target=`echo all-recursive | sed s/-recursive//`; \
list='gl lib plugins plugins-scripts plugins-root po'; for subdir in $list; do \
echo "Making $target in $subdir"; \
if test "$subdir" = "."; then \
dot_seen=yes; \
local_target="$target-am"; \
else \
local_target="$target"; \
fi; \
(cd $subdir && make $local_target) \
|| eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
make "$target-am" || exit 1; \
fi; test -z "$fail"
make: Fatal error: Command failed for target `all-recursive'
Current working directory /tmp/nagios-plugins-1.4.10
*** Error code 1
- David Rivera (drivera)
-----------------------
The mailing list archive is found here:
http://www.nagiosexchange.org/nagiosplug-help.32.0.html
More information about the Help
mailing list