Package Details: sphinx 2.2.11-4

Git Clone URL: https://aur.archlinux.org/sphinx.git (read-only, click to copy)
Package Base: sphinx
Description: Free open-source SQL full-text search engine.
Upstream URL: http://www.sphinxsearch.com/
Keywords: devel engine fulltext
Licenses: GPL
Conflicts: sphinx-beta, sphinx-bin
Submitter: None
Maintainer: shyamin
Last Packager: None
Votes: 70
Popularity: 0.016996
First Submitted: 2008-05-26 00:46 (UTC)
Last Updated: 2023-10-06 08:30 (UTC)

Pinned Comments

<deleted-account> commented on 2023-09-30 20:51 (UTC)

The last open source version of sphinx was 2.2.11. 2.3.2-beta has been released, but this is a beta version and should be provided under the name sphinx-beta. A closed-source version 3.5.1 has been released, which should be supported by the maintainers of sphinx-bin.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

martinpoljak commented on 2012-07-24 16:30 (UTC)

For using the RT indexes feature, please see: http://sphinxsearch.com/forum/view.html?id=9856 RT feature of the current Sphinx version (2.0.4) isn't compatible with the latest PHP 5.4.5 mysqlnd available in the repository. Patch is described in the same place and it's maybe a good idea to include it into the package because it's in fact an by PHP inducted regression.

dryes commented on 2012-05-25 06:03 (UTC)

Regarding the prefix, I assume it's to avoid conflicts with other packages, although I couldn't say which. If anyone has any input, please share. Also yes.

cameel commented on 2012-05-24 13:09 (UTC)

One more thing: could PostgreSQL support be enabled by default (--with-pgsql option for configure)?

cameel commented on 2012-05-24 12:36 (UTC)

Why are the executables prefixed with 'sphinx-'? I'm trying to use this package with thinking_sphinx ruby gem, but it assumes that the name is 'searchd' and only allows you to specify the path, not the executable name through the 'bin_path' configuration option. I know that I can edit the PKGBUILD to change it and that's what I'm going to do but I just wanted to know what is the rationale behind having this prefix by default.

dryes commented on 2012-04-18 02:30 (UTC)

mamciek: thanks. updated.

mamciek commented on 2012-04-10 14:20 (UTC)

In the meantime this patch helps http://pastebin.com/20wfb1vn (at least compilation doesn't fail)

mamciek commented on 2012-04-10 13:04 (UTC)

I filed issue report http://sphinxsearch.com/bugs/view.php?id=1157

mamciek commented on 2012-04-10 12:15 (UTC)

Cannot build sphinx make[2]: *** [sphinxexpr.o] Error 1 make[2]: Leaving directory `/tmp/yaourt-tmp-maciej/aur-sphinx/src/sphinx-2.0.4-release/src' make[1]: *** [all] Error 2 make[1]: Leaving directory `/tmp/yaourt-tmp-maciej/aur-sphinx/src/sphinx-2.0.4-release/src' make: *** [all-recursive] Error 1

dryes commented on 2012-01-16 20:18 (UTC)

Thanks mtorromeo; updated with below and a few changes of my own.