[ https://issues.apache.org/jira/browse/DTACLOUD-568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13695427#comment-13695427 ]
Dies Koper commented on DTACLOUD-568: ------------------------------------- When run using rbenv, the error does not occur and DC starts normally. Installed on a fresh Fedora installation: yum -y install gcc-c++ yum -y install libxml2 libxml2-devel yum -y install libxslt libxslt-devel yum -y install sqlite sqlite-devel yum -y install git yum -y install openssl-devel readline-devel git clone https://github.com/sstephenson/rbenv.git ~/.rbenv echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bash_profile echo 'eval "$(rbenv init -)"' >> ~/.bash_profile exec $SHELL -l git clone https://github.com/sstephenson/ruby-build.git ~/.rbenv/plugins/ruby-build rbenv install --list #note that the following command can take >20min to complete! rbenv install 1.9.3-p448 rbenv rehash rbenv global 1.9.3-p448 ruby -v gem install rake gem install bundler rbenv rehash git clone https://github.com/dkoper/deltacloud-core.git cd deltacloud-core/server bundle install bin/deltacloud-db-upgrade bin/deltacloudd -i mock -f cimi,deltacloud > cannot load such file -- nokogiri/nokogiri > ------------------------------------------ > > Key: DTACLOUD-568 > URL: https://issues.apache.org/jira/browse/DTACLOUD-568 > Project: DeltaCloud > Issue Type: Bug > Components: Server > Environment: Fedora 18, fresh install, MRI1.9.3, mock driver, cimi > and deltacloud front-ends > Reporter: Dies Koper > Priority: Blocker > > After installing Fedora, packages and gems as per DC website and bundle > install in the server directory, deltacloudd won't start: > cannot load such file -- nokogiri/nokogiri -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira