Solokron

Well-Known Member
Aug 8, 2003
852
2
168
Seattle
cPanel Access Level
DataCenter Provider
So after the latest UCPC my Perl had gone south. RH7.3 Latest cPanel Stable.

MD5 really had issues. I reinstalled MD5 from cpan through shell via...
perl -MCPAN -e shell
install Digest::MD5

This allowed me some functionality in cPanel.

Re-ran ucpc.

Reinstalled perl modules DBI - DBD::Mysql - Digest::MD5

/scripts/installdbi
/scripts/fixperl

Updated to the latest cpanel release tree from stable.

/usr/local/cpanel/bin/checkperlmodules
/scripts/cleanmd5

MD5 issue cleared up. Mostly everything up and running. But a couple cgi apps not working.

Viewed one app and started reinstalling dependancies one by one, then... Net::SSLeay

*Poof*! Dead. Will no longer even reinstall. Say goodbye to your Perlbill for a while if you run that dreaded app.

This has encouraged me get my Modernbill up and running faster to say the least.
 

Solokron

Well-Known Member
Aug 8, 2003
852
2
168
Seattle
cPanel Access Level
DataCenter Provider
Looks like the problem is /usr/lib/perl5/site_perl/5.6.1/i686-linux is no longer being used/appears in @INC

/usr/lib/perl5/site_perl/5.6.1/i386-linux is fine.

How can I correct this?
 

Solokron

Well-Known Member
Aug 8, 2003
852
2
168
Seattle
cPanel Access Level
DataCenter Provider
Downloading perl561installer.tar.gz (Tue Aug 19 11:55:01 2003) from http://layer1.cpanel.net./ and installing corrected issue.