Piler post installation error.

Issue #1333 resolved
B.JEGADEESAN created an issue

We setup new piler in Oracle Linux 8.7 operating system.

We successfully installed all the Mandatory & Highly recommended packages.

After completed the pre-installation steps and start the piler post installation step while run the make postinstall command we got the below error.

ERROR:

Correct? [Y/N] [N] Y

Continue and modify system? [Y/N] [N] Y

Creating mysql database... Done.

Writing sphinx configuration... Done.

Initializing manticore indices... Sphinx 2.2.11-id64-release (95ae9a6)

Copyright (c) 2001-2016, Andrew Aksyonoff

Copyright (c) 2008-2016, Sphinx Technologies Inc (http://sphinxsearch.com)

using config file '/usr/local/etc/piler/manticore.conf'...

ERROR: unknown key name 'stored_fields' in /usr/local/etc/piler/manticore.conf line 181 col 22.

ERROR: unknown key name 'stored_fields' in /usr/local/etc/piler/manticore.conf line 181 col 1.

FATAL: failed to parse config file '/usr/local/etc/piler/manticore.conf'

make: *** [Makefile:129: postinstall] Error 1

In our setup we installed sphinx - 2.2.11-id64-release (95ae9a6), MariaDB - 10.6.16, php-fpm - 8.0 with piler - 1.4.1.

Please let us know how to fix this error and completed the post installation.

Comments (7)

  1. Janos SUTO repo owner
    • changed status to open

    Try installing manticore. Sphinx 2.x is way too old. I'll also fix the docs to recommend manticore for new installations.

  2. B.JEGADEESAN reporter

    But in our existing server also had sphinx with upgraded binary files version (3.3.1), So we need to setup our new server same like that. How to achieve this.

  3. B.JEGADEESAN reporter

    Okay i understood but need one clarification, While we run the make postinstall command above the mentioned error occurred, So as per my understanding after make postinstall command. We copied the sphinx.conf file from our existing server and then start searchd it new server could be start and working fine right?

  4. Janos SUTO repo owner

    In theory yes, however, be sure to check the postinstall script, it’s quite possible that you need to complete manually a few unfinished steps.

  5. B.JEGADEESAN reporter

    Yah we upgrade sphinx 3.3.1 and copy the sphinx configuration from our existing server, Then run the postinstall script and everything is working fine now. Thanks for your valuable support.

  6. Log in to comment