Correction: it comes from compiling PHP, not apache, with IMAP support.

I only ever have problems compiling with Cyrus IMAP. Compiling with WU 
IMAPD works fine for me, but you gotta make sure that all the dev 
packages, etc, are installed..

Mike

Mike Eheler wrote:

> I've had that problem many times. It comes from compiling apache with 
> IMAP support.
>
> It's a real bugger. I've had to disable IMAP support on my development 
> machine, and instead create development branches on the production 
> server (which somehow miraculously compiled and runs fine with Cyrus 
> IMAP) to do IMAP-related development.
>
> Mike
>
> GoGi wrote:
>
>> hy all ,
>> a have big problem with PHP files on my new RH box - where is RH 7.1 
>> - php
>> 4.0.6 -Apache 1.3.20 - modssl - openssl
>> i compile stuff like taht :
>>
>> first modssl an openssl
>> then
>>
>> apache:
>> SSL_BASE=../openssl.....
>> ./configure
>> --prefix=/usr/local/apache
>> --enable-ssl
>>
>> php :
>> ./configure
>> --with-apxs=/usr/local/apache/bin/apxs
>> --with-imap=/usr/lib
>> --with-mysql=/usr/local/mysql
>> --with-zlib
>> --with-gd
>> --with-freetype
>> ....
>> then make & make install
>>
>> then i uncomment AddType for php in Apache's httpd.conf and start it.
>> Then look ok .
>> BUT !!! when i look at section where are aded module then i see that 
>> php4
>> module is in <IfDefine SSL></IfDefineSSL>
>> but only mod_ssl must be in - so i change this and restart apache.
>> Then i get error like
>> "cannot load module in libexec/libphp4.c
>> :undefined mx_driver
>>
>> what is that ???
>> i got another box with RG 6.2 and php4.0.5 -apache
>> 1.3.19 -mysql-modssl-openssl and everything works just fine !
>> here i'm wasting 4 hours of time ;((
>>
>> CAN ANYONE HELP ME !!
>>
>> tnx & regards
>> GoGi
>>
>>
>>
>>
>
>



-- 
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]

Reply via email to