Re: Release [was Re: [Patch] fix broken decryption of s/mime messages loaded from imap]
Albrecht Dreß <[email protected]>
| Newsgroups | gmane.comp.gnome.apps.balsa |
|---|---|
| Message-ID | <[email protected]> |
Hi Peter!
Am 07.03.19 01:56 schrieb(en) Peter Bloomfield:
> Not sure how to handle that: 'ldd src/balsa' shows that the Balsa executable is still *linked* to libssl:
>
> libsasl2.so.3 => /lib64/libsasl2.so.3 (0x00007f9d43fbb000)
> libssl.so.1.1 => /lib64/libssl.so.1.1 (0x00007f9d43f25000)
That's interesting – my build on Ubuntu 18.04 LTS and on Debian Stretch says
albrecht@deneb:~/Balsa/git/balsa-master$ ldd src/balsa | grep -e '\(ssl\|sasl\)'
libsasl2.so.2 => /usr/lib/x86_64-linux-gnu/libsasl2.so.2 (different address on Ubuntu/Debian)
*No* libssl dependency any more! My configure options on both systems are
./configure --with-compface --with-gpgme --enable-autocrypt --with-gss --with-spell-checker=gspell --with-ldap --with-sqlite --with-gtksourceview --with-rubrica --with-canberra --with-libsecret --with-gnome --with-gcr --with-osmo --with-html-widget=webkit2
If you have lddtree installed (on Debian coming with the pax-utils package) you could search for libssl in the hierarchy. Or run “for n in $(ldd src/balsa | awk '{print $3'}) ; do echo "--- $n ---"; ldd $n; done” and search the output…
On Debian, the dependency against libsasl2.so.2 is triggered by libldap_r-2.4.so.2, btw.
Cheers,
Albrecht.
_______________________________________________
balsa-list mailing list
[email protected]
https://mail.gnome.org/mailman/listinfo/balsa-list
signature.asc
(application/pgp-signature, 488 B)
-----BEGIN PGP SIGNATURE----- iQEzBAABCgAdFiEEcCEPemLFTtyGf4zATKlvDmfn2fgFAlyBTp4ACgkQTKlvDmfn 2fh5HAgAuwZOhNf4TX9yXJ6iQwRECGf9OIgxD/dJtQ6wvRc9wbF40XTt7drzPfy2 s2V07eu6SGEekYFKOysFQYMvwrrla3WuPOJv4oZY2Iau9NOEswL1GMhTwIJ+5EFX 08gk5SHGXjyNcvljbFWPIEN16G+4qEsKS73mcrc/eB03cyI3fzSD48SZ0a8T6bb8 cPPLnERfrcRgBJ1bLHqFsjLbCQQfyoH2W7LIi4Lgpb1pQakEmsLr/Uom9NLGTL/+ y0QxBDR/aNulZId7ITczXb9LUkabw5l0kXnnv/lL2P4QeQXDbq+innwAqvtiGQpc bRIZ/MjmzPNnDwzTIxGociSYV4PyYA== =XcC/ -----END PGP SIGNATURE-----