Libdes nuked, but symbols missid from libcrypto
Jacques A. Vidrine
nectar at FreeBSD.org
Tue Apr 29 05:41:38 PDT 2003
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 at celabo.org . jvidrine at verio.net . nectar at freebsd.org . nectar at kth.se
More information about the freebsd-current
mailing list