Search found 2 matches

by gbordier
Thursday 02 March 2017 0:48
Forum: LUA
Topic: cannot load luasocket
Replies: 3
Views: 3661

Re: cannot load luasocket

Thanks a lot it DID work.

but it is a pity luasocket libs for 5.2 have to be installed manually (5.1 libs are part of wheezy on rpi) .
How can we make this part of the Domoticz wiki ?
by gbordier
Tuesday 28 February 2017 17:50
Forum: LUA
Topic: cannot load luasocket
Replies: 3
Views: 3661

cannot load luasocket

Hi,
on RPI with lua-socket/stable v3.0 installed a require ("socket.http") command in an lua script triggers the following message:
/usr/lib/arm-linux-gnueabihf/lua/5.1/socket/core.so: undefined symbol: luaL_openlib

however running the same script from the lua command line does not trigger the ...