On Jun 13, 2007, at 9:32 AM, Jonathan Gruenhut wrote:
To be honest, at this point I’m totally mystified. My (naive)
understanding of shared objects in Linux was that as long as the
major version number was the same, the loader should look up
whatever is present on the system.
That's how
I am working on 2 Linux machines, compiling the same source code, and linking
with -lpcap. The programs work fine on the machines they were compiled on; one
uses libpcap.so.0.8.3, and the other uses libpcap.so.0.9.4.
The problem is that I would like to run binaries from each one on the other