tralalalala
October 4th, 2006, 08:57 PM
I am trying to send a program to somebody who does not have some of the shared libraries that the program depends on. I tried putting the program and the shared libraries in the same directory, and then running the program, but I get the following error:
./program: error while loading shared libraries: libmylib.so.1: cannot open shared object file: No such file or directory
Is there anywhere that I can look to figure out how to do this without using static linking?
Thanks!
./program: error while loading shared libraries: libmylib.so.1: cannot open shared object file: No such file or directory
Is there anywhere that I can look to figure out how to do this without using static linking?
Thanks!