Project

General

Profile

Problem Installing Redmine trunk / Windows XP (test)

Added by antonin gouzer about 15 years ago

Hello,

I would like to try Redmine in trunk version (Revision 2668).
I didn't manage to do it.

The installation stoped at the step:

rake db:migrate RAILS_ENV="production"

What I did:

- Run rake db:migrate RAILS_ENV="production"
- Response:

!!! The bundled mysql.rb driver has been removed from Rails 2.2. Please install the mysql gem and try again: gem install mysql.
rake aborted!
no such file to load -- mysql

- So I installed the mysql gem

- Then I run db:migrate
- Response:

rake aborted!
undefined method `each' for #<Mysql:0x49305cc>
(See full trace by running task with --trace)
c:/ruby/bin/rake:16: [BUG] Segmentation fault
ruby 1.8.6 (2007-09-24) [i386-mswin32]
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.

Any ideas?

Here is my set up:

- Mysql v 5.1.30
- Ruby 1.8.6 (2007-09-24 patchlevel 111)
- Ruby gem: 1.3.1
- Rails 2.2.2


Replies (7)

RE: Problem Installing Redmine trunk / Windows XP (test) - Added by Jason Messmer about 15 years ago

I like to use the BitNami Redmine Stack for development and upgrade to new releases

RE: Problem Installing Redmine trunk / Windows XP (test) - Added by antonin gouzer about 15 years ago

Thank you for your response.

I took a look at BitNami Redmine Stack:

I seems there is only a 0.8.2 distribution.
How do you play with the trunk (0.9) redmine?

Did you do an upgrade based on the 0.8.2 version?

RE: Problem Installing Redmine trunk / Windows XP (test) - Added by antonin gouzer about 15 years ago

Did anyone manage to install redmine Dev version on windows?

RE: Problem Installing Redmine trunk / Windows XP (test) - Added by Andrew Chaika about 15 years ago

I have used BitNami Redmine Stack with 0.8 version. And have upgraded it to trunk (0.9) version:
  • gem 1.3.1
  • rake 0.8.4
  • rails 2.2.2

RE: Problem Installing Redmine trunk / Windows XP (test) - Added by sebastián scarano almost 15 years ago

I have a similar problem here

windows XP SP 3
mysql 5.1.34-community

C:\redmine>gem list rails

  • LOCAL GEMS ***

rails (2.3.2)

C:\redmine>gem list mysql

  • LOCAL GEMS ***

mysql (2.7.3)

C:\redmine>rake db:migrate RAILS_ENV="production"
(in C:/redmine)
!!! The bundled mysql.rb driver has been removed from Rails 2.2. Please install
the mysql gem and try again: gem install mysql.
rake aborted!
126: No se puede encontrar el m¾dulo especificado. - c:/ruby/lib/ruby/gems/1.8
/gems/mysql-2.7.3-x86-mswin32/ext/mysql.so

(See full trace by running task with --trace)

C:\redmine>

--
the error I get:

Error al iniciar la aplicación porque no se encontró LIBMYSQL.dll. La reinstalación de la aplicación puede solucionar el problema.

Error starting the application because LIBMYSQL was not found. Reinstalling the application might solve the problem.

--

I can't find LIBMYSQL.DLL no where in my HD...

seems like mysql gem is broken on windows... any idea???

RE: Problem Installing Redmine trunk / Windows XP (test) - Added by sebastián scarano almost 15 years ago

well, just in case I tried with

mysql version 5.0.81-community-nt, but I still have the same error...

I'll try with bitnami, but I'd like to know what is broken...

RE: Problem Installing Redmine trunk / Windows XP (test) - Added by Jason Messmer almost 15 years ago

I have the same issue with bitnami "LIBMYSQL.dll" when I do a migrate. Everything works fine though...
My next steps is to check to see if LIBMYSQL.dll is in my search path some wheres...

    (1-7/7)