ID: 13955 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Closed Bug Type: *Configuration Issues Operating System: CYGWIN_NT-4.0 PHP Version: 4.0.6 New Comment:
Changed the test to test for png_write_image(). But it's propably not the reason for the test to fail. Check your config.log for more info. And ask further support questions on the mailing lists: http://www.php.net/support.php Previous Comments: ------------------------------------------------------------------------ [2001-11-06 11:23:09] [EMAIL PROTECTED] ./configure aborts with this error: checking for the location of libpng... yes checking for png_info_init in -lpng... no configure: error: libpng not found! png.h says this: /* Initialize the info structure (old interface - NOT DLL EXPORTED) */ extern void png_info_init PNGARG((png_infop info_ptr)); So, why is there a check for a function from the not exported old interface which is obviously not public? Probably there is a fix somewhere out there, I didn't found yet. Ciao, Gerrit ------------------------------------------------------------------------ Edit this bug report at http://bugs.php.net/?id=13955&edit=1 -- PHP Development 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]