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

Solved Got some problem with libpthread and connection.o

Zippiex

Member
Joined
Nov 4, 2015
Messages
255
Solutions
2
Reaction score
20
Location
Sweden
Hello. I don't know how to solved this one and I tried to install the liboost package but I still get this error when i compile. Do you wanna tell me what is wrong and what I can do to fix it?

Code:
root@zippiex:/home/server/sources# make -j2
make  all-am
make[1]: Entering directory '/home/server/sources'
  CXXLD    theforgottenserver
/usr/bin/ld: connection.o: undefined reference to symbol 'pthread_getspecific@@G                                                                                                 LIBC_2.3'
//lib/x86_64-kfreebsd-gnu/libpthread.so.0: error adding symbols: DSO missing fro                                                                                                 m command line
collect2: error: ld returned 1 exit status
Makefile:454: recipe for target 'theforgottenserver' failed
make[1]: *** [theforgottenserver] Error 1
make[1]: Leaving directory '/home/server/sources'
Makefile:396: recipe for target 'all' failed
make: *** [all] Error 2
 

Similar threads

Back
Top