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

Link errors in update #32

Closed
creationix opened this issue Dec 16, 2014 · 2 comments
Closed

Link errors in update #32

creationix opened this issue Dec 16, 2014 · 2 comments

Comments

@creationix
Copy link

I updated to the latest version of lua-openssl for luvi and now I'm getting link errors:

liblua_openssl.a(ssl.c.o): In function `openssl_ssl_ctx_set_cert_verify':
ssl.c:(.text+0x2a3b): undefined reference to `openssl_cert_verify_cb'
liblua_openssl.a(ssl.c.o): In function `openssl_ssl_ctx_set_verify':
ssl.c:(.text+0x2cdb): undefined reference to `openssl_verify_cb'

This is on an up-to-date archlinux with openssl version: OpenSSL 1.0.1j 15 Oct 2014

The update also breaks my travis builds which are using an ubuntu userspace. https://travis-ci.org/luvit/luvi/jobs/44259383#L416-L420

@rphillips
Copy link

Looks like callback.c is missing from our CMake file.

@creationix
Copy link
Author

Yep, fixed in luvit/luvi@3f3f0fe.

Sorry for the noise.

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