Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
11: libssl not having NEEDED on crypto?
I'm rebuilding packages on multiple platforms for the pkgsrc freeze.
On a domU with netbsd-11 from about August 21, erlang-fast_tls fails to
build, and the issue is linking libssl and not ending up with libcrypto:
$ objdump -x /usr/lib/libssl.so|egrep NEEDED\|RPATH
NEEDED libc.so.12
but on -10
$ objdump -x /usr/lib/libssl.so|egrep NEEDED\|RPATH
NEEDED libcrypto.so.15
NEEDED libc.so.12
I'd appreciate a clue among:
Not known bug, will fix.
Known bug, fixed, update to newer -11.
It's valid for ssl not to NEEDED on libcrypto; fix fast_tls. (with
rationale; this seems off to me)
something else
(I'll be updating to today's -11 anyway.)
Home |
Main Index |
Thread Index |
Old Index