Date: Tue, 29 Apr 2003 07:41:36 -0500 From: "Jacques A. Vidrine" <nectar@FreeBSD.org> To: Xavier HUMBERT <xavier+ml@injep.fr> Cc: current@freebsd.org Subject: Re: Libdes nuked, but symbols missid from libcrypto Message-ID: <20030429124136.GA66880@madman.celabo.org> In-Reply-To: <1fu698g.6jxrnrpg34efM%xavier%2Bml@injep.fr> References: <1fu698g.6jxrnrpg34efM%xavier%2Bml@injep.fr>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Apr 29, 2003 at 10:16:01AM +0200, Xavier HUMBERT wrote:
> Hi,
>
> I have a problem buildin Postfix+SASL
>
> The libdes has been explicitely destroyed on Feb 24
[...]
> However, Postfix does not know that (I've filed a PR to the maintainer),
> so I removed libdes from makefiles, but some symols are not in
> libcrypto :
>
> [ BTW, the compat symlink to libcrypto is not there, and creating it by]
> [ hand does not solve the missing symbols problem. ]
Right, it should not be there.
> >/usr/lib/libkrb.so: undefined reference to `des_pcbc_encrypt'
> >/usr/lib/libkrb.so: undefined reference to `des_set_odd_parity'
> >/usr/lib/libkrb.so: undefined reference to `des_key_sched'
> >/usr/lib/libkrb.so: undefined reference to `des_read_pw_string'
> >/usr/lib/libkrb.so: undefined reference to `des_set_key'
> >/usr/lib/libkrb.so: undefined reference to `des_cbc_cksum'
> >/usr/lib/libkrb.so: undefined reference to `des_quad_cksum'
> >/usr/lib/libkrb.so: undefined reference to `des_string_to_key'
>
> Any idea ?
Yes, you have not rebuilt world with MAKE_KERBEROS4=YES since OpenSSL
0.9.7 was brought in.
Now, Kerberos IV has been removed from -CURRENT completely. I recommend
that you manually remove the Kerberos IV libraries:
for lib in krb kadm kafs kdb acl; do
rm /usr/lib/lib${lib}.* /usr/lib/lib${lib}_p.a
done
(Install /usr/ports/security/krb4 if you really need Kerberos IV.)
Then rebuild SASL.
Cheers,
--
Jacques Vidrine . NTT/Verio SME . FreeBSD UNIX . Heimdal
nectar@celabo.org . jvidrine@verio.net . nectar@freebsd.org . nectar@kth.se
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030429124136.GA66880>
