On Fri 16 Feb, 2001, Eli White <[EMAIL PROTECTED]> wrote:
>http://marc.theaimsgroup.com/?l=php-install&m=97059704006322&w=2

no expert at compiling php, but that error looks like 
you're missing all the png functions yet png was included (-lpng)

Perhaps ranlib wasn't run on the png library after copying it into place.
(as one would naturally expect the library to contain function
names that look like that)

A quick check with 'nm' (/usr/ccs/bin/nm) on the libpng.a library
(or libpng.so shared object) might give a clue.

James.

-- 
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]

Reply via email to