• 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 Error compiling ots 0.3.6 on ubuntu 14.04

Ceetros

Active Member
Joined
Feb 19, 2014
Messages
12
Reaction score
42
Im getting this error on compile my server (when i use make)

Code:
/usr/bin/ld: admin.o: undefined reference to symbol 'pthread_mutexattr_settype@@GLIBC_2.2.5'
//lib/x86_64-linux-gnu/libpthread.so

Please help me.:( :(

Up
 
Last edited by a moderator:
Open the file called Makefile in your source folder.
Search for a line starting with LIBS then add "-lpthread" at the end of the line without the quotes.
 

Similar threads

Back
Top