bug-anubis
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-anubis] Re: Cannot install TLS/SSL neither using gnuTLS 1.0.13 nor


From: gianluca.pelliccioli
Subject: [bug-anubis] Re: Cannot install TLS/SSL neither using gnuTLS 1.0.13 nor openssl 0.9.7a
Date: Thu, 6 May 2004 19:45:52 +0200

Greeting everybody,
This is just to inform you all I could (half)  fix the problem I was
referring about in my previous e-mail
 
> “Oggetto: Cannot install TLS/SSL neither using gnuTLS 1.0.13 nor
openssl 0.9.7°”
 
I was asking for help due to the error message I was getting doing 
./configure –with-openssl”  
 
----the error message---
In file included from /usr/local/include/openssl/ssl.h:179,
                 from headers.h:116,
                 from main.c:23:
/usr/local/include/openssl/kssl.h:72:18: krb5.h: No such file or
directory
In file included from /usr/local/include/openssl/ssl.h:179,
                 from headers.h:116,
                 from main.c:23:
/usr/local/include/openssl/kssl.h:132: parse error before "krb5_enctype"
---------------------------
 
 
I just found I cound fix the problem doing so:
1)install “openssl-devel-0.9.7a-5” beside openssl-0.9.7a-5 (working on
RH9)
This gives those two nice “yes” in the following, at ./configure time
 
checking for main in -lcrypto... yes
checking for main in -lssl... yes
 
2) create the following links
 ln -s /usr/kerberos/include/krb5.h /usr/include/krb5.h
ln -s /usr/kerberos/include/profile.h /usr/include/profile.h
ln -s /usr/kerberos/include/com_err.h /usr/include/com_err.h
that permits these other “yes”..
checking openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
Enabling OpenSSL support...
 
This permits me to work with OPENSSL support (but actually did not query
the GNUTLS support anymore)..
 
Checking “config.log” in the building directory was defenetly helpful in
debugging.
Sorry for false allarm,
hope this might be of help for someone else.
Thanks
Gian
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]