Page 1 of 1

LUA compilation

Posted: Sat Nov 15, 2014 2:05 pm
by Blackstorm
Since some rev (exactly rev799), i added the proper LUA Makefile.

So if you have the readline.h error be sure to have the package or the new one : libreadline6-dev on your distrib ^^

Re: LUA compilation

Posted: Fri Nov 21, 2014 11:36 pm
by John Adams
Apparently, rev 799 broke my ability to compile WorldServer on Linux (hadn't done so since Nov 9). Login seems fine (no LUA or optimizations)

Code: Select all

/usr/bin/ld: ../Lua/liblua5-2-3.a(loadlib.o): undefined reference to symbol 'dlclose@@GLIBC_2.2.5'
/usr/lib/x86_64-linux-gnu/libdl.so: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make: *** [vgemu-world] Error 1
Compile of WorldServer FAILED! Aborting!
I have readline.h, I do not think that is what's broken for me.

Re: LUA compilation

Posted: Sat Nov 22, 2014 6:21 am
by Blackstorm
Hi, i just compile the rev837 last night without issue.
I will revert to the 799 to see if something missing in this release (i will try on my Debian Jessie and Squeeze)

In addition, i remember Ratief said me something about an -ldl issue an Ubuntu, can you remember me please your Ubuntu release, i will download it and try to compile on this platform too.

Edit : no problem with my Debian Jessie on rev799, i am dowloading the Ubuntu 14.04.1 LTS, to try on this distrib.