Below is a systemd service file. This is my first time writing one, but I adapted it from the fedora rpm package, so it should be mostly good.
http://dl.dropbox.com/u/980984/sphinx.service
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.016996 |
First Submitted: | 2008-05-26 00:46 (UTC) |
Last Updated: | 2023-10-06 08:30 (UTC) |
Dependencies (5)
- expat (expat-gitAUR)
- libmariadbclient (libmysqlclient55AUR, libmysqlclient56AUR, libmysqlclient81AUR, libmysqlclient57AUR, mariadb-libs-gitAUR, libmysqlclientAUR, libmysqlclient80AUR, libmysqlclient84AUR, mariadb-libs, mariadb-lts-libs)
- postgresql-libs (postgresql13-libsAUR, postgresql-libs-gitAUR, postgresql-libs-12AUR)
- unixodbc (unixodbc-gitAUR)
- postgresql (postgresql13AUR, postgresql-gitAUR, postgresql-12AUR, postgresql15-docsAUR, postgresql15AUR, postgresql16-docsAUR, postgresql16AUR) (optional)
Required by (1)
- symbolator-git (optional)
Sources (5)
benoit commented on 2013-01-04 08:36 (UTC)
SirPenguins commented on 2012-12-28 15:18 (UTC)
Sure, if you write one and link it here I will certainly add it.
Otherwise, you'll have to wait until I can get to it (which may be a few days).
brando56894 commented on 2012-12-28 14:41 (UTC)
can this be updated to include a systemd sphinx.service file instead of an rc.d daemon?
SirPenguins commented on 2012-08-09 19:11 (UTC)
I'll adopt this package, as I use it extensively. Let me know if and when you're able to take it back over, dreyes, and I'll gladly hand it back to you.
dryes commented on 2012-08-02 19:59 (UTC)
Done.
(disowning package due to upcoming time sink.)
<deleted-account> commented on 2012-08-02 07:48 (UTC)
same proble like previous version
please add line below in the build:
sed -i '15199,15199 s/x00/x21/' "${srcdir}/${pkgname}-${pkgver}-release/src/searchd.cpp"
thanks.
dryes commented on 2012-08-02 00:10 (UTC)
Updated to 2.0.5.
Note: removed 'sphinx-' prefix, but added symlinks so as not to break things.
dryes commented on 2012-07-25 15:32 (UTC)
Updated with patch below. Thanks.
<deleted-account> commented on 2012-07-25 06:38 (UTC)
for: //sphinxsearch.com/forum/view.html?id=9856
edit PKGBUILD :
before edit :
build() {
sed -i 's/T val = ExprEval/T val = this->ExprEval/g' "${srcdir}/${pkgname}-${pkgver}-release/src/sphinxexpr.cpp"
after edit :
build() {
sed -i 's/T val = ExprEval/T val = this->ExprEval/g' "${srcdir}/${pkgname}-${pkgver}-release/src/sphinxexpr.cpp"
sed -i '15083,15083 s/x00/x21/' "${srcdir}/${pkgname}-${pkgver}-release/src/searchd.cpp"
...
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
.