LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   php with gd support (https://www.linuxquestions.org/questions/linux-software-2/php-with-gd-support-280116/)

ryedunn 01-20-2005 09:51 AM

php with gd support
 
I have installed php and it appears all the gd libraries are also present, but gd is not working correctly. "PHP ERROR: PHP build incomplete: the prerequisite GD support required to generate graphs was not built into PHP. Please recompile PHP with the necessary library (--with-gd)" Again, I do have the packages installed and /etc/php/23_gd.ini is present etc... so I need to troubleshoot why its not being called. So my first question is HOW does php call /etc/php/23_gd.ini? I dont see any include entries in the php.ini file?....

Any suggestions would be greatly appreciated.
R

jmercier 01-20-2005 10:34 AM

phpinfo()
 
Does phpinfo() show that gd is enabled?

I took some default installs on Suse which happened to have the same symptoms as you. I just ended up compiling all that stuff in myself from source.

Justin

ryedunn 01-20-2005 11:02 AM

Im sorry but Im not sure what you mean by phpinfo()

jmercier 01-20-2005 12:49 PM

..
 
Create page like below and run it. Should display all the info about your php setup.

Code:

<?php
  phpinfo();
?>


ryedunn 01-20-2005 09:29 PM

gd is listed in extensions.. but Im still getting that error in acid.

xathras 05-21-2005 01:41 PM

I have the same problem. I logged into the base directory and setup the tables fine so my php_mysql is working fine yet still nothing


All times are GMT -5. The time now is 05:04 AM.