Install sqlite3 on mac osx?

后端 未结 4 1416
星月不相逢
星月不相逢 2020-12-11 08:42

I just bought a new MBP

I\'ve read online Sqlite3 already exists on OSX.

I\'ve downloaded mac ports (and installed it) as well as the bin file for sqlite3 fr

4条回答
  •  遥遥无期
    2020-12-11 09:14

    I've seen many posts that recommend you install XCode Tools. I already had XCode 3.2 Installed. Installing XCode from the CD didn't help.

    What did help is the following:

    sudo env ARCHFLAGS="-arch x86_64" gem install sqlite3-ruby
    

    I believe the "env ..." statement will also help if you're trying to install mysql on Snow Leopard.

提交回复
热议问题