aMSN, tls, messenger

yellowdog-general@lists.terrasoftsolutions.com yellowdog-general@lists.terrasoftsolutions.com
Fri Jun 11 00:09:01 2004


Hi Matthias

I did

[root@kuon tls1.5]# export CFLAGS="`pkg-config --cflags openssl`"
[root@kuon tls1.5]# export LDFLAGS="$LDFLAGS `pkg-config --libs-only-L
openssl`"
[root@kuon tls1.5]# echo $CFLAGS
-I/usr/kerberos/include
[root@kuon tls1.5]# echo $LDFLAGS
-L/usr/kerberos/lib
[root@kuon tls1.5]# ./configure --with-ssl-dir=/usr


[root@kuon tls1.5]# make


and got exactly the same error (couldn't find krb5.h?) even though
/usr/kerberos/include/krb5.h does exist

Richard


In file included from /usr/include/openssl/ssl.h:179,
                 from tlsInt.h:41,
                 from tls.c:26:
/usr/include/openssl/kssl.h:72:18: krb5.h: No such file or directory
In file included from /usr/include/openssl/ssl.h:179,
                 from tlsInt.h:41,
                 from tls.c:26: