<?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 Git on Ubuntu 18.04 / Linux Mint 19?	</title>
	<atom:link href="https://www.osradar.com/how-to-install-git-on-ubuntu-18-04-linux-mint-19/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com/how-to-install-git-on-ubuntu-18-04-linux-mint-19/</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Tue, 30 Jun 2020 15:24:09 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.13</generator>
	<item>
		<title>
		By: Scott Hall		</title>
		<link>https://www.osradar.com/how-to-install-git-on-ubuntu-18-04-linux-mint-19/#comment-5343</link>

		<dc:creator><![CDATA[Scott Hall]]></dc:creator>
		<pubDate>Tue, 30 Jun 2020 15:24:09 +0000</pubDate>
		<guid isPermaLink="false">https://www.osradar.com/?p=11321#comment-5343</guid>

					<description><![CDATA[Never mind about vdso -- it is a virtual mapping of kernel space.]]></description>
			<content:encoded><![CDATA[<p>Never mind about vdso &#8212; it is a virtual mapping of kernel space.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Scott Hall		</title>
		<link>https://www.osradar.com/how-to-install-git-on-ubuntu-18-04-linux-mint-19/#comment-5342</link>

		<dc:creator><![CDATA[Scott Hall]]></dc:creator>
		<pubDate>Tue, 30 Jun 2020 15:19:26 +0000</pubDate>
		<guid isPermaLink="false">https://www.osradar.com/?p=11321#comment-5342</guid>

					<description><![CDATA[With both the version in the Ubuntu repos and the version newly installed via the ppa above I get the same error:

$ git --version
git: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory

This sounds like there is a dependency problem with the package.
I have Linux Mint 19.1

$ locate libcrypto.so.1.0.0
/usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0

When I use ldd on the git binary, I get:

$ ldd /usr/bin/git
	linux-vdso.so.1 (0x00007fff7d9b8000)
	libpcre2-8.so.0 =&#062; /usr/lib/x86_64-linux-gnu/libpcre2-8.so.0 (0x00007fef71762000)
	libz.so.1 =&#062; /lib/x86_64-linux-gnu/libz.so.1 (0x00007fef71545000)
	libpthread.so.0 =&#062; /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fef71326000)
	librt.so.1 =&#062; /lib/x86_64-linux-gnu/librt.so.1 (0x00007fef7111e000)
	libc.so.6 =&#062; /lib/x86_64-linux-gnu/libc.so.6 (0x00007fef70d2d000)
	/lib64/ld-linux-x86-64.so.2 (0x00007fef71f25000)

and &quot;locate linux-vdso.so.1&quot; generates a blank.]]></description>
			<content:encoded><![CDATA[<p>With both the version in the Ubuntu repos and the version newly installed via the ppa above I get the same error:</p>
<p>$ git &#8211;version<br />
git: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory</p>
<p>This sounds like there is a dependency problem with the package.<br />
I have Linux Mint 19.1</p>
<p>$ locate libcrypto.so.1.0.0<br />
/usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0</p>
<p>When I use ldd on the git binary, I get:</p>
<p>$ ldd /usr/bin/git<br />
	linux-vdso.so.1 (0x00007fff7d9b8000)<br />
	libpcre2-8.so.0 =&gt; /usr/lib/x86_64-linux-gnu/libpcre2-8.so.0 (0x00007fef71762000)<br />
	libz.so.1 =&gt; /lib/x86_64-linux-gnu/libz.so.1 (0x00007fef71545000)<br />
	libpthread.so.0 =&gt; /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fef71326000)<br />
	librt.so.1 =&gt; /lib/x86_64-linux-gnu/librt.so.1 (0x00007fef7111e000)<br />
	libc.so.6 =&gt; /lib/x86_64-linux-gnu/libc.so.6 (0x00007fef70d2d000)<br />
	/lib64/ld-linux-x86-64.so.2 (0x00007fef71f25000)</p>
<p>and &#8220;locate linux-vdso.so.1&#8221; generates a blank.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
