On 2001-04-18 06:43:33, "Kurth Bemis" <[EMAIL PROTECTED]> wrote:
> configure: warning: If configure fails try --with-xpm-dir=<DIR>
> checking for freetype(2) (needed by gd 2.0+)... no
> ...

> heres my config line
> ./configure --with-mysql=/usr/local/mysql 
> --with-apache=/usr/src/apache_1.3.19 --enable-ftp --with-gd 
> --enable-freetype-4bit-antialias-hack --with-jpeg-dir=/usr/src/jpeg-6b 
> --enable-gd-native-ttf --with-png-dir=/usr/local/lib

Try this instead:

./configure --with-mysql=/usr/local/mysql 
 --with-apache=/usr/src/apache_1.3.19 --enable-ftp --with-gd 
 --with-jpeg-dir=/usr/src/jpeg-6b 
 --with-png-dir=/usr/local/lib
 --with-freetype-dir

This implies --enable-gd-native-ttf, so you don't need to specify it.
There is no such option as --enable-freetype-4bit-antialias-hack (anymore).

> checking whether to include FreeType 1.x support... no - FreeType 2.x is to 
> be used instead

I'm concerned by this message.

If this doesn't work for you, please file a bug report at http://bugs.php.net, and 
email me (personally) your config.log.

--Wez.


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to