2011-08-13 114 views
142

我正在試圖在OSX Lion上安裝Imagemagick,但有些東西並不像預期的那樣工作。如何安裝imagemagick與自制軟件?

-> 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 
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/[email protected]/bin 
passenger-config 

Setting DYLD_LIBARY_PATH can break dynamic linking. 
You should probably unset it. 

是的,我的XCode 4.1安裝和運行。

-> brew update 
From http://github.com/mxcl/homebrew 
* branch   master  -> FETCH_HEAD 
Already up-to-date. 
+5

你需要'更新';我們現在對ImageMagick使用了不同的鏡像,而adamv則不在了。 –

+1

我已經釀造過更新了。它已經是最新的了。 –

+2

您可能需要手動更新,我們最近一直遇到問題:https://github.com/mxcl/homebrew/issues?labels=update-install-issue&sort=updated&direction=desc&state=open&page=1 –

回答

71

最快的修復,我在做以下操作:

cd /usr/local 
git reset --hard FETCH_HEAD 

然後我試brew install imagemagick並正確從新鏡拉,而不是adamv包。

如果這不起作用,請確保/Library/Caches/Homebrew不包含任何imagemagick文件或文件夾。如果有,請將其刪除。

+1

今天不再工作了。如果你現在遇到了這個問題,那是因爲你試圖安裝一個依賴於現在不存在的repo的舊版本。 – MattiSG

+0

可執行文件在哪裏? – chovy

+1

從今天起,這仍然適用於我。 – cevaris

3

升級到Lion後重新安裝xcode嗎?如果您事先安裝了它,那麼安裝將不再有效。我有同樣的問題,但不是與imagemagick。

-9

你可以這樣做:

brew reinstall php55-imagick 

哪裏php55是你的PHP版本。

+3

不是問題的答案,但它對我有幫助。我只想知道PHP ImageMagick公式的名稱和搜索引擎在這裏引導我。 – Glutexo

95

你可以嘗試:

brew update && brew install imagemagick

+5

這在mac os 10.11上完美的工作。1 El Capitan – otmezger

+6

請注意,「釀造升級」可以升級自制軟件中的所有東西。 – Apie

31
brew install imagemagick 

不要忘了還裝gs這是一種依賴,如果你想將PDF轉換爲圖像,例如:

brew install ghostscript