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.seReceived on Tue Apr 29 2003 - 03:41:37 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:05 UTC