php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10759 undefined symbol: mxdriver
Submitted: 2001-05-09 13:37 UTC Modified: 2001-05-10 06:54 UTC
From: ruderstaller at dillerpartner dot at Assigned:
Status: Closed Package: IMAP related
PHP Version: 4.0.5 OS: Linux - Redhat 7.1 - Kernel 2.4.
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: ruderstaller at dillerpartner dot at
New email:
PHP Version: OS:

 

 [2001-05-09 13:37 UTC] ruderstaller at dillerpartner dot at
Cannot load /usr/local/apache/libexec/libphp4.so into
server: /usr/local/apache/libexec/libphp4.so: undefined
symbol: mxdriver

Tried with IMAP-4.7c (see http://www.php.net/bugs.php?id=7537)

but same error with:
IMAP 2000
and
imap-2001.BETA.SNAP-0105042209

PHP configure line:
./configure --with-mysql
--with-apxs=/usr/local/apache/bin/apxs  --with-ftp
--with-ldap --with-ttf --with-gd --enable-sysvshm=yes
--enable-sysvsem=yes --enable-url-inlcudes=yes
--enable-track-vars=yes --with-imap

No errors while compiling

If you need futher information let me know!

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-05-09 14:32 UTC] sniper@php.net
You haven't followed the install instructions.
Check the www.php.net/imap page for more info.

--Jani

 [2001-05-10 06:07 UTC] ruderstaller at dillerpartner dot at
Of Course the installation instruction i have followed.

and yes, ldconfig has been executed. :)


 [2001-05-10 06:30 UTC] ruderstaller at dillerpartner dot at
export LDFLAGS="-L/usr/kerberos/lib -lkrb5 -lgssapi_krb5
-lpam"  && ldconfig

BEFOR compiling Apache is the Key.

Maybe write it to the Manual.

Thx.
 [2001-05-10 06:54 UTC] ruderstaller at dillerpartner dot at
export LDFLAGS="-L/usr/kerberos/lib -lkrb5 -lgssapi_krb5
-lpam"  && ldconfig

BEFOR compiling Apache is the Key.

Maybe write it to the Manual.

Thx.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed May 07 06:01:29 2025 UTC