[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: LuaLDAP
- From: Natanael Copa <natanael.copa@...>
- Date: Thu, 24 May 2012 13:23:20 +0200
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