C compiler gcc not found while installing passenger and nginx

后端 未结 6 1623
盖世英雄少女心
盖世英雄少女心 2021-02-15 18:43

I\'m trying to install Passenger and Nginx on my VPS.

I followed these instructions and replaced all links of all sources to the current version.

But when i ran

6条回答
  •  栀梦
    栀梦 (楼主)
    2021-02-15 18:52

    Have the same problem and the following commands solve it; (on ubuntu server)

    sudo apt-get install linux-kernel-headers
    sudo apt-get install build-essential
    

提交回复
热议问题