Hi all, We tried to install apache with PHP, gd-lib and freetype ttf support on an IBM AIX 4.3.3. system. freetype 2.0.4 was generated in /usr/local/gnutils/freetype-2.0.4/ (with jam). We tried the following config command: ./configure --with-apache=../apache_1.3.20 --without-mysql --enable-gd-nativ e-tt --with-gd --with-freetype=/usr/local/gnutils/freetype-2.0.4/ --with-ttf --with-jpeg-dir=/usr/local everything compiles fine and phpinfo gives the following results : Section gd GD Support enabled GD Version 1.6.2 or higher JPG Support enabled PNG Support enabled WBMP Support enabled But ttf-functions still wont work. If we try --with-ttf=/usr/local/gnutils/freetype-2.0.4/ instead: ./configure --with-apache=../apache_1.3.20 --without-mysql --enable-gd-nati ve-ttf --with-gd --with-freetype=/usr/local/gnutils/freetype-2.0.4/ --with-t tf=/usr/local/gnutils/freetype-2.0.4/ --with-jpeg-dir=/usr/local Then the compiler stops with errros at gdttf.c. What are we doing wrong ?? Thanks in advance for your help. Regards Berthold -- PHP Install 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]