Hello,

I am having trouble configuring mutt (using gnu utilities, gcc, etc...)
with kerberos and ssl.

I have openssl 0.9.5, and MIT kerberos 5 1.0.6.  When I try to run
configure:

./configure --enable-pop3 --enable-imap --with-gss=/usr/um/kerberos-5
--with-ssl=/usr/um/openssl --with-regex

everything is fine until:
checking for gss_init_sec_context in -lgssapi_krb5... no
checking for gss_init_sec_context in -lgssapi... no
checking for g_order_init in -lgssapi_krb5... yes
checking for X509_new in -lcrypto... no
configure: error: Unable to find SSL library

Now, when I remove the gss configure option: ./configure --enable-pop3
--enable-imap --with-ssl=/usr/um/openssl --with-regex

It works fine:
checking for X509_new in -lcrypto... yes
checking for SSL_new in -lssl... yes

Any ideas?  thanks!

chris

<q


Reply via email to