Wednesday, March 2, 2016

How to install php 5.5.1.0 on linux


Step 1: Download the software

 

Step 2: Untar the downloaded file


[root@VTGDB.COM ~]# tar -xvf oel-dependency-install.tar.gz
oel-dependency-install/
oel-dependency-install/dependency-install.sh
oel-dependency-install/._libjpeg-turbo-1.2.1-3.el6_5.x86_64.rpm
oel-dependency-install/libjpeg-turbo-1.2.1-3.el6_5.x86_64.rpm
oel-dependency-install/._openssl-1.0.1e-16.el6_5.x86_64.rpm
oel-dependency-install/openssl-1.0.1e-16.el6_5.x86_64.rpm
oel-dependency-install/oracle-instantclient12.1-basic-12.1.0.1.0-1.x86_64.rpm
oel-dependency-install/oracle-instantclient12.1-sqlplus-12.1.0.1.0-1.x86_64.rpm
oel-dependency-install/php55-5.5.10-1.el6.x86_64.rpm
oel-dependency-install/php55-bcmath-5.5.10-1.el6.x86_64.rpm
oel-dependency-install/php55-cli-5.5.10-1.el6.x86_64.rpm
oel-dependency-install/php55-common-5.5.10-1.el6.x86_64.rpm
oel-dependency-install/php55-dba-5.5.10-1.el6.x86_64.rpm
oel-dependency-install/php55-fpm-5.5.10-1.el6.x86_64.rpm
oel-dependency-install/php55-gd-5.5.10-1.el6.x86_64.rpm
oel-dependency-install/php55-intl-5.5.10-1.el6.x86_64.rpm
oel-dependency-install/php55-ldap-5.5.10-1.el6.x86_64.rpm
oel-dependency-install/php55-mbstring-5.5.10-1.el6.x86_64.rpm
oel-dependency-install/php55-mysql-5.5.10-1.el6.x86_64.rpm
oel-dependency-install/php55-oci8-12cR1-5.5.10-2.el6.x86_64.rpm
oel-dependency-install/php55-opcache-5.5.10-1.el6.x86_64.rpm
oel-dependency-install/php55-pdo-5.5.10-1.el6.x86_64.rpm
oel-dependency-install/php55-xml-5.5.10-1.el6.x86_64.rpm

Step 3: Install the software


[root@VTGDB.COM ~]# cd oel-dependency-install
[root@VTGDB.COM oel-dependency-install]# ls
dependency-install.sh                                   oracle-instantclient12.1-sqlplus-12.1.0.1.0-1.x86_64.rpm  php55-common-5.5.10-1.el6.x86_64.rpm  php55-intl-5.5.10-1.el6.x86_64.rpm      php55-oci8-12cR1-5.5.10-2.el6.x86_64.rpm
libjpeg-turbo-1.2.1-3.el6_5.x86_64.rpm                  php55-5.5.10-1.el6.x86_64.rpm                             php55-dba-5.5.10-1.el6.x86_64.rpm     php55-ldap-5.5.10-1.el6.x86_64.rpm      php55-opcache-5.5.10-1.el6.x86_64.rpm
openssl-1.0.1e-16.el6_5.x86_64.rpm                      php55-bcmath-5.5.10-1.el6.x86_64.rpm                      php55-fpm-5.5.10-1.el6.x86_64.rpm     php55-mbstring-5.5.10-1.el6.x86_64.rpm  php55-pdo-5.5.10-1.el6.x86_64.rpm
oracle-instantclient12.1-basic-12.1.0.1.0-1.x86_64.rpm  php55-cli-5.5.10-1.el6.x86_64.rpm                         php55-gd-5.5.10-1.el6.x86_64.rpm      php55-mysql-5.5.10-1.el6.x86_64.rpm     php55-xml-5.5.10-1.el6.x86_64.rpm
[root@VTGDB.COM oel-dependency-install]# ./dependency-install.sh
Installing OMSS OEL dependencies...
Removing old versions of oracle-instantclient
rpm: no packages given for erase
Removing old versions of php...
rpm: no packages given for erase
Installing openssl-1.0.1e-16.el6_5.x86_64.rpm...
warning: openssl-1.0.1e-16.el6_5.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID ec551f03: NOKEY
Preparing...                ########################################### [100%]
            package openssl-1.0.1e-30.el6.x86_64 (which is newer than openssl-1.0.1e-16.el6_5.x86_64) is already installed
Installing libjpeg-turbo-1.2.1-3.el6_5.x86_64.rpm...
warning: libjpeg-turbo-1.2.1-3.el6_5.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID ec551f03: NOKEY
Preparing...                ########################################### [100%]
            package libjpeg-turbo-1.2.1-3.el6_5.x86_64 is already installed
Installing oracle-instantclient12.1-basic-12.1.0.1.0-1.x86_64.rpm..
Preparing...                ########################################### [100%]
   1:oracle-instantclient12.########################################### [100%]
Installing oracle-instantclient12.1-sqlplus-12.1.0.1.0-1.x86_64.rpm...
Preparing...                ########################################### [100%]
   1:oracle-instantclient12.########################################### [100%]
Reloading ldconfig...
Intalling php55-common-5.5.10-1.el6.x86_64.rpm...
Preparing...                ########################################### [100%]
   1:php55-common           ########################################### [100%]
Intalling php55-cli-5.5.10-1.el6.x86_64.rpm...
Preparing...                ########################################### [100%]
   1:php55-cli              ########################################### [100%]
Intalling php55-5.5.10-1.el6.x86_64.rpm...
Preparing...                ########################################### [100%]
   1:php55                  ########################################### [100%]
Intalling php55-bcmath-5.5.10-1.el6.x86_64.rpm...
Preparing...                ########################################### [100%]
   1:php55-bcmath           ########################################### [100%]
Intalling php55-dba-5.5.10-1.el6.x86_64.rpm...
Preparing...                ########################################### [100%]
   1:php55-dba              ########################################### [100%]
Intalling php55-fpm-5.5.10-1.el6.x86_64.rpm...
Preparing...                ########################################### [100%]
   1:php55-fpm              ########################################### [100%]
Intalling php55-gd-5.5.10-1.el6.x86_64.rpm...
Preparing...                ########################################### [100%]
   1:php55-gd               ########################################### [100%]
Intalling php55-intl-5.5.10-1.el6.x86_64.rpm...
Preparing...                ########################################### [100%]
   1:php55-intl             ########################################### [100%]
Intalling php55-ldap-5.5.10-1.el6.x86_64.rpm...
Preparing...                ########################################### [100%]
   1:php55-ldap             ########################################### [100%]
Intalling php55-mbstring-5.5.10-1.el6.x86_64.rpm...
Preparing...                ########################################### [100%]
   1:php55-mbstring         ########################################### [100%]
Intalling php55-pdo-5.5.10-1.el6.x86_64.rpm...
Preparing...                ########################################### [100%]
   1:php55-pdo              ########################################### [100%]
Intalling php55-mysql-5.5.10-1.el6.x86_64.rpm...
Preparing...                ########################################### [100%]
   1:php55-mysql            ########################################### [100%]
Intalling php55-oci8-12cR1-5.5.10-2.el6.x86_64.rpm...
Preparing...                ########################################### [100%]
   1:php55-oci8-12cR1       ########################################### [100%]
Intalling php55-opcache-5.5.10-1.el6.x86_64.rpm...
Preparing...                ########################################### [100%]
   1:php55-opcache          ########################################### [100%]
Intalling php55-xml-5.5.10-1.el6.x86_64.rpm...
Preparing...                ########################################### [100%]
   1:php55-xml              ########################################### [100%]
  

Step 4: Check new installed php


[root@VTGDB.COM oel-dependency-install]# rpm -qa | grep php
php55-opcache-5.5.10-1.el6.x86_64
php55-common-5.5.10-1.el6.x86_64
php55-intl-5.5.10-1.el6.x86_64
php55-pdo-5.5.10-1.el6.x86_64
php55-cli-5.5.10-1.el6.x86_64
php55-mbstring-5.5.10-1.el6.x86_64
php55-dba-5.5.10-1.el6.x86_64
php55-oci8-12cR1-5.5.10-2.el6.x86_64
php55-bcmath-5.5.10-1.el6.x86_64
php55-mysql-5.5.10-1.el6.x86_64
php55-gd-5.5.10-1.el6.x86_64
php55-xml-5.5.10-1.el6.x86_64
php55-fpm-5.5.10-1.el6.x86_64
php55-ldap-5.5.10-1.el6.x86_64
php55-5.5.10-1.el6.x86_64
[root@VTGDB.COM oel-dependency-install]# ls
dependency-install.sh                                   oracle-instantclient12.1-sqlplus-12.1.0.1.0-1.x86_64.rpm  php55-common-5.5.10-1.el6.x86_64.rpm  php55-intl-5.5.10-1.el6.x86_64.rpm      php55-oci8-12cR1-5.5.10-2.el6.x86_64.rpm
libjpeg-turbo-1.2.1-3.el6_5.x86_64.rpm                  php55-5.5.10-1.el6.x86_64.rpm                             php55-dba-5.5.10-1.el6.x86_64.rpm     php55-ldap-5.5.10-1.el6.x86_64.rpm      php55-opcache-5.5.10-1.el6.x86_64.rpm
openssl-1.0.1e-16.el6_5.x86_64.rpm                      php55-bcmath-5.5.10-1.el6.x86_64.rpm                      php55-fpm-5.5.10-1.el6.x86_64.rpm     php55-mbstring-5.5.10-1.el6.x86_64.rpm  php55-pdo-5.5.10-1.el6.x86_64.rpm
oracle-instantclient12.1-basic-12.1.0.1.0-1.x86_64.rpm  php55-cli-5.5.10-1.el6.x86_64.rpm                         php55-gd-5.5.10-1.el6.x86_64.rpm      php55-mysql-5.5.10-1.el6.x86_64.rpm     php55-xml-5.5.10-1.el6.x86_64.rpm

[root@VTGDB.COM oel-dependency-install]#

Share this

0 Comment to "How to install php 5.5.1.0 on linux"

Post a Comment