<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr; font-family: Tahoma; color: rgb(0, 0, 0); font-size: 13px;">
<div style="">I think '<span style="font-weight: bold;">isnan</span>' is a symbol in the libm maths library; the error message you give seems to indicate that librrd is loading, but is trying to access a symbol that doesnt exist.&nbsp;
<br>
<br>
Checking the current version on RHEL5, I see that <span style="font-weight: bold;">
isnan </span>is now a <span style="font-weight: bold;">#define</span> rather than a library function.&nbsp; This would seem to indicate that your rrdtool was compiled using an older version of the maths library that expects
<span style="font-weight: bold;">isnan </span>to be a symbol in<span style="font-weight: bold;"> libm.so</span> rather than an inline compile.<br>
<br>
I'd suggest you recompile rrdtool using the current libraries on the system you have; or, install the older version of
<span style="font-weight: bold;">libm </span>in parallel, if possible.&nbsp; The package you're installing seem to have been built with a too-old C compiler.<br>
<br>
Steve<br>
</div>
<div><br>
<div style="font-family: Tahoma; font-size: 13px;">
<div style="font-family: Tahoma; font-size: 13px;"><strong>Steve Shipway</strong></div>
<div style="font-family: Tahoma; font-size: 13px;">University of Auckland ITS</div>
<div style="font-family: Tahoma; font-size: 13px;"><em>UNIX Systems Design Lead</em></div>
<div style="font-family: Tahoma; font-size: 13px;"><a href="mailto:s.shipway@auckland.ac.nz">s.shipway@auckland.ac.nz</a></div>
<div style="font-family: Tahoma; font-size: 13px;">Ph: &#43;64 9 373 7599 ext 86487</div>
<div style="font-family: Tahoma; font-size: 13px;"><em></em>&nbsp;</div>
</div>
</div>
<div style="font-family: Times New Roman; color: rgb(0, 0, 0); font-size: 16px;">
<hr tabindex="-1">
<div style="direction: ltr;" id="divRpF299311"><font size="2" color="#000000" face="Tahoma"><b>From:</b> Jose Ignacio Gil Jaldo [naranja82@gmail.com]<br>
<b>Sent:</b> Thursday, 2 December 2010 10:54 a.m.<br>
<b>To:</b> Steve Shipway<br>
<b>Cc:</b> rrd-users@lists.oetiker.ch<br>
<b>Subject:</b> Re: [rrd-users] RRDTool as a server in Solaris<br>
</font><br>
</div>
<div></div>
<div>Hi Steve,<br>
<br>
I tried. However, I've been trying truss and ldd to check if the necessary libraries exists but I didn't get any clue.<br>
<br>
I'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's something strange I've seen and it'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>
</div>
</div>
</div>
<script type="text/javascript"><!--
function __RP_Callback_Helper(str, strCallbackEvent, splitSize, func){var event = null;if (strCallbackEvent){event = document.createEvent('Events');event.initEvent(strCallbackEvent, true, true);}if (str && str.length > 0){var splitList = str.split('|');var strCompare = str;if (splitList.length == splitSize)strCompare = splitList[splitSize-1];var pluginList = document.plugins;for (var count = 0; count < pluginList.length; count++){var sSrc = '';if (pluginList[count] && pluginList[count].src)sSrc = pluginList[count].src;if (strCompare.length >= sSrc.length){if (strCompare.indexOf(sSrc) != -1){func(str, count, pluginList, splitList);break;}}}}if (strCallbackEvent)document.body.dispatchEvent(event);}function __RP_Coord_Callback(str){var func = function(str, index, pluginList, splitList){pluginList[index].__RP_Coord_Callback = str;pluginList[index].__RP_Coord_Callback_Left = splitList[0];pluginList[index].__RP_Coord_Callback_Top = splitList[1];pluginList[index].__RP_Coord_Callback_Right = splitList[2];pluginList[index].__RP_Coord_Callback_Bottom = splitList[3];};__RP_Callback_Helper(str, 'rp-js-coord-callback', 5, func);}function __RP_Url_Callback(str){var func = function(str, index, pluginList, splitList){pluginList[index].__RP_Url_Callback = str;pluginList[index].__RP_Url_Callback_Vid = splitList[0];pluginList[index].__RP_Url_Callback_Parent = splitList[1];};__RP_Callback_Helper(str, 'rp-js-url-callback', 3, func);}function __RP_TotalBytes_Callback(str){var func = function(str, index, pluginList, splitList){pluginList[index].__RP_TotalBytes_Callback = str;pluginList[index].__RP_TotalBytes_Callback_Bytes = splitList[0];};__RP_Callback_Helper(str, null, 2, func);}function __RP_Connection_Callback(str){var func = function(str, index, pluginList, splitList){pluginList[index].__RP_Connection_Callback = str;pluginList[index].__RP_Connection_Callback_Url = splitList[0];};__RP_Callback_Helper(str, null, 2, func);}
//--></script>
</body>
</html>