Re: [PHP-INST] Re: make error with gd

2002-12-01 Thread Denis
Hi guys, thanks for the help. I do compile apache by myself. I found where the problem was. I forgott a leading / in one of my paths. So there's no more apache problem when compiling php. There's a different one. Of course. When I do "make" for php I get an error with snmp. It seems you can't use

[PHP-INST] Re: make error with gd

2002-11-26 Thread Dave
i don't know if this will help, but you might try changing your gdlib Makefile 'LIBS=' line to have it start with LIBS=libgd.a .. then do a 'make libgd.a' from shell now when you compile PHP, reference the gdlib source directory '--with-gd=../gd-2xx/' (for me) or something like that. it alway

Re: [PHP-INST] Re: make error with gd

2002-11-21 Thread Pierre-Alain Joye
On Wed, 20 Nov 2002 23:24:25 +0100 "Denis" <[EMAIL PROTECTED]> wrote: > Well I managed to come pass the gd problem with php-4.3.0RC1, but > now compiling hangs at: Do you compile apache yourselft or used RPMs ? If you ve used RPMS, install devel packages too. btw, for the bundled gd with RC1 s

[PHP-INST] Re: make error with gd

2002-11-20 Thread Denis
Well I managed to come pass the gd problem with php-4.3.0RC1, but now compiling hangs at: In file included from /backup/sources/php-4.3.0RC1/sapi/apache/sapi_apache.c:24: /backup/sources/php-4.3.0RC1/sapi/apache/php_apache_http.h:22:19: httpd.h: No such file or directory /backup/sources/php-4.3.