Can I change 'rpath' in an already compiled binary?
问题 I have an old executable that's scheduled for the scrap heap, but it's not there yet. It relies on some libs that have been removed from my environment, but I have some stub libs someplace where it works fine. Id like to point this executable to these stub libs. Yes, i could set LD_LIBRARY_PATH, but this executable is called from many scripts, and many users and I'd love to fix it in one spot. I don't have source for this, and would be hard to get it. I was thinking - can I edit this file,