1

I am getting the error

ERROR: expected searchd protocol version 1+, got version '0'. 

Does anyone knows why is it coming so when i run test2.php of sphinx api(ver 0.9.9-win32).

mloskot
  • 37,086
  • 11
  • 109
  • 136
akku
  • 71
  • 5

1 Answers1

0

Check if you have started the searchd daemon. If not, find where you have the searchd installed, go to its directory and issue ./searchd command.

Basically, follow chapter 2.6 from the Sphinx manual

mloskot
  • 37,086
  • 11
  • 109
  • 136
  • thanks mloskot.but now i am getting 2 warnings. WARNING: forcing --console mode on Windows WARNING: seamless_rotate is not yet supported in windows; forcing seamless_rotate=0 listening on all interfaces, port=9312 accepting connections – akku Feb 06 '10 at 07:26
  • @akku as far as I know, you can ignore it. It tells you didn't install searchd as a Windows service, you just control it manually. – mloskot Feb 06 '10 at 13:54