Page 2 of 2

Posted: Sun Nov 28, 2010 2:33 pm
by Getafix
AndyG905 wrote:
...ldd shows libraries not found again, which looks odd to me...
Linux is correctly reporting the oolite libraries as not found.
These libraries are only visible during oolite execution.
This happens at line 56 in the [~/.local or /usr]/lib/Oolite/oolite.app/oolite-wrapper script:

Code: Select all

export LD_LIBRARY_PATH=$OOLITE_ROOT/$TOPLEVEL/oolite-deps/lib

Posted: Thu Dec 02, 2010 11:06 pm
by AndyG905
Getafix wrote:
AndyG905 wrote:
...ldd shows libraries not found again, which looks odd to me...
Linux is correctly reporting the oolite libraries as not found.
These libraries are only visible during oolite execution.
This happens at line 56 in the [~/.local or /usr]/lib/Oolite/oolite.app/oolite-wrapper script:

Code: Select all

export LD_LIBRARY_PATH=$OOLITE_ROOT/$TOPLEVEL/oolite-deps/lib
Ah, got it - cheers.

Clever.