|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-08-20 18:11 UTC] rasmus@php.net
[2002-08-20 19:11 UTC] kalowsky@php.net
[2003-01-18 01:05 UTC] sniper@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 03 17:00:01 2025 UTC |
Running configure for build snapshot php4-200208190900 I got this message: checking whether IMAP works... configure: error: This c-client library is build with SSL support. Add --with-imap-ssl<=DIR> to your configure line. Check config.log for details. In actual fact, my c-client library is NOT built with SSL support (p.s. note typo in configure; that shoukd be "built"nt "build"). The configure code first compiles, then _runs_ configtest. In this case, the compile succeeded, the run failed. I never was shown the error, which was resolve_symbols: loader error: dlopen: libkrb5.so.3: symbol "clua_getaliasaddress" unresolved This has nothing to do with SSL support. clua_getaliasaddress is a function found in libclua - a Tru64 cluster library. User should be shown the actual error that configure uses to determine problems; the log should cntain error messages as well as comments from configure. (I wasted a lot of time thinking I needed SSL stuff when the problem was much simpler than that).