• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

support PHP5.3 failed on Plesk 10.4.4

S

SofiaG.

Guest
Hello,

During update of "support PHP" to "support PHP5.3" with Plesk Pannel 10.4.4 under CentOS 5.3 I have receive this message of error :

package php53-pdo-5.3.3-5.el5.x86_64
php-devel is needed by php-pear-1.4.9-8.el5.noarch
ERROR: Failed to install packages:
Parallels Installer could not resolve package dependencies (log attached).

But the command

# rpm -qa |grep php

tell me that there is php-devel on my server :

php-sqlite2-5.1.6-200705230937
php-5.1.6-32.el5
php-imap-5.1.6-32.el5
php-common-5.1.6-32.el5
php-devel-5.1.6-32.el5
php-pdo-5.1.6-32.el5
php-mysql-5.1.6-32.el5
psa-php5-configurator-1.6.1-cos5.build1013120126.11
php-pear-1.4.9-6.el5
php-cli-5.1.6-32.el5
php-mbstring-5.1.6-32.el5
php5-ioncube-loader-4.0.7-12012611
php-gd-5.1.6-32.el5
php-xml-5.1.6-32.el5

Whait is wrong?
Thank you.
 
What sort of output of following command

/usr/local/psa/admin/sbin/autoinstaller --select-release-current --install-component php53

?
 
What sort of output of following command

/usr/local/psa/admin/sbin/autoinstaller --select-release-current --install-component php53

?

The sort of autoinstaller's command under SSH is the same :

php-devel is needed by php-pear-1.4.9-8.el5.noarch
ERROR: Failed to install packages:
Parallels Installer could not resolve package dependencies (log attached).

There is a log in attachement from installation with Plesk (same error under SSH).

Perhaps, can I uninstall php-pear? I have only one package - php-pear-1.4.9-8.el5.noarch
and my php is '--without-pear'.
 

Attachments

  • parallels-installation-log1.txt
    35.6 KB · Views: 6
Last edited by a moderator:
Yes, you can try it with

rpm -e php-pear

but I think that there can be some dependences.
 
Yes, you can try it with

rpm -e php-pear

but I think that there can be some dependences.

Thank you, Igor.

Is there any risk for Plesk if I do it? Does Plesk use php-pear (but my php is compiled without php-pear)? I have on my server some sites which must turn all times.
 
Last edited by a moderator:
You can use --justdb option. It will remove mentions of this package only from rpm database but not from filesystem.
 
feed back

Hello,

This is the solution for me - "rpm -e php-pear". Php is updated to 5.3.

Thank you, Igor.

Best regards
 
Back
Top