ID: 19001
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Analyzed
+Status: Wont fix
Bug Type: IMAP related
Operating System: Tru64 Unix
PHP Version: 4.2.2
New Comment:
Pretty impossible to fix from our part, except for
leaving the checks out altogether which we will not do.
(they work for most users just fine)
Previous Comments:
------------------------------------------------------------------------
[2002-08-20 19:11:17] [EMAIL PROTECTED]
Corrected english mistakes, thank you.
But I don't believe that the other parts of this can be fixed. I'll
check back in on this though.
------------------------------------------------------------------------
[2002-08-20 18:11:39] [EMAIL PROTECTED]
Not sure we can fix that at our level. You are asking for more of a
basic change in how autoconf operates. But perhaps there is something
we can do. We can have a look.
------------------------------------------------------------------------
[2002-08-20 18:08:56] [EMAIL PROTECTED]
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).
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=19001&edit=1