• 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!

Problem when running in linux

Dan Mandes

The same old Man
Joined
Jul 11, 2007
Messages
39
Reaction score
0
Location
São Paulo, Brasil
[root@fc6202215 otserv]./TheForgottenServer
./TheForgottenServer: error while loading shared libraries: liblua5.1.so.0: cannot open shared object file: No such file or directory
[root@fc6202215 otserv]# find / -name liblua5.1.so.0
/usr/lib/liblua5.1.so.0
/lib/liblua5.1.so.0
/lib64/liblua5.1.so.0



What is the problem???
 
I solved the Problem:
As the binary was in 64 bits, the lib would have of being /usr/lib64/liblua5.1.so.0, and not /usr/lib/liblua5.1.so.0

[root@fc6202215 lib64]# ln -s /usr/lib64/liblua-5.1.so /usr/lib64/liblua5.1.so.0

Thank You Very Much
 
Back
Top