Hi, I am trying to install sphinx on windows with mySql support. I am doing the way told on the sphinx site. but some how it do not install properly. I am not able to see sphinx.conf file and sphinx.yml file.
C:\Projects\Franklin Anywhere>rake thinking_sphinx:index (in C:/Projects/Franklin Anywhere) [memcache-client] Could not load SystemTimer gem, falling back to Ruby's slower/unsafe timeout library: no such file to load -- system_timer ** [NewRelic] NewRelic Agent Developer Mode enabled. ** [NewRelic] To view performance information, go to http://localhost:3000/newrelic ** [NewRelic] New Relic RPM Agent 2.9.4 Initialized: pid = 3932 ** [NewRelic] Agent Log found in C:/Projects/Franklin Anywhere/log/ newrelic_agent.log uname: illegal option -- p Try `uname --help' for more information. 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 Generating Configuration to C:/Projects/Franklin Anywhere/config/ development.sphinx.conf C:\Projects\Franklin Anywhere>sc delete SphinxSearch [SC] DeleteService SUCCESS please let me know about SOME THING I m missing. 1)Download .zip file from sphinx site. 2)Extract everything from the .zip file you have downloaded - sphinx-0.9.8-win32.zip (or sphinx-0.9.8-win32-pgsql.zip if you need PostgresSQL support as well.) 3)For the remainder of this guide, we will assume that the folders are unzipped into C:\Sphinx, such that searchd.exe can be found in C: \Sphinx\bin\searchd.exe. If you decide to use any different location for the folders or configuration file, please change it accordingly. 4)set the path variable in windows environment for searchd 5)Install the searchd system as a Windows service: C:\Sphinx> searchd --install --config C:\Sphinx\sphinx.conf -- servicename SphinxSearch 6)The searchd service will now be listed in the Services panel within the Management Console, available from Administrative Tools. It will not have been started, as you will need to configure it and build your indexes with indexer before starting the service. A guide to do this can be found under Now its not installed properly, I am not able to see sphinx.conf and sphinx.yml. 7) Then I installed thinking-sphinx gem and also tried plugin (Please tell me which one is the best, plug-in or GEM) 8) how to uninstall the improperly installed sphinx and again install it properly. Thanks and regards Sumeet Panchal On Mar 25, 2:22 pm, Stephen None <[email protected]> wrote: -- 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.
