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

Linux Linux 2 servers?

kablaff

Member
Joined
Jan 31, 2012
Messages
126
Reaction score
5
Location
Sweden
How to host 2 servers with Linux?? managed to fix website, but server gives error:
Code:
theforgottenserver: /usr/include/boost/thread/pthread/condition_variable_fwd.hpp:46: boost::condition_variable::~condition_variable(): Assertion `!pthread_mutex_destroy(&internal_mutex)' failed.
Aborted

(yes I tried worldid 1)
 
How to host 2 servers with Linux?? managed to fix website, but server gives error:
Code:
theforgottenserver: /usr/include/boost/thread/pthread/condition_variable_fwd.hpp:46: boost::condition_variable::~condition_variable(): Assertion `!pthread_mutex_destroy(&internal_mutex)' failed.
Aborted



(yes I tried worldid 1)

Try to use other port for the second server.
And another thing you could do is:

update ur boost.
apt-get install libboost-dev
 
Back
Top