-
Notifications
You must be signed in to change notification settings - Fork 235
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
Not able to compile the code against openssl1.0.2q #127
Comments
Can you tell me more about the details of your system? |
I got it resolved by doing the following in my machine. In order to compile the spacemonkey openssl wrapper code for openssl1.0.x version, we need to do the following things you need to copy libcrypto.pc,libssl.pc and openssl.pc files to pkgconfig location root@myubuntu:/tmp# cat /tmp/libcrypto.pc Name: OpenSSL-libcrypto root@myubuntu:/tmp# cat /tmp/libssl.pc Name: OpenSSL-libssl root@myubuntu:/tmp# cat openssl.pc Name: OpenSSL |
Hi,
i want to compile the code against openssl1.0 and i'm getting the error's
github.com/spacemonkeygo/openssl
In file included from ./bio.go:17:0:
./shim.h:21:25: fatal error: openssl/bio.h: No such file or directory
compilation terminated.
Is there a way i can compile this code against any openssl version?
The text was updated successfully, but these errors were encountered: