php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13955 checking for png_info_init in -lpng... no
Submitted: 2001-11-06 11:23 UTC Modified: 2001-11-10 04:56 UTC
From: gerrit at familiehaase dot de Assigned:
Status: Closed Package: *Configuration Issues
PHP Version: 4.0.6 OS: CYGWIN_NT-4.0
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: gerrit at familiehaase dot de
New email:
PHP Version: OS:

 

 [2001-11-06 11:23 UTC] gerrit at familiehaase dot de
./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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-11-10 04:56 UTC] sniper@php.net
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


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Apr 29 16:01:31 2024 UTC