Ich habe php5.5 mit der Methode unter http://www.blogjava.net/nkjav... installiert, aber als ich versuchte, phpize zu installieren, ist der folgende Fehler aufgetreten. Dieses Problem hat mich schon lange beschäftigt und ich wusste nie, wie ich es beheben kann. Die Standard-Yum-Quellen sind jetzt alle 5.3, aber mein Projekt wurde unter dem yii2.0-Framework entwickelt und muss Version 5.4 oder höher verwenden die inländische 163 Yum-Quelle und das Gleiche gilt für PHP5.3. Vielen Dank für Ihre Anleitung!
<code>[root@centos ~]# yum install php-devel Loaded plugins: fastestmirror, security Loading mirror speeds from cached hostfile webtatic: uk.repo.webtatic.com Setting up Install Process Resolving Dependencies --> Running transaction check ---> Package php-devel.x86_64 0:5.3.3-47.el6 will be installed --> Processing Dependency: php(x86-64) = 5.3.3-47.el6 for package: php-devel-5.3.3-47.el6.x86_64 --> Running transaction check ---> Package php.x86_64 0:5.3.3-47.el6 will be installed --> Processing Dependency: php-common(x86-64) = 5.3.3-47.el6 for package: php-5.3.3-47.el6.x86_64 --> Processing Dependency: php-cli(x86-64) = 5.3.3-47.el6 for package: php-5.3.3-47.el6.x86_64 --> Running transaction check ---> Package php-cli.x86_64 0:5.3.3-47.el6 will be installed ---> Package php-common.x86_64 0:5.3.3-47.el6 will be installed --> Processing Conflict: php55w-common-5.5.38-1.w6.x86_64 conflicts php-common < 5.5 --> Finished Dependency Resolution Error: php55w-common conflicts with php-common-5.3.3-47.el6.x86_64 You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest </code>
Ich habe zuerst versucht, 5.5 mit der Webtatic-Quelle zu installieren und bin dann zur Installation von phpize zurück zur 163-Quelle gewechselt und habe festgestellt, dass der obige Fehler immer noch gemeldet wird. . .
Ich habe php5.5 mit der Methode unter http://www.blogjava.net/nkjav... installiert, aber als ich versuchte, phpize zu installieren, ist der folgende Fehler aufgetreten. Dieses Problem hat mich schon lange beschäftigt und ich wusste nie, wie ich es beheben kann. Die Standard-Yum-Quellen sind jetzt alle 5.3, aber mein Projekt wurde unter dem yii2.0-Framework entwickelt und muss Version 5.4 oder höher verwenden die inländische 163 Yum-Quelle und das Gleiche gilt für PHP5.3. Vielen Dank für Ihre Anleitung!
<code>[root@centos ~]# yum install php-devel Loaded plugins: fastestmirror, security Loading mirror speeds from cached hostfile webtatic: uk.repo.webtatic.com Setting up Install Process Resolving Dependencies --> Running transaction check ---> Package php-devel.x86_64 0:5.3.3-47.el6 will be installed --> Processing Dependency: php(x86-64) = 5.3.3-47.el6 for package: php-devel-5.3.3-47.el6.x86_64 --> Running transaction check ---> Package php.x86_64 0:5.3.3-47.el6 will be installed --> Processing Dependency: php-common(x86-64) = 5.3.3-47.el6 for package: php-5.3.3-47.el6.x86_64 --> Processing Dependency: php-cli(x86-64) = 5.3.3-47.el6 for package: php-5.3.3-47.el6.x86_64 --> Running transaction check ---> Package php-cli.x86_64 0:5.3.3-47.el6 will be installed ---> Package php-common.x86_64 0:5.3.3-47.el6 will be installed --> Processing Conflict: php55w-common-5.5.38-1.w6.x86_64 conflicts php-common < 5.5 --> Finished Dependency Resolution Error: php55w-common conflicts with php-common-5.3.3-47.el6.x86_64 You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest </code>
Ich habe zuerst versucht, 5.5 mit der Webtatic-Quelle zu installieren und bin dann zur Installation von phpize zurück zur 163-Quelle gewechselt und habe festgestellt, dass der obige Fehler immer noch gemeldet wird. . .