]> git.ipfire.org Git - thirdparty/FORT-validator.git/commitdiff
Add missing step for CentOS, use version variable at --version example
authorpcarana <pc.moreno2099@gmail.com>
Mon, 12 Aug 2019 23:56:21 +0000 (18:56 -0500)
committerpcarana <pc.moreno2099@gmail.com>
Mon, 12 Aug 2019 23:56:21 +0000 (18:56 -0500)
docs/doc/installation.md
docs/doc/usage.md

index 5487ed0b9e7a09e4a4eb149bab1548778b4947fa..888e909973a1a41f4da0700e73738e45e2cd145c 100644 (file)
@@ -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 %}
index 4664bd4e6b5cd6b5a22ea8054b96967aa40755b6..df4bec7aa05437946585745fba23f2e67799013a 100644 (file)
@@ -125,7 +125,7 @@ Prints program version.
 
 {% highlight bash %}
 $ {{ page.command }} --version
-fort 0.0.1
+fort {{ site.fort-latest-version }}
 {% endhighlight %}
 
 ### `--tal`