Modify ↓
Ticket #1044 (closed defect: fixed)
install ebox-dhcp on ubuntu 8.04 gave 'Can't locate File/Copy/Recursive.pm'
| Reported by: | wessel@… | Owned by: | juruen@… |
|---|---|---|---|
| Milestone: | Component: | base | |
| Severity: | normal | Keywords: | Version: 0.11.101-0ubuntu1~ppa1 |
| Cc: |
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
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
Hi, thanks very much for your report.
This is already fixed in SVN version and it will be out in next release.
Other solution is install the deb package through:
$ sudo apt-get install libfile-copy-recursive-perl