Hi, I got install Apache + PHP by the standard way.
Now I supposed to install PHP with imap support to run a webmail. So I did the follow steps: cd apache_1.3.20 ./configure cd ../php-4.0.6 ./configure --with-apache=../apache_1.3.20 --enable-track-vars --with-imap make make install cd ../apache_1.3.20 ./configure --prefix=/usr/local/etc/apache \ -activate-module=src/modules/php4/libphp4.a In this point, it give me a error when is´s compiling -lpam -lcrypt -lm -lcrypt /usr/local/lib/libc-client4.so: undefined reference to 'mm_expunged´ /usr/local/lib/libc-client4.so: undefined reference to 'mm_diskerror´ ... *** Error code 1 Stop in /usr/src/apache_1.3.20/src/helpers. I have installed a FreeBSD-4.3 + imap-uw + Cucipop Does anybody know tell me what I´m doing wrong? Thank´s Ronan -- 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]