Another implicit DSO linking issue:
http://fedoraproject.org/wiki/Features/ChangeInImplicitDSOLinking
When I compile the gnupg trunk (2.1) on Fedora 14, ber_free() is undefined. I'm
attaching a patch.
Another implicit DSO linking issue:
http://fedoraproject.org/wiki/Features/ChangeInImplicitDSOLinking
When I compile the gnupg trunk (2.1) on Fedora 14, ber_free() is undefined. I'm
attaching a patch.
This is a really old patch. Since it was reported, dirmngr has been
significantly reworked and integrated into GnuPG. Further, GnuPG's configure.ac
checks for ber_free. Since this is (I'm assuming) in the same SO as ber_alloc
(which this patch checks for) this patch is already effectively applied. Given
this, I'm closing this issue.