Problem with lfd

Dromok

Verified User
Joined
Dec 12, 2008
Messages
27
Hello
I'm trying start lfd

# service lfd start
Starting lfd:Can't locate Time/HiRes.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 /usr/sbin/lfd line 23.
BEGIN failed--compilation aborted at /usr/sbin/lfd line 23.

How fix it?
 
This is not a Directadmin problem but a CSF/LFD problem. They have also a support forum.:)

However... try this if you are running a Redhad based system (Redhat, Fedora, Centos):
Code:
cpan install Time::HiRes
 
Dont matter if they have a forum or not.. here's how to fix it. you need to perl-Time-HiRes.i686

I'm guessing CentOS6/directadmin.

Code:
yum install -y perl-Time-HiRes.i686

should fix your issue.


Hello
I'm trying start lfd

# service lfd start
Starting lfd:Can't locate Time/HiRes.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 /usr/sbin/lfd line 23.
BEGIN failed--compilation aborted at /usr/sbin/lfd line 23.

How fix it?
 
He already told him how to fix it. Your post was un-needed. Glad you made an account just to post that though.
 
@ralphy34:

The cpan method should work (if cpan is installed) on any server; your method, using yum, will only work if the poster is using a Red Hat or CentOS server. And of course the i686 version may not be available on a 64-bit server, or install, even if available.

Jeff
 
Back
Top