Archive for the 'gems' Category

MySQL gem linking error

« 6 June 2007 | 10:07 | gems, rubyonrails | No Comments »

After doing a fresh install of my whole development stack I encountered the following error when trying to use anything that accessed the db:
dyld: NSLinkModule() error
dyld: Library not loaded: /usr/local/mysql/lib/mysql/libmysqlclient.15.dylib
Referenced from: /usr/lib/ruby/gems/1.8/gems/mysql-2.7/lib/mysql.bundle
Reason: image not found
I found helpful info here and here.
The only thing I had to do differently was alter the path to mysql.bundle to […]