What happens if you call indexer on the command line? I'm guessing Sphinx needs to be reinstalled.
--
Pat
> --
> You received this message because you are subscribed to the Google Groups "Thinking Sphinx" group.
> To post to this group, send email to thinkin...@googlegroups.com.
> To unsubscribe from this group, send email to thinking-sphi...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/thinking-sphinx?hl=en.
>
I hit this problem a while ago (back when I upgraded to Snow Leopard myself, I guess). The docs cover this situation:
http://freelancing-god.github.com/ts/en/installing_sphinx.html
In short, you should hopefully just need to run the following command - although I really don't feel this is a *smart* approach, but I couldn't find anything better.
sudo ln -s /usr/local/mysql/lib /usr/local/mysql/lib/mysql
And welcome back - hopefully those indexing times have been nice and fast since :)
--
Pat
--
Pat
sudo mkdir -p /usr/local/mysql/lib
sudo ln -s /opt/local/lib/mysql5/mysql /usr/local/mysql/lib/mysql
Hope this does the trick :)
--
Pat
--
Pat