-
Notifications
You must be signed in to change notification settings - Fork 607
libcrypto not found #1431
Comments
Thanks @AdityaGovardhan for bringing this to our attention. We do list our dependencies here, just fyi, but appreciate setup on different platforms may vary. |
Adding for people who have future problems with this. Having the depencies out of the box will not ensure the setup for AVS will work. I had the same issue while running "cmake". I'm on Mac, and I have openssl which is their equivalent for libssl-dev. To fix this issue I had to use this: scipr-lab/libsnark#99 (comment) |
After checking debian packages here, you can see that libssl-dev is not required but suggested. So libcurl4-openssl-dev provides curl.h and libssl-dev provides libcrypto.h. Thus the appropriate command would be |
@dhpp
Also, seems like after libssl-dev is installed you get a warning:
Installing 'libssl1.0-dev' makes the warning go away but I do not know if it's ok do this? |
While trying to build avs sdk on Ubuntu Linux, libcrypto couldn't be linked because openssl itself was not sufficient. I had to install libssl-dev for the same. I am not sure if this is an issue but wanted to bring it to notice. I used this for reference: https://stackoverflow.com/questions/13811889/cannot-find-libcrypto-in-ubuntu
The text was updated successfully, but these errors were encountered: