I tryed to INSTALL PHP with imap support
when i run ./configure everything are goind allright
but when i type make
an error msg appear
root@melbindo:/home/wilmar/php-4.0.4pl1/ext/imap# make
make[1]: Entering directory `/home/wilmar/php-4.0.4pl1/ext/imap'
/bin/sh /home/wilmar/php-4.0.4pl1/ext/imap/libtool --mode=link gcc -I. -I/home/
wilmar/php-4.0.4pl1/ext/imap/ -I/home/wilmar/php-4.0.4pl1/ext/imap/main -I/home/
wilmar/php-4.0.4pl1/ext/imap -I/usr/local/include/php -I/usr/local/include/php/m
ain -I/usr/local/include/php/Zend -I/usr/local/include/php/TSRM -g -O2 -o im
ap.la -avoid-version -module -rpath /home/wilmar/php-4.0.4pl1/ext/imap/modules
php_imap.lo -lcrypto -lssl -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -Ryes/lib
-Lyes/lib -lc-client
libtool: link: only absolute run-paths are allowed
make[1]: [imap.la] Error 1
make[1]: Leaving directory `/home/wilmar/php-4.0.4pl1/ext/imap'
make: [all-recursive] Error 1
what wrong ?? with the libtool? and how to fix it?
Thanks for your kind attention regarding my problem
Wilmar Sulaiman