Is there any way this package could either get support for, or have a split-build for, libsphinxclient? I currently modified the PKGBUILD to just install it as part of the package, but I feel this might be either a different package or split-build.
Search Criteria
Package Details: sphinx 2.2.11-4
Package Actions
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.27 |
First Submitted: | 2008-05-26 00:46 (UTC) |
Last Updated: | 2023-10-06 08:30 (UTC) |
Dependencies (5)
- expat (expat-gitAUR)
- libmariadbclient (libmysqlclient55AUR, libmysqlclient56AUR, mariadb-libs-gitAUR, libmysqlclient81AUR, libmysqlclient57AUR, libmysqlclient80AUR, libmysqlclientAUR, mariadb-libs, mariadb-lts-libs)
- postgresql-libs (postgresql-libs-12AUR, postgresql13-libsAUR, postgresql-libs-gitAUR)
- unixodbc (unixodbc-gitAUR)
- postgresql (postgresql-12AUR, postgresql13AUR, postgresql15-docsAUR, postgresql15AUR, postgresql-gitAUR, postgresql17-docsAUR, postgresql17AUR) (optional)
Required by (1)
- symbolator-git (optional)
Sources (5)
user00265 commented on 2016-08-16 22:05 (UTC)
cinatic commented on 2015-10-08 10:37 (UTC)
@peterhoeg
thx for the hint, i compared the install hook with those from mariadb and apache and decided now to change it in a slightly different way
<deleted-account> commented on 2015-10-08 09:28 (UTC)
Both groupadd and useradd in sphinx.install should use the --system parameter so the sphinx user is created correctly.
Maybe add --shell /usr/bin/nologin as well?
cinatic commented on 2015-05-13 09:42 (UTC)
@scooter
uhm good question, i am not able to find the source for the search executable. I remember that i tried it once 1 year ago and got some troubles with the command line tools. Maybe they removed it now
IMO it is better to test it by mysql client:
-> mysql -P 9306 -h 127.0.0.1
For SphinxSE you should try workbench or another mysql client of your choice.
scooter commented on 2015-05-12 19:15 (UTC)
Hi there. I installed this, but it seems to be missing the "search" command. All the articles I read mention this command for console searching. Is there a reason it's missing? How do I get it?
cinatic commented on 2015-04-28 18:00 (UTC)
@Enverex
i updated the source and commented the user and group "sphinx" params, i think systemd user is sufficient for the daemon
Enverex commented on 2015-04-28 13:54 (UTC)
Is the service file correct? It claims it failed to start but it's running just fine. Should it be set to simple or some other service type?
cinatic commented on 2015-01-28 21:44 (UTC)
@dcelasun updated
i will check the services at the weekend
dcelasun commented on 2015-01-28 08:09 (UTC)
@alculquicondor 2.2.7 is out.
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 namesphinx-beta
. A closed-source version3.5.1
has been released, which should be supported by the maintainers ofsphinx-bin
.