Re: Installation issue

Yes, I meant ‘rake development db:bootstrap’. . .

I installed both ruby and mysql from source. Rails, of course, was
installed as a gem with all dependencies

ruby -v = ‘ruby 1.8.5 (2006-12-25 patchlevel 12) [powerpc-
darwin8.8.0]’

mysql --version = ‘mysql Ver 14.12 Distrib 5.0.27, for apple-
darwin8.6.0 (powerpc) using readline 5.0’

gem list | grep ‘^[A-Za-z0-9]’ =

actionmailer (1.3.3, 1.3.2)
actionpack (1.13.3, 1.13.2)
actionwebservice (1.2.3, 1.2.2)
activerecord (1.15.3, 1.15.2)
activesupport (1.4.2, 1.4.1)
cgi_multipart_eof_fix (2.1)
daemons (1.0.6, 1.0.5)
fastthread (1.0, 0.6.4.1)
gem_plugin (0.2.2)
goldberg_generator (0.2.0)
hoe (1.2.1, 1.2.0)
image_science (1.1.2, 1.1.1)
loaded_plugins (0.1.0)
mongrel (1.0.1)
plugin_migrations (0.1.0)
radiant (0.6.1)
rails (1.2.3, 1.2.2)
rake (0.7.3, 0.7.2)
rapt (0.2.2, 0.2.1)
RedCloth (3.0.4)
rubyforge (0.4.2, 0.4.1)
rubygems-update (0.9.4, 0.9.2)
RubyInline (3.6.3, 3.6.2)
sources (0.0.1)
sqlite3-ruby (1.2.1)

–Michael