Just thought I would chime-in: Though you have prolly figured it out by now @tech_guy. I replicated your issue on instantrails and the following steps resolved the issue:
1. I forced a reinstall of attachment_fu ruby script/plugin install attachment_fu --force 2. and then reinstalled image science. gem install image_science I still got the */ script/server: No such file or directory - uname/* error after running script/server but the insoshi portal loaded as for the error like LN said, I just ignored it. Remember to copy the libmysql.dll from the %mysql%/bin directory to %ruby%/bin if running mysql. IN On Jun 22, 3:28 pm, techy_guy <[EMAIL PROTECTED]> wrote: > C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/RubyInline-3.7.0/lib/ > inline.rb:449:in `build' > C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/RubyInline-3.7.0/lib/ > inline.rb:654:in `inline' > C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/image_science-1.1.3/lib/ > image_science.rb:84 > C:/InstantRails/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb: > 32:in `gem_original_require' > C:/InstantRails/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb: > 32:in `require' > C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/ > active_support/dependencies.rb:496:in `require' > C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/ > active_support/dependencies.rb:342:in `new_constants_in' > C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/ > active_support/dependencies.rb:496:in `require' > vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/processors/ > image_science_processor.rb:1 > C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/ > active_support/dependencies.rb:203:in > `load_without_new_constant_marking' > C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/ > active_support/dependencies.rb:203:in `load_file' > C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/ > active_support/dependencies.rb:342:in `new_constants_in' > C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/ > active_support/dependencies.rb:202:in `load_file' > C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/ > active_support/dependencies.rb:94:in `require_or_load' > C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/ > active_support/dependencies.rb:248:in `load_missing_constant' > C:/InstantRails/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/ > active_support/dependencies.rb:453:in `const_missing' > vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu.rb:87:in > `const_get' > vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu.rb:87:in > `has_attachment' > app/models/photo.rb:32 > app/models/person.rb:150:in `find_recent' > app/controllers/home_controller.rb:7:in `index' > > On Jun 22, 2:39 pm, techy_guy <[EMAIL PROTECTED]> wrote: > > > Thanks LN, > > I installed uuid as gem and it solved prob. Server > > also starts fine > > > When I am trying to access my first page. I am getting this error > > > error executing "cl -nologo -LD -MD -Zi -O2b2xg- -G6 -I C:/ > > InstantRails/ruby/lib/ruby/1.8/i386-mswin32 -I C:/InstantRails/ruby/ > > include -LC:/InstantRails/ruby/lib -o \"C:\\\\Documents and Settings\\\ > > \Administrator/.ruby_inline/Inline_ImageScience_aa58.so\" \"C:/ > > Documents and Settings/Administrator/.ruby_inline/ > > Inline_ImageScience_aa58.c\" -lfreeimage -lstdc++ -link /LIBPATH:\"C:/ > > InstantRails/ruby/lib\" /DEFAULTLIB:\"msvcrt-ruby18.lib\" / > > INCREMENTAL:no /EXPORT:Init_Inline_ImageScience_aa58": > > Renamed C:\Documents and Settings\Administrator/.ruby_inline/ > > Inline_ImageScience_aa58.c to C:\Documents and Settings > > \Administrator/.ruby_inline/Inline_ImageScience_aa58.c.bad > > > On Jun 22, 2:24 pm, "Long Nguyen" <[EMAIL PROTECTED]> wrote: > > > > uuid is also included in vendor/plugins (look for > > > vendor/plugins/uuid-1.0.4/lib/uuid.rb). > > > > As for the uname error, it looks like it might be from ferret and might be > > > something you can ignore. > > > > Also, when you installed ferret, what version did you use 0.11.6 or > > > 0.11.5? > > > 0.11.5 might work out better in general for win32 (based on issues other > > > developers have had in getting things installed/running). > > > > Long > > > > On Sun, Jun 22, 2008 at 1:56 PM, techy_guy <[EMAIL PROTECTED]> wrote: > > > > > C:/InstantRails/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb: > > > > 27:in `gem_original_require': no such file to load -- uuid > > > > (MissingSourceFile) > > > > > On Jun 22, 1:52 pm, techy_guy <[EMAIL PROTECTED]> wrote: > > > > > I am running InstantRails. > > > > > I down,loaded Insoshi, change database.yml, installed ferret.win32 > > > > > version and image_science as gem. > > > > > > I am getting error > > > > > > script/server: No such file or directory - uname > > > > > > when tryintg to start > > > > > > $ruby script/server > > > > > > Thx > > > > -- > > > Long Nguyen > > > [EMAIL PROTECTED] Hide quoted text - > > > > - Show quoted text -- Hide quoted text - > > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ Insoshi developer site: http://dogfood.insoshi.com/ Insoshi documentation: http://docs.insoshi.com/ You received this message because you are subscribed to the Google Groups "Insoshi" 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/insoshi?hl=en -~----------~----~----~----~------~----~------~--~---
