異なるバージョンのlibsslをインストールすると問題が発生しますか?

異なるバージョンのlibsslをインストールすると問題が発生しますか?

テストバージョンをインストールしようとしています。Debian の Spotify。これはベータ版であり、私のCrunchbangであるDebian Squeezeと連携して動作するそうです。(64ビット)Debian Wheezyに基づいていますが、まだインストールしたいと思います。

それは言う:

% sudo apt-get install spotify-client   
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 spotify-client : Depends: libssl0.9.8 but it is not installable
E: Unable to correct problems, you have held broken packages.
% sudo apt-get install spotify-client   
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 spotify-client : Depends: libssl0.9.8 but it is not installable
E: Unable to correct problems, you have held broken packages.

シナプスマネージャで私はlibssl1.0.0。だからインストールは可能ですlibssl0.9.8か?これにより、インストールされたバージョン間で問題や競合が発生しますか?

ベストアンサー1

一つあるどのように、これについて説明します。

debファイルをダウンロードしてください

wget http://ftp.us.debian.org/debian/pool/main/o/openssl/libssl0.9.8_0.9.8o-4squeeze14_amd64.deb

そして走る

sudo dpkg -i libssl0.9.8_0.9.8o-4squeeze14_amd64.deb

問題はないはずです。

おすすめ記事