On Tue, 26 Feb 2002 at 12:00pm (+0330), Sara Sodagar wrote:

> Hi
> Thank you very much for helping me to solve my problem
> in kerberizing openssh.
> I had a bad flue so I couldn't answer your mail before.
> 
> I have tested  openssh-2.9p2.tar and openssh-2.9p2-gssapi.patch
> 
> I have executed following commands :
> 
> - cd openssh-2.9p2
> -patch -p1 < ../openssh-2.9p2-gssapi.patch
> - ./configure  --with-pam  --with-kerberos4=/usr/kerberos
> -make
> 
>    In this phase I have got an error telling me : krb.h  No such file or
>    directory.
> I don't know whether I am doing right or not.If you can help me I really
> appritiate that.

Hmmm.... do you not want ...

        --with-kerberos5=/usr/kerberos 

... instead of the configure option your currently using since the gssapi
patch is for adding this option?  If you do indeed want kerberos IV then...
honestly... i don't know... I couldn't make a krb4 version of openssh build
on my redhat box... either from source or spec... even if I hacked it about
so it could find krb.h (*) then the des.h included as part of kerberosIV
conflicts with the des.h included from openssl...

M.

* in the source dir...

perl -p -i -e 's%^#include <krb.h>%#include <kerberosIV/krb.h>%' *.[ch]

-- 
WebCentral Pty Ltd           Australia's #1 Internet Web Hosting Company
Level 1, 96 Lytton Road.           Network Operations - Systems Engineer
PO Box 4169, East Brisbane.                       phone: +61 7 3249 2500
Queensland, Australia.                            pgp key id: 0x900E515F



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to