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

[PHP] Re: Adding graphics library

2003-05-31 Thread Martin Helie
Well, not necessarily, since gd is included with php 4.3.x. You'll probably still want to get libjpeg and libpng, and link against them with the proper configure options. <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > --with-gd and of oucrce you need the GD library. > > "Todd Car

[PHP] Re: Adding graphics library

2003-05-31 Thread
--with-gd and of oucrce you need the GD library. "Todd Cary" <[EMAIL PROTECTED]> escribió en el mensaje news:[EMAIL PROTECTED] > I am new to Linux so I need some help for installing the graphics > library. This is what I did to get PHP to inlcude Interbase. > >!! Configure PHP with Interbase