openssl 版本

openssl 版本

我将 Ubuntu-Mate 中的一些软件包 + 更新至内核 4.15.0-52-generic。

之后我无法再打开“Update-Manager + software-properties-gtk”。

终端输出:分段错误

内核日志:

6 月 24 日 17:29:35 用户 1 内核:[3571.244993] update-manager[14392]:b0 ip 00007f2f39904ac8 sp 00007f2f0f64e880 处发生段错误,ld-2.27.so[7f2f398f8000+27000]“ld-2.27.so”中出现错误 4

我已经在这里发表了一篇文章,但没有人能帮助我修复这个错误。

https://ubuntu-mate.community/t/cant-update-upgrade-anymore-um-18-04-v2-lts/19745/19

我该如何解决这个问题?请帮忙,谢谢!

答案1

答案2

我遇到了完全相同的问题。这是由 /usr/local/lib 中的额外 OpenSSL 库 (libssl.so) 引起的。

答案3

sudo add-apt-repository ppa:libreoffice/ppa
[sudo] password for user:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 326, in get_ppa_info
ret = get_ppa_info_from_lp(user, ppa)
File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 101, in get_ppa_info_from_lp
return get_info_from_lp(lp_url)
File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 95, in get_info_from_lp
return get_info_from_https(lp_url, True)
File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 88, in get_info_from_https
data = _get_https_content_py3(url, accept_json)
File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 120, in _get_https_content_py3
lp_page = urllib.request.urlopen(request, cafile=LAUNCHPAD_PPA_CERT)
File "/usr/lib/python3.6/urllib/request.py", line 210, in urlopen
raise ValueError('SSL support not available')
ValueError: SSL support not available

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/bin/add-apt-repository", line 136, in 
shortcut = shortcut_handler(line)
File "/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 868, in shortcut_handler
ret = factory(shortcut)
File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 398, in shortcut_handler
return PPAShortcutHandler(shortcut)
File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 355, in init
info = get_ppa_info(self.shortcut)
File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 338, in get_ppa_info
_get_suggested_ppa_message(user, ppa))
File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 295, in _get_suggested_ppa_message
lp_user = get_info_from_lp(LAUNCHPAD_USER_API % user)
File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 95, in get_info_from_lp
return get_info_from_https(lp_url, True)
File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 88, in get_info_from_https
data = _get_https_content_py3(url, accept_json)
File "/usr/lib/python3/dist-packages/softwareproperties/ppa.py", line 120, in _get_https_content_py3
lp_page = urllib.request.urlopen(request, cafile=LAUNCHPAD_PPA_CERT)
File "/usr/lib/python3.6/urllib/request.py", line 210, in urlopen
raise ValueError('SSL support not available')
ValueError: SSL support not available

> Installed OpenSSL packages:
> 

libevent-openssl-2.1-6 (2.1.8-stable-4build1) libgnutls-openssl27 (3.5.18-1ubuntu1.1) openssl (1.1.1-1ubuntu2.1~18.04.3) perl-openssl-defaults (3build1) python-openssl (17.5.0-1ubuntu1) python3-openssl (17.5.0-1ubuntu1) libssl-dev (1.1.1-1ubuntu2.1~18.04.3) libssl-doc (1.1.1-1ubuntu2.1~18.04.3) libssl1.0.0 (1.0.2n-1ubuntu5.3) libssl1.1 (1.1.1-1ubuntu2.1~18.04.3)

我需要包裹吗?

openssl1.0 (1.0.2n-1ubuntu5.3)

openssl 版本

OpenSSL 1.1.1b 2019 年 2 月 26 日

哪个 openssl

在 /usr/local/bin/openssl

openssl 速度(正在运行)

在 16 个大小的块上执行 3 秒的 mdc2:2.99 秒内执行 2371743 个 mdc2 在 64 个大小的块上执行 3 秒的 mdc2:3.00 秒内执行 654173 个 mdc2 在 256 个大小的块上执行 3 秒的 mdc2:3.00 秒内执行 167583 个 mdc2 ...

我不知道我的 OpenSSL 出了什么问题。

相关内容