A libmysql-ruby question for install redmine on Debian6
Added by di maomao over 13 years ago
Hello!
I install redmine on the debian6.but I can't install the libmysql-ruby.
I installed mysql used command: sudo apt-get install libmysql-ruby. But tell me not found package.
I installed mysql-server and client used apt-get,and installed ruby1.8.7 and rails2.3.5.
who can tell me what's wrong with my operation?
Thanks.
Replies (3)
RE: A libmysql-ruby question for install redmine on Debian6 - Added by André Bachmann over 13 years ago
If you use Redmine and redmine-mysql 1.0.1 from squeeze, redmine-mysql has a dependency on libdbd-mysql-ruby which depends on libdbd-mysql-ruby1.8, and finally this depends on libmysql-ruby1.8. So perhaps something went wrong with your install and you should install libmysql-ruby1.8 rather than libmysql-ruby.
If you use Redmine 1.0.5 from squeeze-backports, the package libmysql-ruby is a dependency on the package redmine-mysql 1.0.5 and so it should be installed automatically if you use redmine-mysql.
I use Redmine from squeeze-backports because it is newer and there aren't such problems like in squeeze.
RE: A libmysql-ruby question for install redmine on Debian6 - Added by di maomao over 13 years ago
My details:
Debian6.0.1 squeeze X64
ruby1.8.7
rails2.3.5
redmine-1.1.3
rake-0.8.7.gem
rubygems-1.3.5
mysql-5.1.49
What's wrong with my system? Can you tell me?
RE: A libmysql-ruby question for install redmine on Debian6 - Added by Etienne Massip over 13 years ago
Your configuration is fine, you should post your question in Debian gem support forum, that should fit best.