git - quartz - mac command line tools
¿Cómo instalo imagemagick con homebrew? (4)
La solución más rápida para mí fue hacer lo siguiente:
cd /usr/local
git reset --hard FETCH_HEAD
Luego volví a intentar brew install imagemagick
y saqué el paquete correctamente del nuevo espejo, en lugar de adamv.
Si eso no funciona, asegúrese de que /Library/Caches/Homebrew
no contenga ningún archivo o carpeta de imagemagick. Eliminarlos si lo hace.
Estoy tratando de instalar Imagemagick en OSX Lion, pero algo no funciona como se esperaba.
-> brew install imagemagick
/usr/local/git/bin/git
==> Cloning https://github.com/adamv/ImageMagick.git
Cloning into /Users/klebershimabuku/Library/Caches/Homebrew/imagemagick--git...
fatal: https://github.com/adamv/ImageMagick.git/info/refs not found: did you run git update-server-info on the server?
Error: Failure while executing: git clone --depth 1 https://github.com/adamv/ImageMagick.git /Users/kleber/Library/Caches/Homebrew/imagemagick--git
brew doctor dice:
-> brew doctor
We couldn''t detect gcc 4.0.x. Some formulae require this compiler.
Some "config" scripts were found in your path, but not in system or Homebrew folders.
`./configure` scripts often look for *-config scripts to determine if software packagesare installed, and what additional flags to use when compiling and linking.
Having additional scripts in your path can confuse software installed via Homebrew if the config script overrides a system or Homebrew provided script of the same name.
/Users/kleber/.rvm/gems/ruby-1.9.2-p180@global/bin
passenger-config
Setting DYLD_LIBARY_PATH can break dynamic linking.
You should probably unset it.
Y sí, tengo XCode 4.1 instalado y en ejecución.
-> brew update
From http://github.com/mxcl/homebrew
* branch master -> FETCH_HEAD
Already up-to-date.
Podrías hacerlo:
brew reinstall php55-imagick
Donde php55 es tu versión de PHP.
Tu podrías intentar:
brew update && brew install imagemagick
brew install imagemagick
No olvides instalar también gs
que es una dependencia si quieres convertir un pdf a imágenes, por ejemplo:
brew install ghostscript