From: pcarana Date: Mon, 12 Aug 2019 23:56:21 +0000 (-0500) Subject: Add missing step for CentOS, use version variable at --version example X-Git-Tag: v1.0.0^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49892d8f40e3ee6ed7b8552c4495cf3cdb6b5a78;p=thirdparty%2FFORT-validator.git Add missing step for CentOS, use version variable at --version example --- diff --git a/docs/doc/installation.md b/docs/doc/installation.md index 5487ed0b..888e9099 100644 --- a/docs/doc/installation.md +++ b/docs/doc/installation.md @@ -93,6 +93,8 @@ This OS requires additional steps due to its GCC supported version (currently 4. **Install dependencies** +OpenSSL devel (openssl-devel) package isn't necessary, if it's previously installed remove it to avoid future conflicts with newer OpenSSL versions. + {% highlight bash %} sudo yum install autoconf automake git jansson-devel pkgconfig rsync # Install supported GCC to compile OpenSSL @@ -111,6 +113,7 @@ make sudo make install # Update library files sudo mv libcrypto.so.1.1 libssl.so.1.1 /usr/lib64/ +sudo ln -sfn /usr/local/bin/openssl /usr/bin/openssl # Verify installed version openssl version {% endhighlight %} diff --git a/docs/doc/usage.md b/docs/doc/usage.md index 4664bd4e..df4bec7a 100644 --- a/docs/doc/usage.md +++ b/docs/doc/usage.md @@ -125,7 +125,7 @@ Prints program version. {% highlight bash %} $ {{ page.command }} --version -fort 0.0.1 +fort {{ site.fort-latest-version }} {% endhighlight %} ### `--tal`