[SerialICE] dlclose@@GLIBC_2.2.5

Peter Stuge peter at stuge.se
Mon Dec 13 23:37:41 CET 2010


Joseph Smith wrote:
> /usr/bin/ld: /usr/local/lib/liblua.a(loadlib.o): undefined reference to symbol 'dlclose@@GLIBC_2.2.5'
..
> Anyone else seen this? What in the heck is dlclose@@GLIBC_2.2.5 ???

Your lua library was linked against libdl, and linking of serialice
doesn't seem to include that when linking.

If lua installs a .pc it'd be good to use $(pkg-config --libs lua) in
the serialice Makefile.


//Peter



More information about the SerialICE mailing list