Installieren von GraphicsMagick unter Mac OS X 10.8

Ich versuche zu installieren GraphicsMagick auf Mountain Lion und Probleme. Ich habe versucht, all die Dinge, die ich konnte, Suche nach in blogs und anderen stackoverflow-Fragen, aber nichts funktionierte. Also ich habe die full-stack-Fehler bekomme ich auf jedes Kommando. Bitte schauen und mir helfen.

Wenn ich

brew install graphicsmagick

Bekomme ich diese

Warning: Could not link jpeg. Unlinking...
Error: The `brew link` step did not complete successfully
The formula built, but is not symlinked into /usr/local
You can try again using `brew link jpeg'

und

Warning: Could not link libpng. Unlinking...
Error: The `brew link` step did not complete successfully
The formula built, but is not symlinked into /usr/local
You can try again using `brew link libpng'

und in der letzten bin ich immer

==> make install
Warning: Could not link graphicsmagick. Unlinking...
Error: The `brew link` step did not complete successfully
The formula built, but is not symlinked into /usr/local
You can try again using `brew link graphicsmagick'

Possible conflicting files are:
==> Summary
?  /usr/local/Cellar/graphicsmagick/1.3.18: 283 files, 10M, built in 52 seconds

Nun, wenn ich versuche zu brew link jpeg oder brew link libpng ich bekomme diese Fehlermeldung

Linking /usr/local/Cellar/jpeg/8d... Warning: Could not link jpeg. Unlinking...

Error: Could not symlink file: /usr/local/Cellar/jpeg/8d/bin/wrjpgcom
Target /usr/local/bin/wrjpgcom already exists. You may need to delete it.
To force the link and overwrite all other conflicting files, do:
  brew link --overwrite formula_name

To list all files that would be deleted:
  brew link --overwrite --dry-run formula_name

Wenn ich versuche das überschreiben der Methode durch tun brew link --overwrite jpeg es funktionierte. Aber 'brew link --overwrite libpng' ich dieses

Linking /usr/local/Cellar/libpng/1.5.14... Warning: Could not link libpng. Unlinking...

Error: Permission denied - /usr/local/share/man/man5/png.5

Und nach, dass, wenn ich versuche brew link graphicsmagick ich bekommen:

Linking /usr/local/Cellar/graphicsmagick/1.3.18... Warning: Could not link graphicsmagick. Unlinking...

Error: Could not symlink file: /usr/local/Cellar/graphicsmagick/1.3.18/share/man/man5/quantize.5
/usr/local/share/man/man5 is not writable. You should change its permissions.

Bitte helfen Sie mir. Vielen Dank im Voraus.

InformationsquelleAutor der Frage Saransh Mohapatra | 2013-07-19

Schreibe einen Kommentar