php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #12241 imap.so: undefined symbol: mxdriver in Unknown on line 0
Submitted: 2001-07-18 20:47 UTC Modified: 2001-08-11 12:17 UTC
From: jmmele at magic-night dot net Assigned:
Status: Closed Package: IMAP related
PHP Version: 4.0.6 OS: Linux core 2.4.0-test12
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: jmmele at magic-night dot net
New email:
PHP Version: OS:

 

 [2001-07-18 20:47 UTC] jmmele at magic-night dot net
all the modules I compile are working but imap.so

PHP Warning:  Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20001222/imap.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20001222/imap.so: undefined symbol: mxdriver in Unknown on line 0

system info : Apache/1.3.20 (Unix) Debian/GNU PHP/4.0.6
            : Linux 2.4.0-test12 i686

php config  : ./configure --with-recode=shared --enable-mbstring=shared --with-apxs --with-mysql=shared --with-iconv=shared --with-sablot=shared --with-zlib --with-dom=shared --with-gd=shared --with-imap=shared  --enable-ftp --enable-track-vars --with-regex=system

(I alse tried with --with-imap or --with-imap=/usr/src/imap-2001.BETA.SNAP-0107112053/)

c-client config : imap-2001.BETA.SNAP-0107112053 (also tested imap-2000c) compiled with make lnx and also tried with make lnp 

I did the http://www.php.net/manual/en/ref.imap.php (cp c-client/c-client.a to /usr/local/lib/libc-client.a and the others) (did the ldconfig too :)

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-07-18 21:01 UTC] jmmele at magic-night dot net
all the modules I compile are working but imap.so

PHP Warning:  Unable to load dynamic library
'/usr/local/lib/php/extensions/no-debug-non-zts-20001222/imap.so' -
/usr/local/lib/php/extensions/no-debug-non-zts-20001222/imap.so: undefined symbol:
mxdriver in Unknown on line 0

system info : Apache/1.3.20 (Unix) Debian/GNU PHP/4.0.6
            : Linux 2.4.0-test12 i686

php config  : ./configure --with-recode=shared --enable-mbstring=shared --with-apxs
--with-mysql=shared --with-iconv=shared --with-sablot=shared --with-zlib --with-dom=shared
--with-gd=shared --with-imap=shared  --enable-ftp --enable-track-vars
--with-regex=system

(I alse tried with --with-imap or --with-imap=/usr/src/imap-2001.BETA.SNAP-0107112053/)

c-client config : imap-2001.BETA.SNAP-0107112053 (also tested imap-2000c) compiled with
make lnx and also tried with make lnp 

I did the http://www.php.net/manual/en/ref.imap.php
(cp c-client/c-client.a to /usr/local

best regards

 [2001-08-11 12:17 UTC] sniper@php.net
Fixed in CVS.

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 17 18:01:33 2024 UTC