From: Tudor <tu...@tu...> - 2004-01-07 02:42:13
|
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. |