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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 19:01:29 2024 UTC