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't load library 'librrd.so.2'<br><br>RRDtools /lib/ was missing from ld.so.conf. Once added and 'ldconfig' 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 <<a href="mailto:dkeenan@mailservices.uwaterloo.ca">
dkeenan@mailservices.uwaterloo.ca</a>> 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>
> Hi all!<br>><br>> Im new to the list, so be gentle :)<br>><br>> Anyway, im hacking my MyBook World Edition and am trying to set up MRTG<br>> with RRDtool. But i cant get around this error, ive tried everything i
<br>> can think of except emailing this list (until now obv):<br>><br>> Can't load<br>> '/usr/local/rrdtool-1.2.26/lib/perl/5.8.8/armv5tejl-linux//auto/RRDs/RRDs.so'<br>> for module RRDs: File not found at
<br>> /usr/local/lib/perl5/5.8.8/armv5tejl-linux/DynaLoader.pm line 230.<br>> at /usr/local/mrtg-2/bin/mrtg line 342<br>> Compilation failed in require at /usr/local/mrtg-2/bin/mrtg line 342.<br><br></div>The error says that Perl can't find the shared object file '
RRDs.so' in<br>the directory path given in the error message. 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). 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'm assuming you are using the same version of Perl to build MRTG as you
<br>used for RRDtool. 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>