使用deepin开启MCBE1.14版本官服核心报错,1.8以下正常,求解
Tofloor
poster avatar
superendermansm
deepin
2019-08-20 04:22
Author
官网:https://www.minecraft.net/zh-hans/download/server/bedrock/
报错信息如下./bedrock_server: /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1: version `OPENSSL_1_1_1' not found (required by ./libCrypto.so)

求解!在Ubuntu 18.04 LTS (64bit)下运行正常
Reply Favorite View the author
All Replies
avatar
superendermansm
deepin
2019-08-20 04:33
#1
这个就是他所指的so文件
Reply View the author
avatar
funtoo
deepin
2019-08-20 04:38
#2
不是很明显的提示么?要求openssl 1.1.1,deepin源里面只有1.1.0
Reply View the author
avatar
superendermansm
deepin
2019-08-20 15:25
#3
funtoo 发表于 2019-8-19 20:38
不是很明显的提示么?要求openssl 1.1.1,deepin源里面只有1.1.0

大佬求给仓库,我自己搜刮就行!
Ubuntu的可以吧?
当然如果大佬能给包更感激不尽!(伸手党警告)
Reply View the author
avatar
superendermansm
deepin
2019-08-20 15:26
#4
funtoo 发表于 2019-8-19 20:38
不是很明显的提示么?要求openssl 1.1.1,deepin源里面只有1.1.0

所以不是这个libcrypto.so.1.1的问题咯
那这种报错怎么看?
Reply View the author
avatar
funtoo
deepin
2019-08-20 17:20
#5
https://bbs.deepin.org/post/182043
所以不是这个libcrypto.so.1.1的问题咯
那这种报错怎么看?
version `OPENSSL_1_1_1' not found

不是很明显么?
libcrypto.so和libssl.so其实都是openssl源代码编译出来的,只不过Debian这边把它们拆成两个包了,所以这两个包的版本必须严格对应。
Reply View the author
avatar
superendermansm
deepin
2019-08-20 17:40
#6
funtoo 发表于 2019-8-20 09:20
不是很明显么?
libcrypto.so和libssl.so其实都是openssl源代码编译出来的,只不过Debian这边把它们拆成 ...

http://mirrors.ustc.edu.cn/ubuntu/pool/main/o/openssl/
满满一页内容
我只需要下载相同版本的libcrypto和libssl就可以了是么?
1.1.1版本
Reply View the author
avatar
funtoo
deepin
2019-08-20 19:03
#7
https://bbs.deepin.org/post/182043
http://mirrors.ustc.edu.cn/ubuntu/pool/main/o/openssl/
满满一页内容
我只需要下载相同版本的libcrypt ...

是的,但是用Ubuntu的包可能会有依赖冲突
Reply View the author