Redmine, Mysql, Ubuntu 10.4 LTS

Hello.

I'm trying to install redmine and following this instruction:

http://library.linode.com/development/p … untu-10.04">http://library.linode.com/development/project-management/redmine/ubuntu-10.04

… except I want to install with using mysql database.

I have correctly configured my config/database.yml:

production:

adapter: mysql

database: redmine

host: localhost

username: …

password: …

When I following recommendations here:

http://www.redmine.org/wiki/redmine/RedmineInstall

I'm running:

gem install mysql

And I get this error:

http://i32.tinypic.com/6elnns.png

Can you help me please as I cannot find any instructions to install redmin with mysql in your Linode Library.

Thanks,

Anton

2 Replies

Looks like you don't have the mysql gem run

sudo gem install mysql

Thanks, I sorted this problem already. I installed mysql client libraries and it worked.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct