I'm having a similar problem as this thread:
http://groups.google.com/group/thinking-sphinx/browse_thread/thread/1152e8eabc27044d
- but using Homebrew instead of Macports.

Both rake ts:start, and searchd throw this error:
dyld: Library not loaded: libmysql.16.dylib
  Referenced from: /Users/nickw/Developer/bin/searchd
  Reason: image not found

MySQL runs fine. Here's where things are installed by Howebrew:

/Users/nickw/Developer/bin/mysql
/Users/nickw/Developer/bin/searchd

/Users/nickw/Developer/Cellar/mysql/5.1.49/include/mysql
/Users/nickw/Developer/Cellar/mysql/5.1.49/lib/
mysql                       >> Contains libmysqlclient.dylib ->
libmysqlclient.16.dylib

/Users/nickw/Developer/Cellar/mysql-connector-c/6.0.2/include/
/Users/nickw/Developer/Cellar/mysql-connector-c/6.0.2/
lib/                >> Contains libmysql.16.dylib -> libmysql.
16.0.0.dylib

I noticed that searchd is looking for "libmysql.16.dylib" - which as
you can see is in "mysql-connector" not "mysql". I've spent hours and
hours trying different potential solutions, everything from symlinking
different .dylib files, symlinking from /usr/local, passing different
--mysql flags to the sphinx installation, etc, etc. Any other ideas
would be much appreciated!

-- 
You received this message because you are subscribed to the Google Groups 
"Thinking Sphinx" 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/thinking-sphinx?hl=en.

Reply via email to