lua-users home
lua-l archive

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


On Nov 4, 2015 6:49 AM, "Rangel Siqueira" <rangelsiqueira@gmail.com> wrote:
>
> Hello friends. My application in C ++ where I carry my scripts moon is advancing well, but I found a problem. I'm using Debian and it installed the moon and luasocket using luasocket with the moon interpreter that comes at the moon package works perfectly, but I could not load the luasocket libraries in my application c ++, so when I carry my moon scripts in C ++ and in them contains luasocket does not. Could anyone help me? I thank the attention.

When you say "moon" do you mean the program from http://lua.org? I suspect something has been lost in translation.

What exactly is the error message when you try to use luasocket? It may be an ABI problem, or just the path variables aren't set correctly.