Forum Moderators: phranque
Running Trustix 2.1 (Yes, I know...)
php -i shows:
--with-gd=shared
but no other mention of GD
I did this:
swup --install mod_php4-gd (No problems. Installed RPM and dependant RPMs. Everything fine.)
In php.ini: extension=gd.so (cleared comment character)
service httpd restart (even tried reboot whole server)
Double checked php.ini:
enable_dl = On
extension_dir = /usr/share/php4 (gd.so is there too)
no errors in apache log.
php -i has not changed. Shows same info as beginning.
Am I missing something? I thought this was pretty straight forward, but I must have missed something...
Thanks!
So, what you should do is copy the gd dll to the apache core, outside the php directory under /www/apache2/
:: I will be able to tell you more later, i can't since i am not at my WebServer ...
- Cheers