I keep running into cron problems because it can't load the correct libraries, for example: Your "cron" job on neutron /home/mjohnson/source/LabelMaker/Client/lmclient < labels.txt produced the following output: ld.so.1: /home/mjohnson/source/LabelMaker/Client/lmclient: fatal: libstdc++.so.2.10.0: open failed: No such file or directory Killed However, running the applications as root works fine. I can fix this problem by wrapping the call to the exectuable in a shell script and exporting the library path there, but this seems like a kludge. So is it possible to set the correct paths up for cron? thanks!
