You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I'm getting the following error on Ubuntu 14.04 while trying to use enet in lua. It's installed using luarocks. The enet lib is installed from source, version 1.3.12.
What could be the problem?
lua5.1: error loading module 'enet' from file '/usr/local/lib/lua/5.1/enet.so':
libenet.so.7: cannot open shared object file: No such file or directory
stack traceback:
[C]: ?
[C]: in function 'require'
server.lua:2: in main chunk
[C]: ?
The text was updated successfully, but these errors were encountered:
Hi. I'm getting the following error on Ubuntu 14.04 while trying to use enet in lua. It's installed using luarocks. The enet lib is installed from source, version 1.3.12.
What could be the problem?
lua5.1: error loading module 'enet' from file '/usr/local/lib/lua/5.1/enet.so':
libenet.so.7: cannot open shared object file: No such file or directory
stack traceback:
[C]: ?
[C]: in function 'require'
server.lua:2: in main chunk
[C]: ?
The text was updated successfully, but these errors were encountered: