Multiple PHP versions on i686

2 posts / 0 new
Last post
#1 Sun, 04/16/2017 - 03:14
rizwan65

Multiple PHP versions on i686

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

Sun, 04/16/2017 - 12:03
applejack

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-scl

yum install rh-php56 rh-php56-php-mysqlnd yum list rh-php56*

yum install rh-php56-php-devel yum install libxml2-devel

pear 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*

Topic locked