Has anyone seen this error before ? I don't know what's happening when I tried to install the newest version of PHP (php-4.0.1pl2).
I configure it with prefix, with-mysql, with-apache, with-mcrypt, and lastly enable-track-vars. And here's the error I've got.
gcc -o conftest -g -O2 -Wl,-rpath,/usr/local/lib -L/usr/local/lib -Wl,-rpath,/usr/local/libmcrypt-2.4.4/lib -L/usr/local/libmcrypt-2.4.4/lib -Wl,-rpath,/usr/local/mysql/lib/mysql -L/usr/local/mysql/lib/mysql conftest.c -lmysqlclient -lmcrypt -lttf -lgd -lresolv -lm -ldl -lcrypt -lnsl -lresolv 1>&5
/usr/bin/ld: cannot open -lttf: No such file or directory
collect2: ld returned 1 exit status
Thanks for helping!