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:23:51 UTC

[1/2] git commit: Site: Add note about require_relative gem install for Deltacloud 1.0.5

Updated Branches:
  refs/heads/master 3b8f296ec -> 495098ff5


Site: Add note about require_relative gem install for Deltacloud 1.0.5


Project: http://git-wip-us.apache.org/repos/asf/deltacloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/deltacloud/commit/dad2fb4a
Tree: http://git-wip-us.apache.org/repos/asf/deltacloud/tree/dad2fb4a
Diff: http://git-wip-us.apache.org/repos/asf/deltacloud/diff/dad2fb4a

Branch: refs/heads/master
Commit: dad2fb4ad5600fe41c7bc3a90cd20d2c50b7bcf8
Parents: 3b8f296
Author: Ronelle Landy <rl...@redhat.com>
Authored: Tue Nov 20 15:01:59 2012 -0500
Committer: marios <ma...@redhat.com>
Committed: Wed Nov 21 12:21:06 2012 +0200

----------------------------------------------------------------------
 site/content/install-deltacloud.md |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltacloud/blob/dad2fb4a/site/content/install-deltacloud.md
----------------------------------------------------------------------
diff --git a/site/content/install-deltacloud.md b/site/content/install-deltacloud.md
index 1a73afc..88c6cee 100644
--- a/site/content/install-deltacloud.md
+++ b/site/content/install-deltacloud.md
@@ -140,6 +140,14 @@ the Wiki</a>. Note that they require using homebrew.
 
 <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>
+
 <a class="btn btn-inverse btn-large" style="float: right" href="/run-deltacloud-server.html">Run Deltacloud</a>
 
 <br/>