I just wrote an email describing problems linking to libkafs in openssh 3/daily snap shot as of today, but I think I forgot to describe what the problem was- well first it says 'cannot find file or directory' on -lkafs, for some reason it wasnt reading the directory even though- even though i added the correct dir to ld.so.conf (linux) so I cp'd the files to another directory where I know it was reading which gives this output (cd openbsd-compat && make) make[1]: Entering directory `/home/jnfergu/openssh/openbsd-compat' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/jnfergu/openssh/openbsd-compat' gcc -o ssh ssh.o sshconnect.o sshconnect1.o sshconnect2.o sshtty.o readconf.o clientloop.o -L. -Lopenbsd-compat/ -L/usr/athena/lib/lib -L/usr/athena/include/lib -lssh -lopenbsd-compat -lkafs -lresolv -ldes -lpam -ldl -lwrap -lutil -lz -lnsl -lcrypto -ldes sshconnect1.o: In function `try_krb4_authentication': /home/jnfergu/openssh/sshconnect1.c:401: undefined reference to `tkt_string' /home/jnfergu/openssh/sshconnect1.c:404: undefined reference to `krb_get_phost' /home/jnfergu/openssh/sshconnect1.c:407: undefined reference to `krb_realmofhost' /home/jnfergu/openssh/sshconnect1.c:415: undefined reference to `krb_mk_req' /home/jnfergu/openssh/sshconnect1.c:417: undefined reference to `krb_err_txt' /home/jnfergu/openssh/sshconnect1.c:421: undefined reference to `krb_get_cred' /home/jnfergu/openssh/sshconnect1.c:423: undefined reference to `krb_err_txt' /home/jnfergu/openssh/sshconnect1.c:475: undefined reference to `krb_rd_priv' /home/jnfergu/openssh/sshconnect1.c:478: undefined reference to `krb_err_txt' sshconnect1.o: In function `send_krb4_tgt': /home/jnfergu/openssh/sshconnect1.c:698: undefined reference to `tkt_string' /home/jnfergu/openssh/sshconnect1.c:703: undefined reference to `tkt_string' /home/jnfergu/openssh/sshconnect1.c:703: undefined reference to `krb_get_tf_fullname' /home/jnfergu/openssh/sshconnect1.c:707: undefined reference to `krb_get_cred' /home/jnfergu/openssh/sshconnect1.c:711: undefined reference to `krb_life_to_time' /home/jnfergu/openssh/sshconnect1.c:735: undefined reference to `krb_err_txt' sshconnect1.o: In function `send_afs_tokens': /home/jnfergu/openssh/sshconnect1.c:783: undefined reference to `krb_time_to_life' ./libssh.a(radix.o): In function `creds_to_radix': /home/jnfergu/openssh/radix.c:129: undefined reference to `krb_life_to_time' ./libssh.a(radix.o): In function `radix_to_creds': /home/jnfergu/openssh/radix.c:192: undefined reference to `krb_time_to_life' collect2: ld returned 1 exit status make: *** [ssh] Error 1 I myself am not much of a programmer, well not a very good one, and am kinda lost on what I should do from here, so any help would be appreciated. J. Ferguson Arizona State University Data Communications (602)-201-3970 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.mindrot.org/pipermail/openssh-unix-dev/attachments/20011113/5a3dc6b6/attachment.html