简体   繁体   English

无法在Kali上安装PUMA Gem

[英]Can't install puma gem on kali

When I try to run this code: 当我尝试运行此代码时:

bundle install

I got this error: 我收到此错误:

An error occurred while installing puma (3.6.0), and Bundler cannot continue.
Make sure that `gem install puma -v '3.6.0'` succeeds before bundling.

and when I ran gem install puma -v '3.6.0' I got the error. 当我运行gem install puma -v '3.6.0'我得到了错误。

Here is mkmf.log file. mkmf.log文件。

Try run following on your system. 尝试在您的系统上运行以下命令。

sudo apt-get install libssl1.0-dev 须藤apt-get install libssl1.0-dev

For more info look here 欲了解更多信息,请点击这里

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM