• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

Update 2 php5 — need libpq.so.3 and libc-client.so.0

D

deMone

Guest
When i trying yum upgrade php i see:
Package php-pgsql needs libpq.so.3, this is not available.
Package php-imap needs libc-client.so.0, this is not available.
Package php-domxml needs php = 4.3.9-3.12.1.swsoft, this is not available.
What should I do to ignore this libs and install PHP5 or to install this libs?
 
My yum using ART packages :( And I read this instructions

I uninstall php-pgsql and php-imap (yum remove php-pgsql php-imap), but still have one error:

Code:
# yum upgrade
Gathering header information file(s) from server(s)
Server: Atomic Rocket Turtle - 4AS - Atomic PSA-Compatible RPMS
Server: Atomic Rocket Turtle - 4AS - Atomic PSA App Vault RPMS
Server: Atomic Rocket Turtle - 4AS - SW-Soft PSA 8.0 RPMS
Finding updated packages
Downloading needed headers
Finding obsoleted packages
Resolving dependencies
......Unable to satisfy dependencies
Package php-imap needs libc-client.so.0, this is not available.

What's wrong?
 
On CentOS 4 machines that file is provided by the package libc-client. I see your yum config has only ART channels, no distribution [base] and [updates] channels. You'll need to install the correct libc-client through Red Hat's up2date or add yum channels which carry these packages.
 
And where I can find these yum channels? Maybe you have list of these channels? Or some websites contain its?
 
Red Hat's channels are not public (because you have to pay for RHEL). What does rpm -q libc-client say? Did you run up2date (or up2date libc-client if you only want the latest version of libc-client instead of all installed packages) on your system?
 
# rpm -q libc-client
package libc-client is not installed

up2date not installed in my system...
 
Yeah really, plus you've got a 4AS server license, on a VPS. Which is irionic, since AS is for systems with up to 64 processors, and with a VPS you dont even have 1 :p
 
Back
Top