When I use the mod on a Manjaro Linux I get the following error after starting the mod that claims to have not found socket lib. lua-socket is installed by the package mangager.
Minetest-Version: 5.6.0
mineysocket-Version: HEAD
ModError: Failed to load and run script from /home/user/.minetest/mods/mineysocket/init.lua:
/home/user/.minetest/mods/mineysocket/init.lua:45: module 'socket.core' not found:
no field package.preload['socket.core']
no file './socket/core.lua'
no file '/usr/share/luajit-2.1.0-beta3/socket/core.lua'
no file '/usr/local/share/lua/5.1/socket/core.lua'
no file '/usr/local/share/lua/5.1/socket/core/init.lua'
no file '/usr/share/lua/5.1/socket/core.lua'
no file '/usr/share/lua/5.1/socket/core/init.lua'
no file './socket/core.so'
no file '/usr/local/lib/lua/5.1/socket/core.so'
no file '/usr/lib/lua/5.1/socket/core.so'
no file '/usr/local/lib/lua/5.1/loadall.so'
no file './socket.so'
no file '/usr/local/lib/lua/5.1/socket.so'
no file '/usr/lib/lua/5.1/socket.so'
no file '/usr/local/lib/lua/5.1/loadall.so'
stack traceback:
[C]: in function 'require'
/home/user/.minetest/mods/mineysocket/init.lua:48: in main chunk
Patching around the path does not lead to any success.
ModError: Failed to load and run script from /home/user/.minetest/mods/mineysocket/init.lua:
error loading module 'socket.core' from file '/usr/lib/lua/5.4/socket/core.so':
/usr/lib/lua/5.4/socket/core.so: undefined symbol: lua_newuserdatauv
stack traceback:
[C]: at 0x7f032741b0c0
[C]: in function 'require'
/home/user/.minetest/mods/mineysocket/init.lua:48: in main chunk
When I use the mod on a Manjaro Linux I get the following error after starting the mod that claims to have not found socket lib. lua-socket is installed by the package mangager.
Minetest-Version: 5.6.0 mineysocket-Version: HEAD
Patching around the path does not lead to any success.
but results in the following error: