0
votes
1answer
15 views

Sphinx searchd dead but subsys locked

I have configured everything on sphinx. It is working fine in the command-line interface using Putty. Even i can able to search in the Command Line Interface as below, [root@phpsalzer sphinx]# search ...
0
votes
0answers
84 views

SphinxQL realtime index enable_star not works

SphinxQL realtime index not works with star symbol MATCH("word*"); Return only if i type full entries of word My index config is: Sphinx 2.0.6-release (r3473) index lal_ru { type = rt ...
2
votes
0answers
100 views

Sphinx searchd: failed to lock .spl file, no such file or directory

I use sphinx for indexing on my development environment, and it is working fine. But when i take it to the server. I can index and I have the indexes with search working on them, but everytime I run ...
1
vote
1answer
387 views

Update sphinx from source after apt-get

I'm running the latest debian as OS. I installed Sphinx using apt-get install sphinxsearch However, I need to communicate with sphinx trough PHP. In order to do so I downloaded the latest Sphinx ...
0
votes
1answer
261 views

Install Sphinx Search on my Virtual Private Server

I'm trying to install sphinxsearch on a Virtual Private Server that is running Debian GNU/Linux. It seems to depend on upstart-job. Here is the output I get when I try and run the installer. ...
0
votes
1answer
414 views

Installing Sphinx (2.0.1.beta) --with-mysql fails

I am trying to install sphinx on my centOS 5.6 x64 if I do yum install sphinx I get only 0.9,9 version, and I'd like to install 2.0.1-beta so I followed the instructions in their documentation and I ...