Actions
Defect #11372
closedcan not use 'bundle intall' installing the necessary gems
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
systems:CentOS5.6*64
test test
----------------
these were successfully installed
REDMINE 2.0.3 /opt/redmine
ruby 1.9.2 /usr/local/ruby
rubygems 1.6.2
rails:3.2.6(gem install rails v=3.2.6)
bundle :1.4.2
yum install gcc gcc-c++
yum -y install zlib-devel curl-devel openssl-devel httpd-devel apr-devel apr-util-devel mysql-devel
----------------------------------------------------
then i use this command to Install the provided dependencies
cd /opt/redmine
bundle install
it ended with this error of this meanings
pg was not installed on this computer
then i use gem to install the pg
gem install pg -v=0.4.0
but it could not installed
please help me
Actions