मैंने अभी स्रोत डाउनलोड करने वाले स्फिंक्स (distro: archlinux) स्थापित किया है। फिर मैंने रेल के लिए "थिंकिंग स्पिंक्स" प्लगइन स्थापित किया।रेल के साथ सोच स्फिंक्स चलाने में समस्या 2.3.5
मैं official page setup और this Screencast from Ryan Bates पीछा किया, लेकिन जब मैं सूचकांक मॉडल करने की कोशिश यह मुझे इस त्रुटि देता है:
$ rake thinking_sphinx:index
(in /home/benoror/Dropbox/Proyectos/cotizahoy)
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 /home/benoror/Dropbox/Proyectos/cotizahoy/config/development.sphinx.conf
sh: indexer: command not found
मैं मैन्युअल डेमॉन शुरू करने की कोशिश की (/ usr/bin/स्फिंक्स-searchd), बदलते config/sphinx.yml फ़ाइल:
devlopment:
searchd_binary_name: sphinx-searchd
indexer_binary_name: sphinx-indexer
लेकिन यह एक ही त्रुटि दिखाता है, किसी भी विचार?
मेरे पास उचित बिन पथ है। लेकिन फिर भी यह एक ही त्रुटि दिखा रहा है –