Compile LsPHP on InterWorx Print

  • 0

To compile LsPHP to match the PHP on the server you need to use one of the following commands listed below, this is because we don't have a InterWorx Plugin like some control panels yet.

CentOS 5: rpm -ivh http://rpms.litespeedtech.com/centos/litespeed-repo-1.1-1.el5.noarch.rpm
CentOS 6: rpm -ivh http://rpms.litespeedtech.com/centos/litespeed-repo-1.1-1.el6.noarch.rpm
CentOS 7: rpm -ivh http://rpms.litespeedtech.com/centos/litespeed-repo-1.1-1.el7.noarch.rpm

Then the correct PHP version (PHP 5.4 is end of life):

  • PHP 5.5: yum install lsphp55-* --skip-broken
  • PHP 5.6: yum install lsphp56-* --skip-broken

Was this answer helpful?

« Back