|
|
|
|
|
by rurban
148 days ago
|
|
This comes up every ten years or so, and is a solved problem. Any decent distro has tools to scan the dependencies of each binary via ldd, to check if its deps are correct. His example numpy shipping its own libblas.so, has the speciality that it's runtime loaded, so ldd will not find it, but the runtime dep is in the MANIFEST.
And seeing that is not in a standard path concludes that is a private copy, that needs to be updated seperately if broken. No other hole than in his thinking and worrying. |
|