Trying to add some data to my new project using the default sqlite3 database. And so the first issue:
$ /usr/ruby/1.8/bin/rake db:migrate
(in /export/home/jeffw/network)
rake aborted!
no such file to load -- sqlite3
No worries I say, just install the sqlite3 gem, but alas:
$ pfexec gem install sqlite3-ruby
....
/usr/ucb/install -c -m 0755 sqlite3_api.so /usr/ruby/1.8/lib/ruby/gems/1.8/gems/sqlite3-ruby-1.2.4/lib
sh: line 1: /usr/ucb/install: not found