Gem::Ext::BuildError: ERROR: Failed to build gem native extension. on CenOS 6.5

前端 未结 4 843
南方客
南方客 2021-01-20 12:29

Installing Redmine. I\'ve tried,

bundle install --without development test postgresql sqlite

, but error.

Gem::Ext::BuildError: ERR

4条回答
  •  悲&欢浪女
    2021-01-20 13:26

    first run

    gem install bundler
    

    It installs the newer bundler and solves the native extension dependencies

    then run

    bundle install 
    

    it should solve the your issue

提交回复
热议问题