I'm trying to run an executable on a machine that doesn't have the peoper shared libraries installed (libmysqlclient FWIW)?
I've tried copying the library in question to my home directory and add the path to it to LD_LIBRARY_PATH. This worked for libg2c, but it's not working for libmysqlclient.
Is there anyway to fore the linker to threat the library as a staic library at build time, so it's right there in the executable?
Any other ideas?
It is such a PITA working on a system I don't have root on :| especially when the guy that does have it is gone till Monday :disgust:
I've tried copying the library in question to my home directory and add the path to it to LD_LIBRARY_PATH. This worked for libg2c, but it's not working for libmysqlclient.
Is there anyway to fore the linker to threat the library as a staic library at build time, so it's right there in the executable?
Any other ideas?
It is such a PITA working on a system I don't have root on :| especially when the guy that does have it is gone till Monday :disgust:
