php 複数バージョンインストール試行
[root@falcon21 ~]# curl -L https://raw.github.com/CHH/phpenv/master/bin/phpenv-install.sh | bash
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 3128 100 3128 0 0 4723 0 --:--:-- --:--:-- --:--:-- 4723
Installing phpenv in /root/.phpenv
remote: Counting objects: 2714, done.
remote: Total 2714 (delta 0), reused 0 (delta 0), pack-reused 2714
Receiving objects: 100% (2714/2714), 506.40 KiB | 789.00 KiB/s, done.
Resolving deltas: 100% (1700/1700), done.
Success.
export PATH="/root/.phpenv/bin:$PATH"
eval "$(phpenv init -)"
Add above line at the end of your ~/.bashrc and restart your shell to use phpenv.
[root@falcon21 ~]# vi .bashrc
export PATH="/root/.phpenv/bin:$PATH"
eval "$(phpenv init -)"
[root@falcon21 ~]# .bashrc
[root@falcon21 ~]# git clone git://github.com/CHH/php-build.git $HOME/.phpenv/plugins/php-build
Cloning into '/root/.phpenv/plugins/php-build'...
remote: Counting objects: 6201, done.
remote: Compressing objects: 100% (28/28), done.
remote: Total 6201 (delta 25), reused 29 (delta 17), pack-reused 6153
Receiving objects: 100% (6201/6201), 867.89 KiB | 257.00 KiB/s, done.
Resolving deltas: 100% (4164/4164), done.
[root@falcon21 ~]# phpenv install -l
Available versions:
5.2.17
5.3.2
5.3.3
5.3.6
5.3.8
5.3.9
5.3.10
5.3.11
5.3.12
5.3.13
5.3.14
5.3.15
5.3.16
5.3.17
5.3.18
5.3.19
5.3.20
5.3.21
5.3.22
5.3.23
5.3.24
5.3.25
5.3.26
5.3.27
5.3.28
5.3.29
5.4.0
5.4.1
5.4.2
5.4.3
5.4.4
5.4.5
5.4.6
5.4.7
5.4.8
5.4.9
5.4.10
5.4.11
5.4.12
5.4.13
5.4.14
5.4.15
5.4.16
5.4.17
5.4.18
5.4.19
5.4.20
5.4.21
5.4.22
5.4.23
5.4.24
5.4.25
5.4.26
5.4.27
5.4.28
5.4.29
5.4.30
5.4.31
5.4.32
5.4.33
5.4.34
5.4.35
5.4.36
5.4.37
5.4.38
5.4.39
5.4.40
5.4.41
5.4.42
5.4.43
5.4.44
5.4.45
5.4snapshot
5.5.0
5.5.1
5.5.2
5.5.3
5.5.4
5.5.5
5.5.6
5.5.7
5.5.8
5.5.9
5.5.10
5.5.11
5.5.12
5.5.13
5.5.14
5.5.15
5.5.16
5.5.17
5.5.18
5.5.19
5.5.20
5.5.21
5.5.22
5.5.23
5.5.24
5.5.25
5.5.26
5.5.27
5.5.28
5.5.29
5.5.30
5.5.31
5.5.32
5.5.33
5.5.34
5.5.35
5.5.36
5.5.37
5.5.38
5.5snapshot
5.6.0
5.6.1
5.6.2
5.6.3
5.6.4
5.6.5
5.6.6
5.6.7
5.6.8
5.6.9
5.6.10
5.6.11
5.6.12
5.6.13
5.6.14
5.6.15
5.6.16
5.6.17
5.6.18
5.6.19
5.6.20
5.6.21
5.6.22
5.6.23
5.6.24
5.6.25
5.6.26
5.6.27
5.6.28
5.6.29
5.6.30
5.6.31
5.6.32
5.6.33
5.6.34
5.6.35
5.6.36
5.6snapshot
7.0.0
7.0.1
7.0.2
7.0.3
7.0.4
7.0.5
7.0.6
7.0.7
7.0.8
7.0.9
7.0.10
7.0.11
7.0.12
7.0.13
7.0.14
7.0.15
7.0.16
7.0.17
7.0.18
7.0.19
7.0.20
7.0.21
7.0.22
7.0.23
7.0.24
7.0.25
7.0.26
7.0.27
7.0.28
7.0.29
7.0.30
7.0snapshot
7.1.0
7.1.1
7.1.2
7.1.3
7.1.4
7.1.5
7.1.6
7.1.7
7.1.8
7.1.9
7.1.10
7.1.11
7.1.12
7.1.13
7.1.14
7.1.15
7.1.16
7.1.17
7.1.18
7.1snapshot
7.2.0
7.2.1
7.2.2
7.2.3
7.2.4
7.2.5
7.2.6
7.2snapshot
master
-------------------------------------
必要なバージョンのPHPをビルドする際に必要となるライブラリを事前にインストール
必要となるパッケージ
libevent
libjpeg
libpng
mcrypt
libtool
openssl
autoconf
libxml2
lemon
re2c
[root@falcon21 ~]# yum install libevent
読み込んだプラグイン:fastestmirror, langpacks
Loading mirror speeds from cached hostfile
* remi: mirror.bebout.net
milter-manager_repos/x86_64/signature | 836 B 00:00:00
milter-manager_repos/x86_64/signature | 1.0 kB 00:00:00 !!!
milter-manager_repos-source/signature | 836 B 00:00:00
milter-manager_repos-source/signature | 1.0 kB 00:00:00 !!!
パッケージ libevent-2.0.21-4.el7.x86_64 はインストール済みか最新バージョンです
何もしません
[root@falcon21 ~]# yum install libjpeg
読み込んだプラグイン:fastestmirror, langpacks
Loading mirror speeds from cached hostfile
* remi: mirror.bebout.net
パッケージ libjpeg-turbo-1.2.90-5.el7.x86_64 はインストール済みか最新バージョンです
何もしません
[root@falcon21 ~]# yum install libpng
読み込んだプラグイン:fastestmirror, langpacks
Loading mirror speeds from cached hostfile
* remi: mirror.bebout.net
パッケージ 2:libpng-1.5.13-7.el7_2.x86_64 はインストール済みか最新バージョンです
何もしません
[root@falcon21 ~]# yum install mcrypt
読み込んだプラグイン:fastestmirror, langpacks
Loading mirror speeds from cached hostfile
* remi: mirror.bebout.net
パッケージ mcrypt は利用できません。
エラー: 何もしません
[root@falcon21 ~]# yum --enablerepo=epel -y install mcrypt
epel 12584/12584
依存性の解決をしています
--> トランザクションの確認を実行しています。
---> パッケージ mcrypt.x86_64 0:2.6.8-11.el7 を インストール
--> 依存性の処理をしています: libmhash.so.2()(64bit) のパッケージ: mcrypt-2.6.8-11.el7.x86_64
--> トランザクションの確認を実行しています。
---> パッケージ mhash.x86_64 0:0.9.9.9-10.el7 を インストール
--> 依存性解決を終了しました。
依存性を解決しました
========================================================================================================
Package アーキテクチャー バージョン リポジトリー 容量
========================================================================================================
インストール中:
mcrypt x86_64 2.6.8-11.el7 epel 85 k
依存性関連でのインストールをします:
mhash x86_64 0.9.9.9-10.el7 epel 106 k
トランザクションの要約
========================================================================================================
インストール 1 パッケージ (+1 個の依存関係のパッケージ)
総ダウンロード容量: 191 k
インストール容量: 434 k
Downloading packages:
(1/2): mcrypt-2.6.8-11.el7.x86_64.rpm | 85 kB 00:00:00
(2/2): mhash-0.9.9.9-10.el7.x86_64.rpm | 106 kB 00:00:00
--------------------------------------------------------------------------------------------------------
合計 315 kB/s | 191 kB 00:00:00
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
インストール中 : mhash-0.9.9.9-10.el7.x86_64 1/2
インストール中 : mcrypt-2.6.8-11.el7.x86_64 2/2
検証中 : mhash-0.9.9.9-10.el7.x86_64 1/2
検証中 : mcrypt-2.6.8-11.el7.x86_64 2/2
インストール:
mcrypt.x86_64 0:2.6.8-11.el7
依存性関連をインストールしました:
mhash.x86_64 0:0.9.9.9-10.el7
完了しました!
[root@falcon21 ~]# yum install libtool
読み込んだプラグイン:fastestmirror, langpacks
Loading mirror speeds from cached hostfile
* remi: mirror.bebout.net
依存性の解決をしています
--> トランザクションの確認を実行しています。
---> パッケージ libtool.x86_64 0:2.4.2-22.el7_3 を インストール
--> 依存性解決を終了しました。
依存性を解決しました
==============================================================================================================================
Package アーキテクチャー バージョン リポジトリー 容量
==============================================================================================================================
インストール中:
libtool x86_64 2.4.2-22.el7_3 base 588 k
トランザクションの要約
==============================================================================================================================
インストール 1 パッケージ
総ダウンロード容量: 588 k
インストール容量: 2.2 M
Is this ok [y/d/N]: y
Downloading packages:
libtool-2.4.2-22.el7_3.x86_64.rpm | 588 kB 00:00:02
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
インストール中 : libtool-2.4.2-22.el7_3.x86_64 1/1
検証中 : libtool-2.4.2-22.el7_3.x86_64 1/1
インストール:
libtool.x86_64 0:2.4.2-22.el7_3
完了しました!
[root@falcon21 ~]# yum install openssl
読み込んだプラグイン:fastestmirror, langpacks
Loading mirror speeds from cached hostfile
* remi: mirror.bebout.net
パッケージ 1:openssl-1.0.2k-12.el7.x86_64 はインストール済みか最新バージョンです
何もしません
[root@falcon21 ~]# yum install autoconf
読み込んだプラグイン:fastestmirror, langpacks
Loading mirror speeds from cached hostfile
* remi: mirror.bebout.net
パッケージ autoconf-2.69-11.el7.noarch はインストール済みか最新バージョンです
何もしません
[root@falcon21 ~]# yum install libxml2
読み込んだプラグイン:fastestmirror, langpacks
Loading mirror speeds from cached hostfile
* remi: mirror.bebout.net
パッケージ libxml2-2.9.1-6.el7_2.3.x86_64 はインストール済みか最新バージョンです
何もしません
[root@falcon21 ~]# yum install lemon
読み込んだプラグイン:fastestmirror, langpacks
Loading mirror speeds from cached hostfile
* remi: mirror.bebout.net
依存性の解決をしています
--> トランザクションの確認を実行しています。
---> パッケージ lemon.x86_64 0:3.7.17-8.el7 を インストール
--> 依存性解決を終了しました。
依存性を解決しました
==============================================================================================================================
Package アーキテクチャー バージョン リポジトリー 容量
==============================================================================================================================
インストール中:
lemon x86_64 3.7.17-8.el7 base 54 k
トランザクションの要約
==============================================================================================================================
インストール 1 パッケージ
総ダウンロード容量: 54 k
インストール容量: 96 k
Is this ok [y/d/N]: y
Downloading packages:
lemon-3.7.17-8.el7.x86_64.rpm | 54 kB 00:00:00
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
インストール中 : lemon-3.7.17-8.el7.x86_64 1/1
検証中 : lemon-3.7.17-8.el7.x86_64 1/1
インストール:
lemon.x86_64 0:3.7.17-8.el7
完了しました!
[root@falcon21 ~]# yum install re2c
読み込んだプラグイン:fastestmirror, langpacks
Loading mirror speeds from cached hostfile
* remi: mirror.bebout.net
milter-manager_repos/x86_64/signature | 836 B 00:00:00
milter-manager_repos/x86_64/signature | 1.0 kB 00:00:00 !!!
milter-manager_repos-source/signature | 836 B 00:00:00
milter-manager_repos-source/signature | 1.0 kB 00:00:00 !!!
パッケージ re2c は利用できません。
エラー: 何もしません
[root@falcon21 ~]# yum --enablerepo=epel -y install re2c
(1/2): epel/x86_64/updateinfo | 928 kB 00:00:00
(2/2): epel/x86_64/primary_db | 6.4 MB 00:00:34
依存性の解決をしています
--> トランザクションの確認を実行しています。
---> パッケージ re2c.x86_64 0:0.14.3-2.el7 を インストール
--> 依存性解決を終了しました。
依存性を解決しました
==============================================================================================================================
Package アーキテクチャー バージョン リポジトリー 容量
==============================================================================================================================
インストール中:
re2c x86_64 0.14.3-2.el7 epel 230 k
トランザクションの要約
==============================================================================================================================
インストール 1 パッケージ
総ダウンロード容量: 230 k
インストール容量: 677 k
Downloading packages:
re2c-0.14.3-2.el7.x86_64.rpm | 230 kB 00:00:00
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
インストール中 : re2c-0.14.3-2.el7.x86_64 1/1
検証中 : re2c-0.14.3-2.el7.x86_64 1/1
インストール:
re2c.x86_64 0:0.14.3-2.el7
完了しました!
*************************************************************************
install 5.6.0
[root@falcon21 ~]# phpenv install 5.6.0
[Info]: Loaded extension plugin
[Info]: Loaded apc Plugin.
[Info]: Loaded composer Plugin.
[Info]: Loaded github Plugin.
[Info]: Loaded uprofiler Plugin.
[Info]: Loaded xdebug Plugin.
[Info]: Loaded xhprof Plugin.
[Info]: Loaded zendopcache Plugin.
[Info]: php.ini-production gets used as php.ini
[Info]: Building 5.6.0 into /root/.phpenv/versions/5.6.0
[Downloading]: https://secure.php.net/distributions/php-5.6.0.tar.bz2
[Preparing]: /tmp/php-build/source/5.6.0
-----------------
| BUILD ERROR |
-----------------
Here are the last 10 lines from the log:
-----------------------------------------
configure: WARNING: This bison version is not supported for regeneration of the Zend/PHP parsers (found: 3.0, min: 204, excluded: 3.0).
configure: error: xml2-config not found. Please check your libxml2 installation.
configure:警告:このバイソンバージョンは、Zend / PHPパーサーの再生成(3.0、最小:204、除外:3.0)でサポートされていません。
configure:error:xml2-configが見つかりません。 libxml2のインストールを確認してください。
-----------------------------------------
The full Log is available at '/tmp/php-build.5.6.0.20180531234322.log'.
[Warn]: Aborting build.
[root@falcon21 ~]# yum search libxml2
読み込んだプラグイン:fastestmirror, langpacks
Loading mirror speeds from cached hostfile
* remi: mirror.bebout.net
========================================= N/S matched: libxml2 =========================================
libxml2-python.x86_64 : Python bindings for the libxml2 library
libxml2-static.i686 : Static library for libxml2
libxml2-static.x86_64 : Static library for libxml2
libxml2.i686 : Library providing XML and HTML support
libxml2.x86_64 : Library providing XML and HTML support
libxml2-devel.i686 : Libraries, includes, etc. to develop XML and HTML applications
libxml2-devel.x86_64 : Libraries, includes, etc. to develop XML and HTML applications
perl-XML-LibXML.x86_64 : Perl interface to the libxml2 library
python-lxml.x86_64 : ElementTree-like Python bindings for libxml2 and libxslt
Name and summary matches only, use "search all" for everything.
[root@falcon21 ~]# rpm -qa libxml2*
libxml2-python-2.9.1-6.el7_2.3.x86_64
libxml2-2.9.1-6.el7_2.3.x86_64
[root@falcon21 ~]# yum --enablerepo=epel -y install libxml2-static.x86_64
インストール:
libxml2-static.x86_64 0:2.9.1-6.el7_2.3
完了しました!
[root@falcon21 ~]# yum --enablerepo=epel -y install libxml2.x86_64
読み込んだプラグイン:fastestmirror, langpacks
Loading mirror speeds from cached hostfile
* epel: ftp.riken.jp
* remi: mirror.bebout.net
パッケージ libxml2-2.9.1-6.el7_2.3.x86_64 はインストール済みか最新バージョンです
[root@falcon21 ~]# yum --enablerepo=epel -y install libxml2-devel.x86_64
インストール:
libxml2-devel.x86_64 0:2.9.1-6.el7_2.3
依存性関連をインストールしました:
xz-devel.x86_64 0:5.2.2-1.el7
完了しました!
[root@falcon21 ~]# yum --enablerepo=epel -y install perl-XML-LibXML.x86_64
インストール:
perl-XML-LibXML.x86_64 1:2.0018-5.el7
依存性関連をインストールしました:
perl-XML-NamespaceSupport.noarch 0:1.11-10.el7 perl-XML-SAX.noarch 0:0.99-9.el7
perl-XML-SAX-Base.noarch 0:1.08-7.el7
完了しました!
********************************************************************************
[root@falcon21 ~]# phpenv install 5.6.0
configure: WARNING: This bison version is not supported for regeneration of the Zend/PHP parsers (found: 3.0, min: 204, excluded: 3.0).
configure: error: Please reinstall the libcurl distribution -
easy.h should be in <curl-dir>/include/curl/
configure:警告:このバイソンバージョンは、Zend / PHPパーサーの再生成(3.0、最小:204、除外:3.0)でサポートされていません。
configure:error:libcurlディストリビューションを再インストールしてください -
easy.hは<curl-dir> / include / curl /
-----------------------------------------
The full Log is available at '/tmp/php-build.5.6.0.20180601105026.log'.
[Warn]: Aborting build.
[root@falcon21 ~]# curl -V
curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.34 zlib/1.2.7 libidn/1.28 libssh2/1.4.3
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp
Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets
[root@falcon21 ~]# yum search libcurl
読み込んだプラグイン:fastestmirror, langpacks
Loading mirror speeds from cached hostfile
* remi: mirror.bebout.net
========================================= N/S matched: libcurl =========================================
httpd24-libcurl-devel.x86_64 : Files needed for building applications with libcurl
libcurl-devel.i686 : Files needed for building applications with libcurl
libcurl-devel.x86_64 : Files needed for building applications with libcurl
httpd24-libcurl.x86_64 : A library for getting files from web servers
libcurl.i686 : A library for getting files from web servers
libcurl.x86_64 : A library for getting files from web servers
perl-WWW-Curl.x86_64 : Perl extension interface for libcurl
python-pycurl.x86_64 : A Python interface to libcurl
sclo-python27-python-pycurl.x86_64 : A Python interface to libcurl
sclo-python34-python-pycurl.x86_64 : A Python interface to libcurl
sclo-python35-python-pycurl.x86_64 : A Python interface to libcurl
Name and summary matches only, use "search all" for everything.
[root@falcon21 ~]# rpm -qa libcurl*
libcurl-7.29.0-46.el7.x86_64
[root@falcon21 ~]# yum --enablerepo=epel -y install libcurl-devel.x86_64
インストール:
libcurl-devel.x86_64 0:7.29.0-46.el7
完了しました!
[root@falcon21 ~]# yum --enablerepo=epel -y install httpd24-libcurl.x86_64 httpd24-libcurl-devel.x86_64
インストール:
httpd24-libcurl.x86_64 0:7.47.1-4.el7 httpd24-libcurl-devel.x86_64 0:7.47.1-4.el7
依存性関連をインストールしました:
httpd24-libnghttp2.x86_64 0:1.7.1-6.el7 httpd24-runtime.x86_64 0:1.1-18.el7
完了しました!
[root@falcon21 ~]# yum --enablerepo=epel -y install perl-WWW-Curl.x86_64 python-pycurl.x86_64 sclo-python35-python-pycurl.x86_64
インストール:
perl-WWW-Curl.x86_64 0:4.15-13.el7 sclo-python35-python-pycurl.x86_64 0:7.43.0-6.1.el7
依存性関連をインストールしました:
rh-python35-python.x86_64 0:3.5.1-11.el7 rh-python35-python-libs.x86_64 0:3.5.1-11.el7
rh-python35-python-pip.noarch 0:7.1.0-2.el7 rh-python35-python-setuptools.noarch 0:18.0.1-2.el7
rh-python35-runtime.x86_64 0:2.0-2.el7
完了しました!
[root@falcon21 ~]# yum --enablerepo=epel -y install sclo-python27-python-pycurl.x86_64
インストール:
sclo-python27-python-pycurl.x86_64 0:7.43.0-6.1.el7
依存性関連をインストールしました:
python27-python.x86_64 0:2.7.13-3.el7 python27-python-libs.x86_64 0:2.7.13-3.el7
python27-python-pip.noarch 0:8.1.2-2.el7 python27-python-setuptools.noarch 0:0.9.8-6.el7
python27-runtime.x86_64 0:1.1-25.el7
完了しました!
************************************************
[root@falcon21 ~]# phpenv install 5.6.0
-----------------------------------------
configure: WARNING: This bison version is not supported for regeneration of the Zend/PHP parsers (found: 3.0, min: 204, excluded: 3.0).
configure: error: png.h not found.
-----------------------------------------
[root@falcon21 ~]# yum search png.h
読み込んだプラグイン:fastestmirror, langpacks
Loading mirror speeds from cached hostfile
* remi: mirror.bebout.net
警告: 一致するものが見つかりません: png.h
No matches found
[root@falcon21 ~]# bison -V
bison (GNU Bison) 3.0.4
Robert Corbett と Richard Stallman によって書かれました
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
[参考訳 -- 法的効力は英文が適用されます]
これはフリーソフトウェアです -- 複製についての条件はソースを見ましょう。
一切の保証はありません -- 商業性や目的適合性についての保証すらありません。
[root@falcon21 ~]# yum search php
[root@falcon21 ~]# yum --enablerepo=epel -y install php56-build.x86_64
インストール:
php56-build.x86_64 0:2.3-1.el7.remi
依存性関連をインストールしました:
php56-runtime.x86_64 0:2.3-1.el7.remi scl-utils-build.x86_64 0:20130529-18.el7_4
完了しました!
[root@falcon21 ~]# yum --enablerepo=epel -y install php56-*
依存性関連をインストールしました:
ImageMagick6-libs.x86_64 0:6.9.9.40-1.el7.remi Judy.x86_64 0:1.0.5-8.el7
aspell.x86_64 12:0.60.6.1-9.el7 cassandra-cpp-driver.x86_64 0:2.9.0-1.el7.remi
cmph.x86_64 0:2.0-1.el7.remi diffmark.x86_64 0:0.10-5.el7
fann.x86_64 0:2.2.0-6.el7 fastlz.x86_64 0:0.1.0-0.1.20070619svnrev12.el7.remi
firebird-libfbclient.x86_64 0:2.5.7.27050.0-1.el7 freetds.x86_64 0:0.95.81-1.el7
fribidi.x86_64 0:0.19.4-6.el7 gcc-c++.x86_64 0:4.8.5-28.el7_5.1
geos.x86_64 0:3.4.2-2.el7 gnupg1.x86_64 0:1.4.20-1.el7.remi
hdrhistogram-libs.x86_64 0:0.9.7-1.el7.remi hiredis-last.x86_64 0:0.13.3-1.el7.remi
leveldb.x86_64 0:1.12.0-11.el7 libc-client.x86_64 0:2007f-16.el7
libcouchbase.x86_64 0:2.9.0-1.el7.remi libcouchbase-libevent.x86_64 0:2.9.0-1.el7.remi
libgearman.x86_64 0:1.1.12-18.el7 libhandlebars.x86_64 0:0.6.4-1.el7.remi
libharu.x86_64 0:2.2.1-6.el7 libip2location.x86_64 0:8.0.7-1.el7.remi
libircclient.x86_64 0:1.8-4.el7 liblzf.x86_64 0:3.6-7.el7
libmemcached.x86_64 0:1.0.16-5.el7 libmustache.x86_64 0:0.4.4-1.el7.remi
libnghttp2.x86_64 0:1.31.1-1.el7 librabbitmq.x86_64 0:0.8.0-2.el7
libraqm.x86_64 0:0.1.1-1.el7 librdkafka.x86_64 0:0.11.4-1.el7
libsodium.x86_64 0:1.0.16-1.el7 libsodium13.x86_64 0:1.0.5-1.el7
libsphinxclient.x86_64 0:2.1.5-2.el7.remi libuv.x86_64 1:1.19.2-1.el7
libwebsockets.x86_64 0:1.7.5-1.el7 libxmp.x86_64 0:4.4.1-1.el7
libyaz.x86_64 0:5.14.11-1.el7.remi libzstd.x86_64 0:1.3.4-1.el7
lmdb-libs.x86_64 0:0.9.18-1.el7 mosquitto.x86_64 0:1.4.15-2.el7
openpgm.x86_64 0:5.2.122-2.el7 pdflib-lite.x86_64 0:7.0.5-4.el7.remi
recode.x86_64 0:3.6-38.el7 rrdtool.x86_64 0:1.4.8-9.el7
sqlite2.x86_64 0:2.8.17-17.el7 ssdeep-libs.x86_64 0:2.14.1-1.el7.remi
termbox.x86_64 0:1.1.2-1.el7.remi tokyocabinet.x86_64 0:1.4.48-3.el7
uwsgi.x86_64 0:2.0.16-1.el7 uwsgi-plugin-common.x86_64 0:2.0.16-1.el7
varnish-libs.x86_64 0:4.0.5-1.el7 wxBase3.x86_64 0:3.0.2-15.el7
wxGTK3.x86_64 0:3.0.2-15.el7 wxGTK3-media.x86_64 0:3.0.2-15.el7
zeromq.x86_64 0:4.1.4-5.el7
飛ばしました (依存性の問題):
GraphicsMagick.x86_64 0:1.3.29-1.el7
php56-php-pecl-couchbase2.x86_64 0:2.4.6-1.el7.remi
php56-php-pecl-gmagick.x86_64 0:1.1.7-0.6.RC3.el7.remi
php56-php-pecl-graphdat.x86_64 0:1.0.4-1.el7.remi
php56-php-pecl-imagick.x86_64 0:3.4.3-5.el7.remi
php56-php-pecl-imagick-devel.x86_64 0:3.4.3-5.el7.remi
php56-php-pecl-redis4.x86_64 0:4.0.2-1.el7.remi
php56-php-pecl-solr2.x86_64 0:2.4.0-1.el7.remi
php56-php-pecl-swoole2.x86_64 0:2.0.11-1.el7.remi
php56-php-pecl-swoole2-devel.x86_64 0:2.0.11-1.el7.remi
php56-php-phalcon2.x86_64 0:2.0.13-1.el7.remi
php56-php-phalcon3.x86_64 0:3.4.0-1.el7.remi
完了しました!
[root@falcon21 ~]# reboot
[root@falcon21 ~]# rpm -qa php*
php56-php-pecl-scream-0.1.0-4.el7.remi.x86_64
php56-php-pecl-blenc-1.1.4-0.2.b.el7.remi.x86_64
php56-php-pecl-couchbase-1.2.2-6.el7.remi.x86_64
php56-php-pecl-xxtea-1.0.11-1.el7.remi.x86_64
php-mbstring-7.1.18-1.el7.remi.x86_64
php56-php-pecl-yaz-1.2.2-1.el7.remi.x86_64
php56-php-pecl-bitset-2.0.4-1.el7.remi.x86_64
php56-php-pimple-3.0.2-1.el7.remi.x86_64
php56-php-pecl-strict-0.4.1-2.el7.remi.x86_64
php56-php-pecl-msgpack-0.5.7-1.el7.remi.x86_64
php56-php-pecl-xhprof-0.9.4-5.el7.remi.x86_64
php56-php-zstd-0.4.13-1.el7.remi.x86_64
php56-php-pecl-ircclient-0.3.0-4.el7.remi.x86_64
php56-php-pecl-dom-varimport-devel-1.11.3-1.el7.remi.x86_64
php56-php-pecl-varnish-1.2.3-1.el7.remi.x86_64
php56-php-pecl-mustache-0.7.4-1.el7.remi.x86_64
php56-php-pecl-memcached-2.2.0-4.el7.remi.x86_64
php56-php-pecl-uploadprogress-1.0.3.1-5.el7.remi.x86_64
php56-php-xmlrpc-5.6.36-1.el7.remi.x86_64
php-json-7.1.18-1.el7.remi.x86_64
php56-php-suhosin-0.9.38-1.el7.remi.x86_64
php56-php-pecl-uopz-2.0.7-1.el7.remi.x86_64
php56-php-pecl-grpc-1.12.0-1.el7.remi.x86_64
php56-php-pecl-yaml-1.3.1-1.el7.remi.x86_64
php56-php-mysqlnd-5.6.36-1.el7.remi.x86_64
php56-scldevel-2.3-1.el7.remi.x86_64
php56-php-channel-horde-1.0-2.el7.remi.noarch
php56-php-pecl-chdb-1.0.3-5.el7.remi.x86_64
php56-php-pecl-krb5-devel-1.1.2-3.el7.remi.x86_64
php56-php-pecl-psr-devel-0.4.0-2.el7.remi.x86_64
php56-php-pecl-hdr-histogram-0.3.0-1.el7.remi.x86_64
php56-xhprof-0.9.4-5.el7.remi.noarch
php56-php-pecl-yar-1.2.5-1.el7.remi.x86_64
php56-php-pecl-inclued-0.1.3-5.el7.remi.x86_64
php56-php-pecl-translit-0.6.2-1.el7.remi.x86_64
php56-php-snmp-5.6.36-1.el7.remi.x86_64
php-fedora-autoloader-1.0.0-1.el7.remi.noarch
php56-php-snappy-0.1.9-1.el7.remi.x86_64
php56-php-enchant-5.6.36-1.el7.remi.x86_64
php56-php-pecl-expect-0.3.3-1.el7.remi.x86_64
php56-php-pecl-jsonc-1.3.10-1.el7.remi.x86_64
php56-php-gmp-5.6.36-1.el7.remi.x86_64
php56-php-xcache-3.2.0-1.el7.remi.x86_64
php56-php-recode-5.6.36-1.el7.remi.x86_64
php56-php-pecl-http-devel-2.6.0-1.el7.remi.x86_64
php56-php-pecl-rdkafka-3.0.5-1.el7.remi.x86_64
php56-php-pecl-ncurses-1.0.2-8.el7.remi.x86_64
php56-php-pecl-parsekit-1.3.0-7.el7.remi.x86_64
php56-php-twig-1.35.3-1.el7.remi.x86_64
php56-php-bcmath-5.6.36-1.el7.remi.x86_64
php-mysqlnd-7.1.18-1.el7.remi.x86_64
php56-php-pecl-eio-2.0.2-1.el7.remi.x86_64
php56-php-pecl-runkit-1.0.4-1.el7.remi.x86_64
php56-php-pecl-crypto-0.3.1-1.el7.remi.x86_64
php56-php-pecl-mongo-1.6.16-1.el7.remi.x86_64
php56-php-pecl-dom-varimport-1.11.3-1.el7.remi.x86_64
php56-php-pecl-http-2.6.0-1.el7.remi.x86_64
php56-php-pecl-pdflib-4.1.2-1.el7.remi.x86_64
php56-php-pecl-swoole-devel-1.10.5-1.el7.remi.x86_64
php56-php-pecl-gnupg-1.4.0-1.el7.remi.x86_64
php-common-7.1.18-1.el7.remi.x86_64
php-xml-7.1.18-1.el7.remi.x86_64
php56-php-pecl-igbinary-2.0.6-1.el7.remi.x86_64
php56-php-pecl-json-post-1.0.1-1.el7.remi.x86_64
php56-php-pecl-pcsc-0.3.1-1.el7.remi.x86_64
php56-php-pecl-psr-0.4.0-2.el7.remi.x86_64
php56-mysqlnd-qc-panel-1.2.0-6.el7.remi.noarch
php56-php-pecl-memprof-1.0.0-5.el7.remi.x86_64
php56-php-pecl-weakref-0.2.6-1.el7.remi.x86_64
php56-php-pecl-sdl-0.9.3-1.el7.remi.x86_64
php56-php-pecl-mailparse-2.1.6-8.el7.remi.x86_64
php56-php-pecl-wxwidgets-3.0.2.0-1.el7.remi.x86_64
php56-php-pecl-scrypt-1.4.2-1.el7.remi.x86_64
php56-php-pecl-stomp-1.0.9-1.el7.remi.x86_64
php56-php-pecl-apm-2.1.3-1.el7.remi.x86_64
php56-php-pecl-tcpwrap-1.2.0-1.el7.remi.x86_64
php56-php-pecl-ev-1.0.4-1.el7.remi.x86_64
php56-php-pecl-stats-1.0.5-1.el7.remi.x86_64
php56-php-pecl-geospatial-0.2.0-1.el7.remi.x86_64
php56-php-pecl-hprose-1.6.6-1.el7.remi.x86_64
php56-php-pecl-dio-0.1.0-1.el7.remi.x86_64
php56-php-devel-5.6.36-1.el7.remi.x86_64
php56-php-pecl-sqlite-2.0.0-0.7.svn332053.el7.remi.x86_64
php56-php-pecl-igbinary-devel-2.0.6-1.el7.remi.x86_64
php56-php-pecl-msgpack-devel-0.5.7-1.el7.remi.x86_64
php56-php-pecl-pcs-devel-1.3.3-1.el7.remi.x86_64
php56-php-pecl-xmp-4.2.0-1.el7.remi.x86_64
php56-php-pecl-haru-1.0.4-5.el7.remi.x86_64
php-gd-7.1.18-1.el7.remi.x86_64
php56-build-2.3-1.el7.remi.x86_64
php56-php-pdo-5.6.36-1.el7.remi.x86_64
php56-php-pecl-propro-1.0.2-1.el7.remi.x86_64
php56-php-process-5.6.36-1.el7.remi.x86_64
php56-php-pecl-mysqlnd-ms-1.6.0-4.svn333506.el7.remi.x86_64
php56-php-libvirt-0.5.4-1.el7.remi.x86_64
php56-php-libvirt-doc-0.5.4-1.el7.remi.noarch
php56-php-pecl-hidef-0.1.13-5.el7.remi.x86_64
php56-php-pecl-riak-1.2.0-2.el7.remi.x86_64
php56-php-pecl-inotify-0.1.6-5.el7.remi.x86_64
php56-2.3-1.el7.remi.x86_64
php56-php-pecl-molten-0.1.2~beta-2.el7.remi.x86_64
php56-php-pgsql-5.6.36-1.el7.remi.x86_64
php56-php-pecl-xdiff-1.5.2-1.el7.remi.x86_64
php56-php-pecl-seaslog-1.8.4-1.el7.remi.x86_64
php56-php-phurple-0.6.0-3.el7.remi.x86_64
php56-php-pecl-rar-4.0.0-1.el7.remi.x86_64
php56-php-pecl-xattr-1.3.0-1.el7.remi.x86_64
php56-php-pecl-hrtime-0.6.0-1.el7.remi.x86_64
php56-php-pecl-svn-1.0.3-1.el7.remi.x86_64
php56-php-pecl-dbase-5.1.1-1.el7.remi.x86_64
php56-php-pecl-ssh2-0.13-3.el7.remi.x86_64
php56-php-pecl-swoole-1.10.5-1.el7.remi.x86_64
php56-php-pecl-gearman-1.1.2-5.el7.remi.x86_64
php56-php-dba-5.6.36-1.el7.remi.x86_64
php56-php-pecl-propro-devel-1.0.2-1.el7.remi.x86_64
php56-php-pecl-apcu-devel-4.0.11-1.el7.remi.x86_64
php56-php-pecl-leveldb-0.1.5-1.el7.remi.x86_64
php56-php-magickwand-1.0.9.2-12.el7.remi.x86_64
php-pdo-7.1.18-1.el7.remi.x86_64
php56-php-cli-5.6.36-1.el7.remi.x86_64
php56-php-mbstring-5.6.36-1.el7.remi.x86_64
php56-php-pear-1.10.5-5.el7.remi.noarch
php56-php-pecl-apfd-1.0.1-1.el7.remi.x86_64
php56-php-pecl-sphinx-1.3.3-1.el7.remi.x86_64
php56-php-pecl-memcache-3.0.8-5.el7.remi.x86_64
php56-php-pecl-xrange-1.3.2-5.el7.remi.x86_64
php56-php-pecl-solr-1.1.1-2.el7.remi.x86_64
php56-php-pecl-lua-1.1.0-5.el7.remi.x86_64
php56-php-pecl-pq-1.1.1-1.el7.remi.x86_64
php56-php-oci8-5.6.36-1.el7.remi.x86_64
php56-php-pecl-vld-0.14.0-1.el7.remi.x86_64
php56-php-smbclient-0.9.0-1.el7.remi.x86_64
php56-php-mcrypt-5.6.36-1.el7.remi.x86_64
php56-php-pecl-newt-1.2.9-1.el7.remi.x86_64
php56-php-pecl-protobuf-3.5.1.1-1.el7.remi.x86_64
php56-php-dbg-5.6.36-1.el7.remi.x86_64
php56-php-pecl-gender-1.1.0-1.el7.remi.x86_64
php56-php-gd-5.6.36-1.el7.remi.x86_64
php56-php-pecl-env-0.2.1-1.el7.remi.x86_64
php56-php-interbase-5.6.36-1.el7.remi.x86_64
php56-php-pecl-xmldiff-devel-1.1.2-1.el7.remi.x86_64
php56-php-pecl-handlebars-devel-0.8.2-1.el7.remi.x86_64
php56-php-pecl-mysqlnd-ms-devel-1.6.0-4.svn333506.el7.remi.x86_64
php56-php-pecl-fann-1.1.1-1.el7.remi.x86_64
php56-php-imap-5.6.36-1.el7.remi.x86_64
php-7.1.18-1.el7.remi.x86_64
php-pear-1.10.5-6.el7.remi.noarch
php56-runtime-2.3-1.el7.remi.x86_64
php56-php-common-5.6.36-1.el7.remi.x86_64
php56-php-pecl-raphf-1.1.2-1.el7.remi.x86_64
php56-zephir-0.10.10-1.el7.remi.noarch
php56-php-pecl-quickhash-1.0.0-5.el7.remi.x86_64
php56-php-pecl-yac-0.9.2-1.el7.remi.x86_64
php56-php-pecl-ares-0.8.0-1.el7.remi.x86_64
php56-php-pecl-binpack-1.0.1-2.el7.remi.x86_64
php56-php-pecl-redis-3.1.6-1.el7.remi.x86_64
php56-php-fpm-5.6.36-1.el7.remi.x86_64
php56-php-pecl-timecop-1.2.10-1.el7.remi.x86_64
php56-php-brotli-0.5.1-1.el7.remi.x86_64
php56-php-intl-5.6.36-1.el7.remi.x86_64
php56-php-pecl-cassandra-1.3.2-1.el7.remi.x86_64
php56-php-pecl-radius-1.3.0-1.el7.remi.x86_64
php56-php-pecl-phk-3.0.1-1.el7.remi.x86_64
php56-php-litespeed-5.6.36-1.el7.remi.x86_64
php56-php-pecl-druid-1.0.0-1.el7.remi.x86_64
php56-php-pecl-yaf-2.3.5-1.el7.remi.x86_64
php56-php-embedded-5.6.36-1.el7.remi.x86_64
php56-php-pecl-cairo-0.3.2-9.el7.remi.x86_64
php56-php-pecl-jsond-1.4.0-1.el7.remi.x86_64
php56-php-geos-1.0.0-2.el7.remi.x86_64
php56-php-pecl-ssdeep-1.1.0-1.el7.remi.x86_64
php56-php-pecl-raphf-devel-1.1.2-1.el7.remi.x86_64
php56-php-pecl-cairo-devel-0.3.2-9.el7.remi.x86_64
php56-php-pecl-mosquitto-0.4.0-2.el7.remi.x86_64
php56-uwsgi-plugin-php-2.0.16-1.el7.remi.x86_64
php56-php-pecl-rrd-1.1.3-3.el7.remi.x86_64
php56-xcache-admin-3.2.0-1.el7.remi.noarch
php56-php-pecl-doublemetaphone-1.0.1-2.el7.remi.x86_64
php56-php-pecl-oauth-1.2.3-9.el7.remi.x86_64
php56-php-pecl-geoip-1.1.1-1.el7.remi.x86_64
php56-php-pecl-selinux-0.4.1-1.el7.remi.x86_64
php56-php-soap-5.6.36-1.el7.remi.x86_64
php56-php-tidy-5.6.36-1.el7.remi.x86_64
php56-php-opcache-5.6.36-1.el7.remi.x86_64
php56-php-pecl-zip-1.15.2-1.el7.remi.x86_64
php56-php-pecl-pcs-1.3.3-1.el7.remi.x86_64
php56-php-pecl-apcu-4.0.11-1.el7.remi.x86_64
php56-php-pecl-lzf-1.6.6-1.el7.remi.x86_64
php56-php-pecl-mysqlnd-qc-devel-1.2.0-6.el7.remi.x86_64
php56-php-pspell-5.6.36-1.el7.remi.x86_64
php56-php-horde-horde-lz4-1.0.10-1.el7.remi.x86_64
php56-php-pecl-yp-1.0.1-2.el7.remi.x86_64
php56-php-pecl-dbus-0.1.1-4.el7.remi.x86_64
php56-php-lz4-0.3.4-1.el7.remi.x86_64
php-process-7.1.18-1.el7.remi.x86_64
php56-php-pecl-trace-1.0.1-0.1.beta.el7.remi.x86_64
php56-php-pecl-trader-0.4.1-1.el7.remi.x86_64
php56-php-pecl-sync-1.1.1-1.el7.remi.x86_64
php56-php-pecl-event-2.3.0-1.el7.remi.x86_64
php56-php-pecl-krb5-1.1.2-3.el7.remi.x86_64
php56-php-zephir-parser-1.1.2-1.el7.remi.x86_64
php56-php-pecl-libsodium-1.0.7-1.el7.remi.x86_64
php56-php-zstd-devel-0.4.13-1.el7.remi.x86_64
php56-php-pecl-ip2location-8.0.1-1.el7.remi.x86_64
php56-php-pecl-protocolbuffers-0.2.6-2.el7.remi.x86_64
php56-php-pecl-xslcache-0.7.2-5.el7.remi.x86_64
php56-php-phalcon-1.3.4-1.el7.remi.x86_64
php56-php-ldap-5.6.36-1.el7.remi.x86_64
php-cli-7.1.18-1.el7.remi.x86_64
php56-php-phpiredis-1.0.0-1.el7.remi.x86_64
php56-php-pecl-xdebug-2.5.5-1.el7.remi.x86_64
php56-php-pecl-spl-types-0.4.0-9.el7.remi.x86_64
php56-php-tarantool-0.1.0-1.el7.remi.x86_64
php56-php-5.6.36-1.el7.remi.x86_64
php56-php-pecl-judy-1.0.2-3.el7.remi.x86_64
php56-php-pecl-handlebars-0.8.2-1.el7.remi.x86_64
php56-php-pecl-xmldiff-1.1.2-1.el7.remi.x86_64
php56-php-pecl-zmq-1.1.3-3.el7.remi.x86_64
php56-php-pecl-judy-devel-1.0.2-3.el7.remi.x86_64
php56-php-pecl-amqp-1.9.3-2.el7.remi.x86_64
php56-php-pecl-termbox-0.1.3-1.el7.remi.x86_64
php56-php-pecl-uri-template-1.0-4.el7.remi.x86_64
php56-php-pecl-bbcode-1.0.3-0.6.b1.el7.remi.x86_64
php56-php-odbc-5.6.36-1.el7.remi.x86_64
php56-php-ioncube-loader-10.2.1-1.el7.remi.x86_64
php56-php-pecl-uuid-1.0.4-1.el7.remi.x86_64
php56-php-pecl-mogilefs-0.9.2-1.el7.remi.x86_64
php56-php-pecl-mongodb-1.4.3-1.el7.remi.x86_64
php56-php-xml-5.6.36-1.el7.remi.x86_64
php56-php-pecl-mysqlnd-qc-1.2.0-6.el7.remi.x86_64
php56-php-pecl-jsonc-devel-1.3.10-1.el7.remi.x86_64
php56-php-pecl-pcsc-devel-0.3.1-1.el7.remi.x86_64
php56-php-pecl-jsond-devel-1.4.0-1.el7.remi.x86_64
php56-php-mssql-5.6.36-1.el7.remi.x86_64
[root@falcon21 ~]# rpm -qa php
php-7.1.18-1.el7.remi.x86_64
**************************************************************