OpenSSH w/ kth-krb4 on AIX

Michael Sperber [Mr. Preprocessor] sperber at informatik.uni-tuebingen.de
Mon Jan 28 23:34:45 EST 2002


>>>>> "Moiself" == Michael Sperber <sperber at informatik.uni-tuebingen.de> writes:

Moiself> Hi,

Moiself> I'm suffering from a memory corruption problem when compiling OpenSSH
Moiself> 3.0.2p1 with kth-krb4 1.1 on AIX 4.3.2 and 4.3.3.  The symptom is that
Moiself> the file name gets zeroed out during ssh key generation, for example
Moiself> during "make install":

Moiself> Generating public/private rsa1 key pair.
Moiself> open  failed: No such file or directory.
Moiself>      ^ filename normally goes here

Moiself> When I remove krb4 from the install, things work.  (For the record,
Moiself> this is against zlib 1.1.1 and OpenSSL 0.9.6c.)  Has anyone by any
Moiself> chance seen this problem?  I've done a little bit of gdb on this, but
Moiself> so far have been unsuccessful at extracting any useful info.

Here's the source of the problem: krb4 and openssl both define
RC4_INT, and they define it differently.  OpenSSH happens to call some
routines from one, and some from the other.  Poing!  I don't know what
to do about this in general.  Suggestions?

-- 
Cheers =8-} Mike
Friede, Völkerverständigung und überhaupt blabla



More information about the openssh-unix-dev mailing list