Chris, When I moved to a mac, I had problems getting mysql working. In the end, I had to install sphinx from source using a LDFLAGS. I can't remember if mysql was installed the same way. Hope that helps.
Jeremy curl -O http://www.sphinxsearch.com/downloads/sphinx-0.9.8.1.tar.gz tar zxvf sphinx-0.9.8.1.tar.gz cd sphinx-0.9.8.1 export LDFLAGS="-arch x86_64" ./configure --prefix=/usr/local --with-mysql=/usr/local/mysql make sudo make install On Jun 4, 12:38 am, internetchris <[email protected]> wrote: > Hey everyone, > > I just went to a mac for my dev machine and I'm trying to get TS > working. When I type "rake ts:index" in rails I get the following > error... > > ERROR: source 'account_core_0': unknown type 'pgsql'; skipping. > > For some reason it doesn't seem to understand that I'm using > postgresql. What can I do to make sure TS is installed correctly vs > something else. I simply need the first step to troubleshooting this. > I have installed and re-installed postgresql a few times. The actual > database connection and functionality works fine in my app. I can add > and remove records without a problem. > > Any help is appreciated, > > Chris --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
