https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219606
--- Comment #7 from Mark Millard <[email protected]> --- (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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
