This script shouldn't have line no. 3, i.e. you're trying to start oolite twice, once with the LD_LIBRARY_PATH variable set, and once without. The second (without the variable) will fail.
For this error I have 2 explanations:
- see Hiran's comment about 1.29 not working in his attempts
- you should also try to make sure you insert a
Code: Select all
source /usr/share/GNUstep/Makefiles/GNUstep.sh
The above link will only work when you try to run this from the "lib" folder itself.
If (e.g.) you're trying to run this from oolite.app ("lib" folder's parent), then, unless you have a "lib" folder with these files at the same level with oolite.app (i.e. such that "./oolite.app/../lib" folder exists) the symlinks will fail.
A quick solution would be to replace all the links with pointers to the current folder, e.g.:
Code: Select all
libpng.so -> ./libpng14.so.14
Code: Select all
LD_LIBRARY_PATH=./lib ldd ./oolite