Hello, OS : Redhat 3. When Iam trying to compile Proftpd with mod_tls module I get the following error: cd modules/ && make modules make[1]: Entering directory `/home/l_kumar/test/proftpd-1.2.10/modules' gcc -I/home/l_kumar/test/proftd-1.2.10/bla -DLINUX -I.. -I../include -O2 -Wal In file included from /usr/include/openssl/ssl.h:179, from mod_tls.c:40: /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 mod_tls.c:40: /usr/include/openssl/kssl.h:134: syntax error before "krb5_enctype" /usr/include/openssl/kssl.h:136: syntax error before '*' token /usr/include/openssl/kssl.h:137: syntax error before '}' token /usr/include/openssl/kssl.h:149: syntax error before "kssl_ctx_setstring" /usr/include/openssl/kssl.h:149: syntax error before '*' token /usr/include/openssl/kssl.h:150: syntax error before '*' token /usr/include/openssl/kssl.h:151: syntax error before '*' token /usr/include/openssl/kssl.h:151: syntax error before '*' token /usr/include/openssl/kssl.h:152: syntax error before '*' token I have got krb5.h file in /usr/include/openssl directory as well as /home/l_kumar/test/proftpd-1.2.10/bla directory (This directory I created with all header files) [l_kumar@pc4289 proftpd-1.2.10]$ ls -l /usr/include/openssl/krb5.h -rw-r--r-- 1 root root 20657 Nov 5 12:18 /usr/include/openssl/krb5.h Whether this header file should in /usr/include/kerberos directory? Please help. Regards, Kumar
-- redhat-list mailing list unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list