Sounds like you might not have sphinx install properly or it's not in your path... How did you install sphinx?
Opening your terminal and run 'which indexer' will let you know it can't find the indexer for sphinx... Ryan On Mar 28, 2008, at 12:27 PM, liquid_rails wrote: > > I'm wondering if anyone might have an idea of what's going on here. I > have installed sphinx and ultrasphinx on my computer as well as the > chronic gem. To build an index on my database I run > > "rake ultrasphinx:configure" which executes. > > Then, when I type > > "rake ultrasphinx:index" > > I get the error > > $ indexer --config '/var/www/cardemo/config/ultrasphinx/ > development.conf' --all > sh: indexer: command not found > > Yet when I check to see if the indexer path is set by running > > which indexer > > in my project directory, the computer correctly returns > > $ indexer --config '/var/www/cardemo/config/ultrasphinx/ > development.conf' --all > sh: indexer: command not found > [EMAIL PROTECTED] cardemo]$ which indexer > /usr/local/bin/indexer > > Any idea as to what the problem might be? > > Thanks, > > Cheri > > --~--~---------~--~----~------------~-------~--~----~ SD Ruby mailing list [email protected] http://groups.google.com/group/sdruby -~----------~----~----~----~------~----~------~--~---
