Error running 'requirements_osx_brew_libs_install…' on Mac 10.7

前端 未结 8 1192
陌清茗
陌清茗 2020-12-28 12:31

Trying to install brew on a last generation Macbook Pro and keep getting the following error:

Error running \'requirements_osx_brew_libs_install autoconf

相关标签:
8条回答
  • 2020-12-28 13:36

    I had the exact same error when running rvm requirements. That log file doesn't give any hints other than a package failed to install.

    This is what worked for me:

    go from the last package before it fails, in your case sqlite. Then install manually like so:

    brew install sqlite
    

    Then run rvm requirements again, it will probably fail at an earlier package. Repeat the steps above.

    0 讨论(0)
  • 2020-12-28 13:38

    I run into the described problem on my MacBook 2,1 running Snow Leopard 10.6.8 after executing curl -L https://get.rvm.io | bash -s stable --auto-dotfiles --autolibs=enable --rails. After trying again the installation was successful without making any additional changes.

    Give brew&rvm a second chance :)

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