openssh-1.2pre15 on AIX
Damien Miller
djm at mindrot.org
Tue Nov 30 10:12:12 EST 1999
On Mon, 29 Nov 1999, Tor-Ake Fransson wrote:
> Hi.
>
> Pre15 compiles out-of-the-box on AIX 4.3.2 ...almost.
>
> No patch included this time, but the following were the gotchas:
>
> - The __P() prototyping doesn't work (as discussed earlier)
> - bsd-daemon.o wasn't linked into libssh.a (though configure seemed to
> detect the need for it)
These are both fixed in the next release. For now, add:
#ifndef __P
# define __P(x) x
#endif
to the end of config.h.in and add 'bsd-daemon.o' to the 'libssh.a:' line
of Makefile.in and re-run configure.
> DCE patch will follow shortly.
Can you explain this to a DCE-illiterate (me!)?
Thanks,
Damien
--
| "Bombay is 250ms from New York in the new world order" - Alan Cox
| Damien Miller - http://www.mindrot.org/
| Email: djm at mindrot.org (home) -or- djm at ibs.com.au (work)
More information about the openssh-unix-dev
mailing list