Ubuntu 10.04. I have installed Ruby 1.9.2 through rvm and want to serve rails applications with Passenger. However, if I sudo apt-get install libapache2-mod-passenger, it's telling me that ruby, ruby1.8, rubygems, rubygems1.8, irb1.8, rdoc1.8 is about to be installed as well as some other packages. Is there any safe way to avoid installing those, since I already have ruby and rubygems installed and don't need anything for ruby 1.8?
|
| |||
|
feedback
|
migrated from stackoverflow.com Jul 16 '11 at 14:58
This question came from our site for professional and enthusiast programmers.
|
Since you're mixing a ruby installation not coming from apt-get with a package of apt-get, issues will show, like you report. You can avoid that by installing Passenger gem | |||||
feedback
|