Project

General

Profile

Installing 2.0.3 on Ubuntu 12.04

Added by steve smith almost 12 years ago

I've following the instructions on the Wiki for installing the latest stable version of Redmine on Ubuntu 12.04 (http://www.redmine.org/projects/redmine/wiki/HowTo_Install_Redmine_in_Ubuntu). I've added the PPA and attempted to install with these commands:

sudo add-apt-repository ppa:ondrej/redmine
sudo apt-get update
sudo apt-get install redmine redmine-mysql

However, I get this error:

The following packages have unmet dependencies:
 redmine : Depends: ruby-net-ldap (>= 0.3.1) but it is not going to be installed
           Depends: ruby-fastercsv but it is not installable
E: Unable to correct problems, you have held broken packages.

I guess those gems need to be packaged up and made available on the PPA as well? I can manually install them via the gems tool but that won't resolve the debian dependencies. I guess I just need to manually install redmine?


Replies (1)

RE: Installing 2.0.3 on Ubuntu 12.04 - Added by Kayvan Viand almost 12 years ago

Hi. I have the same problem.
I tried to install Redmine manually, but when I run this comment: rake db:migrate RAILS_ENV="production", It keeps telling me: rake aborted, no such file to load -- redmine/access_control.

Thank you in advance for helping me

    (1-1/1)