ispCP - Board - Support
somthing wrong with perl? - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: System Setup & Installation (/forum-32.html)
+--- Thread: somthing wrong with perl? (/thread-12708.html)



somthing wrong with perl? - 69cruiser - 01-18-2011 05:23 PM

I'm trying to install ispCP on Ubuntu 9.10 Karmic and I don't seem to be able to get very far... I have a feeling im missing somthing, this is the output:

/var/www/ispcp/engine/setup# perl ispcp-setup Can't locate DateTime.pm in @INC (@INC contains: /var/www/ispcp/engine/setup/.. /etc/perl /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at ispcp-setup-methods.pl line 43.
BEGIN failed--compilation aborted at ispcp-setup-methods.pl line 43.
Compilation failed in require at ispcp-setup line 49.

Still getting the hang of things and im not sure what is wrong here, any help would be GREATLY appreciated.

Thanks,
Cory


RE: somthing wrong with perl? - joximu - 01-18-2011 09:04 PM

> Can't locate DateTime.pm

docs/Ubuntu/ubuntu-packages-karmic:
...
libdatetime-perl
...

INSTALL:
# sudo aptitude update && aptitude upgrade
# sudo aptitude install lsb-release
# sudo aptitude install $(cat ./docs/Ubuntu/ubuntu-packages-`lsb_release -cs`)


follow the INSTALL doc - it seems you missed some packages to install...

/J


RE: somthing wrong with perl? - zion.trooper - 02-14-2011 07:53 AM

if you are still having this issues try this
PHP Code:
$cpan
$cpan make DateTime
$cpan install DateTime
$q 
I have bunch of missing modules, when I updated perl, and then I found that this is interesting and fast way.