See [this StackOverflow post](https://stackoverflow.com/questions/52969379/virtuoso-open-source-installation-problem/52970734#52970734). User installed -- openssl version OpenSSL 0.9.7i 14 Oct 2005 -- (having misunderstood the "minimum version" list in the README; would have been avoided if #767 were merged), and got this from `make` -- ``` checking OpenSSL version... >= 0.9.8e checking OpenSSL version... configure: error: OpenSSL version 1.1.0 or greater is currently not supported. ``` Message should be -- ``` configure: error: OpenSSL version 0.9.8d or lower is currently not supported. ```