-
Notifications
You must be signed in to change notification settings - Fork 43
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
Symbol not found: sk_pop_free #68
Comments
I think the issue might be related to the fact that I'm on macOS, and there seems to be a version of libressl 2 installed for some reason? |
@JJTech0130 Right libressl is a fork we don't support yet. You might want to install openresty from homebrew, which comes with a standardopenssl. |
Well, that's fine, I figured out how to get it to use OpenSSL. Anyway, I'm not actually using OpenResty, I'm trying to modify this library so that I can use it in a KOReader plugin, as I don't want to use the other libraries that make you build for each architecture (as I would have to make a build for each device KOReader supports). |
using this library in pure luajit environment (without ngx.* functions) is on my roadmap : ) Currently you will need to remove or replace those functions manually. |
I'm trying to load an X509 certificate, and I get this stack trace:
Do you know what is causing it?
The text was updated successfully, but these errors were encountered: