Failing to bundle install tiny_tds on Mac OS X 10.8 with Homebrew FreeTds

前端 未结 6 1311
野的像风
野的像风 2021-02-13 19:32

MY QUESTION
What are some surefire steps I can take to 100% get this working? I would need real instructions, not one liner answers or vague conceptual desc

6条回答
  •  太阳男子
    2021-02-13 20:37

    First install free_tds and required dependencies.

    This worked for me, your paths may be different

    gem install tiny_tds -- --with-freetds-include=/usr/local/include
    --with-freetds-lib=/usr/local/lib
    --with-iconv-include=/usr/local/Cellar/libiconv/1.14/include
    --with-iconv-lib=/usr/local/Cellar/libiconv/1.14/lib
    

提交回复
热议问题