From: <br...@br...> - 2004-01-07 04:20:19
|
You can set the LD_LIBRARY_PATH (or LIBPATH depending on platform) variable to include the directory that contains the .so files. For instance export LD_LIBARY_PATH=${LD_LIBRARY_PATH}:/path/lib You can then run "ldd" (if you're on linux) to check to see if it resolves all the dependencies. Cheers, Brian On Wed, 7 Jan 2004 13:42:21 +1100 (EST), "Tudor" wrote: > > Hello, > > Well done on mdbtools. I just found out about it and > I think the idea > and implementation is great! > > I have downloaded and installed it onto my home pc > successfully and > everything works OK. Then I tried uploading it to my > web server. I can > run applications on my web server, currently I have a > script that uses an > uploaded version of unzip to unzip uploaded files > before processing, so I > know that running standalone apps on the server works > ok. > > I wish to do a similar thing with mdbtools, however, it > complains that > it's missing a shared object. I tried shifting the > shared object into > the same directory as the app on the server but it > didn't work. My web > server runs jailshell which means I can't copy the > shared object into the > location it's looking for. Is there a way I can > specify that the programs > should be compiled as standalone, or alternatively tell > it to look for the > shared object in a different loaction? > > Cheers, > Tudor. > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: IBM Linux Tutorials. > Become an expert in LINUX or just sharpen your skills. > Sign up for IBM's > Free Linux Tutorials. Learn everything from the bash > shell to sys admin. > Click now! > http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click > _______________________________________________ > mdbtools-dev mailing list > mdb...@li... > https://lists.sourceforge.net/lists/listinfo/mdbtools-dev |