<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How to Install OpenSSL from Source in CentOS and Ubuntu	</title>
	<atom:link href="https://www.tecmint.com/install-openssl-from-source-in-centos-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-openssl-from-source-in-centos-ubuntu/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Thu, 30 Jun 2022 08:59:50 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Anonymous		</title>
		<link>https://www.tecmint.com/install-openssl-from-source-in-centos-ubuntu/comment-page-1/#comment-1837269</link>

		<dc:creator><![CDATA[Anonymous]]></dc:creator>
		<pubDate>Thu, 30 Jun 2022 08:59:50 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=30313#comment-1837269</guid>

					<description><![CDATA[There was already a version of Open SSL present in the system. I downloaded the tarball (1.1.1n) as explained into the &lt;strong&gt;/tmp/&lt;/strong&gt; directory and ran the &lt;strong&gt;./configure&lt;/strong&gt;, &lt;strong&gt;make&lt;/strong&gt;, &lt;strong&gt;make test&lt;/strong&gt; and &lt;strong&gt;make install&lt;/strong&gt; commands. 

Under &lt;strong&gt;/usr/local/ssl&lt;/strong&gt; I find the below directory but no &lt;strong&gt;bin&lt;/strong&gt;. 
&lt;pre&gt;
total 32
drwxr-xr-x.  5 root root   140 Jun 30 10:32 .
drwxr-xr-x. 15 root root   168 Jun 30 10:32 ..
drwxr-xr-x.  2 root root     6 Jun 30 10:32 certs
-rw-r--r--.  1 root root   412 Jun 30 10:32 ct_log_list.cnf
-rw-r--r--.  1 root root   412 Jun 30 10:32 ct_log_list.cnf.dist
drwxr-xr-x.  2 root root    48 Jun 30 10:32 misc
-rw-r--r--.  1 root root 10909 Jun 30 10:32 openssl.cnf
-rw-r--r--.  1 root root 10909 Jun 30 10:32 openssl.cnf.dist
drwxr-xr-x.  2 root root     6 Jun 30 10:32 private
&lt;/pre&gt;
and the system still shows the old version while running openssl version.
&lt;pre&gt;
# openssl version
OpenSSL 1.0.2k-fips  26 Jan 2017
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>There was already a version of Open SSL present in the system. I downloaded the tarball (1.1.1n) as explained into the <strong>/tmp/</strong> directory and ran the <strong>./configure</strong>, <strong>make</strong>, <strong>make test</strong> and <strong>make install</strong> commands. </p>
<p>Under <strong>/usr/local/ssl</strong> I find the below directory but no <strong>bin</strong>. </p>
<pre>
total 32
drwxr-xr-x.  5 root root   140 Jun 30 10:32 .
drwxr-xr-x. 15 root root   168 Jun 30 10:32 ..
drwxr-xr-x.  2 root root     6 Jun 30 10:32 certs
-rw-r--r--.  1 root root   412 Jun 30 10:32 ct_log_list.cnf
-rw-r--r--.  1 root root   412 Jun 30 10:32 ct_log_list.cnf.dist
drwxr-xr-x.  2 root root    48 Jun 30 10:32 misc
-rw-r--r--.  1 root root 10909 Jun 30 10:32 openssl.cnf
-rw-r--r--.  1 root root 10909 Jun 30 10:32 openssl.cnf.dist
drwxr-xr-x.  2 root root     6 Jun 30 10:32 private
</pre>
<p>and the system still shows the old version while running openssl version.</p>
<pre>
# openssl version
OpenSSL 1.0.2k-fips  26 Jan 2017
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ritu Sangha		</title>
		<link>https://www.tecmint.com/install-openssl-from-source-in-centos-ubuntu/comment-page-1/#comment-1448999</link>

		<dc:creator><![CDATA[Ritu Sangha]]></dc:creator>
		<pubDate>Thu, 11 Mar 2021 09:11:44 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=30313#comment-1448999</guid>

					<description><![CDATA[&lt;pre&gt;
$ openssl version
&lt;/pre&gt;
openssl: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory

To fix this error, one has to run the following commands:
&lt;pre&gt;
$ sudo bash -c &quot;echo &#039;/usr/local/lib64&#039; &#062;&#062; /etc/ld.so.conf&quot;
$ sudo ldconfig
$ openssl version
OpenSSL 1.1.1j  16 Feb 2021
&lt;/pre&gt;
]]></description>
			<content:encoded><![CDATA[<pre>
$ openssl version
</pre>
<p>openssl: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory</p>
<p>To fix this error, one has to run the following commands:</p>
<pre>
$ sudo bash -c "echo '/usr/local/lib64' &gt;&gt; /etc/ld.so.conf"
$ sudo ldconfig
$ openssl version
OpenSSL 1.1.1j  16 Feb 2021
</pre>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
