On Fri, 27 Sep 2002, NAIK,ROSHAN (HP-Cupertino,ex1) wrote:
>
>Is this an error in gd's configure ? (after running phpize on the extension)
>
>approx line# 1977 :
>
>if test "$php_always_shared" = "yes"; then
> ext_output="yes, shared"
> ext_shared=yes
> test "$PHP_XPM_DIR" = "no" && PHP_XPM_DIR=yes ## <-- WHY FORCE NO TO YES
>??
>fi
>
>
>It seems like its mandating PHP_XPM_DIR=yes even if --without-xpm-dir is
>given to
>gd's configure.
I just tried latest CVS HEAD and could not reproduce this.
Are you sure you have all the latest tools installed? (e.g. phpize..)
# cd ext/gd
# phpize
# ./configure --with-gd=php
# make
And I got working shared GD module..nothing else wasn't enabled
but the png support.
--Jani
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php