I did compile php 4.1.x and 4.2.x successfully with this configure line (with the libtool of 4.0.6 and a few tweeks, but it compiled well). But now, with 4.3.0, I can't even configure...
Here's my configure line : ./configure --with-apxs=/usr/local/apache/bin/apxs --with-mysql --with-fbsql --with-xml --enable-ftp --with-zlib --with-zlib-dir=../zlib --with-png --with-png-dir=../libpng-1.2.0 --with-jpeg --with-jpeg-dir=../jpeg-6b --with-gd --enable-track-vars --enable-trans-id I tried with the built-in gd, and it compiled and work without a hitch, even without using the libtool of 4.0.6 or any other tweeks I had done in the past. I got a couple of warnings at the end, but it compiled well. But if I add --with-mcrypt to the configure line, I get : checking for mcrypt support... yes checking for mcrypt_module_open in -lmcrypt... no checking for init_mcrypt in -lmcrypt... no configure: error: Sorry, I was not able to diagnose which libmcrypt version you have installed. config.log : (...) char init_mcrypt(); int main() { init_mcrypt() ; return 0; } libmcript-2.5.5 is installed in /usr/local and I tried with --with-mcrypt=/usr/local or --with-mcrypt=../libmcrypt-2.5.5, and nothing would do... Any hints ? Nicolas Ross -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php