Problem installing sqlite3-ruby!

前端 未结 7 2087
再見小時候
再見小時候 2020-12-19 03:44

I\'m having issues installing the sqlite3-ruby gem on crunchbang linux. After googling the past few hours and following several people with the same problem, I still haven\

7条回答
  •  孤城傲影
    2020-12-19 03:57

    Per the sqlite3-ruby (now named sqlite3) README.rdoc, you can use the following method to direct to the correct libraries:

    If you have sqlite3 installed in a non-standard location, you can specify the location of the include and lib files by doing:

    gem install sqlite3 -- --with-sqlite3-include=/opt/local/include \

    --with-sqlite3-lib=/opt/local/lib

提交回复
热议问题