다른 버전의 libssl을 설치하면 문제가 발생합니까?

다른 버전의 libssl을 설치하면 문제가 발생합니까?

테스트 버전을 설치하려고 합니다.데비안의 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

문제가 없어야합니다.

관련 정보