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

TFS 0.3.5pl1 CentOS - Error on Start

krec

New Member
Joined
Jun 28, 2008
Messages
30
Reaction score
0
Hello,

When I start, the console show me this error:

./theforgottenserver: error while loading shared libraries: libboost_filesystem.so.1.40.0: cannot open shared object file: Error 40

How do I fix this?

Thanks.
 
Last edited:
Hello!

help for you:
you dont have liblaries, so you must install them;)

PHP:
cd ~

PHP:
wget http://kent.dl.sourceforge.net/sourceforge/asio/boost_asio_0_3_8.tar.gz

PHP:
wget http://switch.dl.sourceforge.net/sourceforge/boost/boost_1_34_1.tar.gz

PHP:
tar -zxvf boost_asio_0_3_8.tar.gz

PHP:
tar -zxvf boost_1_34_1.tar.gz

PHP:
cp boost_asio_0_3_8/boost /usr/local/include -r

PHP:
cp boost_asio_0_3_8/libs boost_1_34_1 -r

where did you get TFS on linux?
Please answer me. (priv expected)
 
@Belciu:
Get suorce and compile it by urself :s
 
Sality, I tryied but I can't get libboost.system.1 or 1.0.1
on the other hand:
I got many bugs when trying to combile it on CentOS
Could you help me on priv? :D im PL same^^
 
Back
Top