Je ne peux pas installer RMagick à cause du problème de dépendance suivant après avoir essayé Sudo apt-get install libmagick9-dev
( obligatoire selon cela ) sur 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
En essayant d’apt-get install libmagickwand2, j’obtiens ceci:
> 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
Cela marche:
Sudo apt-get install imagemagick libmagickcore-dev libmagickwand-dev
selon le commentaire de dalibor-filus ci-dessous.
[Réponse originale - D'accord, il semble que j'ai résolu ce problème avec apt-get install imagemagick libmagickwand-dev
, donc libmagick9-dev n'était pas nécessaire.]
J'ai eu ce problème sur Ubuntu 11.10, et la solution de @ mahemoff ne fonctionnait pas pour moi. En fin de compte, j'ai désinstallé tout ce qui concerne ImageMagick, puis j'ai compilé la dernière version d'ImageMagick à partir des sources, puis rmagick s'est installé correctement.
Essayez ceci pour OSX: https://github.com/maddox/magick-installer
Cela a très bien fonctionné pour moi où apt-get
et brasser ont échoué