Problem installing sqlite3-ruby!

前端 未结 7 2040
再見小時候
再見小時候 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 04:15

    I ran into the same issue on OSX 10.5.8

    The solutions was pretty simple:

    1.- Xcode downloaded from apple dev.: xcode314_2809_developerdvd.dmg (require registration) 2.- Download and install macports: http://distfiles.macports.org/MacPorts/MacPorts-1.9.2-10.5-Leopard.dmg 3.- sudo port install sqlite3

    And Everything was working as intended.

    Hope this result useful!

    0 讨论(0)
提交回复
热议问题