From: Chris Davies Date: 2009-04-15T09:05:06+09:00 Subject: Re: Ruby, SQLite, and MAMP Theodore Nielsen wrote: > I'm running a Ruby development environment on my computer and have MySQL > & SQLite through MAMP. I am unable to install the sqlite gem, and get > the following error: > checking for sqlite.h... no You haven't installed the sqlite development files, so the gem can't be built. Chris