I''m sure that there is a simple solution to this but I''m not seeing it. Any help would be appreciated. I got through the instiki-0.19 installation procedure successfully (I think) but it gets the following error when trying to start: C:\instiki-0.19>ruby.exe script\server -e production <internal:lib/rubygems/custom_require>:29:in `require'': no such file to load -- script/../config/boot (LoadError) from <internal:lib/rubygems/custom_require>:29:in `require'' from script/server:2:in `<main>'' System: Windows XP SP3 C:\instiki-0.19>ruby bundle Using rake (0.8.7) Using abstract (1.0.0) Using erubis (2.6.6) Using gem_plugin (0.2.3) Using itextomml (1.4.2) Using json (1.4.6) Using mongrel (1.2.0.pre2) Using nokogiri (1.4.3.1) Using rubyzip (0.9.4) Using sqlite3-ruby (1.3.1) Using bundler (1.0.0) Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed. Regards. Michael W. Perry SFAB Probe Systems 903-868-7600 mwperry at ti.com<mailto:mwperry at ti.com> -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/instiki-users/attachments/20100929/0d20492f/attachment.html>
On Sep 29, 2010, at 10:35 AM, Perry, Mike wrote:> I?m sure that there is a simple solution to this but I?m not seeing it. Any help would be appreciated. > > I got through the instiki-0.19 installation procedure successfully (I think) but it gets the following error when trying to start: > > C:\instiki-0.19>ruby.exe script\server -e production > <internal:lib/rubygems/custom_require>:29:in `require'': no such file to load -- > script/../config/boot (LoadError) > from <internal:lib/rubygems/custom_require>:29:in `require'' > from script/server:2:in `<main>''Try ruby.exe instiki> System: > Windows XP SP3 > > C:\instiki-0.19>ruby bundle > Using rake (0.8.7) > Using abstract (1.0.0) > Using erubis (2.6.6) > Using gem_plugin (0.2.3) > Using itextomml (1.4.2) > Using json (1.4.6) > Using mongrel (1.2.0.pre2) > Using nokogiri (1.4.3.1) > Using rubyzip (0.9.4) > Using sqlite3-ruby (1.3.1) > Using bundler (1.0.0) > Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem > is installed. >That all looks good. JD -------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 195 bytes Desc: This is a digitally signed message part URL: <http://rubyforge.org/pipermail/instiki-users/attachments/20100929/bb43e086/attachment.bin>
Jacques, Thanks. ruby.exe instiki didn''t solve the problem but it did give me an error message indicating it was trying to run some piece from ruby 1.8.6. I removed 1.8.6 but still had the same problem with ruby 1.9.2. I installed 1.8.7 and everything is working now. (Re-installing 1.9.2 may have worked but I haven''t tried that yet.) Thanks for your help. Regards. Michael W. Perry SFAB Probe Systems 903-868-7600 mwperry at ti.com -----Original Message----- From: instiki-users-bounces at rubyforge.org [mailto:instiki-users-bounces at rubyforge.org] On Behalf Of Jacques Distler Sent: Wednesday, September 29, 2010 11:23 AM To: Instiki-users Subject: Re: [Instiki] Instiki 0.19 installation issue On Sep 29, 2010, at 10:35 AM, Perry, Mike wrote:> I''m sure that there is a simple solution to this but I''m not seeing it. Any help would be appreciated. > > I got through the instiki-0.19 installation procedure successfully (I think) but it gets the following error when trying to start: > > C:\instiki-0.19>ruby.exe script\server -e production > <internal:lib/rubygems/custom_require>:29:in `require'': no such file to load -- > script/../config/boot (LoadError) > from <internal:lib/rubygems/custom_require>:29:in `require'' > from script/server:2:in `<main>''Try ruby.exe instiki> System: > Windows XP SP3 > > C:\instiki-0.19>ruby bundle > Using rake (0.8.7) > Using abstract (1.0.0) > Using erubis (2.6.6) > Using gem_plugin (0.2.3) > Using itextomml (1.4.2) > Using json (1.4.6) > Using mongrel (1.2.0.pre2) > Using nokogiri (1.4.3.1) > Using rubyzip (0.9.4) > Using sqlite3-ruby (1.3.1) > Using bundler (1.0.0) > Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem > is installed. >That all looks good. JD
On Sep 29, 2010, at 3:53 PM, Perry, Mike wrote:> Jacques, > > Thanks. ruby.exe instiki didn''t solve the problem but it did give me an error message indicating it was trying to run some piece from ruby 1.8.6. I removed 1.8.6 but still had the same problem with ruby 1.9.2. > > I installed 1.8.7 and everything is working now. (Re-installing 1.9.2 may have worked but I haven''t tried that yet.) Thanks for your help. >I''m not familiar with how multiple Ruby versions are managed on Windows. But Instiki/Bundler maintains separate trees for the Ruby 1.8.x and Ruby 1.9.x versions of the Rubygems. So, if you ditch Ruby 1.8.7, in favour of 1.9.2, you''ll have to rerun ruby bundle to install the 1.9.x versions of the gems. Jacques -------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 195 bytes Desc: This is a digitally signed message part URL: <http://rubyforge.org/pipermail/instiki-users/attachments/20100929/01c2041c/attachment.bin>