Re: [PHP] Re: Adding graphics library

2003-06-01 Thread Martin Helie
This is what I used that is relevant: --with-png-dir=../libpng-1.2.5/ --with-zlib-dir=../zlib-1.1.4/ --with-jpeg- dir=../jpeg-6b/ --with-gd of course, the paths for libpng, zlib and jpeg will probably be different for you. "Todd Cary" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]

Re: [PHP] Re: Adding graphics library

2003-05-31 Thread Todd Cary
<<< You'll probably still want to get libjpeg and libpng, and link against them with the proper configure options. >>> What is the correct syntax to do all of the suggestions? Todd Martin Helie wrote: Well, not necessarily, since gd is included with php 4.3.x. You'll probably still want