简体   繁体   中英

Ruby require 'rack' fails

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 already 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?

尝试sudo gem install rack

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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