Redmond Militante <[EMAIL PROTECTED]> writes:

> hi all
> 
> i get this installing the openssh-portable port on a 4.8-RELEASE machine
> 
> ===>  Building for openssh-portable-3.9.0.1,1
> if test ! -z ""; then  /usr/bin/perl5 ./fixprogs ssh_prng_cmds ;  fi
> (cd openbsd-compat && make)
> cc -o ssh ssh.o readconf.o clientloop.o sshtty.o  sshconnect.o sshconnect1.o 
> sshconnect2.o -L. -Lopenbsd-compat/ -L/usr/lib  
> -rpath=/usr/lib:/usr/local/lib -L/usr/local/lib -lssh -lopenbsd-compat 
> -lcrypto -lutil -lz -lcrypt -lkrb5 -lcrypto -lcom_err -lasn1 -lroken
> /usr/lib/libkrb5.so: undefined reference to `des_is_weak_key'
> /usr/lib/libkrb5.so: undefined reference to `des_pcbc_encrypt'
> /usr/lib/libkrb5.so: undefined reference to `des_cfb64_encrypt'
> /usr/lib/libkrb5.so: undefined reference to `des_cbc_encrypt'
> /usr/lib/libkrb5.so: undefined reference to `des_set_odd_parity'
> /usr/lib/libkrb5.so: undefined reference to `des_read_pw_string'
> /usr/lib/libkrb5.so: undefined reference to `des_set_key'
> /usr/lib/libkrb5.so: undefined reference to `des_ede3_cbc_encrypt'
> /usr/lib/libkrb5.so: undefined reference to `des_cbc_cksum'
> *** Error code 1
> 
> Stop in /usr/ports/security/openssh-portable/work/openssh-3.9p1.
> *** Error code 1
> 
> Stop in /usr/ports/security/openssh-portable.
> 
> 
> any ideas on how to fix?  cvsup'ing ports didn't work.

I seem to recall DES being optional back when; you'll need to install
it to get this linking.  It should be in the crypto library.

Or maybe my memory is just off...
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to