So I still need some help if I may. I have followed the suggestions with some minor modifications and everything seems to install just fine. For some reason however I still get the same error. Here's what I did from the terminal...
./configure --with-pgsql --with-pgsql-includes=/opt/local/include/ postgresql83/ --with-pgsql-libs=/opt/local/lib/postgresql83/ -- without-mysql make sudo make install using config file '/Users/Chris/obilling/config/ development.sphinx.conf'... indexing index 'account_core'... ERROR: source 'account_core_0': unknown type 'pgsql'; skipping. ERROR: index 'account_core': no valid sources configured; skipping. distributed index 'account' can not be directly indexed; skipping. indexing index 'name_core'... ERROR: source 'name_core_0': unknown type 'pgsql'; skipping. ERROR: index 'name_core': no valid sources configured; skipping. distributed index 'name' can not be directly indexed; skipping. I installed postgresql8.3 from the installer rather than macports because I wanted to use the pgadmin ability. Maybe this is my problem. Any suggestions would be helpful. Thanks! Chris If I run all of this it seems to install just fine, but when I run rake ts:index I get the following error still... On Jun 4, 8:50 am, Chris Sund <[email protected]> wrote: > Thanks I'll give those suggestions a try. I appreciate the help. > > On Jun 4, 8:13 am, Pat Allan <[email protected]> wrote: > > > > > Hi Chris > > > It looks like you haven't installed Sphinx with PosgreSQL support. You > > can find instructions on how to do this in the (relatively) new > > documentation site, in the UNIX > > section:http://freelancing-god.github.com/ts/en/installing_sphinx.html > > > Cheers > > > -- > > Pat > > > On 04/06/2009, at 1:38 AM, internetchris 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 -~----------~----~----~----~------~----~------~--~---
