<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>libssl1.1 &#8211; 21點情報網</title>
	<atom:link href="https://ailog.tw/lifelog/tag/libssl1-1/feed/" rel="self" type="application/rss+xml" />
	<link>https://ailog.tw/lifelog</link>
	<description></description>
	<lastBuildDate>Sun, 08 Oct 2023 13:03:29 +0000</lastBuildDate>
	<language>zh-TW</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>安裝MongoDB出現libssl1.1版本告警</title>
		<link>https://ailog.tw/lifelog/2023/10/07/mongodb-libssl/</link>
		
		<dc:creator><![CDATA[blackjack]]></dc:creator>
		<pubDate>Sat, 07 Oct 2023 07:51:22 +0000</pubDate>
				<category><![CDATA[3C資訊]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[libssl1.1]]></category>
		<category><![CDATA[mongodb]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<guid isPermaLink="false">https://ailog.tw/lifelog/?p=16924</guid>

					<description><![CDATA[Ubuntu 22.04在安裝MongoDB時出現「Depends: libssl1.1 (&#62;= 1.1 &#8230; <p class="link-more"><a href="https://ailog.tw/lifelog/2023/10/07/mongodb-libssl/" class="more-link">閱讀全文<span class="screen-reader-text">〈安裝MongoDB出現libssl1.1版本告警〉</span></a></p>]]></description>
										<content:encoded><![CDATA[<p><span style="font-family: verdana, geneva;">Ubuntu 22.04在安裝MongoDB時出現「Depends: libssl1.1 (&gt;= 1.1.1) but 1.1.0g-2ubuntu4 is to be installed」告警該如何處理呢?</span></p>
<p><span style="font-family: verdana, geneva;"><span id="more-16924"></span></span></p>
<p><span style="font-size: 18px; color: #0000ff;"><strong><span style="font-family: verdana, geneva;">[狀況環境]</span></strong></span><br />
<span style="font-family: verdana, geneva;">作業系統：Ubuntu 22.04.3 LTS</span></p>
<p><span style="font-size: 18px; color: #0000ff;"><strong>[告警訊息]</strong></span><br />
<img fetchpriority="high" decoding="async" class="alignnone wp-image-16928 size-large" src="https://ailog.tw/lifelog/wp-content/uploads/2023/10/mongodb-libssl-01-1024x337.png" alt="" width="525" height="173" srcset="https://ailog.tw/lifelog/wp-content/uploads/2023/10/mongodb-libssl-01-1024x337.png 1024w, https://ailog.tw/lifelog/wp-content/uploads/2023/10/mongodb-libssl-01-300x99.png 300w, https://ailog.tw/lifelog/wp-content/uploads/2023/10/mongodb-libssl-01-768x253.png 768w, https://ailog.tw/lifelog/wp-content/uploads/2023/10/mongodb-libssl-01.png 1093w" sizes="(max-width: 525px) 100vw, 525px" /></p>
<pre class="code">The following packages have unmet dependencies:
mongodb-org-mongos : Depends: libssl1.1 (&gt;= 1.1.1) but 1.1.0g-2ubuntu4 is to be installed
mongodb-org-server : Depends: libssl1.1 (&gt;= 1.1.1) but 1.1.0g-2ubuntu4 is to be installed
mongodb-org-shell : Depends: libssl1.1 (&gt;= 1.1.1) but 1.1.0g-2ubuntu4 is to be installed
E: Unable to correct problems, you have held broken packages.</pre>
<p><span style="font-family: verdana, geneva; font-size: 18px; color: #0000ff;"><strong>[障礙排除方式]</strong></span></p>
<p><span style="font-family: verdana, geneva;">線上安裝libssl1.1：</span></p>
<pre class="code">echo "deb http://security.ubuntu.com/ubuntu focal-security main" | sudo tee /etc/apt/sources.list.d/focal-security.list
sudo apt-get update
sudo apt-get install libssl1.1</pre>
<p>離線<span style="font-family: verdana, geneva;">安裝libssl1.1</span><span style="font-family: verdana, geneva;">：</span></p>
<pre class="code">wget http://archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1-1ubuntu2.1~18.04.23_amd64.deb
sudo dpkg -i libssl1.1_1.1.1-1ubuntu2.1~18.04.23_amd64.deb</pre>
<p>&nbsp;</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
