Help me! install gem tiny_tds for Redmine 5.0.4, Ruby 3.2.1
Added by Phuong Le almost 2 years ago
Hi Everyone,
I have a trouble with install gem tiny_tds like the picture
Please, suggest to me how to fix this error!
My version installed:
ruby 3.2.1 (2023-02-08 revision 31819e82c8) [x64-mingw-ucrt]
Rails 7.0.4.2
Thanks so much!!
Tiny_tds.png (181 KB) Tiny_tds.png |
Replies (2)
RE: Help me! install gem tiny_tds for Redmine 5.0.4, Ruby 3.2.1 - Added by Tomás Martínez Sempere over 1 year ago
I guess there is something wrong with freetds.
I've installed it and it doesn't seem to have any effect.
There may be incorrect environment variables, but I dont know.
How did you solve it?
- I use Debian 11 (Bitnami's MV)
- Also, it returns the same error when a tring to install other gems like "activerecord-sqlserver-adapter"
RE: Help me! install gem tiny_tds for Redmine 5.0.4, Ruby 3.2.1 - Added by Tomás Martínez Sempere over 1 year ago
Tomás Martínez Sempere wrote in RE: Help me! install gem tiny_tds for Redmine 5.0.4, Ruby...:
I guess there is something wrong with freetds.
I've installed it and it doesn't seem to have any effect.There may be incorrect environment variables, but I dont know.
How did you solve it?
- I use Debian 11 (Bitnami's MV)
- Also, it returns the same error when a tring to install other gems like "activerecord-sqlserver-adapter"
Finally, I found the problem.
We must install de librery:
sudo apt-get install zlib1g-dev
And that is all.