PHP upgrade on RedHat EL4 with Plesk 8.2.1

Support/Development for PHP
dominion
New Forum User
New Forum User
Posts: 2
Joined: Wed Oct 31, 2007 8:32 am

PHP upgrade on RedHat EL4 with Plesk 8.2.1

Unread post by dominion »

Hi,

I did a "yum update php php-gd php-mysql"

Al went fine and works perfect exept the configfile (phpinfo) says:
'--without-mysql' '--without-gd'

I want php "--with-mysql" and "--with-gd"

After searching in the forums people say every time:
just "yum update php php-gd php-mysql"

Can somebody help me please, or tell me how to put those options on active ? I don't know about recompile, I always use yum or up2date.
Please help !

This is what is installed:

# rpm -q php
php-5.2.3-4.el4.art

# rpm -q php-mysql
php-mysql-5.2.3-4.el4.art

# rpm -q php-gd
php-gd-5.2.3-4.el4.art
dominion
New Forum User
New Forum User
Posts: 2
Joined: Wed Oct 31, 2007 8:32 am

Unread post by dominion »

Just read this (see below), is this also for RedHat, in other words; My problem was never a problem ?

================================
Thats misleading output right there. Those are the correct settings for the way php 5 is designed in Fedora (which is what mine is based on). Basically all those things that were previously captured in the configuration of the main php module, libphp5.so, have been moved into individual module configurations. So its not going to display in phpinfo() any more.
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Unread post by scott »

Correct, GD and Mysql have moved, so they show up under module information only. Your problem is really a feature :P
Post Reply