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

pthread_create not found

rullexreaper

New Member
Joined
Jul 22, 2019
Messages
1
Reaction score
0
[Doubt] [LINUX] [UBUNTU 16.04] [C ++] [CMAKE] [COMPILERS] [OTSERVER 12X]

Hey guys, how are you?

So, I commit a problem on my server which is the following: When I compile the server with CMAKE, it tells me that it cannot find a pthread_create. Which is a bundle of threads. (Highlighted in blue in print) And this occasionally causes me to crash the server after a while online (segmented failure (core dumped)). I've run in several places and I couldn't solve this problem. Has anyone had this problem when building the server?
PTHREAD NOT FOUND.png
 
It looks for pthread in multiple places, and ended up finding it. You arent missing it, this isn't your problem.
 
Solution
Back
Top