Snow Leopard, sqlite3-ruby

后端 未结 5 1399
我在风中等你
我在风中等你 2021-01-06 12:27

So I followed every suggestion in this thread

without success. I\'m running os x 10.6, rails 2.3.3, ruby 1.9.1 and still getting this error when I try accessing the

5条回答
  •  忘掉有多难
    2021-01-06 13:04

    I finally solved this by recompiling ruby 1.9.1 with the appropriate sqlite3 libraries linked. So in my case I needed to create this link:

    sudo ln -s  /Developer/SDKs/MacOSX10.6.sdk/usr/lib/libsqlite3.0.dylib /usr/local/lib/libsqlite3.dylib
    

提交回复
热议问题