• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Updater issue

lo_ai

New Pleskian
Hi,
Getting this error while trying to update my plesk 7.5.2 on RedHat_7.3

After checking for previous installation following packages are sheduled for installing:
/PSA_7.5.2/rpm_RedHat_7.3/opt/modules/fileserver/psa-fileserver-1.0.0-rh7.3.build75050128.10.i586.rpm
----

Retrieving standard packages
---

Retrieving Plesk files
---

Preparing for packages installation...Error reading info for conflict check of installed package (null).
Error reading info for conflict check of installed package (null).
Error reading info for conflict check of installed package (null).
Error reading info for conflict check of installed package (null).
Error reading info for conflict check of installed package (null).

----- begin of output -----
Installing php-pgsql-4.3.10-0.i386.rpm
Installing php-4.3.10-0.i386.rpm
Installing glibc-2.2.5-44.i686.rpm
Installing glibc-devel-2.2.5-44.i386.rpm
Installing glibc-common-2.2.5-44.i386.rpm
Installing php-imap-4.3.10-0.i386.rpm
Installing perl-5.6.1-36.1.73.i386.rpm
Installing perl-suidperl-5.6.1-36.1.73.i386.rpm
Installing perl-NDBM_File-1.75-36.1.73.i386.rpm
Installing perl-DB_File-1.75-36.1.73.i386.rpm
Installing perl-CGI-2.752-36.1.73.i386.rpm
Installing perl-CPAN-1.59_54-36.1.73.i386.rpm
Installing openssl-0.9.6b-35.7.i686.rpm
Installing openssl-devel-0.9.6b-35.7.i386.rpm
Installing php-mysql-4.3.10-0.i386.rpm
error: failed dependencies:
php = 4.3.9-sp.rh73.1 is needed by php-ldap-4.3.9-sp.rh73.1

----- end of output -----
===> Autoinstaller: stopped logging at Mon Feb 28 13:06:38 2005

***** end of log file *****

I need big help on this matter, can I find some here :)
Regards all.
 
Well I ran into a similar issue.

Found out that I had to manually uninstall the PHP package using

# rpm -e php-4.3.8-sp.rh73.2

after I did that, the autoinstaller worked fine.

I ran into this solution strictly by accident. Hope this helps.

next2thebay
 
Thank you for reply.

Using
#php -v ---> i get
PHP 4.3.9 (cli) (built: Oct 25 2004 21:02:07)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies

So my php ver is PHP 4.3.9
And this is part from the error i get
------
error: failed dependencies:
php = 4.3.9-sp.rh73.1 is needed by php-ldap-4.3.9-sp.rh73.1
-----
Well the version is correct, but it is asking for it as it is needed by php-ldap.

Any way your advice is to uninstall the php then let the updater install it as it autoupdate the plesk??
Thank you.
 
I was able to do it on mine and it seemed to work fine.
 
True, plesk operates with PHP, if I unistall PHP plesk may break.
Isnt thtere another solution but to unistall PHP?

Regards all.
 
I have the same problem and I tried the removal of PHP as indicated by Next2theBay, but it didn't work it said I didn't have the package installed. Mine is v.4.2.

Is there another way to remove PHP? I can afford to remove it since my server is new. I want to have everything updated before I load the sites.

Sam
 
have you looked for the dependency? php-ldap-4.3.10-sp.rh73.1

How did you initially install your PHP and how have you been updating it???


-poke
 
If you are not an admin I would contact the person that installed it and request an upgrade.

If you know command line stuff, then try and upgrade using YUM and A.R.T.'s rpms.

Other than that I can't really give you upgrading 101.... I've never touched the box and don't really know what's going on in there. :D

-poke
 
I am an admin, but this is the first time I used Plesk and ran into this issue. Great first impression! Now I know the issue has to do with PHP so at least the obstical is seen. Or, I would be in the dark and would have gone back to CPanel.

I saw a trick in another thread and I will try it.

Thanks anyway!

Sam
 
Solved.

In case others had the same issue and wanted to know it, I didn't need to remove PHP but run the up2date,

# up2date php-pgsql

Then, Plesk autoupdate runs through successfully.

This is not upgrade 101 issue, but a bug with Plesk 7.52's autoupdate.

Sam
 
Back
Top