Can't install rmagick, pkg-config: command not found

前端 未结 3 1497
南方客
南方客 2020-12-30 02:01

I\'m trying to install rmagick on my Mac OS X v10.9 (Mavericks) machine. However. I get this error

/usr/local/bin/Magick-config: line 41: pkg-confi         


        
相关标签:
3条回答
  • 2020-12-30 02:41

    I had the same issue with Rmagick after upgrading to Maverick. This solved it:

    brew uninstall pkg-config
    brew install pkg-config
    brew unlink pkg-config && brew link pkg-config
    
    0 讨论(0)
  • 2020-12-30 02:44

    Reinstalling pkg-config solved the issue for me.

    0 讨论(0)
  • 2020-12-30 02:54

    brew install pkg-config fixed this for me.

    0 讨论(0)
提交回复
热议问题