Compiling openssh 2.5.p1 on unixware 7.0.1

Damien Miller djm at mindrot.org
Wed Apr 11 11:19:44 EST 2001


On Tue, 10 Apr 2001, [iso-8859-2] Dean Luka Domikuliæ wrote:

> Hi.
>
> I'm tryng to compile openssh 2.5.p1 (latest)
> on sco unixware 7.0.1 and I'm getting
> this error in make:
>
> cc -o sshd sshd.o auth.o auth1.o auth2.o auth-chall.o auth2-chall.o
> auth-rhosts.o auth-options.o auth-krb4.o auth-pam.o auth2-pam.o
> auth-passwd.o auth-rsa.o auth-rh-rsa.o auth-sia.o dh.o sshpty.o log-server.o
> sshlogin.o loginrec.o servconf.o serverloop.o md5crypt.o session.o
> groupaccess.o -L. -Lopenbsd-compat/  -L/usr/local/lib -L/usr/local/ssl/lib
> -L/usr/local/ssl/lib -lssh -lopenbsd-compat -lz -lsocket -lnsl -lgen
> -lcrypto
> Undefined                       first referenced
>  symbol                             in file
> getspnam                            auth.o
> UX:ld: ERROR: sshd: fatal error: Symbol referencing errors. No output
> written to sshd
> make: *** [sshd] Error 1

Can you try:

LIBS=-lshadow ./configure [whatever]

-d

-- 
| Damien Miller <djm at mindrot.org> \ ``E-mail attachments are the poor man's
| http://www.mindrot.org          /   distributed filesystem'' - Dan Geer




More information about the openssh-unix-dev mailing list