Have you set bin_path in your sphinx.yml file? I did set up almost the same server just over a week ago (Karmic, 0.9.9, TS 1.3.16, passenger with nginx), and it works for me... but maybe that's because I used passenger-stack: http://github.com/benschwarz/passenger-stack
(Though I used a branch which had some issues with the nginx init.d file, but that won't influence the PATH). I guess, I'd start with setting bin_path to wherever indexer and searchd are located (/usr/local/bin?), and if that doesn't help matters, let us know :) -- Pat On 16/03/2010, at 5:41 PM, ct9a wrote: > hello, guys and Pat, > > I got a new Ubuntu machine (Karmic Koala). > I brought my working application from my working server to this new > server. > > I have installed sphinx 0.9.9 > - http://www.sphinxsearch.com/downloads/sphinx-0.9.9.tar.gz is where i > downloaded it from > - untar-ed the tar file > - ran ./configure > - ran make > - ran make install > > All ran fine without a problem. > > > Installed thinking sphinx and it went ok. Here's the output: > > r...@karmic-koala:~/projects/myApp# gem install thinking-sphinx \ >> --source http://gemcutter.org > ----------------- Extract start ------------------------------ > If you're upgrading, you should read this: > http://freelancing-god.github.com/ts/en/upgrading.html > > Successfully installed thinking-sphinx-1.3.16 > 1 gem installed > Installing ri documentation for thinking-sphinx-1.3.16... > Updating class cache with 3020 classes... > Installing RDoc documentation for thinking-sphinx-1.3.16... > r...@karmic-koala:~/projects/myApp# > ----------------- Extract stop ------------------------------ > > -Restart nginx > -Ran "rake thinking_sphinx:rebuild" > > Checked the nginx error log (/opt/nginx/logs/error.log). Here's an > extract: > > ----------------- Extract start ------------------------------ > Sphinx cannot be found on your system. You may need to configure the > following > settings in your config/sphinx.yml file: > * bin_path > * searchd_binary_name > * indexer_binary_name > > For more information, read the documentation: > http://freelancing-god.github.com/ts/en/advanced_config.html > ----------------- Extract stop ------------------------------ > > Please help :) > > > > -- > 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. > -- 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.
