Installation CSF Problem

Post Reply
stchost
Junior Member
Posts: 1
Joined: 08 Jan 2013, 06:02

Installation CSF Problem

Post by stchost »

hello
I've installed Direct Admin on my server and I need to install CSF on it but it's not possible
--------------------------------
Checking Perl modules...
Can't locate LWP/UserAgent.pm in @INC (@INC contains: /etc/csf /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at (eval 22) line 2.
BEGIN failed--compilation aborted at (eval 22) line 2.
Using configuration defaults

perl5 is installed
I tried to install bellow modules
--------------------------------
yum install perl-libwww-perl
reason :
perl(Compress::Raw::Zlib) = 2.051
Available: perl-Compress-Raw-Zlib-2.052-1.el6.rfx.x86_64 (rpmforge-extras)
perl(Compress::Raw::Zlib) = 2.052
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
--------------------------------
yum install perl-libwww
Reason :
No package perl-libwww available
--------------------------------

What should i do ? how can I solve this issue ?!
QwareSniper
Junior Member
Posts: 2
Joined: 15 Jan 2013, 10:05

Re: Installation CSF Problem

Post by QwareSniper »

I have the same problem like you i think!
I paste and copy mine problem i hope someone helps me pls!!
I'am busy 2 days ago and tonight i was working on it till 4 a clock midnight and today from 8 a clock in the morning and i dont find a fix for it!
Also try the command yum ... but my vps server dont know the yum command!
# -bash: yum: command not found

Here is the problem i dont can fix pls help me:

Configuring for OS

Running csf DirectAdmin installer

Installing csf and lfd

Check we're running as root

Checking Perl modules...
Can't locate LWP/UserAgent.pm in @INC (@INC contains: /etc/csf /etc/perl /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at (eval 22) line 2.
BEGIN failed--compilation aborted at (eval 22) line 2.
Configuration modified for Debian/Ubuntu/Gentoo settings /etc/csf/csf.conf

You need to install the missing perl modules and then install csf
QwareSniper
Junior Member
Posts: 2
Joined: 15 Jan 2013, 10:05

Re: Installation CSF Problem

Post by QwareSniper »

i fix the issue with the command:
apt-get install libwww-perl
Post Reply