Re: Re: [PHP] compile php with GD2

2002-03-02 Thread David Robley
In article <001001c1c15f$22473370$0100a8c0@red5>, php-general@ring- wraith.com says... > hi again, > > well sorry about that, it worked when i changed it to: > > ./configure --with-apxs=/usr/local/apache/bin/apxs --with-xml --with-curl >--with-swf=/usr/local/flash --enable-ftp --with-gd=/usr -

Re: Re: [PHP] compile php with GD2

2002-03-01 Thread Hendrik
hi again, well sorry about that, it worked when i changed it to: ./configure --with-apxs=/usr/local/apache/bin/apxs --with-xml --with-curl --with-swf=/usr/local/flash --enable-ftp --with-gd=/usr --with-jpeg-dir=/usr/local --with-xpm-dir=/usr/X11R6 --with-png-dir=/usr --with-imap --with-ming=/

Re: [PHP] compile php with GD2

2002-03-01 Thread Rasmus Lerdorf
You never put "lib" in a PHP configure flag. Read the INSTALL file carefully, please. It should just be --with-gd=/usr since it also needs to find the gd header files which are nowhere under /usr/lib On Fri, 1 Mar 2002, Hendrik wrote: > hi there, > > i tried to compile php with GD2 support and