2016-08-10 133 views
0

我正嘗試在使用yum的RHEL 7(物理機器)上安裝PHP 5.6。我安裝了REMI存儲庫。在RHEL上安裝PHP5.6

[[email protected] Sridhar_P]# yum repolist all 
Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-manager 
This system is registered to Red Hat Subscription Management, but is not receiving updates. You can use subscription-manager to assign subscriptions. 
repo id          repo name                    status 
*epel/x86_64         Extra Packages for Enterprise Linux 7 - x86_64           enabled: 10,416 
epel-debuginfo/x86_64       Extra Packages for Enterprise Linux 7 - x86_64 - Debug         disabled 
epel-source/x86_64        Extra Packages for Enterprise Linux 7 - x86_64 - Source         disabled 
epel-testing/x86_64       Extra Packages for Enterprise Linux 7 - Testing - x86_64        disabled 
epel-testing-debuginfo/x86_64     Extra Packages for Enterprise Linux 7 - Testing - x86_64 - Debug      disabled 
epel-testing-source/x86_64      Extra Packages for Enterprise Linux 7 - Testing - x86_64 - Source      disabled 
mysql-connectors-community/x86_64    MySQL Connectors Community                enabled:  21 
mysql-connectors-community-source    MySQL Connectors Community - Source              disabled 
mysql-tools-community/x86_64     MySQL Tools Community                 enabled:  36 
mysql-tools-community-source     MySQL Tools Community - Source               disabled 
mysql55-community/x86_64      MySQL 5.5 Community Server                disabled 
mysql55-community-source      MySQL 5.5 Community Server - Source              disabled 
mysql56-community/x86_64      MySQL 5.6 Community Server                enabled: 259 
mysql56-community-source      MySQL 5.6 Community Server - Source              disabled 
mysql57-community-dmr/x86_64     MySQL 5.7 Community Server Development Milestone Release        disabled 
mysql57-community-dmr-source     MySQL 5.7 Community Server Development Milestone Release - Source      disabled 
nginx/x86_64         nginx repo                    enabled:  28 
remi           Remi's RPM repository for Enterprise Linux 7 - x86_64         enabled: 3,287 
remi-debuginfo/x86_64       Remi's RPM repository for Enterprise Linux 7 - x86_64 - debuginfo      enabled: 1,244 
remi-php55          Remi's PHP 5.5 RPM repository for Enterprise Linux 7 - x86_64       disabled 
remi-php55-debuginfo/x86_64     Remi's PHP 5.5 RPM repository for Enterprise Linux 7 - x86_64 - debuginfo    disabled 
remi-php56          Remi's PHP 5.6 RPM repository for Enterprise Linux 7 - x86_64       enabled: 361 
remi-php56-debuginfo/x86_64     Remi's PHP 5.6 RPM repository for Enterprise Linux 7 - x86_64 - debuginfo    enabled: 246 
remi-safe          Safe Remi's RPM repository for Enterprise Linux 7 - x86_64        disabled 
remi-test          Remi's test RPM repository for Enterprise Linux 7 - x86_64        enabled: 636 
remi-test-debuginfo/x86_64      Remi's test RPM repository for Enterprise Linux 7 - x86_64 - debuginfo     enabled: 198 
webtatic/x86_64        Webtatic Repository EL7 - x86_64              disabled 
webtatic-archive/x86_64      Webtatic Repository EL7 - x86_64 - Archive            disabled 
webtatic-archive-debuginfo/x86_64    Webtatic Repository EL7 - x86_64 - Archive Debug          disabled 
webtatic-archive-source      Webtatic Repository EL7 - x86_64 - Archive Source          disabled 
webtatic-debuginfo/x86_64      Webtatic Repository EL7 - x86_64 - Debug            disabled 
webtatic-source        Webtatic Repository EL7 - x86_64 - Source            disabled 
webtatic-testing/x86_64      Webtatic Repository EL7 - x86_64 - Testing            disabled 
webtatic-testing-debuginfo/x86_64    Webtatic Repository EL7 - x86_64 - Testing Debug          disabled 
webtatic-testing-source      Webtatic Repository EL7 - x86_64 - Testing Source          disabled 

我然後跑

yum clean all 
yum update 

,然後試圖通過運行

yum install php php-fpm php-mcrypt php-imap php-gd php-mbstring php-mysql php-dom 

安裝PHP我有以下錯誤

[[email protected] Sridhar_P]# yum install php php-fpm php-mcrypt php-imap php-gd php-mbstring php-mysql php-dom 
Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-manager 
This system is registered to Red Hat Subscription Management, but is not receiving updates. You can use subscription-manager to assign subscriptions. 
Package php-mysql is obsoleted by php-mysqlnd, trying to install php-mysqlnd-5.6.25-0.1.RC1.el7.remi.x86_64 instead 
Resolving Dependencies 
--> Running transaction check 
---> Package php.x86_64 0:5.6.25-0.1.RC1.el7.remi will be installed 
--> Processing Dependency: php-common(x86-64) = 5.6.25-0.1.RC1.el7.remi for package: php-5.6.25-0.1.RC1.el7.remi.x86_64 
--> Processing Dependency: php-cli(x86-64) = 5.6.25-0.1.RC1.el7.remi for package: php-5.6.25-0.1.RC1.el7.remi.x86_64 
--> Processing Dependency: httpd-mmn = 20120211x8664 for package: php-5.6.25-0.1.RC1.el7.remi.x86_64 
--> Processing Dependency: httpd for package: php-5.6.25-0.1.RC1.el7.remi.x86_64 
---> Package php-fpm.x86_64 0:5.6.25-0.1.RC1.el7.remi will be installed 
---> Package php-gd.x86_64 0:5.6.25-0.1.RC1.el7.remi will be installed 
--> Processing Dependency: gd-last(x86-64) >= 2.1.1 for package: php-gd-5.6.25-0.1.RC1.el7.remi.x86_64 
--> Processing Dependency: libt1.so.5()(64bit) for package: php-gd-5.6.25-0.1.RC1.el7.remi.x86_64 
--> Processing Dependency: libgd.so.3()(64bit) for package: php-gd-5.6.25-0.1.RC1.el7.remi.x86_64 
---> Package php-imap.x86_64 0:5.6.25-0.1.RC1.el7.remi will be installed 
--> Processing Dependency: libc-client.so.2007()(64bit) for package: php-imap-5.6.25-0.1.RC1.el7.remi.x86_64 
---> Package php-mbstring.x86_64 0:5.6.25-0.1.RC1.el7.remi will be installed 
---> Package php-mcrypt.x86_64 0:5.6.25-0.1.RC1.el7.remi will be installed 
--> Processing Dependency: libmcrypt.so.4()(64bit) for package: php-mcrypt-5.6.25-0.1.RC1.el7.remi.x86_64 
---> Package php-mysqlnd.x86_64 0:5.6.25-0.1.RC1.el7.remi will be installed 
--> Processing Dependency: php-pdo(x86-64) = 5.6.25-0.1.RC1.el7.remi for package: php-mysqlnd-5.6.25-0.1.RC1.el7.remi.x86_64 
---> Package php-xml.x86_64 0:5.6.25-0.1.RC1.el7.remi will be installed 
--> Running transaction check 
---> Package gd-last.x86_64 0:2.2.3-1.el7.remi will be installed 
---> Package libc-client.x86_64 0:2007f-4.el7.1 will be installed 
---> Package libmcrypt.x86_64 0:2.5.8-13.el7 will be installed 
---> Package php.x86_64 0:5.6.25-0.1.RC1.el7.remi will be installed 
--> Processing Dependency: httpd-mmn = 20120211x8664 for package: php-5.6.25-0.1.RC1.el7.remi.x86_64 
--> Processing Dependency: httpd for package: php-5.6.25-0.1.RC1.el7.remi.x86_64 
---> Package php-cli.x86_64 0:5.6.25-0.1.RC1.el7.remi will be installed 
---> Package php-common.x86_64 0:5.6.25-0.1.RC1.el7.remi will be installed 
--> Processing Dependency: php-pecl-zip(x86-64) for package: php-common-5.6.25-0.1.RC1.el7.remi.x86_64 
--> Processing Dependency: php-pecl-jsonc(x86-64) for package: php-common-5.6.25-0.1.RC1.el7.remi.x86_64 
---> Package php-gd.x86_64 0:5.6.25-0.1.RC1.el7.remi will be installed 
--> Processing Dependency: libt1.so.5()(64bit) for package: php-gd-5.6.25-0.1.RC1.el7.remi.x86_64 
---> Package php-pdo.x86_64 0:5.6.25-0.1.RC1.el7.remi will be installed 
--> Running transaction check 
---> Package php.x86_64 0:5.6.25-0.1.RC1.el7.remi will be installed 
--> Processing Dependency: httpd-mmn = 20120211x8664 for package: php-5.6.25-0.1.RC1.el7.remi.x86_64 
--> Processing Dependency: httpd for package: php-5.6.25-0.1.RC1.el7.remi.x86_64 
---> Package php-gd.x86_64 0:5.6.25-0.1.RC1.el7.remi will be installed 
--> Processing Dependency: libt1.so.5()(64bit) for package: php-gd-5.6.25-0.1.RC1.el7.remi.x86_64 
---> Package php-pecl-jsonc.x86_64 0:1.3.10-1.el7.remi.5.6 will be installed 
---> Package php-pecl-zip.x86_64 0:1.13.4-1.el7.remi.5.6 will be installed 
--> Processing Dependency: libzip.so.4()(64bit) for package: php-pecl-zip-1.13.4-1.el7.remi.5.6.x86_64 
--> Running transaction check 
---> Package libzip-last.x86_64 0:1.1.3-1.el7.remi will be installed 
---> Package php.x86_64 0:5.6.25-0.1.RC1.el7.remi will be installed 
--> Processing Dependency: httpd-mmn = 20120211x8664 for package: php-5.6.25-0.1.RC1.el7.remi.x86_64 
--> Processing Dependency: httpd for package: php-5.6.25-0.1.RC1.el7.remi.x86_64 
---> Package php-gd.x86_64 0:5.6.25-0.1.RC1.el7.remi will be installed 
--> Processing Dependency: libt1.so.5()(64bit) for package: php-gd-5.6.25-0.1.RC1.el7.remi.x86_64 
--> Finished Dependency Resolution 
Error: Package: php-5.6.25-0.1.RC1.el7.remi.x86_64 (remi-test) 
     Requires: httpd 
Error: Package: php-gd-5.6.25-0.1.RC1.el7.remi.x86_64 (remi-test) 
     Requires: libt1.so.5()(64bit) 
Error: Package: php-5.6.25-0.1.RC1.el7.remi.x86_64 (remi-test) 
     Requires: httpd-mmn = 20120211x8664 
You could try using --skip-broken to work around the problem 
You could try running: rpm -Va --nofiles --nodigest 

找到了解決辦法at this Stackoverflow question其中建議安裝Webtatic EL。我安裝webtatic做了百勝更新就跑

yum install php56w php56w-fpm php56w-mcrypt php56w-gd php56w-imap php56w-mbstring php56w-mysql php56w-dom 

我得到的相關性錯誤

[[email protected] Sridhar_P]# yum install php56w php56w-fpm php56w-mcrypt php56w-gd php56w-imap php56w-mbstring php56w-mysql php56w-dom 
Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-manager 
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register. 
remi-safe                              | 2.9 kB  00:00:00  
Package php56w is obsoleted by php, trying to install php-5.6.25-0.1.RC1.el7.remi.x86_64 instead 
Package php56w-fpm is obsoleted by php-fpm, trying to install php-fpm-5.6.25-0.1.RC1.el7.remi.x86_64 instead 
Package php56w-mcrypt is obsoleted by php-mcrypt, trying to install php-mcrypt-5.6.25-0.1.RC1.el7.remi.x86_64 instead 
Package php56w-gd is obsoleted by php-gd, trying to install php-gd-5.6.25-0.1.RC1.el7.remi.x86_64 instead 
Package php56w-imap is obsoleted by php-imap, trying to install php-imap-5.6.25-0.1.RC1.el7.remi.x86_64 instead 
Package php56w-mbstring is obsoleted by php-mbstring, trying to install php-mbstring-5.6.25-0.1.RC1.el7.remi.x86_64 instead 
Package php56w-mysql is obsoleted by php-mysqlnd, trying to install php-mysqlnd-5.6.25-0.1.RC1.el7.remi.x86_64 instead 
Package php56w-xml is obsoleted by php-xml, trying to install php-xml-5.6.25-0.1.RC1.el7.remi.x86_64 instead 
Resolving Dependencies 
--> Running transaction check 
---> Package php.x86_64 0:5.6.25-0.1.RC1.el7.remi will be installed 
--> Processing Dependency: php-common(x86-64) = 5.6.25-0.1.RC1.el7.remi for package: php-5.6.25-0.1.RC1.el7.remi.x86_64 
--> Processing Dependency: php-cli(x86-64) = 5.6.25-0.1.RC1.el7.remi for package: php-5.6.25-0.1.RC1.el7.remi.x86_64 
--> Processing Dependency: httpd-mmn = 20120211x8664 for package: php-5.6.25-0.1.RC1.el7.remi.x86_64 
--> Processing Dependency: httpd for package: php-5.6.25-0.1.RC1.el7.remi.x86_64 
---> Package php-fpm.x86_64 0:5.6.25-0.1.RC1.el7.remi will be installed 
---> Package php-gd.x86_64 0:5.6.25-0.1.RC1.el7.remi will be installed 
--> Processing Dependency: gd-last(x86-64) >= 2.1.1 for package: php-gd-5.6.25-0.1.RC1.el7.remi.x86_64 
--> Processing Dependency: libt1.so.5()(64bit) for package: php-gd-5.6.25-0.1.RC1.el7.remi.x86_64 
--> Processing Dependency: libgd.so.3()(64bit) for package: php-gd-5.6.25-0.1.RC1.el7.remi.x86_64 
---> Package php-imap.x86_64 0:5.6.25-0.1.RC1.el7.remi will be installed 
--> Processing Dependency: libc-client.so.2007()(64bit) for package: php-imap-5.6.25-0.1.RC1.el7.remi.x86_64 
---> Package php-mbstring.x86_64 0:5.6.25-0.1.RC1.el7.remi will be installed 
---> Package php-mcrypt.x86_64 0:5.6.25-0.1.RC1.el7.remi will be installed 
--> Processing Dependency: libmcrypt.so.4()(64bit) for package: php-mcrypt-5.6.25-0.1.RC1.el7.remi.x86_64 
---> Package php-mysqlnd.x86_64 0:5.6.25-0.1.RC1.el7.remi will be installed 
--> Processing Dependency: php-pdo(x86-64) = 5.6.25-0.1.RC1.el7.remi for package: php-mysqlnd-5.6.25-0.1.RC1.el7.remi.x86_64 
---> Package php-xml.x86_64 0:5.6.25-0.1.RC1.el7.remi will be installed 
--> Running transaction check 
---> Package gd-last.x86_64 0:2.2.3-1.el7.remi will be installed 
---> Package libc-client.x86_64 0:2007f-4.el7.1 will be installed 
---> Package libmcrypt.x86_64 0:2.5.8-13.el7 will be installed 
---> Package php.x86_64 0:5.6.25-0.1.RC1.el7.remi will be installed 
--> Processing Dependency: httpd-mmn = 20120211x8664 for package: php-5.6.25-0.1.RC1.el7.remi.x86_64 
--> Processing Dependency: httpd for package: php-5.6.25-0.1.RC1.el7.remi.x86_64 
---> Package php-cli.x86_64 0:5.6.25-0.1.RC1.el7.remi will be installed 
---> Package php-common.x86_64 0:5.6.25-0.1.RC1.el7.remi will be installed  
--> Processing Dependency: php-pecl-zip(x86-64) for package: php-common-5.6.25-0.1.RC1.el7.remi.x86_64 
--> Processing Dependency: php-pecl-jsonc(x86-64) for package: php-common-5.6.25-0.1.RC1.el7.remi.x86_64 
---> Package php-gd.x86_64 0:5.6.25-0.1.RC1.el7.remi will be installed 
--> Processing Dependency: libt1.so.5()(64bit) for package: php-gd-5.6.25-0.1.RC1.el7.remi.x86_64 
---> Package php-pdo.x86_64 0:5.6.25-0.1.RC1.el7.remi will be installed 
--> Running transaction check 
---> Package php.x86_64 0:5.6.25-0.1.RC1.el7.remi will be installed 
--> Processing Dependency: httpd-mmn = 20120211x8664 for package: php-5.6.25-0.1.RC1.el7.remi.x86_64 
--> Processing Dependency: httpd for package: php-5.6.25-0.1.RC1.el7.remi.x86_64 
---> Package php-gd.x86_64 0:5.6.25-0.1.RC1.el7.remi will be installed 
--> Processing Dependency: libt1.so.5()(64bit) for package: php-gd-5.6.25-0.1.RC1.el7.remi.x86_64 
---> Package php-pecl-jsonc.x86_64 0:1.3.10-1.el7.remi.5.6 will be installed 
---> Package php-pecl-zip.x86_64 0:1.13.4-1.el7.remi.5.6 will be installed 
--> Processing Dependency: libzip.so.4()(64bit) for package: php-pecl-zip-1.13.4-1.el7.remi.5.6.x86_64 
--> Running transaction check 
---> Package libzip-last.x86_64 0:1.1.3-1.el7.remi will be installed 
---> Package php.x86_64 0:5.6.25-0.1.RC1.el7.remi will be installed 
--> Processing Dependency: httpd-mmn = 20120211x8664 for package: php-5.6.25-0.1.RC1.el7.remi.x86_64 
--> Processing Dependency: httpd for package: php-5.6.25-0.1.RC1.el7.remi.x86_64 
---> Package php-gd.x86_64 0:5.6.25-0.1.RC1.el7.remi will be installed 
--> Processing Dependency: libt1.so.5()(64bit) for package: php-gd-5.6.25-0.1.RC1.el7.remi.x86_64 
--> Finished Dependency Resolution 
Error: Package: php-5.6.25-0.1.RC1.el7.remi.x86_64 (remi-test) 
     Requires: httpd 
Error: Package: php-gd-5.6.25-0.1.RC1.el7.remi.x86_64 (remi-test) 
     Requires: libt1.so.5()(64bit) 
Error: Package: php-5.6.25-0.1.RC1.el7.remi.x86_64 (remi-test) 
     Requires: httpd-mmn = 20120211x8664 
You could try using --skip-broken to work around the problem 
You could try running: rpm -Va --nofiles --nodigest 

我想知道如果我失去了一些東西?看來我正在繞圈!我每週都在Centos機器上安裝一個完整的堆棧,但在RHEl中通過這個過程似乎是一個挑戰。任何我應該尋找的指針? (順便說一句,我不能找到該郵件的底部所提及的雷米測試回購)

+1

你真的需要棄用和不支持php-mysql嗎? – Arnial

+0

你應該使用最新的php7! –

+0

1st:太多的回購只會引發問題。 –

回答

1

該系統註冊到紅帽訂閱管理,但 沒有收到更新。您可以使用訂閱管理器分配 訂閱。

這是沒有官方存儲庫的問題,您不會找到一些依賴關係。

Requires: libt1.so.5()(64bit) 

t1lib是基礎庫的一部分,所以......你真的需要註冊該系統。

Requires: httpd 

同樣的問題。

爲什麼你啓用這麼多的存儲庫,如果你想要PHP 5.6,你只需要「remi-safe」和「remi-php56」(不是remi,remi-test,而不是webtatic,它只能產生衝突) 。

+0

嘗試全新安裝。 –

+1

已安裝PHP5.6。問題與多個存儲庫。 –