Problems compiling 1.2.2 on HP-UX 10.20
Damien Miller
djm at mindrot.org
Wed Mar 15 09:49:47 EST 2000
On Tue, 14 Mar 2000 matsf at init.se wrote:
> Hi,
> I'm trying to compile OpenSSH-1.2.2 on HP-UX 10.20 but
> immediately fall into the problem pit..
>
> I've got gcc v2.8.1 and the first error is something
> like:
>
> defines.h:93: parse error before `u_int64_t`
The definition for uint64_t is not being found. Could you grep for
it in /usr/include?
> But then I got another error when trying to compile
> sshd.c, I get an error message like:
>
> sshd.c:2408: 'MAIL_DIRECTORY' undeclared
You can specify it manually using:
MAIL="/path/to/mail" ./configure
-d
--
| "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