You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I am trying to write my own Click element which include openssl/bn.h and functions like BN_new() from this library.
But when I run make install it shows undefined reference to `BN_new'.
I do this on linux ubuntu 20.04 and already install openssl.
Anyway to fix this?
The text was updated successfully, but these errors were encountered:
Hello! I am trying to write my own Click element which include openssl/bn.h and functions like BN_new() from this library.
But when I run make install it shows undefined reference to `BN_new'.
I do this on linux ubuntu 20.04 and already install openssl.
Anyway to fix this?
The text was updated successfully, but these errors were encountered: