I am working with openssl-0.9.7a-5, krb5-devel-1.2.7-14, resin-2.1.11, RH 9 This problem has been noted in resin's mailing list and a couple of other mailing lists, but I have not been able to find the solution. Most of all, what puzzles me is that reading through the diagnostics from make it seems it should not happen at all! I have shown an excerpt of where the error is happening. Note that the problem is krb5.h is not found, which is odd because that file does exist under /usr/kerberos/include which is passed as the include parameter with -I. It seems the problem is not because the file cannot be found but because it cannot be opened, is such a thing possible? The file is owned by root and I am running make as root, so it cannot be the user privilege. Here's the file in a 'ls -l' $ ls -l /usr/kerberos/include/krb5.h $ -rw-r--r-- 1 root root 112782 Mar 31 2003 /usr/kerberos/include/krb5.h >>>>>>>>>>>>>>>>>>> THE ERROR from make <<<<<<<<< gcc -g -O2 -DRESIN_HOME=\"/usr/resin\" -I -I/usr/kerberos/include -I/usr/java/include -I/usr/java/include/linux -I../common -DCPU=\"i386\" -DOS= -c -o memory.o memory.c gcc -g -O2 -DRESIN_HOME=\"/usr/resin\" -I -I/usr/kerberos/include -I/usr/java/include -I/usr/java/include/linux -I../common -DCPU=\"i386\" -DOS= -c -o ssl.o ssl.c In file included from /usr/include/openssl/ssl.h:179, from ssl.c:62: /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 ssl.c:62: >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- redhat-list mailing list unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list