(12-02-2010 08:14 AM)marceloctec Wrote: 1. After command "aptitude install $(cat ./docs/Ubuntu/ubuntu-packages-`lsb_release -cs`)"
cat: ./docs/Ubuntu/ubuntu-packages-karmic: file not found
It is my understanding that older versions (pre 10.x) versions of Ubuntu are no longer supported. At the very least, there is no package list for your version of Ubuntu. You may have to use another package list and install by hand.
(12-02-2010 08:14 AM)marceloctec Wrote: 2. After command "perl ispcp-update"
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-update line 46.
You're missing a required Perl module. The package installation process, if it worked, would have taken care of this issue. You'll need to install "libdatetime-perl" or use CPAN to install DateTime.