Re: [PHP-INST] Problem configuring php with gd on Red Hat 7

2002-09-18 Thread David Dawnay
I actually installed gd-1.8.4 with libpng 1.0.9-1 if that helps. --- David Herring <[EMAIL PROTECTED]> wrote: > > Hi, > > I've had a nightmare getting gd to work with png > support. > > Could you let me know which png library you used ? > i.e > > ldd /usr/local/apache/libexec/libphp.so (as

Re: [PHP-INST] Problem configuring php with gd on Red Hat 7

2002-09-18 Thread David Herring
Hi, I've had a nightmare getting gd to work with png support. Could you let me know which png library you used ? i.e ldd /usr/local/apache/libexec/libphp.so (assuming located there) And also, can you confirm you used gd-2.0.1 ? Thanks dave David Dawnay wrote: > It worked! Thanks for your

Re: [PHP-INST] Problem configuring php with gd on Red Hat 7

2002-09-18 Thread David Dawnay
It worked! Thanks for your help. --- Rasmus Lerdorf <[EMAIL PROTECTED]> wrote: > Just use /usr/local > > It needs to find the header file as well which is > obviously not under > /usr/local/lib > > On Tue, 17 Sep 2002, [iso-8859-1] David Dawnay > wrote: > > > I used the following command:

Re: [PHP-INST] Problem configuring php with gd on Red Hat 7

2002-09-17 Thread Rasmus Lerdorf
Just use /usr/local It needs to find the header file as well which is obviously not under /usr/local/lib On Tue, 17 Sep 2002, [iso-8859-1] David Dawnay wrote: > I used the following command: > ./configure --with-mysql > --with-apxs=/usr/local/apache/bin/apxs > --with-gd=/usr/local/lib > and got

[PHP-INST] Problem configuring php with gd on Red Hat 7

2002-09-17 Thread David Dawnay
I used the following command: ./configure --with-mysql --with-apxs=/usr/local/apache/bin/apxs --with-gd=/usr/local/lib and got the following error: configure: error: Unable to find libgd.(a|so) anywhere under /usr/local/lib libgd.a is most definately in this directory, but the error is implacable!