[rrd-users] RRDTool as a server in Solaris
Steve Shipway
s.shipway at auckland.ac.nz
Wed Dec 1 22:35:40 CET 2010
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
s.shipway at auckland.ac.nz<mailto:s.shipway at auckland.ac.nz>
Ph: +64 9 373 7599 ext 86487
________________________________
From: rrd-users-bounces+s.shipway=auckland.ac.nz at lists.oetiker.ch [rrd-users-bounces+s.shipway=auckland.ac.nz at lists.oetiker.ch] on behalf of Jose Ignacio Gil Jaldo [naranja82 at gmail.com]
Sent: Thursday, 2 December 2010 9:04 a.m.
To: rrd-users at lists.oetiker.ch
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?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.oetiker.ch/pipermail/rrd-users/attachments/20101201/fef9a9ff/attachment.htm
More information about the rrd-users
mailing list