Please test this snapshot
John P Speno
speno at isc.upenn.edu
Sat Jul 1 00:36:08 EST 2000
On Thu, Jun 29, 2000 at 07:02:05AM +1000, Damien Miller wrote:
>
> BTW this snapshot contains DEC OSF/Tru64 SIA support, enable it
> using "USE_SIA=1 ./configure [options]". I would like some feedback
> from DEC users as to the correctness of this code (as I know nothing
> about SIA).
There's a few compile errors under Tru64 UNIX 5.0a here:
cc: Error: auth1.c, line 313: In this statement, "host" is not declared. (undeclared)
host = get_canonical_hostname();
------------------------^
That line should be deleted. It's not needed.
Fixing that gives this linker problem:
cc -o sshd sshd.o auth.o auth1.o auth2.o auth-rhosts.o auth-options.o auth-krb4.o auth-pam.o auth-passwd.o auth-rsa.o auth-rh-rsa.o pty.o log-server.o login.o loginrec.o servconf.o serverloop.o md5crypt.o session.o -L. -L/usr/local/lib -L/usr/local/ssl/lib -L/usr/local/ssl -lssh -lopenbsd-compat -lz -lsecurity -ldb -lm -laud -lutil -lcrypto -lcrypto -lRSAglue -lrsaref -lwrap
ld:
Unresolved:
auth_password
*** Exit 1
Stop.
More information about the openssh-unix-dev
mailing list