YES, i did it. The answer is quite simple, i feel kinda stupid T_T
The problem was, rh9 didn't install the krb5-devel in the right place. They installed it in the '/usr/kerberos/include'. But openssl-devel (kssl.h) need to use the krb5-devel and looked in the '/usr/include'. Of course they didn't find it. My solution is to make hardlink (symlink doesn't work) for all the kerberos header inside '/usr/kerberos/include' to the '/usr/include' (doesn't need to include the subdir). E.g '#ln -v /usr/kerberos/include /usr/include'. And voila ^_^ Thanks guys for helping me out ^_^ Send instant messages to your online friends http://uk.messenger.yahoo.com
