Hello list,<br><br>I'm running Solaris 10 on a client host and I'm in the processing of installing and compiling the nagios-plugins (v1.4.14). However, I have encountered the following<br>error and can't seem to get around it;<br>
<br><br><i style="color: rgb(255, 0, 0);">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; \<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><br>Anyone encountered this before? Any pointers?<br>
<br><br>Thanks in advance,<br>Juki<br>