[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Undefined symbol: Lua_insert in core.so
- From: "Alex Queiroz" <asandroq@...>
- Date: Mon, 5 Nov 2007 10:06:53 -0300
Hallo,
On 11/5/07, Julio José Mora Salido <jmorasali@gmail.com> wrote:
>
> Hi,
>
> We are trying to compile LuaSocket in an arm linux platform. First we have
> created a pre-compiled binary lua to be executed in the arm using static
> libraries. Secondly, we have compiled Lua socket using a cross compile tool
> as we have used to create the binary lua. After, when we try to execute in
> the interpreter the socket package (http = require " socket.http") we got
> the following error:
>
> undefined symbol: lua_insert.
>
When bulding the Lua interpreter binary, did you export the
symbols from the executable?
Cheers,
--
-alex
http://www.ventonegro.org/