Subject: | Not working under FastCGI |
Hi,
I see in version 2.55 of GD you removed the FastCGI instructions from the Readme file. I have found that my application will not run under FastCGI with GD included. I found the Readme from versions pre 2.55 and recompiled with FCGI enabled. I had to grab the header files:
http://www.fastcgi.com/devkit/include/fcgi_stdio.h
http://www.fastcgi.com/devkit/include/fcgiapp.h
For it to build. But unfortunately, after a successful build my program is still not able to run under FastCGI if it includes GD. The GD module appears otherwise functional.
Please let me know how I may assist in fixing this issue.