Nelson H. F. Beebe
2003-Sep-18 17:55 UTC
ssh-openbsd-2003091700 distribution missing gss_krb5_copy_ccache
Build attempts of the new ssh-openbsd-2003091700 distribution fail like this on OpenBSD 3.2: cc -o sshd sshd.o auth-rhosts.o auth-passwd.o auth-rsa.o auth-rh-rsa.o sshpty.o sshlogin.o servconf.o serverloop.o uidswap.o auth.o auth1.o auth2.o auth-options.o session.o auth-chall.o auth2-chall.o groupaccess.o auth-skey.o auth-bsdauth.o auth2-hostbased.o auth2-kbdint.o auth2-none.o auth2-passwd.o auth2-pubkey.o monitor_mm.o monitor.o monitor_wrap.o monitor_fdpass.o kexdhs.o kexgexs.o auth-krb5.o auth2-gss.o gss-serv.o gss-serv-krb5.o -L/local/build/ssh-openbsd-2003091700/sshd/../lib -lssh -lgssapi -lkrb5 -lcrypto -lutil -lz -ldes -lwrap gss-serv-krb5.o: Undefined symbol `_gss_krb5_copy_ccache' referenced from text segment collect2: ld returned 1 exit status A search of the source tree finds a single reference to that symbol in ssh-openbsd-2003091700/gss-serv-krb5.c, but nowhere is there a definition of it as a function. Neither is there a definition of that symbol in any of the /usr/lib/*.a files. Please include me directly in any replies; I'm not a list member. ------------------------------------------------------------------------------- - Nelson H. F. Beebe Tel: +1 801 581 5254 - - Center for Scientific Computing FAX: +1 801 581 4148 - - University of Utah Internet e-mail: beebe at math.utah.edu - - Department of Mathematics, 110 LCB beebe at acm.org beebe at computer.org - - 155 S 1400 E RM 233 - - Salt Lake City, UT 84112-0090, USA URL: http://www.math.utah.edu/~beebe - -------------------------------------------------------------------------------
Damien Miller
2003-Sep-19 00:34 UTC
ssh-openbsd-2003091700 distribution missing gss_krb5_copy_ccache
Nelson H. F. Beebe wrote:> Build attempts of the new ssh-openbsd-2003091700 distribution failDon't use that - it is just included for comparison. If you are using OpenBSD, use an official release. If you are using another OS, use a portable release. -d