ChiliProject is not maintained anymore. Please be advised that there will be no more updates.

We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.

Installation Issue on Centos 5.5

Added by Brett Heckman at 2011-08-10 06:50 pm

Hello,
I'm having an issue trying to install chiliproject on a 64 bit CentOS dedicated virtual server.

Passenger tells me that it isn't able to start the application because the rubytree-0.5.3 gem could not be found.

[.. chiliproject]# bundle show rubytree
/usr/local/rvm/gems/ree-1.8.7-2011.03-module/gems/rubytree-0.5.3

[.. chiliproject]# bundle update
Fetching source index for http://rubygems.org/
Using rake (0.9.2)
Using activesupport (2.3.12)
Using rack (1.1.2)
Using actionpack (2.3.12)
Using actionmailer (2.3.12)
Using activerecord (2.3.12)
Using activeresource (2.3.12)
Using coderay (0.9.8)
Using i18n (0.4.2)
Using mysql (2.8.1)
Using rails (2.3.12)
Using rdoc (3.9.1)
Using rubytree (0.5.3)
Using bundler (1.0.17)

[.. chiliproject]# gem env
RubyGems Environment:
- RUBYGEMS VERSION: 1.8.6
- RUBY VERSION: 1.8.7 (2011-02-18 patchlevel 334) [x86_64-linux]
- INSTALLATION DIRECTORY: /usr/local/rvm/gems/ree-1.8.7-2011.03-module
- RUBY EXECUTABLE: /usr/local/rvm/rubies/ree-1.8.7-2011.03/bin/ruby
- EXECUTABLE DIRECTORY: /usr/local/rvm/gems/ree-1.8.7-2011.03-module/bin
- RUBYGEMS PLATFORMS:
- ruby
- x86_64-linux
- GEM PATHS:
- /usr/local/rvm/gems/ree-1.8.7-2011.03-module
- /usr/local/rvm/gems/ree-1.8.7-2011.03-module@global
- GEM CONFIGURATION:
- :update_sources => true
- :verbose => true
- :benchmark => false
- :backtrace => false
- :bulk_threshold => 1000
- REMOTE SOURCES:
- http://rubygems.org/

Any help would be greatly appreciated! Thanks!

Brett


Replies (1)

RE: Installation Issue on Centos 5.5 - Added by Felix Schäfer at 2011-08-20 10:14 pm

Were you able to solve your problem? If not, could you try just deleting your Gemfile.lock and running bundle install (not update) again?

(1-1/1)