-
Notifications
You must be signed in to change notification settings - Fork 52
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
IXSocketOpenSSL.cpp:(.text+0xe98): undefined reference to `SSL_get_peer_certificate' #305
Comments
what version is your openssl? i think it might be too old |
|
i think cmake is picking up old openssl headers since |
|
As you can see it is defined, so it's strange why it's seemingly "undefined" when compiling abaddon |
are there any other openssl packages installed? maybe im confusing myself but perhaps your install of ixwebsocket wants to link to openssl 1 but the build picked up openssl 3? |
I build abaddon with the following command, and it fails with the following error during link-time.
cmake -Bbuild -DCMAKE_BUILD_TYPE=RelWithDebInfo . && cmake --build build/ -j4
:System info:
OS: Gentoo Linux
The text was updated successfully, but these errors were encountered: