linux - 在 debian 7 上安装 libssl0.9.8

标签 linux debian libssl

我正在尝试在 debian 7 上安装 uTorrent,但每次我尝试运行它时都会收到此错误消息:

error while loading shared libraries: libssl.so.0.9.8: cannot open shared object file: No such file or directory

我认为它在 debian 存储库中不再可用。我试图制作一些符号链接(symbolic link)来解决问题,但再次收到相同的消息。我该如何解决这个问题?

最佳答案

有一个amd64的包

http://snapshot.debian.org/archive/debian/20110406T213352Z/pool/main/o/openssl098/libssl0.9.8_0.9.8o-7_amd64.deb

然后安装它:

root@07:/etc/php5/fpm/conf.d# dpkg -i libssl0.9.8_0.9.8o-7_amd64.deb
Selecting previously unselected package libssl0.9.8.
(Reading database ... 120511 files and directories currently installed.)
Unpacking libssl0.9.8 (from libssl0.9.8_0.9.8o-7_amd64.deb) ...
Setting up libssl0.9.8 (0.9.8o-7) ...

root@07:/etc/php5/fpm/conf.d# php -v
PHP 5.4.4-14+deb7u2 (cli) (built: Jun  5 2013 07:56:44)
Copyright (c) 1997-2012 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2012 Zend Technologies
    with Xdebug v2.2.1, Copyright (c) 2002-2012, by Derick Rethans
    with Zend Debugger v5.3, Copyright (c) 1999-2010, by Zend Technologies
root@07:/etc/php5/fpm/conf.d#

关于linux - 在 debian 7 上安装 libssl0.9.8,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17329036/

相关文章:

MySQL 不断关闭

c++ - 为什么 valgrind 显示泄漏,即使包含动态分配对象的 vector 已被释放?

elasticsearch - Elasticsearch path.repo阻止服务启动

mysql - Icinga 2 中的模式版本问题

c++ - 链接错误 : Cannot find -l<path to library>

mysql - 使用 Zoc 终端备份 MySQL 数据库(Linux 服务器)

linux - 我现在如何在 Linux 上使用 Windows 7 上安装的预安装 Intellij Idea?

linux - Debian 使用什么 libjson.h?

c - 关于使用 libssl 编程的任何好的例子?

qt - Ubuntu 上 https 站点上的 QtWebkit 出现 SSL 错误