Hello list,<br><br>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.<br><br><br><i style="background-color: rgb(255, 255, 255); color: rgb(255, 0, 0);">Undefined first referenced<br>
symbol in file<br>SSL_load_error_strings sslutils.o<br>SSL_write sslutils.o<br>OpenSSL_add_all_algorithms sslutils.o<br>SSL_set_fd sslutils.o<br>
SSL_free sslutils.o<br>SSL_read sslutils.o<br>SSLv23_client_method sslutils.o<br>SSL_new sslutils.o<br>SSL_CTX_new sslutils.o<br>
SSL_connect sslutils.o<br>SSL_shutdown sslutils.o<br>SSL_CTX_free sslutils.o<br>SSL_library_init sslutils.o<br>ld: fatal: Symbol referencing errors. No output written to check_http<br>
collect2: ld returned 1 exit status<br>*** Error code 1<br>make: Fatal error: Command failed for target `check_http'<br>Current working directory /tmp/nagios-plugins-1.4.14/plugins<br>*** Error code 1<br>The following command caused the error:<br>
failcom='exit 1'; \<br>for f in x $MAKEFLAGS; do \<br> case $f in \<br> *=* | --[!k]*);; \<br> *k*) failcom='fail=yes';; \<br> esac; \<br>done; \<br>dot_seen=no; \<br>target=`echo all-recursive | sed s/-recursive//`; \<br>
list='gl tap lib plugins plugins-scripts plugins-root po'; for subdir in $list; do \<br> echo "Making $target in $subdir"; \<br> if test "$subdir" = "."; then \<br> dot_seen=yes; \<br>
local_target="$target-am"; \<br> else \<br> local_target="$target"; \<br> fi; \<br> (cd $subdir && make $local_target) \<br> || eval $failcom; \<span style=""></span><br>done; \<br>
if test "$dot_seen" = "no"; then \<br> make "$target-am" || exit 1; \<br>fi; test -z "$fail"<br>make: Fatal error: Command failed for target `all-recursive'<br>Current working directory /tmp/nagios-plugins-1.4.14<br>
*** Error code 1<br>make: Fatal error: Command failed for target `all'</i><br><br>Anyone know a way to resolve this?<br><br><br>Thanks,<br>Juki<br><br>