This shows you the differences between the selected revision and the current version of the page.
| howtos:how_do_you_install_the_on_linux 2010/11/09 00:45 | howtos:how_do_you_install_the_on_linux 2013/12/07 22:07 current | ||
|---|---|---|---|
| Line 71: | Line 71: | ||
| - Check for the NOGUI.dat file | - Check for the NOGUI.dat file | ||
| - Check the System.Data.SQLite.DLL in the Bot-Directory. Is it the one from the sqlite/linux directory? | - Check the System.Data.SQLite.DLL in the Bot-Directory. Is it the one from the sqlite/linux directory? | ||
| + | |||
| + | ==== LD_LIBRARY_PATH ==== | ||
| + | To avoid problems with your inventory under mono, please set the LD_LIBRARY_PATH before you start the bot: | ||
| + | <code> | ||
| + | # export LD_LIBRARY_PATH=[PATH TO MONO DIRECTORY]/lib | ||
| + | </code> | ||
| + | |||