• 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 Compilation Error Ubuntu 13 (@GLIBC_2.2.5)

smowking

New Member
Joined
Oct 29, 2010
Messages
12
Reaction score
0
Hello, i'm trying to compile tfs 0.4 in ubuntu 13 but i get this error i all sources:

Code:
  CXX      vocation.o
  CXXLD    theotxserver
/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
make[1]: *** [theotxserver] Error 1
make[1]: Leaving directory `/home/otserver'
make: *** [all] Error 2

What i have to do to fix it?
 
Back
Top