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
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.