Hi Steve,<br><br>I tried. However, I&#39;ve been trying truss and ldd to check if the necessary libraries exists but I didn&#39;t get any clue.<br><br>I&#39;ve found that library but in the end it says:<br>/opt/csw/lib/i386/librrd.so.4: symbol isnan: referenced symbol not found<br>
<br>which from my point of view could mean that there is a version mismatch.<br><br>There&#39;s something strange I&#39;ve seen and it&#39;s that I have two different directory branches with similar libraries:<br><br>/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.<br>
<br>Thanks<br><br><div class="gmail_quote">On Wed, Dec 1, 2010 at 10:35 PM, Steve Shipway <span dir="ltr">&lt;<a href="mailto:s.shipway@auckland.ac.nz">s.shipway@auckland.ac.nz</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">





<div>
<div style="direction: ltr; font-family: Tahoma; color: rgb(0, 0, 0); font-size: 13px;">
<div> 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).<br>
<br>
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...<br>
<br>
LD_LIBRARY_PATH=/usr/lib:/lib:/opt/csw/lib:/opt/csw/lib/i386:/usr/local/lib rrdtool<br>
<br>
If you dont have these installed, then check the dependencies of the rrdtool package you installed and install the corresponding C library packages<br>
<br>
Steve<br>
</div>
<div><br>
<div style="font-family: Tahoma; font-size: 13px;"><div class="im">
<div style="font-family: Tahoma; font-size: 13px;"><b>Steve Shipway</b></div>
<div style="font-family: Tahoma; font-size: 13px;">University of Auckland ITS</div>
<div style="font-family: Tahoma; font-size: 13px;"><i>UNIX Systems Design Lead</i></div>
</div><div class="im"><div style="font-family: Tahoma; font-size: 13px;"><a href="mailto:s.shipway@auckland.ac.nz" target="_blank">s.shipway@auckland.ac.nz</a></div>
</div><div class="im"><div style="font-family: Tahoma; font-size: 13px;">Ph: +64 9 373 7599 ext 86487</div>
<div style="font-family: Tahoma; font-size: 13px;"><i></i> </div>
</div></div>
</div>
<div style="font-family: Times New Roman; color: rgb(0, 0, 0); font-size: 16px;">
<hr>
<div style="direction: ltr;"><font size="2" color="#000000" face="Tahoma"><b>From:</b> rrd-users-bounces+s.shipway=<a href="http://auckland.ac.nz" target="_blank">auckland.ac.nz</a>@<a href="http://lists.oetiker.ch" target="_blank">lists.oetiker.ch</a> [rrd-users-bounces+s.shipway=<a href="http://auckland.ac.nz" target="_blank">auckland.ac.nz</a>@<a href="http://lists.oetiker.ch" target="_blank">lists.oetiker.ch</a>] on behalf of Jose Ignacio Gil Jaldo
 [<a href="mailto:naranja82@gmail.com" target="_blank">naranja82@gmail.com</a>]<br>
<b>Sent:</b> Thursday, 2 December 2010 9:04 a.m.<div class="im"><br>
<b>To:</b> <a href="mailto:rrd-users@lists.oetiker.ch" target="_blank">rrd-users@lists.oetiker.ch</a><br>
</div><b>Subject:</b> Re: [rrd-users] RRDTool as a server in Solaris<br>
</font><br>
</div>
<div></div>
<div>Hi,<br><div class="im">
<br>
I&#39;ve managed to install rrdtool using your instructions! Thanks a lot!<br>
<br>
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:<br>
ld.so.1: rrdtool: fatal: libm.so.2: open failed: No such file or directory<br>
ld.so.1: rrdtool: fatal: libmp.so.2: open failed: No such file or directory<br>
ld.so.1: rrdtool: fatal: libscf.so.1: open failed: No such file or directory<br>
ld.so.1: rrdtool: fatal: libXext.so.0: open failed: No such file or directory<br>
ld.so.1: rrdtool: fatal: libmp.so.2: open failed: No such file or directory<br>
ld.so.1: rrdtool: fatal: libscf.so.1: open failed: No such file or directory<br>
ld.so.1: rrdtool: fatal: relocation error: file /opt/csw/lib/i386/librrd.so.4: symbol isnan: referenced symbol not found<br>
<br>
I installed rrdtool using:<br>
pkgutil -i rrdtool<br>
<br>
Does someone know what can be causing this problem?<br>
<br>
<br>
</div></div>
</div>
</div>

</div>

</blockquote></div><br>