ispCP - Board - Support
Upgrade IspCp 1.0.6 to 1.0.7 - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Update/Upgrade (/forum-44.html)
+--- Thread: Upgrade IspCp 1.0.6 to 1.0.7 (/thread-11885.html)

Pages: 1 2


RE: Upgrade IspCp 1.0.6 to 1.0.7 - Shayne - 01-19-2011 04:58 AM

(12-06-2010 02:09 AM)yaispcpu Wrote:  Ok, i did the upgrade to 10.04 LTS.

And then i execute following commands:

Code:
sudo aptitude install libperl-version-perl
sudo aptitude install $(cat ./docs/Ubuntu/ubuntu-packages-`lsb_release -cs`)

Code:
sudo aptitude show libperl-version-perl

shows now:

Code:
Package: libperl-version-perl
New: yes
State: installed
Automatically installed: no
Version: 1.009-1
Priority: optional
Section: universe/perl
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Uncompressed Size: 106k
Depends: perl, libfile-slurp-perl (>= 9999.12)
Description: module to parse and manipulate Perl version strings
Perl::Version provides a simple interface for parsing, manipulating and
formatting Perl version strings.

Unlike version.pm (which concentrates on parsing and comparing version strings)
Perl::Version is designed for cases where you'd like to parse a version, modify
it and get back the modified version formatted like the original.
Homepage: http://search.cpan.org/dist/Perl-Version/

But after

Code:
perl ispcp-update

i get again:

Code:
Can't locate DateTime.pm in @INC (@INC contains: /var/www/ispcp/engine/setup/.. /etc/perl /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /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.

I am also sitting with this error. Does anyone have a solution yet?


RE: Upgrade IspCp 1.0.6 to 1.0.7 - Shayne - 01-19-2011 05:05 PM

Ok I got an update on my problem.

I started searching on the install docs and found ubuntu-packages-lucid in /root/ispcp-omega-1.0.7/docs/Ubuntu

After manually apt installing all packages I found that libdatetime-timezone-per was missing. After installing that package The upgrade went through.

However I now sit with ERROR 500 / Internal Server Error on all my domains and on the admin page. is this a fastCGI issue?

What logs can I dig through?


RE: Upgrade IspCp 1.0.6 to 1.0.7 - LordISP - 08-16-2011 08:56 AM

I have a similar problem and it's quite confuse and stupid together
I run “perl ./ispcp-update” and get the same message as mentioned:

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.


If I check the perl version using “aptitude show libperl-version-perl”, I get:
The packet libperl-version-perl could not be found.
But if I run the install command “aptitude install libperl-version-perl” aptitude does not find a version that could be installed.
I checked my /etc/apt/sources.list file as well :
Code:
deb http://ftp.de.debian.org/debian/ lenny main non-free contrib
deb-src http://ftp.de.debian.org/debian/ lenny main non-free contrib

deb http://security.debian.org/ lenny/updates main contrib non-free
deb-src http://security.debian.org/ lenny/updates main contrib non-free

I’m running Debian GNU/Linux 5.0.8 (lenny)
You help is much appreciated!

Cheers, LordISP


RE: Upgrade IspCp 1.0.6 to 1.0.7 - LordISP - 08-17-2011 05:03 AM

(08-16-2011 08:56 AM)LordISP Wrote:  Can't locate DateTime.pm in @INC
I've installed libdatetime-perl using the following commantd: apt-get install libdatetime-perl

Problem resolved! Thank myself :-P

Cheers, LordISP