[Bug 219606] aarch64: libarchive.so.6 not present, libarchive.so not equivalent @ 318898
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue May 30 23:56:54 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219606
--- Comment #7 from Mark Millard <markmi at dsl-only.net> ---
(In reply to Ed Maste from comment #6)
Good to know. Thanks.
One worry was that if something updated
the old:
/usr/lib/libarchive.so -> libarchive.so.6
to:
/usr/lib/libarchive.so -> libarchive.so.7
(say because of the upgraded system) that the
libarchive.so.6 might not always be found
by older code:
Anything looking up just /usr/lib/libarchive.so
would see a link taking that context to
libarchive.so.7 despite an older libarchive.so.6
being available for older code.
>From what I've read if that happened in the
wrong context it could be a disaster.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list