I'm running a FreeBSD 4.9 server with Apache 1.3.28, with PHP 4.4.3 installed as a package addition to my FreeBSD system using the sysinstall utility to install it. Everything is working fine as far as the PHP side of things, except this.
I have tried, what seems like, every possible combination of installing PHP with GD library support imaginable, but each time I run php_info() it never shows the GD module as having been implemented under the Additional Modules section of the results.
Adding the GD pkg from BSDs /stand/sysinstall gets it on my system. I tried downloading the gd bundle from the boutell website and manually installing it and then tried to make my php.ini reflect its inclusion. Nothing working.
I am afraid that I don't know what else to do to implement the GD library as an installed module for my PHP anymore. Can anyone offer some advice that may resolve this for me.
Thanks in advance for any help offered here.
~Adrian