Skip site navigation (1)Skip section navigation (2)
Date:      29 Mar 2005 09:14:07 -0500
From:      Lowell Gilbert <freebsd-questions-local@be-well.ilk.org>
To:        Redmond Militante <r-militante@northwestern.edu>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: error installing openssh-portable
Message-ID:  <44zmwmv8sw.fsf@be-well.ilk.org>
In-Reply-To: <20050328200507.GC1355@darkpossum>
References:  <20050328200507.GC1355@darkpossum>

next in thread | previous in thread | raw e-mail | index | archive | help
Redmond Militante <r-militante@northwestern.edu> 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...



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44zmwmv8sw.fsf>