lua-users home
lua-l archive

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


On 22.06.2014 17:30, Alexander wrote:
Hey,

I would like to play around with the LuaSDL2 binding but I only get the following error:

----
lua: error loading module 'SDL' from file '/usr/local/lib/lua/5.2/SDL.so': libSDL2-2.0.so.0: cannot open shared object file: No such file or directory
----


Hi,

Did you install the release version or one from Mercurial ?

Where is the libSDL2-2.0.so.0 installed? Can you please type ldd /path/to/libSDL2-2.0.so.0?

Regards,
David.