Problema de instalação do RMagick


12

Não consigo instalar o RMagick devido ao seguinte problema de dependência após tentar sudo apt-get install libmagick9-dev( necessário de acordo com isso ) no Ubuntu 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

Tentando instalar o apt-get libmagickwand2, recebo o seguinte:

> 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

Respostas:


17

Isso funciona:

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

de acordo com o comentário de dalibor-filus abaixo.

[ Resposta original - Ok, parece que resolvi isso apt-get install imagemagick libmagickwand-dev, então libmagick9-dev não era necessário. ]


1
Isso funcionou para mim. Só quero ressaltar que exigir 'rmagick' ainda não funcionará. Você precisa usar o 'RMagick'.
precisa saber é o seguinte

Isso não funciona para mim. Eu recebo: libmagickwand-dev: Depende: libmagickcore-dev (= 8: 6.6.0.4-3ubuntu1.2), mas não vai ser instalado
jackocnr

mesmo aqui ... obtendo este erro: gist.github.com/4709742
TrinitronX

1
@TrinitronX @jackocnr, você precisa primeiro instalar o libmagickcore-dev e depois libmagickwand-dev, acabou de passar por isso no Ubuntu 14.04 LTS. (Você deve ser capaz de instalá-los em uma linha de comando, como segue: sudo apt-get install imagemagick libmagickcore-dev libmagickwand-dev)
Dalibor Filus

0

Eu tive esse problema no Ubuntu 11.10, e a solução do @ mahemoff não funcionou para mim. No final, desinstalei tudo do ImageMagick e compilei a versão mais recente do ImageMagick a partir do código-fonte e depois o rmagick foi instalado.


Ao utilizar nosso site, você reconhece que leu e compreendeu nossa Política de Cookies e nossa Política de Privacidade.
Licensed under cc by-sa 3.0 with attribution required.