Another shapshot

Markus Friedl markus.friedl at informatik.uni-erlangen.de
Sat Nov 4 21:15:20 EST 2000


On Fri, Nov 03, 2000 at 05:11:19PM +0100, Gert Doering wrote:
> gcc -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 dh.o pty.o
> log-server.o login.o loginrec.o servconf.o serverloop.o md5crypt.o
> session.o -L. -L/gnu/lib -L/gnulocal/lib -L/usr/local/lib -L/gnu/lib
> -L/gnu -lssh -lopenbsd-compat -lnsl -lz  -lcrypto  -lskey
> ld: 0711-317 ERROR: Undefined symbol: .auth2_skey
> ld: 0711-317 ERROR: Undefined symbol: .skey_fake_keyinfo
> ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
> collect2: ld returned 8 exit status

you have to link auth2-skey.o and auth-skey.o, too.
just edit the Makefile.





More information about the openssh-unix-dev mailing list