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

Error compile source 8.70

cs007

New Member
Joined
Dec 2, 2010
Messages
71
Reaction score
1
Error print.

Distribution: Ubuntu 16.04 64bits
TFS 0.4
C++:
  CXX      trashholder.o
  CXX      waitlist.o
  CXX      weapons.o
  CXX      vocation.o
  CXXLD    theforgottenserver
/usr/bin/ld: //usr/local/lib/liblua.a(loadlib.o): undefined reference to symbol 'dlclose@@GLIBC_2.2.5'
//lib/x86_64-linux-gnu/libdl.so.2: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
Makefile:467: recipe for target 'theforgottenserver' failed
make[1]: *** [theforgottenserver] Error 1
make[1]: Leaving directory '/home/870/sources'
Makefile:410: recipe for target 'all' failed
make: *** [all] Error 2
 
Last edited:
You should write source version, Not client version.
Example : TFS 1.3/TFS 1.0 -- OTX something.
 
Go to makefile, after in LIBS add. -ldl and -lpthread.

"LIBS = -ldl -lpthread"

Now compile. but not connect in game. =/
 
Back
Top