Trying to install lsphp56 for an old website on Centos 8

gilles

Active Member
#1
Is it possible to install lsphp56 on Centos 8?

I tried the following:
Code:
> rpm -ivh http://rpms.litespeedtech.com/centos/litespeed-repo-1.1-1.el8.noarch.rpm
> yum install lsphp56
and got this error:
DigitalOcean Agent 75 kB/s | 3.3 kB 00:00
No match for argument: lsphp56
Error: Unable to find a match: lsphp56
Has php 5.6 support been removed from Centos 8?
 

gilles

Active Member
#3
Thanks for the reply. I am using lsphp74 on newer websites. The old website uses an inherited savant3 based template system that cannot be easily replaced.

Is lsphp56 available on CentOS 7?
 

gilles

Active Member
#5
Turns out my old site runs fine with lsphp74 (when I could not get it to work at Cloudways with their PHP 7), so I should be able to move it to my Ubuntu server install.
 

gilles

Active Member
#6
Interestingly, lsphp74 on CentOS7 supports mysql but on Ubuntu, I get the following:
Fatal Error: Mysql is not supported in your PHP, recompile and try again.
My old website uses an outdated and customized version of phplist.
 
Last edited:
Top