|
|||||||||||
|
[Nagiosplug-help] compiling plugins on sol 10
From: Peter Spatz <peter.spatz(at)xchanging.com>
Date: Tue Oct 23 2007 - 10:13:35 EDT
Hello, make fails after compiling: mkdir .libs cc -g -o check_disk check_disk.o utils.o popen.o -L/mnt/devel/compile/sun4u/sol10/nagios-plugins-1.4.8/plugins -L/usr/sfw/lib ../lib/libnagiosplug.a ../gl/libgnu.a -lnsl -lsocket Undefined first referenced symbol in file floor check_disk.o ld: fatal: Symbol referencing errors. No output written to check_disk
make: Fatal error: Command failed for target `check_disk'
Current working directory
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
make: Fatal error: Command failed for target `all' Configure String: sh ./configure --prefix=/opt/nagios --without-mysql --without-apt-get-command --with-openssl=/usr/sfw Box: SunOS 5.10 Generic_120011-14 sun4u sparc SUNW,Ultra-80 Using Sun cc. Regards, Peter Xchanging Transaction Bank GmbH - HRB 58 951 - Sitz Frankfurt - Amtsgericht Frankfurt am Main Vorsitzender des Aufsichtsrats: David Andrews - Geschaeftsfuehrer: Andreas Povel, Thomas Runge "Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtuemlich erhalten haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail ist nicht gestattet. This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden." This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ Nagiosplug-help mailing list Nagiosplug-help@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nagiosplug-help ::: Please include plugins version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null Received on Tue Oct 23 10:13:58 2007 This archive was generated by hypermail 2.1.8 : Wed Jul 16 2008 - 04:36:05 EDT |
||||||||||
|
|||||||||||