Hi, I''m attempting an install of active_rbac but am having some troubles. I''m running Debian 3.1 sarge and I am getting an error saying that I need to have net/https installed. I checked out my ruby lib and net/https.rb is nowhere to be found. I''m running the default ruby for Sarge which is 1.8.2. Was https.rb not included in this build? How can I get around this? I know that http://www.sgtpepper.net/hyspro/deb has a 1.8.4 package but I don''t know how stable it is or if I should even need to upgrade. Any help would be greatly appriciated. Cheers, Eric Goodwin -- Eric Goodwin http://ericgoodwin.com
Ok .. I found out the first error. I needed to install libopenssl-ruby as well. I''m still getting an error when I try to run script/generate rbac_schema. # ruby script/generate rbac_schema ./script/../config/../vendor/rails/activerecord/lib/../../activesupport/lib/active_support/dependencies.rb:102:in `const_missing'': stack level too deep (SystemStackError) from ./script/../config/../vendor/plugins/engines/lib/dependencies_extensions.rb:28:in `require_or_load'' from ./script/../config/../vendor/rails/activerecord/lib/../../activesupport/lib/active_support/dependencies.rb:30:in `depend_on'' from ./script/../config/../vendor/rails/activerecord/lib/../../activesupport/lib/active_support/dependencies.rb:74:in `require_dependency'' from ./script/../config/../vendor/rails/activerecord/lib/../../activesupport/lib/active_support/dependencies.rb:74:in `require_dependency'' from ./script/../config/../vendor/rails/activerecord/lib/../../activesupport/lib/active_support/dependencies.rb:104:in `const_missing'' from ./script/../config/../vendor/plugins/engines/lib/dependencies_extensions.rb:28:in `require_or_load'' from ./script/../config/../vendor/rails/activerecord/lib/../../activesupport/lib/active_support/dependencies.rb:30:in `depend_on'' from ./script/../config/../vendor/rails/activerecord/lib/../../activesupport/lib/active_support/dependencies.rb:74:in `require_dependency'' ... 321 levels... from ./script/../config/../vendor/rails/railties/lib/commands/generate.rb:1:in `require'' from ./script/../config/../vendor/rails/railties/lib/commands/generate.rb:1 from script/generate:3:in `require'' from script/generate:3 Has anyone else ran into this at all? I''m running edgerails. Eric Goodwin wrote:> Hi, > I''m attempting an install of active_rbac but am having some troubles. > I''m running Debian 3.1 sarge and I am getting an error saying that I > need to have net/https installed. > I checked out my ruby lib and net/https.rb is nowhere to be found. > I''m running the default ruby for Sarge which is 1.8.2. Was https.rb > not included in this build? > How can I get around this? I know that > http://www.sgtpepper.net/hyspro/deb has a 1.8.4 package but I don''t > know how stable it is or if I should even need to upgrade. > Any help would be greatly appriciated. > Cheers, > Eric Goodwin > > -- > Eric Goodwin > http://ericgoodwin.com > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails-- Eric Goodwin http://www.ericgoodwin.com
Apparently Analagous Threads
- Saving a User Object while in the Address Controller
- Calling a javascript function after loading a partial with rjs
- Installation of Rails without ''gem install rails''
- Multiple Apps running under Lighttpd with scgi on a Windows Box ... possible?
- the best open source OS for Rails?