September 24, 2009 on 3:16 pm | In APF, Cpanel | No Comments
You may face issue with the perl module LWP libwww-perl .
Just do the following
check whether the following file exist
ls -alh /root/.gnupg
cd /usr/local/src/
wget
http://perlmirror.indialinks.com/authors/id/G/GA/GAAS/libwww-perl-5.806.tar.gz
or download the available version from http://perlmirror.indialinks.com/authors/id/G/GA/GAAS/
tar zxvf libwww-perl-5.806.tar.gz
cd libwww-perl-5.806
perl Makefile.PL
make
make install
cd ../
Also do the following
wget http://perlmirror.indialinks.com/authors/id/A/AN/ANDK/CPAN-1.93.tar.gz
tar zxvf CPAN-1.93.tar.gz
Or download the latest from http://perlmirror.indialinks.com/authors/id/A/AN/ANDK/
cd CPAN-1.93
perl Makefile.PL
make
make install
/usr/local/cpanel/bin/checkperlmodules
/scripts/rrdtoolinstall
Now try installing csf.
It should work fine.
RSS feed for comments on this post.
TrackBack URI
|