Hi Steve, I tried. However, I've been trying truss and ldd to check if the necessary libraries exists but I didn't get any clue.
I've found that library but in the end it says: /opt/csw/lib/i386/librrd.so.4: symbol isnan: referenced symbol not found which from my point of view could mean that there is a version mismatch. There's something strange I've seen and it's that I have two different directory branches with similar libraries: /opt/csw/lib and /export/home/opt/csw/lib most of the required libraries seem to be in /export/home/opt/csw/lib (as you mention maybe that directory is not in library classpath. Thanks On Wed, Dec 1, 2010 at 10:35 PM, Steve Shipway <[email protected]>wrote: > You have missing libraries. Either you have not installed the required > libraries, or else they cannot be found (because they are not in the library > path). > > If you have libm.so.2 on your system (look in /lib, /usr/lib, /opt/csw/lib, > /usr/local/lib...) then add the location to LD_LIBRAYR_PATH... > > LD_LIBRARY_PATH=/usr/lib:/lib:/opt/csw/lib:/opt/csw/lib/i386:/usr/local/lib > rrdtool > > If you dont have these installed, then check the dependencies of the > rrdtool package you installed and install the corresponding C library > packages > > Steve > > *Steve Shipway* > University of Auckland ITS > *UNIX Systems Design Lead* > [email protected] > Ph: +64 9 373 7599 ext 86487 > ** > ------------------------------ > *From:* > [email protected][rrd-users-bounces+s.shipway= > [email protected]] on behalf of Jose Ignacio Gil Jaldo [ > [email protected]] > *Sent:* Thursday, 2 December 2010 9:04 a.m. > > *To:* [email protected] > *Subject:* Re: [rrd-users] RRDTool as a server in Solaris > > Hi, > > I've managed to install rrdtool using your instructions! Thanks a lot! > > However, my installation is not correct because when I run it (by run I > mean giving instructions to generate things) I get an error due to lacking > dynamic dependencies. The error is the following: > ld.so.1: rrdtool: fatal: libm.so.2: open failed: No such file or directory > ld.so.1: rrdtool: fatal: libmp.so.2: open failed: No such file or directory > ld.so.1: rrdtool: fatal: libscf.so.1: open failed: No such file or > directory > ld.so.1: rrdtool: fatal: libXext.so.0: open failed: No such file or > directory > ld.so.1: rrdtool: fatal: libmp.so.2: open failed: No such file or directory > ld.so.1: rrdtool: fatal: libscf.so.1: open failed: No such file or > directory > ld.so.1: rrdtool: fatal: relocation error: file > /opt/csw/lib/i386/librrd.so.4: symbol isnan: referenced symbol not found > > I installed rrdtool using: > pkgutil -i rrdtool > > Does someone know what can be causing this problem? > > >
_______________________________________________ rrd-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users
