Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alpine linux: libssh2_scp_send_ex: symbol not found #2

Open
Mirodin opened this issue Jan 5, 2021 · 0 comments
Open

Alpine linux: libssh2_scp_send_ex: symbol not found #2

Mirodin opened this issue Jan 5, 2021 · 0 comments

Comments

@Mirodin
Copy link

Mirodin commented Jan 5, 2021

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 ?
> luarocks-5.3 --version
/usr/bin/luarocks-5.3 2.4.4
> lua5.3 -v
Lua 5.3.5  Copyright (C) 1994-2018 Lua.org, PUC-Rio
> luarocks-5.2 --version
/usr/bin/luarocks-5.2 2.4.4
> lua5.2 -v
Lua 5.2.4  Copyright (C) 1994-2015 Lua.org, PUC-Rio
> apk info libssh2
libssh2-1.9.0-r1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant