I posted this on Ruby Talk but then I realized I probably should of posted it here instead... I receive this error when running a rake command: $ rake db:migrate (in /Users/jeremy/rails/depot) dyld: NSLinkModule() error dyld: Library not loaded: /usr/local/mysql/lib/mysql/libmysqlclient. 15.dylib Referenced from: /usr/local/lib/ruby/gems/1.8/gems/mysql-2.7/lib/ mysql.bundle Reason: image not found Trace/BPT trap I''m working with the book "Agile Web Development with Rails" and even though it discusses many possible errors, none of them relate to this one. Also, my database.yml file seems to be correct so I don''t think that''s the problem. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On May 26, 9:16 pm, Jeremy Heiler <jeremyhei...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I posted this on Ruby Talk but then I realized I probably should of > posted it here instead... > > I receive this error when running a rake command: > > $ rake db:migrate > (in /Users/jeremy/rails/depot) > dyld: NSLinkModule() error > dyld: Library not loaded: /usr/local/mysql/lib/mysql/libmysqlclient. > 15.dylib > Referenced from: /usr/local/lib/ruby/gems/1.8/gems/mysql-2.7/lib/ > mysql.bundle > Reason: image not found > Trace/BPT trap > > I''m working with the book "Agile Web Development with Rails" and even > though it discusses many possible errors, none of them relate to this > one. Also, my database.yml file seems to be correct so I don''t think > that''s the problem.Well I discovered the diagnoses but not the cure. My "libmysqlclient. 15.dylib" file is located in "/usr/local/mysql/lib" instead of "/usr/ local/mysql/lib/mysql". I opened up the "mysql.bundle" file in vi but it was complete chaos. I could see where to make the change but it didn''t look safe to edit the file. What do I do? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On May 26, 2007, at 11:36 PM, Jeremy Heiler wrote:> > On May 26, 9:16 pm, Jeremy Heiler <jeremyhei...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >> I posted this on Ruby Talk but then I realized I probably should of >> posted it here instead... >> >> I receive this error when running a rake command: >> >> $ rake db:migrate >> (in /Users/jeremy/rails/depot) >> dyld: NSLinkModule() error >> dyld: Library not loaded: /usr/local/mysql/lib/mysql/libmysqlclient. >> 15.dylib >> Referenced from: /usr/local/lib/ruby/gems/1.8/gems/mysql-2.7/lib/ >> mysql.bundle >> Reason: image not found >> Trace/BPT trap >> >> I''m working with the book "Agile Web Development with Rails" and even >> though it discusses many possible errors, none of them relate to this >> one. Also, my database.yml file seems to be correct so I don''t think >> that''s the problem. > > Well I discovered the diagnoses but not the cure. My "libmysqlclient. > 15.dylib" file is located in "/usr/local/mysql/lib" instead of "/usr/ > local/mysql/lib/mysql". I opened up the "mysql.bundle" file in vi but > it was complete chaos. I could see where to make the change but it > didn''t look safe to edit the file. What do I do? > > > >I found the answer on Google. http://railsforum.com/viewtopic.php?pid=24070 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---