ruby-debug Could not create Makefile due to some reason, probably lack of necessary libraries and/or headers

后端 未结 9 2127
清歌不尽
清歌不尽 2020-12-03 16:53

My Rails is 3.2.1.4, Ruby is 1.9.3p448.

I got an error when I install ruby-debug:

Building native extensions.          


        
9条回答
  •  感情败类
    2020-12-03 17:23

    The answer of kenorb worked for me on Ubuntu 16.04 when I was trying installing rails! Thanks! I followed these steps below for installing rails:

    1. sudo apt-get install ruby-full
    2. sudo apt-get install libz-dev libiconv-hook1 libiconv-hook-dev
    3. sudo gem install rails

提交回复
热议问题