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

后端 未结 9 1963
清歌不尽
清歌不尽 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:31

    I had the issue because gcc wasn't available on my machine.

    Fixed it by installing gcc.

    sudo apt install build-essential
    

提交回复
热议问题