← homeProgramming (Програмування)

Fixing An error occurred while installing tiny_tds (2.1.5), and Bundler cannot continue on Mac with M1

On mac with m1, an error occurred while updating ruby gems - An error occurred while installing tiny_tds (2.1.5), and Bundler cannot continue.To fix it, do the following: brew install freetds and gem install tiny_tds ...

This content has been automatically translated from Ukrainian.
On mac with m1, an error occurred while updating ruby gems - An error occurred while installing tiny_tds (2.1.5), and Bundler cannot continue.
To fix it, do the following:
brew install freetds

and

gem install tiny_tds -v 2.1.5 -- --with-freetds-include=/opt/homebrew/include --with-freetds-lib=/opt/homebrew/lib
Pay attention to the library version.

🔥 More posts

All posts
Programming (Програмування)Mar 5, '24 19:17

What is Scalability?

Scalability (scalability) is a characteristic of a system or software that indicates its ability ...

Programming (Програмування)Mar 5, '24 19:18

What does HA (High Availability) mean?

HA or High Availability is a concept in information technology that indicates the ability of a sy...