lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Tue, May 22, 2012 at 9:35 AM, Marc Balmer <marc@msys.ch> wrote:
> So if there is no objection, I will put my version on Github soon.  For now I made only small changes to the code, but changed it to match the BSD source code formatting style.

FYI.

I just hit an underlinking issue.
(http://bugs.alpinelinux.org/issues/1174#note-3)
/usr/bin/lua: symbol 'ber_free': can't resolve symbol in lib
'/usr/lib/lua/5.1/lualdap.so'.
/usr/bin/lua: error loading module 'lualdap' from file
'/usr/lib/lua/5.1/lualdap.so':
(null)

The Makefile does not link with -llber as it should since it uses
ber_free() symbol.
It should be:

OPENLDAP_LIB= -lldap -llber

-- 
Natanael Copa