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
When trying to require ssh in Lua 5.3 or Lua 5.2 on Alpine Linux I get this error message:
> ssh = require("ssh")
error loading module 'ssh' from file '/usr/local/lib/lua/5.3/ssh.so':
Error relocating /usr/local/lib/lua/5.3/ssh.so: libssh2_scp_send_ex: symbol not found
stack traceback:
[C]: in ?
[C]: in function 'require'
stdin:1: in main chunk
[C]: in ?
When trying to require ssh in Lua 5.3 or Lua 5.2 on Alpine Linux I get this error message:
The text was updated successfully, but these errors were encountered: