AndyReed

Well-Known Member
PartnerNOC
May 29, 2004
2,217
4
193
Minneapolis, MN
Bulent Tekcan said:
But cpanel and this command (perl -v) still show 5.8.5. Any idea for that ?
Do the following:
cd /usr/bin
ls -la perl*

This will list all Perl bianries installed/active on your system. To change to Perl 5.8.7, do:
cp -avf perl5.8.7 perl
Now, check if the version is correct:
perl -v
 

Bulent Tekcan

Well-Known Member
May 11, 2004
185
2
168
cPanel Access Level
Root Administrator
I find a problem...

Becasue cpanel not have perl 64 Bit.These perl 5.8.7 for 32 Bit system :( My 5.8.5 64Bit and comes from rhel4
 
Last edited:

Bulent Tekcan

Well-Known Member
May 11, 2004
185
2
168
cPanel Access Level
Root Administrator
I think perl 5.8.7 installed some script or anything because I received segfault everday a lot of

child pid 31545 exit signal Segmentation fault (11) repeat many times..

How can I reinstall my redhat4 64Bit perl 5.85 again ?
 

netlook

Well-Known Member
Mar 25, 2004
334
0
166
you should have perl5.8.5 in /usr/bin - try to replace /usr/bin/perl with /usr/bin/perl5.8.5

hope this would help