I'm going through this stuff too, right now. I managed to get passed
all the openssl stuff, but now, when I try to run rails server, it
crashes:
~/src/rails_projects/first_app$ rails server
=> Booting WEBrick
=> Rails 3.0.0 application starting in development on
http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
Exiting
/home/oren/.rvm/gems/ruby-1.9.2-p0@rails3tutorial/gems/rack-1.2.1/lib/
rack/server.rb:267:in `initialize': Permission denied - /home/oren/src/
rails_projects/first_app/tmp/pids/server.pid (Errno::EACCES)
from /home/oren/.rvm/gems/ruby-1.9.2-p0@rails3tutorial/gems/
rack-1.2.1/lib/rack/server.rb:267:in `open'
from /home/oren/.rvm/gems/ruby-1.9.2-p0@rails3tutorial/gems/
rack-1.2.1/lib/rack/server.rb:267:in `write_pid'
from /home/oren/.rvm/gems/ruby-1.9.2-p0@rails3tutorial/gems/
rack-1.2.1/lib/rack/server.rb:203:in `start'
from /home/oren/.rvm/gems/ruby-1.9.2-p0@rails3tutorial/gems/
railties-3.0.0/lib/rails/commands/server.rb:65:in `start'
from /home/oren/.rvm/gems/ruby-1.9.2-p0@rails3tutorial/gems/
railties-3.0.0/lib/rails/commands.rb:30:in `block in <top (required)>'
from /home/oren/.rvm/gems/ruby-1.9.2-p0@rails3tutorial/gems/
railties-3.0.0/lib/rails/commands.rb:27:in `tap'
from /home/oren/.rvm/gems/ruby-1.9.2-p0@rails3tutorial/gems/
railties-3.0.0/lib/rails/commands.rb:27:in `<top (required)>'
from script/rails:6:in `require'
from script/rails:6:in `<main>'
~/src/rails_projects/first_app$
Anyone know what is going on here?
It works fine when I run sudo rails server, but it's running 1.8.7,
and I know you aren't supposed to run sudo with rvm.
Thanks,
Oren
On Sep 6, 7:37 am, James Carr <
james.r.c...@gmail.com> wrote:
> Yes, it works on ubuntu now as well. Although the last time I
> installed it I had to jump through a few hoops.
>
> Thanks,
> James
>
> On Mon, Sep 6, 2010 at 7:24 AM, Jeff Schmitz
>
>
>
>
>
>
>
> <
jeffrey.j.schm...@gmail.com> wrote:
> > RVM was mac-only for a time. Did that change?
>