[libGD] #221 [Task opened] Installing libGD fails to find libpng installed in home directory

[email protected] Tue, 9 Mar 2010 21:47:49 +0100 (CET)
Newsgroups php.gd.bugs
Message-ID <[email protected]>
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

A new Flyspray task has been opened.  Details are below. 

User who did this - Penelope Fudd (pfudd) 

Attached to Project - libGD
Summary - Installing libGD fails to find libpng installed in home directory
Task Type - Bug Report
Category - General
Status - Unconfirmed
Assigned To - 
Operating System - All
Severity - Low
Priority - Normal
Reported Version - 2.0.35
Due in Version - Undecided
Due Date - Undecided
Details - Hi..

I'm installing webalizer in my home directory.  It requires libgd and libgd requires libpng, none of which are installed.

I successfully installed libpng using "./configure --prefix=$HOME", and I'm installing libgd using "./configure --prefix=$HOME --with-png=$HOME".  The configure script reports it found libpng, but the compile fails:

 gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT gd_png.lo -MD -MP -MF .deps/gd_png.Tpo -c gd_png.c  -fPIC -DPIC -o .libs/gd_png.o
gd_png.c:16:53: error: png.h: No such file or directory
(followed by tons of errors)

I found another libpng compile error in the bug database, but that problem wasn't even finding libpng.

Thanks!

More information can be found at the following URL:
http://bugs.libgd.org/?do=details&task_id=221

You are receiving this message because you have requested it from the Flyspray bugtracking system.  If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.