[Nagiosplug-help] Trouble "making" plugins on Solaris x86 10

Jim Lipsey lipsej at blueridgepaper.com
Mon Aug 13 22:04:59 CEST 2007


Hello-
Here is the error output I get when I try to make the 1.4.9 plugins:

brsnort# make
make  all-recursive
Making all in gl
make  all-am
Making all in lib
Making all in tests
Making all in plugins
/bin/bash ../libtool --tag=CC --mode=link gcc  -g -O2   -L. -o 
check_http  check_http.o sslutils.o netutils.o utils.o 
../lib/libnagiosplug.a ../gl/libgnu.a  -lnsl -lsocket -lresolv -lssl 
-lcrypto -lnsl -lsocket
gcc -g -O2 -o check_http check_http.o sslutils.o netutils.o utils.o  
-L/tmp/nagios-plugins-1.4.9/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.9/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.9
*** Error code 1
make: Fatal error: Command failed for target `all'
brsnort#


Can you help me?

Thanks!
Jim Lipsey
Blue Ridge Paper Products




More information about the Help mailing list