• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Linux Debian error.

rusdy

New Member
Joined
Sep 12, 2011
Messages
4
Reaction score
0
Please, any can help me?

[root@server ott]# ./theforgottenserver
./theforgottenserver: error while loading shared libraries: liblua5.1.so.0: cannot open shared object file: No such file or directory

I use a CentOS 5 64 bits
 
Last edited:
All necessary libs to compile and run tfs
Code:
 yum install mysql++-devel lua-devel boost-devel gmp-devel lua-sql-mysql lua-sql-sqlite libsqlite3x-devel zlib-devel libxml2-devel libxml++-devel kernel-devel mysql-connector-c++ mysql-connector-c++-devel && yum groupinstall "Development Tools"
 
try:
Code:
killall 9 theforgottenserver

*I suspect I might have wrote something wrong, so if that does not work...
Try:
Code:
top
it will show list of process, look for the process id of `theforgottenserver`, now press `k` then type in the process id of 'theforgottenserver', press [ENTER] then type `9` and press [ENTER] that will kill the process, after that try running the server, who knows it might work.

On a second note, I suspect that the server you compiled could have been compiled wrong? if I where you try to re-compile again.
 
Back
Top