[BDS-46] Server linked to unavailable ssl and crypto libraries Created: 11/Sep/18 Updated: 19/Aug/20 Resolved: 19/Aug/20 |
|
| Status: | Resolved |
| Project: | Bedrock Dedicated Server |
| Affects Version/s: | 1.6.1.0 |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | Jonathan Markevich | Assignee: | Unassigned |
| Resolution: | Incomplete | Votes: | 12 |
| Labels: | awaiting-response | ||
| Environment: |
Debian "stretch" libssl1.0.2 installed |
||
| Attachments: |
|
||||||||||||
| Issue Links: |
|
||||||||||||
| Description |
|
On my Debian "stretch" server, the libssl library is 1.0.2, but the server is linked to 1.0.0.Β Same with libcrypto.Β Is it not possible to link to 1.0 instead of forcing the third digit of the version number to a possibly non-bugfixed version of the library? |
| Comments |
| Comment by [Mojang] Mega_Spud (Jay Wells) [ 19/Aug/20 ] |
|
Cleaning up old tickets: This ticket had been set to 'Awaiting Response', but has not received a response from the reporter (~3 months+) so is being closed as Incomplete. If you feel this is still a valid issue then please comment, or create a new ticket following the Issue Guidelines which includes steps to reproduce the problem. Quick Links: |
| Comment by IonicEcko [ 28/Mar/20 ] |
|
I've not heard back from you in a while. In order to keep the Bedrock Dedicated Server project running smoothly I'm going to request this issue be closed as Awaiting Response. Never fear though! If this is still affecting you in the latest version (and is related to Bedrock Dedicated Server and not the Minecraft Bedrock game) all you have to do is comment and it will reopen. If your issue does still exist but is related to the game and not the server software please head over to the Minecraft (Bedrock codebase) project. Ionic Quick Links: |
| Comment by IonicEcko [ 26/Feb/20 ] |
|
Hi all, Is this still an issue on 1.14.30? Ionic |
| Comment by Daniel Nash [ 12/Nov/19 ] |
|
Can confirm this affects Linux Mint 18.04, BDS 1.13.0.34, downloading the files in https://bugs.mojang.com/browse/BDS-46?focusedCommentId=517042&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-517042Β just throws an error saying version "OPENSSL_1_1_1" not found, so I'm assuming dependency issue? |
| Comment by Jayden Milne [ 16/May/19 ] |
|
You can use Docker to run the server in a container on any flavor of Linux. I made a quick blog post explaining how here: http://jayd.ml/minecraft/2019/05/16/bedrock-server-docker.html |
| Comment by Anatoly Sokolov [ 05/Feb/19 ] |
|
This collection of libraries helped for me on Ubuntu 16.04 Just put it to the root dir of server |
| Comment by Loren Johnson [ 27/Sep/18 ] |
|
Same on RHEL 7.2. |
| Comment by Earthcomputer [ 27/Sep/18 ] |
|
Just had the same issue on Debian 9 today. I have both libssl1.0.2 and libssl1.1 installed. |
| Comment by Tom TrΓ€skbΓ€ck [ 16/Sep/18 ] |
|
There is a ugly solution to this: http://christophermckinney.net/synergy-libssl1-0-0-missing-dependency-on-debian-9-stretch/ it installs the libssl1.0.0 for jessie |
| Comment by Jackie West [ 13/Sep/18 ] |
|
This issue affects Debian 8 builds as well. |
| Comment by Michael Parker [ 13/Sep/18 ] |
|
Ubuntu18.04 has the ability to specify libssl1.0.0 as a package alone on its own. |
| Comment by Jonathan Yarbor [ 13/Sep/18 ] |
|
@Tanner Which release of Ubuntu did you use? |
| Comment by Tanner [ 13/Sep/18 ] |
|
Confirmed as well. CentOS had issues due to having a higher version number. Had to run on Ubuntu to get it to work. |
| Comment by emerysteele [ 12/Sep/18 ] |
|
Confirming this issue affects CentOS 7 |
| Comment by Jonathan Yarbor [ 11/Sep/18 ] |
|
This issue affects Centos 7 builds as well. |