#7363 closed defect (invalid)
install ebox-dhcp on ubuntu 8.04 gave 'Can't locate File/Copy/Recursive.pm'
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.11b1 |
Severity: | normal | Keywords: | Version: 0.11.101-0ubuntu1~ppa1 |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
After installing ebox-dhcp I get
2008/06/22 02:04:26 ERROR> Global.pm:84 EBox::Global::modExists - Error loading class EBox::DHCP: Can't locate File/Copy/Recursive.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at /usr/share/perl5/EBox/Types/File.pm line 47. BEGIN failed—compilation aborted at /usr/share/perl5/EBox/Types/File.pm line 47.
in the ebox.log, fixed it with
cpan> install File::Copy::Recursive
WrongTrac