Page 1 of 1

yum update or yum upgrade wants me to have php <= 5.2

Posted: Mon Aug 31, 2009 4:44 pm
by LiFeleSs

Code: Select all

Error: Missing Dependency: php <= 5.2.0 is needed by package php-sqlite2
how can i investigate more ?
i have an old art repo on this machine and recently updated to plesk 9.2

Code: Select all

rpm -q php
php-5.2.5-4.el5.art
i'm tempted to delete the sqlite package is that right ? i don't use sqlite, maybe plesk do ? lets see ...

Code: Select all

yum remove php-sqlite2
...
...
...
Transaction Summary
=============================================================================
Install      0 Package(s)
Update       0 Package(s)
Remove      85 Package(s)
looks like some are important : psa-spamassassin, psa, psa-atmail, php-mysql, etc ...
and some less (why the hell those things are on "my" computer ? ) : Drupal, Mambo, phpBB, and dome other free projects ...

so what can i do ?

Re: yum update or yum upgrade wants me to have php <= 5.2

Posted: Mon Aug 31, 2009 5:14 pm
by LiFeleSs
also tried

Code: Select all

yum update php
...
...
...
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package php.i386 0:5.2.9-2.el5.art set to be updated
--> Running transaction check
--> Processing Dependency: php-common = 5.2.9-2.el5.art for package: php
--> Processing Dependency: php-cli = 5.2.9-2.el5.art for package: php
--> Restarting Dependency Resolution with new changes.
--> Populating transaction set with selected packages. Please wait.
---> Package php-cli.i386 0:5.2.9-2.el5.art set to be updated
---> Package php-common.i386 0:5.2.9-2.el5.art set to be updated
--> Running transaction check
--> Processing Dependency: php-common = 5.2.5-4.el5.art for package: php-pdo
--> Processing Dependency: php-common = 5.2.5-4.el5.art for package: php-mbstring
--> Processing Dependency: php-common = 5.2.5-4.el5.art for package: php-imap
--> Processing Dependency: php-common = 5.2.5-4.el5.art for package: php-mysql
--> Processing Dependency: php-common = 5.2.5-4.el5.art for package: php-gd
--> Processing Dependency: php-common = 5.2.5-4.el5.art for package: php-xml
--> Restarting Dependency Resolution with new changes.
--> Populating transaction set with selected packages. Please wait.
---> Package php-imap.i386 0:5.2.9-2.el5.art set to be updated
---> Package php-xml.i386 0:5.2.9-2.el5.art set to be updated
---> Package php-gd.i386 0:5.2.9-2.el5.art set to be updated
---> Package php-mysql.i386 0:5.2.9-2.el5.art set to be updated
---> Package php-mbstring.i386 0:5.2.9-2.el5.art set to be updated
---> Package php-pdo.i386 0:5.2.9-2.el5.art set to be updated
--> Running transaction check
--> Processing Dependency: any-php-sqlite2 for package: sb-publish
--> Processing Dependency: libt1.so.5 for package: php-gd
--> Restarting Dependency Resolution with new changes.
--> Populating transaction set with selected packages. Please wait.
---> Package php-sqlite2.i386 0:5.1.6-200705230938 set to be updated
---> Package t1lib.i386 0:5.1.2-2.el5.art set to be updated
--> Running transaction check
--> Processing Dependency: libXaw.so.7 for package: t1lib
--> Processing Dependency: php <= 5.2.0 for package: php-sqlite2
--> Restarting Dependency Resolution with new changes.
--> Populating transaction set with selected packages. Please wait.
---> Package libXaw.i386 0:1.0.2-8.1 set to be updated
--> Running transaction check
--> Processing Dependency: libXmu.so.6 for package: libXaw
--> Processing Dependency: php <= 5.2.0 for package: php-sqlite2
--> Restarting Dependency Resolution with new changes.
--> Populating transaction set with selected packages. Please wait.
---> Package libXmu.i386 0:1.0.2-5 set to be updated
--> Running transaction check
--> Processing Dependency: php <= 5.2.0 for package: php-sqlite2
--> Finished Dependency Resolution
Error: Missing Dependency: php <= 5.2.0 is needed by package php-sqlite2
looks like php-pdo, php-mbstring, php-imap, php-mysql, php-gd, php-xml pakages needs php-common = 5.2.5-4.el5.art but this make a nonsense to me ... is not a problem if they need php common, php-common is not php and could have a lower version tha php

sb-publish wich is sitebuilder is unusefull for me and i'm tempted to remove it too

last why the hell php should depend on libXmu.so or libXaw ? O_o why the hell a server should have x on it ?

Re: yum update or yum upgrade wants me to have php <= 5.2

Posted: Mon Aug 31, 2009 7:06 pm
by LiFeleSs
removed sitebuilder and all now it doesn't bother about php ...
now bother about mod_jk -_-

Code: Select all

psa-tomcat-configurator-9.2.2-cos5.build92090714.19.noarch from installed has depsolving problems
  --> Missing Dependency: mod_jk is needed by package psa-tomcat-configurator-9.2.2-cos5.build92090714.19.noarch (installed)
Error: Missing Dependency: mod_jk is needed by package psa-tomcat-configurator-9.2.2-cos5.build92090714.19.noarch (installed)
but mod_jk is installed ... argh i'm going to sleep tomorrow i'll do better, bye!

Re: yum update or yum upgrade wants me to have php <= 5.2

Posted: Mon Aug 31, 2009 7:28 pm
by scott
yeah thats a plesk packaging bug, you need to do:

yum remove psa-tomcat-configurator

Re: yum update or yum upgrade wants me to have php <= 5.2

Posted: Mon Aug 31, 2009 7:31 pm
by LiFeleSs
oh thought hat everything starting with psa was usefull thanks scott always the best!