These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for Multiple PHP versions on i686 on the new forum.
Hi
Below is my Server installation info:
Operating system CentOS Linux 6.9
Webmin version 1.831
Virtualmin version 5.07.gpl
Kernel and CPU Linux 2.6.32-573.el6.i686 on i686
I was trying to install multiple PHP versions on my server as per Docs provided here ( https://www.virtualmin.com/documentation/web/multiplephp )
But on very first step I get
[root@server ~]# yum install centos-release-scl Loaded plugins: fastestmirror, security Setting up Install Process Loading mirror speeds from cached hostfile * base: mirror.clarkson.edu * extras: mirror.compevo.com * updates: linux.mirrors.es.net No package centos-release-scl available. Error: Nothing to do
Any Suggestion Regards
Rizwan
INSTALLING PHP 5.5 ON CENTOS 6
yum install scl-utils rpm -Uvh https://www.softwarecollections.org/repos/rhscl/php55/epel-6-x86_64/noar... yum install php55 php55-php-mysqlnd
rpm -Uvh https://www.softwarecollections.org/repos/remi/php55more/epel-6-x86_64/n... yum install php55-php-mcrypt*
INSTALLING PHP 5.6 ON CENTOS 6
rpm -Uvh https://www.softwarecollections.org/repos/rhscl/rh-php56/epel-6-x86_64/n...
yum install centos-release-sclyum install rh-php56 rh-php56-php-mysqlnd yum list rh-php56*
yum install rh-php56-php-devel yum install libxml2-develpear install Cache_Lite
rpm -Uvh https://www.softwarecollections.org/repos/remi/php56more/epel-6-x86_64/n...
rpm -Uvh https://www.softwarecollections.org/repos/remi/php56more/epel-6-x86_64/m...
INSTALLING PHP 5.7 ON CENTOS 6
enable CentOS-SCLo-scl-rh.repo
yum install -x rh-php70-scldevel rh-php70*
enable CentOS-SCLo-scl.repo
yum install sclo-php70-php-mcrypt*