Dave, When you installed the gem, did you use sudo to install it system-wide?
i.e. sudo gem install sequel Michael On Mon, Sep 20, 2010 at 3:19 AM, dave lilley <[email protected]> wrote: > Issue #2 - same problem same PC login as different user with restricted > rights/ > > Okay initially i had an error - > > ./sequel1.rb:1:in `require': no such file to load -- sequel > > (LoadError) > > from ./sequel1.rb:1 > > from barcode_class_rpt_email.rb:1:in `require' > > from barcode_class_rpt_email.rb:1 > > Now after sorting out the problem of not having the gem installed I got > everything working. > so I then logged in under another user this one having restricted rights > and now getting the every same error occur! > > Nothing else has changed except for the login name. > I can accept there being a rights access issue but as it doesn't bork > before hand (like error no permissions or some such error i think this can > be discounted). > > anyone got some thoughts? > > dave. > > > > On 18 September 2010 23:35, dave lilley <[email protected]> wrote: > >> Nope it's more like i didn't have the bloody gem installed [?] >> >> I've been moving my project to a production machine (1st time) and well >> things haven't been going as well as I expected. >> >> using fxruby and was having issues getting that to work then i18n issues, >> sequel load issues too. >> >> Was pretty sure they where to do with paths and well had to install fox >> tookit to solve the fxruby errors, then update rubygems as i18n wouldn't use >> my version (1.3.5 upgraded to 1.3.7) >> >> then this error and figured the error 2 seconds after hitting send, sigh. >> >> many thanks for you're quick response. >> >> Dave. >> >> >> >> On 18 September 2010 23:28, Roland Swingler <[email protected]>wrote: >> >>> > You don't have i18n installed in your application. Please add it to >>> > your Gemfile and run bundle install >>> >>> _Are_ you using bundler? If you are, remember that you need to add a >>> line like "gem sequel" to your Gemfile and run bundle install. >>> >>> R >>> >>> On Sep 18, 10:00 am, dave <[email protected]> wrote: >>> > this is the error message i get. >>> > I had been developing against 3.13.0 and now i've gone to install on a >>> > clean PC i've done a sudo gem install sequel and got 3.15.0 with the >>> > subsequent error msg. >>> > >>> > What am i not doing right? >>> > >>> > ./sequel1.rb:1:in `require': no such file to load -- sequel >>> > (LoadError) >>> > from ./sequel1.rb:1 >>> > from barcode_class_rpt_email.rb:1:in `require' >>> > from barcode_class_rpt_email.rb:1 >>> > >>> > here is the gem env settings >>> > >>> > RubyGems Environment: >>> > - RUBYGEMS VERSION: 1.3.5 >>> > - RUBY VERSION: 1.8.7 (2010-01-10 patchlevel 249) [i486-linux] >>> > - INSTALLATION DIRECTORY: /var/lib/gems/1.8 >>> > - RUBY EXECUTABLE: /usr/bin/ruby1.8 >>> > - EXECUTABLE DIRECTORY: /var/lib/gems/1.8/bin >>> > - RUBYGEMS PLATFORMS: >>> > - ruby >>> > - x86-linux >>> > - GEM PATHS: >>> > - /var/lib/gems/1.8 >>> > - /home/dave/.gem/ruby/1.8 >>> > - GEM CONFIGURATION: >>> > - :update_sources => true >>> > - :verbose => true >>> > - :benchmark => false >>> > - :backtrace => false >>> > - :bulk_threshold => 1000 >>> > - REMOTE SOURCES: >>> > -http://gems.rubyforge.org/ >>> > >>> > adding in require 'rubygems' before the other requires gives me.... >>> > >>> > You don't have i18n installed in your application. Please add it to >>> > your Gemfile and run bundle install >>> > /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in >>> > `gem_original_require': no such file to load -- i18n (LoadError) >>> > >>> > this is the first time I've tried to take my code to another PC in the >>> > endeavor of having that PC become a production machine. >>> > >>> > help would be appreciated. >>> > >>> > ps I've just now removed 3.15.0 and installed 3.13.0 and still getting >>> > the same error! >>> > >>> > dave. >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "sequel-talk" group. >>> To post to this group, send email to [email protected]. >>> To unsubscribe from this group, send email to >>> [email protected]<sequel-talk%[email protected]> >>> . >>> For more options, visit this group at >>> http://groups.google.com/group/sequel-talk?hl=en. >>> >>> >> > -- > You received this message because you are subscribed to the Google Groups > "sequel-talk" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<sequel-talk%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/sequel-talk?hl=en. > -- http://codeconnoisseur.org -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sequel-talk?hl=en.
<<324.png>>
