ID: 15748 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Closed -Bug Type: *Compile Issues +Bug Type: Compile Failure Operating System: RedHat 7.0 PHP Version: 4.1.1 New Comment:
Fixed in CVS. Fix will be in PHP 4.2.0. --Jani Previous Comments: ------------------------------------------------------------------------ [2002-02-27 00:26:06] [EMAIL PROTECTED] Neither "make clean" nor "make distclean" empty the modules dir. ./configure --with-imap=shared --with-zlib=shared make make install This gives you imap.so and zlib.so in your extension dir, as expected. Now, suppose you decide you didn't want to do that, and you rebuild: make distclean ./configure --with-imap --with-zlib make make install You'll get fresh copies of the previously compiled and now useless modules in your extension dir because the make distclean never deleted them. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=15748&edit=1