The error message you're getting indicates that ruby is having a
problem loading a dynamic library.  From the long error report you
posted on Aug 21 it looks like the problem is related to loading the
sqlite3 library:

/!\ FAILSAFE /!\  Fri Aug 21 12:56:58 -0400 2009
  Status: 500 Internal Server Error
  unknown error
    C:/Ruby/lib/ruby/1.8/dl/import.rb:29:in `initialize'
    C:/Ruby/lib/ruby/1.8/dl/import.rb:29:in `dlopen'
    C:/Ruby/lib/ruby/1.8/dl/import.rb:29:in `dlload'
    C:/Ruby/lib/ruby/1.8/dl/import.rb:27:in `each'
    C:/Ruby/lib/ruby/1.8/dl/import.rb:27:in `dlload'
    C:/Ruby/lib/ruby/gems/1.8/gems/sqlite3-ruby-1.2.1-x86-mswin32/lib/
sqlite3/driver/dl/api.rb:63

You might want to reinstall the sqlite3-ruby gem:

gem uninstall sqlite3-ruby
gem install sqlite3-ruby



On Aug 26, 10:43 am, mgpowers <[email protected]> wrote:
> Does anyone have any ideas on this ?
>
> I hate to abandon Ruby but the error...
>
> /!\ FAILSAFE /!\  Wed Aug 26 10:40:18 -0400 2009
>   Status: 500 Internal Server Error
>   unknown error
>     C:/Ruby/lib/ruby/1.8/dl/import.rb:29:in `initialize'
>     C:/Ruby/lib/ruby/1.8/dl/import.rb:29:in `dlopen'
>
> Isn't very revealing.....why wouldnt my appliaction environment be
> able to show or my first controller work ?
>
> On Aug 21, 1:24 pm, mgpowers <[email protected]> wrote:
>
> > yes...but I still got the same result when I ran the application
> > myfirst ....
> > any way to get Ruby , rails to tell us what it really doesnt like  vs.
> > unknownerror
>
> > On Aug 21, 1:06 pm, Rails List <[email protected]>
> > wrote:
>
> > > > I think that was a typo in Rails List's post, it should have been
> > > > ruby script/generate controller myfirst greeting
>
> > > > Colin
>
> > > Ooops. Colin was right.  It was a typo.
> > > --
> > > Posted viahttp://www.ruby-forum.com/.-Hide quoted text -
>
> > - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: 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/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to