ATTN: VPS users running CentOS 5.2
August 20, 2008Hello,
Just thought I’d post this on our blog 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.
Take Care,
Dan




