From:             [EMAIL PROTECTED]
Operating system: Linux RedHat 7.1
PHP version:      4.0.5
PHP Bug Type:     Apache related
Bug description:  PHP4+IMAP+APACHE 1.3.20 causes "undefined symbol: mxdriver"

Hello,
If I try to compile PHP4 with IMAP support and Apache 1.3.20
I get the following error while starting the webserver: undefined symbol: mxdriver.
Here's how I configured Apache:
./configure \
"--with-layout=Apache" \
"--enable-module=ssl" \
"--enable-module=so" \
"--enable-module=access" \
"--enable-module=alias" \
"--enable-module=mime" \
"--enable-module=status" \
"--with-perl=/usr/bin/perl"

Here's the one for PHP
"./configure" \
"--with-apxs=/usr/local/apache/bin/apxs" \
"--with-config-file-path=/etc" \
"--enable-bcmath" \
"--with-bz2" \
"--enable-calendar" \
"--enable-ftp" \
"--with-gd=/usr/" \
"--with-jpeg-dir=/usr/" \
"--with-xpm-dir=/usr/" \
"--with-imap" \
"--with-kerberos" \
"--with-mysql=/usr/local/mysql/" \
"--with-pspell" \
"--enable-trans-sid" \
"--enable-sockets"
Please help, this is urgent
Thank you !

P.S: I alo tried using export LDFLAGS="-L/usr/kerberos/lib -lkrb5 -lgssapi_krb5 -lpam"
before runnig configure. The IMAP is the one that comes with REDHAT


-- 
Edit Bug report at: http://bugs.php.net/?id=11445&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]

Reply via email to