I have found the source of my problem :
My imap library was bad (rpm from Mandrake 8.0)
My configuration :
- Mandrake V8.0
- PHP 4.0.6
This is the issue :
1 > Download the last one IMAP version on ftp://ftp.cac.washington.edu/imap/
2 > Copy the tar.Z file in /usr/local (or somewhere else if you want)
3 > UnZip/Tar the file and rename the directory created on imap-2001 (or
imap-toto if you want ;-) )
4 > cd imap-2001 && make slx
5 > Restart the php configure script with option
: --with-imap=/usr/local/imap-2001
5 > make && make install (build PHP)
And all is fun ! (after 12 hours reading mailing lists....)
David
"David" <#[EMAIL PROTECTED]> a écrit dans le message news:
[EMAIL PROTECTED]
> I'm using PHP 4.0.6 on Mandrake 8.0 with IMAP 2000c-4.4
> All the compilation is ok but when I try to start Apache I have the
> following message :
>
> Cannot load /usr/local/apache/libexec/libphp4.so into server:
> /usr/local/apache/libexec/libphp4.so: undefined symbol: mxdriver
> /usr/local/apache/bin/apachectl start: httpd could not be started
>
> I have tried the installation process described on php.net but it don't
> work.
>
> Can't you help me ?
>
> Thanks
>
> David
>
>
>
>
>
--
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]