开发者

Sphinx search server: unknown type 'pgsql'

开发者 https://www.devze.com 2023-04-04 08:55 出处:网络
I\'m trying to install Sphinx search server with pgsql and I have this error: \"unknown type \'pgsql\'; skipping;\"

I'm trying to install Sphinx search server with pgsql and I have this error: "unknown type 'pgsql'; skipping;"

You will probably ask me if I have added --with-pgsql="path/to/pgsql" with "./configure" but I try to install sphinx with ... a remote DB!

So I can't specify --with-pgsql with "./configure" because pgsql files are not on this server.

My sphinx.conf file contains access to the remote DB (IP, database, port etc.).

If someone could help me on this开发者_C百科 problem.


check: whereis pg_config

must output: pg_config: /usr/bin/pg_config /usr/share/man/man1/pg_config.1.gz

if output: pg_config: < nothing >

then install package postgresql-devel (for SUSE) or libpq-dev (for other ver.) or another analog package

0

精彩评论

暂无评论...
验证码 换一张
取 消