Failed to build HsOpenSSL-0.11.7.3 when building Cardano node

I’ve done hours of troubleshooting on this, together with someone from IOG. Change
, HSOpenSSL >= 0.11.7.2
to
, HsOpenSSL == 0.11.7.2
in the cabal.project file if you have this problem.
pay attention to the capital S in the original line and non-capital s in the changed line.
It will work after that.

1 Like