• 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!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

Upgrading PHP and GD2 on Plesk

F

flashwebhost

Guest
Hi,

I am want to upgrade PHP with GD2 on a Pleask server

cat /usr/local/psa/version
7.5.2 RedHat 9 75050128.10

Current PHP and GD versions are

PHP Version 4.2.2
GD Version 1.6.2 or higher


I tryed to upgrade with yum

yum upgrade php
yum upgrade gd

yum.conf is as per

http://www.atomicrocketturtle.com/atomic/

# yum upgrade gd
....
....
Finding updated packages
Downloading needed headers
Finding obsoleted packages
No Upgrades available for gd.

# rpm -qa|grep gd
gdbm-1.8.0-20
sysklogd-1.4.1-12
gd-1.8.4-11.1.legacy


# yum upgrade php
....
....
......Unable to satisfy dependencies
Package php-manual needs php = 4.2.2-17.14.legacy, this is not available.

# rpm -qa|grep php
php-manual-4.2.2-17.2.2.swsoft
php-4.2.2-17.2.2.swsoft
php-snmp-4.2.2-17.2.2.swsoft
php-imap-4.2.2-17.2.2.swsoft
php-odbc-4.2.2-17.2.2.swsoft
php-devel-4.2.2-17.2.2.swsoft
php-mysql-4.2.2-17.2.2.swsoft
php-ldap-4.2.2-17.2.2.swsoft
php-pgsql-4.2.2-17.2.2.swsoft


I need upgrade PHP with GD2, how i do this ?

Regards,

Yujin
 
Thanks a lot :D

It worked great. Now PHP and GD got upgraded.

PHP Version is 4.4.0
GD Version is 2.0.28

What i have done is

yum remove php-manual
yum upgrade php

No need to install GD rpm, it got upgraded itself.

Thanks again.

Regards,

Yujin
 
Back
Top