Koozali.org: home of the SME Server
Legacy Forums => General Discussion (Legacy) => Topic started by: Barry Nesbit on October 12, 2001, 03:01:30 AM
-
Hello,
I don't often resort to message boards for help as I prefer figuring things out on my own, however I'm running out of patience with this problem and computers in general and my persistence is wearing thin.
I'm trying to get the gd graphics library to work with PHP but am having some difficulties (call to undefined function when calling ImageCreate()). I'm running php 4.0.5 and have gd 1.8.4. installed. I also have modified the php.ini file to include "extensions=gd.so", and the module resides in the /usr/lib/php4 directory. Appropriately included in the configure command is "--with-gd=shared,/usr".
Any ideas what I'm doing wrong? Do I have to recompile php to get this to work?
Any help would be appreciated.
Thanks,
Barry
Thanks to e-smith (Mitel) and its contributors for producing one the greatest products I've ever downloaded.
-
Have you installed a php-gd RPM? Just adding the "extensions=gd.so" line won't do it; you also need the gd.so file installed.
-
Yes, a gd.so file is installed.
-
Thanks to SME V.5 and the folks who built it with the gd libraries installed, this thread is closed. Now, to get the gd perl module working...
Barry