You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltacloud.apache.org by ma...@apache.org on 2012/11/21 11:28:55 UTC

svn commit: r1412043 - /deltacloud/trunk/site/output/install-deltacloud.html

Author: marios
Date: Wed Nov 21 10:28:54 2012
New Revision: 1412043

URL: http://svn.apache.org/viewvc?rev=1412043&view=rev
Log:
SITE - add output for 'require_relative' note on install

Signed-off-by: marios <ma...@redhat.com>

Modified:
    deltacloud/trunk/site/output/install-deltacloud.html

Modified: deltacloud/trunk/site/output/install-deltacloud.html
URL: http://svn.apache.org/viewvc/deltacloud/trunk/site/output/install-deltacloud.html?rev=1412043&r1=1412042&r2=1412043&view=diff
==============================================================================
--- deltacloud/trunk/site/output/install-deltacloud.html (original)
+++ deltacloud/trunk/site/output/install-deltacloud.html Wed Nov 21 10:28:54 2012
@@ -224,6 +224,14 @@ the Wiki</a>. Note that they require usi
 
 <p><strong>And thats it!</strong> The gem install command will automatically fetch and install all other gems that the Deltacloud server needs. As an alternative you can get the latest releases of Deltacloud from the <a href="http://www.apache.org/dist/deltacloud/">Apache website</a>.</p>
 
+<p><span class="label">Note:</span> When installing and running Deltacloud on platforms with Ruby versions 1.8.x, the 'require_relative' gem needs to be installed. This gem should be automatically installed with the deltacloud-core gem however, if this does not occur, the follow error will be thrown when starting Deltacloud: </p>
+
+<pre>/usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require': no such file to load -- require_relative (LoadError)</pre>
+
+<p>The fix is to explicitly install the 'require_relative' gem: </p>
+
+<pre>$ sudo gem install require_relative</pre>
+
 <p><a class="btn btn-inverse btn-large" style="float: right" href="run-deltacloud-server.html">Run Deltacloud</a></p>
 
 <p><br></p>