RMagick 설치 문제


12

나는 시도 후 다음 이유로 인해 의존성 문제 RMagick를 설치할 수 없습니다 sudo apt-get install libmagick9-dev( 이에 따라 필요한 우분투 10.0.4에) :

Note, selecting libmagickwand-dev instead of libmagick9-dev 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:
    libmagickwand-dev:
        Depends: libmagickwand2 (= 7:6.5.7.8-1ubuntu1.1) but it is not going to be installed
        Depends: libmagickcore2-extra (= 7:6.5.7.8-1ubuntu1.1) but it is not going to be installed
        Depends: libmagickcore-dev (= 7:6.5.7.8-1ubuntu1.1) but it is not going to be installed

libmagickwand2를 설치하려고하면 다음과 같이됩니다.

> The following packages have unmet dependencies:   libmagickwand2:
> Depends: libice6 (>= 1:1.0.0) but it is not installable
>                   Depends: libjpeg62 but it is not installable
>                   Depends: libmagickcore2 (>= 7:6.5.7.8) but it is not going to be installed
>                   Depends: libsm6 but it is not installable
>                   Depends: libtiff4 but it is not going to be installed
>                   Depends: libxt6 but it is not installable

답변:


17

이것은 작동합니다 :

sudo apt-get install imagemagick libmagickcore-dev libmagickwand-dev

아래 dalibor-filus의 의견에 따라.

[ 원래 답변- apt-get install imagemagick libmagickwand-dev알았어이 문제를 해결 했으므로 libmagick9-dev가 필요하지 않았습니다. ]


1
이것은 나를 위해 일했습니다. 'rmagick'이 여전히 작동하지 않는다는 점을 지적하고 싶습니다. 'RMagick'이 필요합니다.
ayckoster

이것은 나를 위해 작동하지 않습니다. 내가 얻는 : libmagickwand-dev : 의존 : libmagickcore-dev (= 8 : 6.6.0.4-3ubuntu1.2) 그러나 설치되지 않을 것입니다
jackocnr

여기에 동일 ...이 오류가 발생 : gist.github.com/4709742
TrinitronX

1
@TrinitronX @jackocnr 먼저 libmagickcore-dev를 설치 한 다음 libmagickwand-dev를 설치해야합니다. 우분투 14.04 LTS에서이 문제를 해결했습니다. (다음과 같이 하나의 명령 줄에 설치할 수 있어야합니다. sudo apt-get install imagemagick libmagickcore-dev libmagickwand-dev)
Dalibor Filus

0

우분투 11.10 에서이 문제가 있었고 @mahemoff의 솔루션이 효과가 없었습니다. 결국 ImageMagick과 관련된 모든 것을 제거한 다음 소스에서 최신 버전의 ImageMagick을 컴파일 한 다음 rmagick이 제대로 설치되었습니다.


당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.