ID: 13530 Updated by: jeroen Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: *Compile Issues Operating System: Mandrake Linux 7.0 PHP Version: 4.0.6 New Comment:
A extension=...imap.so line is still in your php.ini Please go to www.php.net/support.php for support questions. Previous Comments: ------------------------------------------------------------------------ [2001-10-03 11:17:10] [EMAIL PROTECTED] I am attempting to upgrade my PHP installation to 4.06. I configured php with the following line: ./configure --with-apxs=/usr/sbin/apxs --with-zlib --with-regex=system --enable-trans-sid --disable-debug --with-mysql The configure script, make, and make install all appear to run normally. However, when I restart Apache (1.3.9-Mandrake rpms), I get the following message: Syntax error on line 74 of /etc/httpd/httpd.conf: Cannot load /usr/lib/apache/libphp4.so into server: /usr/lib/libimap.so.4: undefined symbol:mm_dlog As you will notice from my configure line, I haven't included imap support, so why is an imap library killing my installation? I have checked my php.ini, and there is no reference to the imap.so, so it's not an extension that it's trying to load. I've even explicitly disabled imap in the configure line - same result. What's going on? For your further information, my system has imap libraries from a courier-imap/sqwebmail installation, not the uw imap, which is why I have not tried to include imap in my php. ------------------------------------------------------------------------ Edit this bug report at http://bugs.php.net/?id=13530&edit=1 -- PHP Development 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]