-
Notifications
You must be signed in to change notification settings - Fork 137
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
compile error in x509.c (rockspec 0.6-1 and openssl 1.1.0e) #93
Comments
I think I fix it... can you try install from git 'head'? |
after changing the tag from luasec-0.6 to head in the rockspec it does indeed compile ... further than before... C:/msys64/mingw32/bin/../lib/gcc/i686-w64-mingw32/6.3.0/../../../../i686-w64-mingw32/bin/ld.exe: cannot find -llibssl-1_1.dll` (had already changed |
and now, after deleting every remnant of previous failed attempts and starting over, this time documenting every step and deviation from the default steps, I see that there shall be no file suffix in the libraries configuration of the rockspec. (and the tag needs to read "master", not "head"). So now I'm finally back to square one, only with updated lua,openssl,luasockets and luasec. |
Compilation failed with two errors in src/x509.c:
I don't know for sure if that is strictly a luasec issue, or if the fault lies with the openssl includes that I use, but I'd be glad for help in any case...
Using luarocks-2.4.2-win32 and luasec-0.6-1 rockspeck. compiler is mingw-w64-i868-gcc (6.3.0-2) from msys2 (I edited luarocks/lua/luarocks/cfg.lua to remove the "mingw-" prefix so the compiler would be found).
both lua (5.3) and openssl (1.1.0e) were built from within msys-mingw32.
full output:
The text was updated successfully, but these errors were encountered: