<!-- 
RSS generated by JIRA (9.12.2#9120002-sha1:301bf498dd45d800842af0b84230f1bb58606c13) at Sat Jan 11 08:15:56 UTC 2025

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>Mojang Studios Jira</title>
    <link>https://bugs.mojang.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en</language>    <build-info>
        <version>9.12.2</version>
        <build-number>9120002</build-number>
        <build-date>10-01-2024</build-date>
    </build-info>


<item>
            <title>[BDS-16857] bedrock server does not work in ubuntu 22.04</title>
                <link>https://bugs.mojang.com/browse/BDS-16857</link>
                <project id="11700" key="BDS">Bedrock Dedicated Server</project>
                    <description>&lt;p&gt;When starting bedrock server in Ubuntu 22.04 it exits with the following error&lt;/p&gt;

&lt;p&gt;&quot;error while loading shared libraries libssl.so.1.1: cannot open shared object file: No such file or directory&quot;&lt;/p&gt;</description>
                <environment>Ubuntu 22.04 LTS 64 bit Bedrock</environment>
        <key id="499996">BDS-16857</key>
            <summary>bedrock server does not work in ubuntu 22.04</summary>
                <type id="1" iconUrl="https://bugs.mojang.com/secure/viewavatar?size=xsmall&amp;avatarId=18903&amp;avatarType=issuetype">Bug</type>
                                    <status id="5" iconUrl="https://bugs.mojang.com/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="5">Cannot Reproduce</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="soundconjurer">John Ammerman</reporter>
                        <labels>
                    </labels>
                <created>Sat, 23 Apr 2022 05:08:12 +0200</created>
                <updated>Tue, 28 Jun 2022 23:11:14 +0200</updated>
                            <resolved>Tue, 28 Jun 2022 23:11:14 +0200</resolved>
                                    <version>1.18.30</version>
                                                            <votes>1</votes>
                                    <watches>3</watches>
                                                                            <comments>
                            <comment id="1165082" author="JIRAUSER702676" created="Thu, 19 May 2022 14:48:21 +0200"  >&lt;p&gt;Already posted this solution over at &lt;a href=&quot;https://bugs.mojang.com/browse/BDS-16913&quot; class=&quot;external-link&quot; rel=&quot;nofollow&quot;&gt;https://bugs.mojang.com/browse/BDS-16913&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;If this works, show me some gratitude!&lt;/p&gt;

&lt;p&gt;&#8212;&lt;/p&gt;

&lt;p&gt;I was able to resolve myself using the following commands:&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
echo &lt;span class=&quot;code-quote&quot;&gt;&quot;deb http:&lt;span class=&quot;code-comment&quot;&gt;//security.ubuntu.com/ubuntu impish-security main&quot;&lt;/span&gt; | sudo tee /etc/apt/sources.list.d/impish-security.list
&lt;/span&gt;
sudo apt-get update
sudo apt-get install libssl1.1 &lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="1160146" author="vincent294" created="Mon, 2 May 2022 00:57:31 +0200"  >&lt;p&gt;&lt;a href=&quot;https://github.com/TheRemote/MinecraftBedrockServer/commit/7012a5c486bd485b9c015920fd1a2b375862f408&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/TheRemote/MinecraftBedrockServer/commit/7012a5c486bd485b9c015920fd1a2b375862f408&lt;/a&gt; suggests 3rd party scripts may be what fixed it. I develop MCscripts and I only install what the scripts themselves need. I&apos;m personally running 20.04 right now.&lt;/p&gt;</comment>
                            <comment id="1160126" author="JIRAUSER718247" created="Mon, 2 May 2022 00:10:36 +0200"  >&lt;p&gt;Hi John,&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;Just out curiosity, are you using third party scripts to setup and run your server? If so, do you happen to know if the third party scripts are installing older OpenSSL libraries?&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;Ubuntu 22.04 LTS at the time of writing is using OpenSSL 3.0.2. You can check which libssl versions are installed on you machine with the below command.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
ldconfig -p | grep libssl
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;I am still encountering the error you initially encountered on Ubuntu 22.04 LTS, although I have not yet tried installing the older 1.1 libraries. It also appears &lt;a href=&quot;https://bugs.mojang.com/browse/BDS-16913&quot; title=&quot;Bedrock server won&amp;#39;t start on Ubuntu 22.04 LTS&quot; class=&quot;issue-link&quot; data-issue-key=&quot;BDS-16913&quot;&gt;&lt;del&gt;BDS-16913&lt;/del&gt;&lt;/a&gt; is encountering the same issue.&lt;/p&gt;</comment>
                            <comment id="1158049" author="JIRAUSER631604" created="Tue, 26 Apr 2022 17:44:37 +0200"  >&lt;p&gt;After the most recent update I have received, the issue seems to be resolved. Now sure who resolved it, but it&apos;s fixed now.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                <customfield id="customfield_10500" key="com.atlassian.jira.plugin.system.customfieldtypes:radiobuttons">
                        <customfieldname>Confirmation Status</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10300"><![CDATA[Unconfirmed]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_11700" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                    <customfield id="customfield_11100" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Linked</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_11600" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i27q0v:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                    </customfields>
    </item>
</channel>
</rss>