Hello,
I'm working on a old php version (php 3.0.18) under Linux Potato and I get the error message:
Call to unsupported or undefined function imagecreate()
while I have installed the debian php3-gd package. I controlled in php3.ini and the line extension=gd.so is present. The module is there and the path is correct, what is going wrong ?? In the phpinfo() I find, in the configure options, --without-gd, but I can't recompile the package from scratch, first of all because I can't update the version right now. Besides, what's the meaning of having a package installing system (apt-get ...) if php3 gets installed by default with that option and I can't install gd dynamically ?!!??
Any idea ??