linux – 在debian 7上安装libssl0.9.8

前端之家收集整理的这篇文章主要介绍了linux – 在debian 7上安装libssl0.9.8前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我正在尝试在debian 7上安装uTorrent,但每次我尝试运行它都会收到以下错误消息:
error while loading shared libraries: libssl.so.0.9.8: cannot open shared object file: No such file or directory

我认为它不再适用于debian存储库.我试图制作一些符号链接解决问题,但再次得到相同的消息.我怎么解决这个问题?

解决方法

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#
原文链接:https://www.f2er.com/linux/394439.html

猜你在找的Linux相关文章