[rrd-users] RRDTOOL make install errors
Robert
rgoud at yahoo.com
Mon Jun 23 22:22:56 CEST 2008
Hi list,
Every single version of rrdtool I tried on Solaris 10 is failing on "make install", any suggestions? and binaries downloaded from Soilaris freeware are missing RRDs.so in
/usr/local/rrdtool-1.2.15/lib/perl/5.8.4/sun4-solaris-64int/auto
ld: fatal: Symbol referencing errors. No output written to .libs/rrdtoolmodule.so
collect2: ld returned 1 exit status
*** Error code 1
make: Fatal error: Command failed for target `rrdtoolmodule.so'
Current working directory /export/home/raj/rrdtool-1.2.19/bindings/python
*** 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=' python'; 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 /export/home/raj/rrdtool-1.2.19/bindings
*** 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='src bindings doc examples'; 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 /export/home/raj/rrdtool-1.2.19
*** Error code 1
make: Fatal error: Command failed for target `all'
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.oetiker.ch/pipermail/rrd-users/attachments/20080623/61fe7153/attachment.html
More information about the rrd-users
mailing list