what are you building with? If you are compiling C/C++, you can include an rpath (example: “./lib”). Your executable will look for shared objects there, and you can include all of your dependencies.