I did type which indexer in my terminal and it correctly found the path for indexer. I installed sphinx by following the directions here found here http://www.sphinxsearch.com/doc.html
On Mar 28, 12:44 pm, Ryan Felton <[EMAIL PROTECTED]> wrote: > 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- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ SD Ruby mailing list [email protected] http://groups.google.com/group/sdruby -~----------~----~----~----~------~----~------~--~---
