Skip to content

Instantly share code, notes, and snippets.

@paul-yamamoto
Created October 15, 2012 08:07
Show Gist options
  • Save paul-yamamoto/3891326 to your computer and use it in GitHub Desktop.
Save paul-yamamoto/3891326 to your computer and use it in GitHub Desktop.
php53をCentOSにインストールした時の問題
php53だけでなく、php53-develをインストールしないと、その他のphpライブラリ(php-mysqlなど)を入れるときに、以下のメッセージが出て、失敗する。
--
php53-common-5.3.3-13.el5_8.x86_64 from installed has depsolving problems
--> php53-common conflicts with php-common
Skip-broken could not solve problems
Error: php53-common conflicts with php-common
You could try running: package-cleanup --problems
package-cleanup --dupes
rpm -Va --nofiles --nodigest
--
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment