Seems to have a missing dependency on mysql:
checking whether to compile with MySQL support... yes
checking for mysql_config... not found
checking MySQL include files... configure: error: missing include files.
Aborting...
==> ERROR: Makepkg was unable to build sphinx.
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.29 |
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, postgresql17-docsAUR, postgresql17AUR, postgresql-gitAUR) (optional)
Required by (1)
- symbolator-git (optional)
Sources (5)
keithw commented on 2010-11-19 19:00 (UTC)
x0x01 commented on 2010-11-13 10:29 (UTC)
latest version 1.10-beta, added rc.d and conf.d scripts
csgeek commented on 2010-09-17 14:53 (UTC)
is there a 1.10 beta aur package out? I couldn't find if there is, or I may have overlooked it.
for the bug bellow.. to save you from reading the long forum post just disable #MAKEFLAGS="-j5" from your /etc/makepkg.conf to fix it.
<deleted-account> commented on 2010-07-21 08:25 (UTC)
1.10 beta is out and is recommended one
<deleted-account> commented on 2010-04-26 16:55 (UTC)
Solved http://bbs.archlinux.org/viewtopic.php?id=77214
<deleted-account> commented on 2010-04-26 16:48 (UTC)
Same error as @jqxl0205 here
jqww2002 commented on 2010-04-06 16:31 (UTC)
There is something wrong here.
/bin/sh ./libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I. -I. -march=i686 -mtune=generic -O2 -pipe -c -o sphinxclient.lo sphinxclient.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -march=i686 -mtune=generic -O2 -pipe -c test.c
make[1]: *** No rule to make target `.libs/libsphinxclient.a', needed by `test'. Stop.
make[1]: *** Waiting for unfinished jobs....
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I. -march=i686 -mtune=generic -O2 -pipe -c sphinxclient.c -fPIC -DPIC -o .libs/sphinxclient.o
gcc -DHAVE_CONFIG_H -I. -I. -I. -march=i686 -mtune=generic -O2 -pipe -c sphinxclient.c -o sphinxclient.o >/dev/null 2>&1
Any ideas?
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
.