Mailing List Archive

openssh-1.2.3pre2 on HP-UX
Hi,

I just did a test installation of openssh-1.2.3pre2 on a "trusted" HP-UX
system. Compilation went fine, but only after changing /usr/include to
/usr/local/include in Makefile. Without this change I got the following
error:

gcc -o ssh ssh.o sshconnect.o log-client.o readconf.o clientloop.o -L.
-L/usr/local/ssl/lib -lssh -lz -lsec -lcrypto

/usr/ccs/bin/ld: Unsatisfied symbols:
__builtin_va_start (code)
collect2: ld returned 1 exit status
*** Error exit code 1

Everything seems to work ok now, but I am still getting errors in the syslog
of the form:

... sshd[26178]: error: ioctl I_PUSH ttcompat: Invalid argument

Regards,
Otmar Stahl
Re: openssh-1.2.3pre2 on HP-UX [ In reply to ]
On Tue, 14 Mar 2000, Otmar Stahl wrote:

> Hi,
>
> I just did a test installation of openssh-1.2.3pre2 on a "trusted" HP-UX
> system. Compilation went fine, but only after changing /usr/include to
> /usr/local/include in Makefile. Without this change I got the following
> error:

What was the exact change you made? A few people have had similar
problems and I would like to nail it down.

> Everything seems to work ok now, but I am still getting errors in the syslog
> of the form:
>
> ... sshd[26178]: error: ioctl I_PUSH ttcompat: Invalid argument

Does HP/UX have /dev/ptmx but lack an openpty() function?

-d

--
| "Bombay is 250ms from New York in the new world order" - Alan Cox
| Damien Miller - http://www.mindrot.org/
| Email: djm@mindrot.org (home) -or- djm@ibs.com.au (work)