Page 2 of 2

Re: fix_ds_quantity.sh dependency breaks rrdcached

Posted: Wed May 18, 2016 9:33 am
by tgriep
The RRDs library also needs to be installed and that could be causing the error message.

Create this folder

Code: Select all

mkdir /usr/lib64/perl5/auto/RRDs
Find and put the RRDs.so file in that folder

Then set the permissions for the folder and file

Code: Select all

chmod -R 755 /usr/lib64/perl5/auto/RRDs
Hopefully that will work for you.

Re: fix_ds_quantity.sh dependency breaks rrdcached

Posted: Wed May 18, 2016 7:44 pm
by rajasegar
tgriep wrote:The RRDs library also needs to be installed and that could be causing the error message.

Create this folder

Code: Select all

mkdir /usr/lib64/perl5/auto/RRDs
Find and put the RRDs.so file in that folder

Then set the permissions for the folder and file

Code: Select all

chmod -R 755 /usr/lib64/perl5/auto/RRDs
Hopefully that will work for you.

It works fine now. Thanks a lot for your help in solving this issue.
Please close the thread.