Closed airled closed 4 years ago
New information:
I tried to run this project on other machine with Ubuntu 16.04
and Postgresql psql (12.0 (Ubuntu 12.0-2.pgdg16.04+1), server 11.5 (Ubuntu 11.5-3.pgdg16.04+1))
with sphinx Sphinx 2.2.9-id64-release (rel22-r5006)
and building and updating indices works absolutely fine there.
I experienced this same problem recently. Rebuilding Ruby and reinstalling all gems worked for me.
@atomical Thank you for your answer. I reinstalled ruby with gems but with no luck. Same error.
Can you confirm which version of the MySQL library files you have installed? If it's v8, you'll need to downgrade to v5.7 or earlier, because Sphinx 2.2.11 doesn't understand MySQL v8.
Can you confirm which version of the MySQL library files you have installed? If it's v8, you'll need to downgrade to v5.7 or earlier, because Sphinx 2.2.11 doesn't understand MySQL v8.
You are right. I have this libs:
libmysqlclient-dev/eoan,now 8.0.17-0ubuntu2 amd64 [installed]
libmysqlclient21/eoan,now 8.0.17-0ubuntu2 amd64 [installed,automatic]
mysql-common/eoan,now 5.8+1.0.5ubuntu2 all [installed,automatic]
Thank you. I close the issue.
Hi. I have some issues with a new project. Specs:
Thinking sphinx config:
Sphinx config:
Index file
indices/section_index.rb
:Section model:
No exceptions on running
be rake ts:rebuild
if my database is empty. If I runSection.search('test')
I get:If I try to create new
Section
entity:Extended traceback:
I tried to reinstall postgresql and sphinxsearch packets but no luck. What can it be?