Re: fix_ds_quantity.sh dependency breaks rrdcached
Posted: Wed May 18, 2016 9:33 am
The RRDs library also needs to be installed and that could be causing the error message.
Create this folder
Find and put the RRDs.so file in that folder
Then set the permissions for the folder and file
Hopefully that will work for you.
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/RRDs