Re-compiling PHP with GD library
Hi, On July 21st i got Apache/PHP/mYSQL all setup and installed and it's owrking fine.
I used this configure line to install it last time:
./configure --with-mysql --with-apx
now, i want to play around with GD and i want to re-compile PHP with GD supported. I downloaded and installed GD successfully ( Believe)
Now, im trying to re-compile PHP with GD support
heres my line:
./configure --with-mysql --with-apx --with-gd
and it goes through, and says
configure: error png not suppored, use zlib (etc.)
I don't need PNG support, just JPEG. anyways, when i do a PHPinfo() it still says my buid date is jul 21st. Why isn't it compiling correctly? what are the concepts and logic behind re-compiling?
Thanks for all help.
|