|
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).
_________________ Steve Shipway UNIX Systems, ITSS, University of Auckland, NZ Woe unto them that rise up early in the morning... -- Isaiah 5:11
|