Hello!
When I install php53 package on cloudlinux, I am unable to install everything that requires php:
The solution is to add to php53 spec:
Provides: php = %{version}
And everything other like php-gd or php-mbstring.
When I install php53 package on cloudlinux, I am unable to install everything that requires php:
Code:
[root@cloudlinux ~]# yum install squirrelmail [skip] ---> Package squirrelmail.noarch 0:1.4.8-5.el5_4.10 set to be updated --> Processing Dependency: php >= 4.0.4 for package: squirrelmail --> Processing Dependency: php-mbstring for package: squirrelmail --> Running transaction check ---> Package php.x86_64 0:5.1.6-27.el5_5.3 set to be updated --> Processing Dependency: php-cli = 5.1.6-27.el5_5.3 for package: php --> Processing Dependency: php-common = 5.1.6-27.el5_5.3 for package: php [skip] php53-common-5.3.3-1.el5_6.1.x86_64 from installed has depsolving problems --> php53-common conflicts with php-common Error: php53-common conflicts with php-common You could try using --skip-broken to work around the problem You could try running: package-cleanup --problems package-cleanup --dupes rpm -Va --nofiles --nodigest
Provides: php = %{version}
And everything other like php-gd or php-mbstring.
Comment