<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=windows-874" http-equiv=Content-Type>
<META content="MSHTML 5.00.2920.0" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#c0c0c0>
<DIV><FONT face=Arial size=2>I had some problem when I compiled openssh-1.2.2 on 
FreeBSD 3.3 with enable skey option like this:</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>./configure --with-tcp-wrappers 
--with-skey</FONT></DIV>
<DIV><FONT face=Arial size=2>..</FONT></DIV>
<DIV><FONT face=Arial size=2>....</FONT></DIV>
<DIV><FONT face=Arial size=2>......</FONT></DIV>
<DIV><FONT face=Arial size=2>gcc -o sshd sshd.o auth-rhosts.o auth-krb4.o 
auth-pam.o auth-passwd.o auth-rsa.o auth-rh-rsa.o pty.o log-server.o login.o 
servconf.o serverloop.o bsd-login.o md5crypt.o -L.&nbsp; -L/usr/local/ssl/lib 
-lssh -lz -lcrypto&nbsp; -lutil -lpam -lskey -lwrap<BR>sshd.o: In function 
`do_authloop':<BR>/usr/local/src/openssh-1.2.2/sshd.c(.text+0x1d68): undefined 
reference to 
`skey_keyinfo'<BR>/usr/local/src/openssh-1.2.2/sshd.c(.text+0x1d8a): undefined 
reference to 
`skey_fake_keyinfo'<BR>/usr/local/src/openssh-1.2.2/sshd.c(.text+0x1e52): 
undefined reference to 
`skey_haskey'<BR>/usr/local/src/openssh-1.2.2/sshd.c(.text+0x1e64): undefined 
reference to `skey_passcheck'<BR>sshd.o: In function 
`do_fake_authloop':<BR>/usr/local/src/openssh-1.2.2/sshd.c(.text+0x1fff): 
undefined reference to `skey_fake_keyinfo'<BR>*** Error code 1</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Stop.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>How can I solve it, please help?</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Regards,</FONT></DIV>
<DIV><FONT face=Arial size=2>Phen.</FONT></DIV></BODY></HTML>