Web Hosting Talk







View Full Version : control panel doesn't work after perl upgrade


vays
08-25-2001, 11:01 AM
Hi guys,
My Raq control panel doesn't work after perl upgrade. I've fixed almost everything but can't get read of this error:

errors occured while rotating /var/log/httpd/access

Pg object version 1.9.0 does not match bootstrap parameter 1.8.0 at /usr/local/lib/perl5/5.6.1/i586-linux/DynaLoader.pm
line 225.
Compilation failed in require at /usr/local/lib/perl5/5.6.1/Cobalt/Meta.pm line 202.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/5.6.1/Cobalt/Meta.pm line 220.
Compilation failed in require at /usr/local/lib/perl5/5.6.1/Cobalt/User.pm line 48.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/5.6.1/Cobalt/User.pm line 48.
Compilation failed in require at /usr/local/lib/perl5/5.6.1/Cobalt/Ftp.pm line 31.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/5.6.1/Cobalt/Ftp.pm line 31.
Compilation failed in require at /usr/local/lib/perl5/5.6.1/Cobalt/Vsite.pm line 58.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/5.6.1/Cobalt/Vsite.pm line 58.
Compilation failed in require at /usr/local/sbin/split_logs line 7.
BEGIN failed--compilation aborted at /usr/local/sbin/split_logs line 7.
error running prerotate script --
leaving old log in place

Any ideas?

slade
08-25-2001, 12:19 PM
Perhaps if you edited your post title so passers by could tell what your thread was about...

Chicken
08-25-2001, 01:37 PM
I've changed it. I change about 3-4 thread titles like this every day. Unfortunately, I cannot offer any help beyond this, heh.

madsere
08-25-2001, 03:43 PM
http://webhostingtalk.com/showthread.php?s=&threadid=15047&highlight=perl+upgrade

You should have checked BEFORE you upgraded ;-)

An afterthought: What on earth is taking [whoever does those upgrades for the Cobalt] so long about making a Perl upgrade pkg for Cobalt? 5.005 is ancient and 5.6.0 has been out for almost two years now, and it's really not that complicated to whack a pkg together - the link above shows one brave warrier who managed.

vays
08-27-2001, 05:58 AM
I've checked that thread and did everything step by step.

Could You tell me guys if there is a difference if I did it under "root" or "admin".

I've installed everything under "root".

huck
08-27-2001, 09:02 AM
I belive this problem stems from a version mistmatch between DBD::Pg and the Dynaloader.

Have you reinstalled DBD::Pg?

Also, when you copied files over from the old install directory to th new one, did you overwrite any files? If so, this could be your problem.


I updated my Perl install and had only a few snags. A major one was that I updated GD which no longers supports Gifs. I never bothered to install the modified libgd to get gif support. If you update GD, then you will loose your images in your site reports.

vays
08-28-2001, 05:19 PM
Hi guys,
I've reinstalled all components listed here http://webhostingtalk.com/showthread.php?s=&threadid=15047 but it still says:

Pg object version 1.9.0 does not match bootstrap parameter 1.8.0 at /usr/local/lib/perl5/5.6.1/i586-linux/DynaLoader.pm
line 225.

Do You think it's possible to delete folder /usr/local/lib/perl5 and install everything again or I better not to do it?