| Cheshire Cat Computing http://www.steveshipway.org/forum/ |
|
| Problem on restoring routers2.cgi after HDD crashed http://www.steveshipway.org/forum/viewtopic.php?f=2&t=984 |
Page 1 of 1 |
| Author: | gordonlau [ Sat Sep 30, 2006 1:00 pm ] |
| Post subject: | Problem on restoring routers2.cgi after HDD crashed |
My HDD was crashed before and I can only recover the cfg files from the HDD. Now I have installed a HDD and put back the old cfg files. However, when I put to use the routers2.cgi, I keep getting the error: ------------------------------------------------ Error cannot find RRDs.pm in /usr/lib/perl5/5.8.5/i386-linux-thread-multi /usr/lib/perl5/5.8.5 /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.4/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.3/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.2/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.1/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.5 /usr/lib/perl5/site_perl/5.8.4 /usr/lib/perl5/site_perl/5.8.3 /usr/lib/perl5/site_perl/5.8.2 /usr/lib/perl5/site_perl/5.8.1 /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.4/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.3/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.2/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.1/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.5 /usr/lib/perl5/vendor_perl/5.8.4 /usr/lib/perl5/vendor_perl/5.8.3 /usr/lib/perl5/vendor_perl/5.8.2 /usr/lib/perl5/vendor_perl/5.8.1 /usr/lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl . ------------------------------------------------ I tried make site-perl-install at the rrd install directory but still problem. Does anyone get any idea about this? Thanks. |
|
| Author: | stevesh [ Mon Oct 02, 2006 9:34 am ] |
| Post subject: | |
This error message is saying that there is a problem with the RRDs perl library - either it does not exist, or it is corrupt. Do this: find /usr/bin/perl5 -name RRDs -print and if it find anything, then remove it (if it finds a directory, then remove it and its contents). Then, do the 'make site-perl-install' again. This should correct the problem - maybe your disk crash has resulted in some incompatible parts remaining? Also, if this does not work, try: perl -e 'use RRDs;' which should come back with a slightly more helpful error message (eg, it may say that one part of the library is missing). |
|
| Author: | gordonlau [ Tue Oct 03, 2006 2:34 am ] |
| Post subject: | |
| Author: | stevesh [ Tue Oct 03, 2006 9:43 am ] |
| Post subject: | |
| Author: | gordonlau [ Tue Oct 03, 2006 6:29 pm ] |
| Post subject: | |
| Page 1 of 1 | All times are UTC + 12 hours [ DST ] |
| Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |
|