-
Notifications
You must be signed in to change notification settings - Fork 40
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
Error during make install #8
Comments
looks like you did not run make install in "build" folder but in source folder, let re-try, follow the instruction in /libssh-0.7.4/INSTALL file |
This isn't a problem with the author's code, it's a compatibility issue with OpenSSL. Hope this helps avoid some unnecessary troubleshooting. To continue your screenshot: /libssh-0.7.4/src/libcrypto.c:336:7: warning: ‘HMAC_Init’ is deprecated [-Wdeprecated-declarations] |
Had the same problem. Just install openssl-1.0 over APT. This resolved the compile issue for me. |
Hi PJF16, thank you for your contribute. How did you installed openssl-1.0? Thank you |
Hi!
I followed the instruction in the INSTALL file until:
Which gave me the following error:
Any idea about this?
PS: I installed all the suggested libraries and packages.
Thank you
The text was updated successfully, but these errors were encountered: