开发者

Ruby require 'rack' fails

开发者 https://www.devze.com 2023-01-06 12:18 出处:网络
I\'m trying to install redmine and I have a problem with phusion-passenger. Installer fails on dependencies saying that rack is missing. I\'ve investigated the code to check where it looks for it, but

I'm trying to install redmine and I have a problem with phusion-passenger. Installer fails on dependencies saying that rack is missing. I've investigated the code to check where it looks for it, but I've found a line:

require 'rack'

that is enclosed in what seems to be rubys try-catch block. I've al开发者_运维技巧ready installed rack through gem install rack -v=1.0.1 . I've got no idea what to do next to resolve this issue. Can anyone help?


Try sudo gem install rack.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号