Hello List,

Friday, January 6, 2006, 3:01:36 PM, you wrote:

>> Dear,
>> 
>> Maybe you should try to install the kerberos devel libs
>> 
>> /usr/include/openssl/kssl.h:72:18: krb5.h: No such file or directory
>> ^^

ST> yep, agree'ing with Vincent here.

ST> Obviously yur local openssl setup was build with kerberos support, but the
ST> required devel headers and libs are not present on your box.

ST> Either try to resolve the issue by installing kerberos packages (depending 
on
ST> your OS distro), or re-compile openssl on your own and use the "own" openssl
ST> installatin on the box.

Red Hat 9 decided to put the include file for kerberos in
/usr/kerberos/include instead of /usr/include.

If you are on RH9 do the following:

1. Make sure you have the krb5-devel and krb5-libs rpms installed.
2. Create Symlink for the following files as follows:

    ln -s /usr/kerberos/include/com_err.h /usr/include/
    ln -s /usr/kerberos/include/profile.h /usr/include/
    ln -s /usr/kerberos/include/krb5.h /usr/include/ 

or add /usr/kerberos/include to the custom includes and /usr/kerberos/lib to 
the linker config.

-- 
Best regards,
 Thomas                            mailto:[EMAIL PROTECTED]

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to