Skip to content
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

Missing SSL library prerequisite on the Ωhmcoin Project #22

Closed
gluneau opened this issue May 28, 2018 · 3 comments
Closed

Missing SSL library prerequisite on the Ωhmcoin Project #22

gluneau opened this issue May 28, 2018 · 3 comments
Labels

Comments

@gluneau
Copy link

gluneau commented May 28, 2018

Expected behavior

The sudo ./configure command should finish in a sucessful manner.

Actual behavior

While building the karmanode of the Ωhmcoin Project on an instance of Ubuntu 18.04 I found a
Missing SSL library prerequisite because of the latest OpenSSL was incorrectly detected as LibreSSL.

Running the sudo ./configure will cause this error to occur:
configure: error: Detected LibreSSL: This is NOT supported, and may break consensus compatibility!

How to reproduce

The basic guide to install a karmanode can be found here:

How to fix it

A similar issue was found here
The solutions is to install an older library.
sudo apt-get install libssl1.0-dev

I also found another missing prerequisite, although it just a warning:
configure: WARNING: libzmq version 4.x or greater not found, disabling

Here is what to do:
sudo apt install libzmq3-dev

Machine specs:

  • OS: Ubuntu 18.04
  • RAM: 1G
  • Disk Type (SDD):
@2a5A1Ghu1
Copy link
Member

Confirmed, I will update the tut shortly.

@2a5A1Ghu1 2a5A1Ghu1 added the docs label Jun 1, 2018
@2a5A1Ghu1
Copy link
Member

All fixed thank you for your help. Let me know your discord name and I will toss you some ohm is this falls under our standing bounty!!!

@gluneau
Copy link
Author

gluneau commented Jun 3, 2018

My discord account is helo#3194

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants