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
PHP upgrade on RedHat EL4 with Plesk 8.2.1
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.
================================
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.