1752329 Members
5876 Online
108786 Solutions
New Discussion

Mongrel + Apche2 + SSL

 
SOLVED
Go to solution
Piotr Kirklewski
Super Advisor

Mongrel + Apche2 + SSL

Hi there!
I have to install Mongrel + Apche2 + SSL the system is Ubuntu 6.10
I did:

vim /etc/apt/sources.list
apt-get update
apt-get dist-upgrade
apt-get install build-essential
apt-get install ruby1.8-dev
apt-get install ruby
wget http://rubyforge.iasi.roedu.net/files/rubygems/rubygems-0.9.0.tgz
tar xvzf rubygems*
cd rubygems*
ruby setup.rb

The next step is :

gem install deprec –include-dependencies

And then I get errors:


root@rails:~/rubygems-0.9.0# gem install deprec --include-dependencies
Bulk updating Gem source index for: http://gems.rubyforge.org
Bulk updating Gem source index for: http://gems.rubyforge.org
Bulk updating Gem source index for: http://gems.rubyforge.org
Need to update 1 gems from http://gems.rubyforge.org
.
complete
Successfully installed deprec-1.9.0
Successfully installed capistrano-1.4.1
Successfully installed rake-0.7.3
Successfully installed net-ssh-1.1.2
Successfully installed needle-1.3.0
Successfully installed net-sftp-1.1.0
/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require': no such file to load -- rdoc/rdoc (LoadError)
from /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'
from /usr/local/lib/site_ruby/1.8/rubygems/doc_manager.rb:71:in `load_rdoc'
from /usr/local/lib/site_ruby/1.8/rubygems/doc_manager.rb:41:in `generate_ri'
from /usr/local/lib/site_ruby/1.8/rubygems/gem_commands.rb:283:in `execute'
from /usr/local/lib/site_ruby/1.8/rubygems/gem_commands.rb:282:in `execute'
from /usr/local/lib/site_ruby/1.8/rubygems/gem_commands.rb:220:in `execute'
from /usr/local/lib/site_ruby/1.8/rubygems/command.rb:69:in `invoke'
from /usr/local/lib/site_ruby/1.8/rubygems/cmd_manager.rb:117:in `process_args'
from /usr/local/lib/site_ruby/1.8/rubygems/cmd_manager.rb:88:in `run'
from /usr/local/lib/site_ruby/1.8/rubygems/gem_runner.rb:29:in `run'

The next step should be:

gem install mongrel --include-dependencies

But I'm getting similar errors and mongrel is not being installed.

Does anybody know why ?

Cheers

Jesus is the King
1 REPLY 1
skt_skt
Honored Contributor
Solution

Re: Mongrel + Apche2 + SSL

looks like one of the dependant package after the net-sftp is failing. Try to list which is the next one.