On Thu, 18 Jan 2001, lsiewfat wrote: >Hi. I have tried to make a new clean copy of php4 with-gd but still doesn't >work. Do I have make clean apache as well? If you're doing a static install then yes. (ie. using --with-apache in PHP configure) I suspect you have some stale gd.h laying around in your system. And also some different version of libgd.a (or libgd.so). Please try this: # find / -name gd.h and # find / -name libgd.* to find all of those files. >> and see the result. But the way, may I know what are libgd.a or libgd.so >> files stand for as I am new to unix. Thanks very much in advance.. libgd.a is a static library and .so is the same but compiled as shared library. --Jani -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]