compiling with apache 1.3.20 i get this
./modules/php4 -lmodphp4 -lc-client -ldl -lmysqlclient -lz -lgd
-lfreetype -lpng -lz -ljpeg -lz -lcrypt -lresolv -lm -ldl
-lnsl -lresolv -lm -lcrypt
modules/php4/libphp4.a(gd.o): In function `php_imagettftext_common':
/usr/src/php-4.0.6/ext/gd/gd.c:2668: undefined reference to `gdImageStringTTF'
collect2: ld returned 1 exit status
make[3]: *** [target_static] Error 1
make[3]: Leaving directory `/usr/src/apache_1.3.20/src'
make[2]: *** [build-std] Error 2
make[2]: Leaving directory `/usr/src/apache_1.3.20'
make[1]: *** [build] Error 2
make[1]: Leaving directory `/usr/src/apache_1.3.20'
make: *** [install-all] Error 2
i had GD working with 4.0.5 fine......however now i am having problems
upgrading.
my php configure line is a follows.
./configure --with-mysql=/usr/local/mysql
--with-apache=/usr/src/apache_1.3.20 --enable-ftp
--with-jpeg-dir=/usr/src/jpeg-6b --with-png-dir=/usr/src/libpng-1.0.9
--with-freetype-dir=/usr/src/freetype-2.0.1 --with-gd=/usr/src/gd1.3
--enable-native-gd-ttf --enable-calander --with-imap=/usr/src/imap-4.5
any ideas?
--
PHP General 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]