You only need the compat libraries if you still have binaries that are linked against those libraries, i.e. they were compiled on those older releases. If you have updated or rebuilt everything, then you don't need the compat libraries anymore. For a quick check, you can use this command line (bourne shell syntax, doesn't work with csh):
If it doesn't print anything, then there are no binaries linked against compat libraries. Otherwise it lists those binaries and libraries. Note, however, that the above command only checks binaries in /usr/local/bin and /usr/local/sbin. There might be binaries in other locations, too, for example in libexec or in users' home directories. If you want to be really sure, you'll probably need to traverse the whole file system with find(1).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.