• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

php-common = 5.1.6-23.2.el5_3 missing dependency

jorge ceballos

Regular Pleskian
Hi,

Running yum update shows a lot of packages needed to be updated but at the end it shows "missing dependency php-common = 5.1.6-23.2.el5_3" for several of them.
I'm running plesk 9.2.2 on Centos5 64 .
Have seen some solutions like uninstalling php-common and reinstalling but it would also uninstall most PSA modules so its out of the question.
I may get a copy of this php-common in another repo but I'm afraid it may break Plesk.

Currently my repos are the ones set by The Planet:
* epel: mirrors.tummy.com
* base: mirror.skiplink.com
* updates: www.cyberuse.com
* addons: mirror.anl.gov
* extras: centos.corenetworks.net

Any idea anyone?

Saludos,
 
Hello,

Actually Parallels Plesk Panel (PP) uses its own PHP library and reinstalling PHP will not affect PP.
Also you can use the following command in order to remove single package:

rpm -e --nodeps --justdb <package_name>

You can find more information on the RPM commands in the following article:

http://linux.die.net/man/8/rpm
 
Yeah dont ever do that :p

php-common is just an internal alias for the package, a good rule of thumb is to use "yum upgrade" instead of "yum update". This honors the "Obsoletes" tag used to expire an old outdated package name, which is probably whats going on here.

What happens when you just run "yum upgrade" without specifying any package names?
 
hi,

thanks for your answers.
Running 'yum upgrade' shows basically the same deps missing:

Error: Missing Dependency: php-common = 5.1.6-23.2.el5_3 is needed by package php-xml-5.1.6-23.2.el5_3.x86_64 (updates)
Error: Missing Dependency: php-common = 5.1.6-23.2.el5_3 is needed by package php-imap-5.1.6-23.2.el5_3.x86_64 (updates)
Error: Missing Dependency: php-common = 5.1.6-23.2.el5_3 is needed by package php-pdo-5.1.6-23.2.el5_3.x86_64 (updates)
Error: Missing Dependency: php-common = 5.1.6-23.2.el5_3 is needed by package php-gd-5.1.6-23.2.el5_3.x86_64 (updates)
Error: Missing Dependency: php-common = 5.1.6-23.2.el5_3 is needed by package php-mbstring-5.1.6-23.2.el5_3.x86_64 (updates)
Error: Missing Dependency: php-common = 5.1.6-23.2.el5_3 is needed by package php-mysql-5.1.6-23.2.el5_3.x86_64 (updates)

Found some copies of 'php-common=5.1.6-23.2.el5_3' at: http://rpm.pbone.net/index.php3/sta...php-common-5.1.6-23.2.el5 3.x86_64.rpm.html_

Would you say I may install this copy to solve the dep??

Thanks in advance,

Saludos.
 
Back
Top