Installing Nagios-Plugins [make errors]

Juki juki.emma at gmail.com
Mon Apr 19 07:38:22 CEST 2010


Hello list,

I have encountered the following 'make' error while trying to compile
nagios-plugins-1.4.14 (after successfully running the 'configure' command)
on a Solaris 10 client host.


*Undefined                       first referenced
 symbol                             in file
SSL_load_error_strings              sslutils.o
SSL_write                           sslutils.o
OpenSSL_add_all_algorithms          sslutils.o
SSL_set_fd                          sslutils.o
SSL_free                            sslutils.o
SSL_read                            sslutils.o
SSLv23_client_method                sslutils.o
SSL_new                             sslutils.o
SSL_CTX_new                         sslutils.o
SSL_connect                         sslutils.o
SSL_shutdown                        sslutils.o
SSL_CTX_free                        sslutils.o
SSL_library_init                    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.14/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 tap 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.14
*** Error code 1
make: Fatal error: Command failed for target `all'*

Anyone know a way to resolve this?


Thanks,
Juki
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.monitoring-lists.org/archive/users/attachments/20100419/25b86645/attachment.html>
-------------- next part --------------
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
-------------- next part --------------
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null


More information about the Users mailing list