hm,
well i allready tried it, but it didnt work, so i chose to add it as a module.
...but the problem is, that i cannot "make" php. I allways get this error:
php_gd.h:69: warning: static declaration for `gdImageColorResolve' follows non-static
gd.c:92: conflicting types for `gdIOCtx'
/usr/include
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 -
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=/
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
hi there,
i tried to compile php with GD2 support and the following configure line:
./configure --with-apxs=/usr/local/apache/bin/apxs --with-xml --with-curl
--with-swf=/usr/local/flash --enable-ftp --with-gd=/usr/lib --with-jpeg-dir=/usr/local
--with-xpm-dir=/usr/X11R6 --with-png-dir=/usr --w
5 matches
Mail list logo