Results 1 to 3 of 3

Thread: Error with Rake

  1. #1
    Join Date
    Apr 2008
    Posts
    29

    Error with Rake

    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.
    "I'd rather be riding my bike thinking about God than sitting in church thinking about my bike"

  2. #2
    Join Date
    May 2008
    Posts
    2,297
    I found the following solution to this problem:

    Fire up the Terminal then type
    Code:
    cd /usr/local/mysql/lib
    sudo mkdir mysql
    Password: *************
    cd mysql/
    sudo ln -s ../libmysqlclient.15.0.0.dylib libmysqlclient.15.0.0.dylib
    sudo ln -s ../libmysqlclient.15.0.0.dylib libmysqlclient.15.dylib
    sudo ln -s ../libmysqlclient.15.0.0.dylib libmysqlclient.dylib
    This will create some symbolic links from the expected location of these files to the current location.

    This seems to be related to a change in the directory structure of the current mysql releases?! But I did not investigate any further.

  3. #3
    Join Date
    Apr 2008
    Posts
    29
    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.
    "I'd rather be riding my bike thinking about God than sitting in church thinking about my bike"

Similar Threads

  1. Replies: 5
    Last Post: 04-05-2011, 10:50 AM
  2. Replies: 6
    Last Post: 12-11-2010, 11:37 PM
  3. Server Error: 451, Socket Error: 10053, Error Number: 0x800CCC0F
    By Eigenberg in forum Windows XP Support
    Replies: 3
    Last Post: 03-06-2008, 04:13 PM
  4. Replies: 3
    Last Post: 21-07-2005, 01:07 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,750,460,063.38066 seconds with 16 queries