This shows you the differences between the selected revision and the current version of the page.
| howtos:how_do_you_install_the_on_linux 2009/03/23 10:49 | howtos:how_do_you_install_the_on_linux 2013/12/07 22:07 current | ||
|---|---|---|---|
| Line 57: | Line 57: | ||
| It's not the end of the world if things are not working. This is a small list to check before reporting a bug: | It's not the end of the world if things are not working. This is a small list to check before reporting a bug: | ||
| + | |||
| ==== General checks ==== | ==== General checks ==== | ||
| Line 63: | Line 64: | ||
| - Check the SL Account of the bot - is it available? | - Check the SL Account of the bot - is it available? | ||
| - Check your bot license. Maybe you need to purge a slot? | - Check your bot license. Maybe you need to purge a slot? | ||
| + | - Check if you have the right libsqlite3.so.0 installed in /usr/lib | ||
| ==== Pikkubot specific checks (it has worked before™) ==== | ==== Pikkubot specific checks (it has worked before™) ==== | ||
| Line 69: | 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> | ||
| + | |||