Forum OpenACS Development: Re: Naviserver Compilation Error on RHEL 8

Collapse
Posted by Gustaf Neumann on
The OpenSSL version on RHEL 8 is not the problem, i am. I messed up in my last fix a test (too much double-negations). The commit [1] should fix it. The updated version is [2]. Please double-check, if this helps for you, before i make it an official release.

if you are using install-ns, specify the verison as in:

sudo version_ns=5.0.3 bash install-ns.sh build

[1] https://github.com/naviserver-project/naviserver/commit/650f47084435f867d3ddc51befbf17320c239900
[2] https://sourceforge.net/projects/naviserver/files/naviserver/5.0.3/

Collapse
Posted by Raul Rodriguez on
I specified 5.0.3 and it worked.

Thank you!

Collapse
Posted by Gustaf Neumann on
Thank you for your feedback and patience! -g