ID: 12125
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Feedback
Bug Type: IMAP related
Operating System: linux redhat 6.2
PHP Version: 4.0.6
New Comment:

Could you please try the latest CVS snapshot from http://snaps.php.net/ since this 
should be fixed in it.

--Jani


Previous Comments:
------------------------------------------------------------------------

[2001-07-13 00:28:29] [EMAIL PROTECTED]

Good news!

I've figured out the reason why --with-imap-ssl fails
in the configure script!

The gcc line should be:

gcc -o conftest -g -O2 
-Wl,-rpath,/usr/depot/openssl-0.9.6b/lib 
-L/usr/depot/openssl-0.9.6b/lib -Wl,-rpath,/usr/lib/lib 
-L/usr/lib/lib -Wl,-rpath,/usr/depot/imap/src/c-client 
-L/usr/depot/imap/src/c-client conftest.c -lpam -lssl 
-lgmp -lgd -lttf -lpng -lz -ljpeg -lgdbm -lz -lcrypt  
-lc-client  -lcrypto -lresolv -lm -ldl -lnsl -lresolv

The problem was that '-lc-client' was at the end of the 
line, and it *must* be before -lssl or else unresolved 
symbols ensue and the configuration fails.

#line 22889 "configure"



------------------------------------------------------------------------



Edit this bug report at http://bugs.php.net/?id=12125&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to