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
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
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
"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_
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