[collectd] Installing collectd on Solaris hosts

Jean-Paul Blaquiere jeanpaul at blaquiere.id.au
Sun Jan 9 15:33:12 CET 2011


Thank you for the ldd check.  I had neglected to run that one, assuming that I had the right libraries installed already.
It picked up the fact that I did not have the gcc3 run time libraries installed on my prod zones, only the gcc4 run times.  collectd is referencing the gcc3 libraries.  added them and it appears to be fixed.
Thank you.

broken system:
[root at gytha collectd]# ldd /opt/collectd/lib/libcollectdclient.so
        libc.so.1 =>     /lib/libc.so.1
        libgcc_s.so.1 =>         (file not found)
        libm.so.2 =>     /lib/libm.so.2
[root at gytha collectd]# 

working system:
[root at evadne collectd]# ldd /opt/collectd/lib/libcollectdclient.so
        libc.so.1 =>     /lib/libc.so.1
        libgcc_s.so.1 =>         /opt/csw/lib/libgcc_s.so.1
        libm.so.2 =>     /lib/libm.so.2
[root at evadne collectd]# 


> See: <http://www.sunfreeware.com/pkgadd.html>
> 
ahhh just the thing.   Midnight reading.  thank you.
 

./jp
-- 
Jean-Paul Blaquiere
jeanpaul at blaquiere.id.au






More information about the collectd mailing list