Closed RCasatta closed 8 years ago
Ah, yeah, I believe you're using one of the versions of RedHat that left out ECC crypto from libssl... apparently they left it out because of the software patents on ECC. :(
This really should be documented in python-bitcoinlib, although fortunately it shouldn't be a problem going forwar; I believe RedHat has since changed this policy, as the patents are now all expired.
From this machine:
It appears libssl is missing some constant needed by python-bitcoinlib.
Since AFAIK shouldn't be a problem for opentimestamps, I brutally commented out all the problematic line in
key.py
and./ots
is working.I am publishing here for reference.
Issuing the command
sudo yum install openssl-devel
which sould be platform equivalent tosudo apt-get install libssl-dev
does not help.