Re: [PHP-INST] Make error in PHP 4.3.2 (libtiff ??)

2003-06-07 Thread Robert L Cochran
You probably need to install 2 Red Hat packages: libtiff and libtiff-devel. Go get the latest packages, install these, do a 'make realclean' or 'make distclean' in your PHP source directory and recompile PHP. On Sat, 2003-06-07 at 16:01, Lukasz Karapuda wrote: > Hello, > > I am compiling PHP 4.3

RE: [PHP-INST] make error

2003-01-15 Thread warren daly
Your using 64 bit libraries whilst LD_LIBRARY_PATH points to the 32 bit libraries? If so, you will need to build 64-bit versions of the necessary libraries. regards, Warren Warren Daly - Network Engineer HEAnet Ltd. Brooklawn House, Crampton Avenue, Shelbourne Rd, Dublin 4, Ireland. Tel:+353

Re: [PHP-INST] make error with gd

2002-11-21 Thread Pierre-Alain Joye
On Wed, 20 Nov 2002 18:59:15 +0100 "Denis" <[EMAIL PROTECTED]> wrote: > "Pierre-Alain Joye" <[EMAIL PROTECTED]> wrote: > > >> It seems you use a 2.04+ version of GD ? > > Yes I did install gd-2.0.7 > What I don't understand is why it says that there is an error in the > gd.c which comes with ph

Re: [PHP-INST] make error with gd

2002-11-20 Thread Denis
"Pierre-Alain Joye" <[EMAIL PROTECTED]> wrote: >> It seems you use a 2.04+ version of GD ? Yes I did install gd-2.0.7 What I don't understand is why it says that there is an error in the gd.c which comes with php? In file included from gd.c:83: gd_ctx.c: In function `_php_image_output_ctx': gd_

Re: [PHP-INST] make error with gd

2002-11-20 Thread Pierre-Alain Joye
On Wed, 20 Nov 2002 16:19:46 +0100 "Denis" <[EMAIL PROTECTED]> wrote: > Hi, > > I don't know how anyone manages it to compile php from source. I tried > it know with the last 3 versions of php and it always fails. > configure goes ok, but when I do make it stops with: It seems you use a 2.04+ ve