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

tarantool/websocket module doesn't start #4465

Closed
Salt111 opened this issue Aug 29, 2019 · 1 comment
Closed

tarantool/websocket module doesn't start #4465

Salt111 opened this issue Aug 29, 2019 · 1 comment

Comments

@Salt111
Copy link

Salt111 commented Aug 29, 2019

Tarantool version: 1.10.3-71-gbeb4c0ce6
OS version: Ubuntu 18.04
Bug description: tarantool/websocket module and the examples fail
Steps to reproduce:

vv@ubuntu16:~/Documents/wbs$ tarantoolctl rocks list

Installed rocks:
----------------

websocket
   0.0.2-1 (installed) - /home/vv/Documents/wbs/.rocks/share/tarantool/rocks

vv@ubuntu16:~/Documents/wbs$ tarantool

Tarantool 1.10.3-71-gbeb4c0ce6
type 'help' for interactive help
tarantool> 
---
...

tarantool> do
> frame = require'websocket.frame' -- ok
> handshake = require'websocket.handshake' -- ok
> ssl = require'websocket.ssl' -- error
> end

---
- error: '...v/Documents/wbs/.rocks/share/tarantool/websocket/ssl.lua:96: tarantool:
    undefined symbol: SSL_library_init'
...

@Totktonada
Copy link
Member

Duplicate of tarantool/websocket#5

@Totktonada Totktonada marked this as a duplicate of tarantool/websocket#5 Sep 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants