[PHP-INST] Re: Make error (make: *** [ext/ctype/ctype.lo] Error 1)

2003-06-19 Thread Michael Mauch
Thomas wrote: > I could not find anything describing this problem at bugs.php.net nor > the mailing list archives. Google is your friend ;-) > /usr/local/include/unix.h:182: parse error before `MAILSTREAM'

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.

[PHP-INST] Re make error

2002-10-03 Thread John Coder
some further information I configured php4.2.3 as follows: --with-mysql --with-apxs --with-gd=/usr/local/gd --with-freetype-dir=/usr/local --enable-gd-native-ttf --enable-gd-imgstrttf --with-jpeg-dir=/usr/include --with-png-dir=/usr/include --with-zlib it gets through these fine when it goes in