I grabbed PHP 4.0.5 and gd 2.0.1 so I could create JPG thumbnails of files
as I upload them.
make install for gd went fine and the library is in /usr/lib as expected.
I run configure for PHP and it gets through that without any issues.
However, when I look back on the output, it says no after every check for
gdImageCreateFrom<ANYTHING>. Then when I do a make, I get this error:
gd.c:91: conflicting types for `gdIOCtx'
make[3]: *** [gd.lo] Error 1
make[3]: Leaving directory `/archive/web_server/php-4.0.5/ext/gd'
make[3]: *** [gd.lo] Error 1
make[3]: Leaving directory `/archive/web_server/php-4.0.5/ext/gd'
make[3]: *** [gd.lo] Error 1
make[3]: Leaving directory `/archive/web_server/php-4.0.5/ext'
make: *** [all-recursive] Error 1
Can anyone help?
-Philip
Home: 310.996.1316
Work: 310.664.1778
Web: http://www.bewley.net/~prsnyder
--
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]