• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

Problems with cPanel and Centos 5.2 (Webmail, phpMyAdmin etc)

JasonS

What goes here?
NLC
Hello,

Just thought I’d post this for people experiencing this particular issue, we’ve had a high number of support tickets today where cPanel’s webmail / SQL Admin / MailScanner Front End / Fantastico etc will not work on customers VPS’ or Dedicated Servers.

This seems to be due to cPanels internal PHP requiring shared objects that are no longer existant, running the following set of commands will remedy the situation however (make sure you run them as root):

chmod +x /usr/local/cpanel/3rdparty/bin/php
chmod +x /usr/local/cpanel/3rdparty/bin/php-cgi
ln -s /lib/libssl.so.4 /lib/libssl.so.2
ln -s /lib/libcrypto.so.4 /lib/libcrypto.so.2
/scripts/makecpphp

Once you’ve done that webmail etc should all work just fine; if you’re not sure on how to do this feel free to raise a support ticket (providing your a customer naturally) and one of our support staff will happily rectify this for you.

Just a heads up for some hosts who would not know how to fix this :)
 
Back
Top