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

Complain Libs Error

GoalTV

NANI?!
Joined
Jul 23, 2011
Messages
589
Reaction score
53
Hello.

I have Debian 32 bit OS

I try Complain Source
http://otland.net/threads/8-60-the-forgotten-server-0-3-6-crying-damson-v8.147913/

Complain with no Problems
but when try start this error come up

theforgottenserver: /usr/include/boost/thread/pthread/condition_variable_fwd.hpp:38: boost::condition_variable::~condition_variable(): Assertion `!pthread_cond_destroy(&cond)' failed.
Aborted





This how I complain

Code:
apt-get install libboost1.42-dev liblua5.1-0 liblua5.1-0-dev liblua50 liblua50-dev liblualib50 liblualib50-dev lua50 libsqlite0 libsqlite0-dev libsqlite3-0 libsqlite3-dev sqlite3 lua5.1 libmysql++-dev libgmp3-dev subversion make g++ libxml2 libxml2-dev libxml++2.6-dev libmysqlclient15-dev mysql-client-5.1 mysql-common mysql-server-5.1 gcc cpp automake autoconf pkg-config


Code:
apt-get install libboost1.42-all-dev

Code:
chmod +x autogen.sh

Code:
./autogen.sh && ./configure --enable-mysql --enable-server-diag && make


Do I'm missing something or wrong libs?


Best Regards
mlody.1039
 
Fixed!

I make new user and works now
idk why this time not working on root account works normal before.


Thread Can Be Close :)
 
Back
Top