Well, im a bit ashamed of myself, ive fixed it.<br>What i didnt do was to try and run rrdtool by itself. When i did this i saw an error that i recognized from earlier on from another program.<br><br>[root@MyBookWorld ~]# /usr/local/rrdtool-
1.2.26/bin/rrdtool <br>/usr/local/rrdtool-1.2.26/bin/rrdtool: can&#39;t load library &#39;librrd.so.2&#39;<br><br>RRDtools /lib/ was missing from ld.so.conf. Once added and &#39;ldconfig&#39; was run everything worked and im now running MRTG with RRDtool.
<br><br>Thanks for the help tho, it did get me checking for solutions again :)<br><br>Regards,<br>David <br><br><div class="gmail_quote">On Jan 2, 2008 2:05 AM, Dawn Keenan &lt;<a href="mailto:dkeenan@mailservices.uwaterloo.ca">
dkeenan@mailservices.uwaterloo.ca</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">David Brodin wrote:<br>
&gt; Hi all!<br>&gt;<br>&gt; Im new to the list, so be gentle :)<br>&gt;<br>&gt; Anyway, im hacking my MyBook World Edition and am trying to set up MRTG<br>&gt; with RRDtool. But i cant get around this error, ive tried everything i
<br>&gt; can think of except emailing this list (until now obv):<br>&gt;<br>&gt; Can&#39;t load<br>&gt; &#39;/usr/local/rrdtool-1.2.26/lib/perl/5.8.8/armv5tejl-linux//auto/RRDs/RRDs.so&#39;<br>&gt; for module RRDs: File not found at
<br>&gt; /usr/local/lib/perl5/5.8.8/armv5tejl-linux/DynaLoader.pm line 230.<br>&gt; &nbsp;at /usr/local/mrtg-2/bin/mrtg line 342<br>&gt; Compilation failed in require at /usr/local/mrtg-2/bin/mrtg line 342.<br><br></div>The error says that Perl can&#39;t find the shared object file &#39;
RRDs.so&#39; in<br>the directory path given in the error message. &nbsp;If you built RRDtool<br>(likely given the rest of your message), there should be files named<br>RRDs.so and RRDs.bs which were installed somewhere as a result of the
<br>build (with copies under your build directory). &nbsp;Copying those files to<br>/usr/local/rrdtool-1.2.26/lib/perl/5.8.8/armv5jeil-linux/auto/RRDs/<br>should fix this problem.<br><br>I&#39;m assuming you are using the same version of Perl to build MRTG as you
<br>used for RRDtool. &nbsp;If not, you will need to build both with the same Perl.<br><br>Adding Pango and Cairo to the dependencies of RRDtool 1.3 has definitely<br>increased the complexity of the build process.<br><font color="#888888">
<br>--<br>Dawn Keenan<br>Token Software Guy, Network Services, University of Waterloo<br></font></blockquote></div><br>