On 2/22/06, jansenh <henning.jansen / gmail.com> wrote: > Hi group. More newbie stuff... > > I have the above mentioned problem - ruport fails while installing from > gem.... ruby(1.8.3/ubuntu) says "no such file to load -- rdoc/rdoc". I > have tried to gem rdoc as well, --remote.... Then gem says: "could not > find rdoc in repository". For those using ubuntu, I've strung together a mess of commands that'll get Ruport running in one shot with DBI and a dbd for mysql: sudo apt-get update && sudo apt-get install ruby rdoc libdbi-ruby libdbd-mysql-ruby && wget http://rubyforge.org/frs/download.php/5207/rubygems-0.8.11.tgz && tar -xzvf rubygems-0.8.11.tgz && cd rubygems-0.8.11 && sudo ruby setup.rb && sudo gem install ruport