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:
[r...@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
[r...@gytha collectd]# 

working system:
[r...@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
[r...@evadne collectd]# 


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

./jp
-- 
Jean-Paul Blaquiere
[email protected]




_______________________________________________
collectd mailing list
[email protected]
http://mailman.verplant.org/listinfo/collectd

Reply via email to