""Kai Schaetzl"" <[EMAIL PROTECTED]> wrote:
([EMAIL PROTECTED]">news:[EMAIL PROTECTED])
> I tried this and it doesn't work, unfortunately :-(
I'm very sorry. :-)
I just messed up and typed the wrong parameter(--with-ssl isn't even an
existing parameter).
You should configure --with-imap-ssl and --with-kerberos, then it will link
with libgssapi_krb5, libkrb5, libk5crypto, libcrypto and libssl. (and
libcom_err on some platforms)
There will be no unresolved symbols after that linkage, I hope. :)
The SNMP-related stuff is --with-openssl=[DIR], it just enables SSL in the
SNMP module.
Good luck, tell me if anything goes wrong.
--
Alex Svadkovsky

P.S. It will only work with PHP4.
If you use PHP3, you'll have to add
``-lgssapi_krb5 -lkrb5 -lk5crypto -lcrypto -lssl'' manually to the LIBS and
APXS_LDFLAGS of the Makefile.



-- 
PHP Install 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