Create this folder
Code: Select all
mkdir /usr/lib64/perl5/auto/RRDsThen set the permissions for the folder and file
Code: Select all
chmod -R 755 /usr/lib64/perl5/auto/RRDsCode: Select all
mkdir /usr/lib64/perl5/auto/RRDsCode: Select all
chmod -R 755 /usr/lib64/perl5/auto/RRDstgriep wrote:The RRDs library also needs to be installed and that could be causing the error message.
Create this folderFind and put the RRDs.so file in that folderCode: Select all
mkdir /usr/lib64/perl5/auto/RRDs
Then set the permissions for the folder and fileHopefully that will work for you.Code: Select all
chmod -R 755 /usr/lib64/perl5/auto/RRDs