|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[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 :)
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 09:00:01 2025 UTC |
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