Subject | Re: [firebird-php] Installing GD2 lib on FC3 and PHP 4.3 |
---|---|
Author | Milan Babuskov |
Post date | 2005-07-15T01:08:06Z |
Todd Cary wrote:
you run RH or FC, you should be able to simply install .rpm package for
it. It should be called libpng-devel.rpm or something similar.
systems I have, png can be found in two locations. So, try using:
--with-png-dir=/usr/include/libpng
or
--with-png-dir=/usr/include
...as these seem like a standard location for png library.
--
Milan Babuskov
http://www.flamerobin.org
> Well, I have run into a brick wall with the gd library. I downloadedStrange. I never expected library to have a word "config" in package. If
> the png library, libpng-1.2.8-config.tar.gz
you run RH or FC, you should be able to simply install .rpm package for
it. It should be called libpng-devel.rpm or something similar.
> I did a successful configuration and makeAnd "make install" afterwards I suppose?
> it is successful, however the make fails when it get to the png andSo my guess that there are various versions of png was correct. On all
> produces several pages of errors complaining of syntax errors in png.h.
systems I have, png can be found in two locations. So, try using:
--with-png-dir=/usr/include/libpng
or
--with-png-dir=/usr/include
...as these seem like a standard location for png library.
--
Milan Babuskov
http://www.flamerobin.org