Hi,
Hopefully this one should be easy enough to get an answer for.
I am running PHP4.2 on an apache server in Red Hat linux. I want to update PHP with the gd extension.
When I try:
rpm -q gd
I get a message saying I have version 1.8.4-4 installed. But how do I get PHP to recognise that it is there?
I have been finding it very difficult to find a straight forward method for doing this.
Can anyone tell me what steps I need to take?
Thanks
gd extension problems
Moderator: General Moderators
as there is no additional php_gd-module listed but http://www.redhat.com/swr/i386/php-4.2. ... 86_dp.html shows a dependency on libgd.so.1.8 for php4.2.2-8.0.5 I suppose that gd-support is bulit-in.
Tryis the gd-module already listed? Would be somthing like
Try
Code: Select all
<?php phpinfo(); ?>Code: Select all
gd
GD Support enabled
GD Version 1.6.2 or higher
FreeType Support enabled
FreeType Linkage with TTF library
JPG Support enabled
PNG Support enabled
WBMP Support enabled