I'm using Leopard with Merb 1.0.4, datamapper 0.9.8, and I'm trying to
migrate my database for the first time.  The rake db:create seems to
work fine, but when I run rake db:automigrate I'm getting the
following error.

 ~ Connecting to database...
rake aborted!
dlopen(/Library/Ruby/Gems/1.8/gems/do_mysql-0.9.9/lib/
do_mysql_ext.bundle, 9): Library not loaded: /usr/local/mysql/lib/
mysql/libmysqlclient.15.dylib
  Referenced from: /Library/Ruby/Gems/1.8/gems/do_mysql-0.9.9/lib/
do_mysql_ext.bundle
  Reason: image not found - /Library/Ruby/Gems/1.8/gems/do_mysql-0.9.9/
lib/do_mysql_ext.bundle
/Users/jkay/Sites/geneharris/rakefile:24
(See full trace by running task with --trace)

Looks like it is looking in the wrong spot for the libmysqlclient.
15.dylib which lives here /usr/local/mysql-5.0.45-osx10.4-i686/lib/
libmysqlclient.15.dylib
 on my machine.

Justin



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"merb" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/merb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to