Help in setting up the sphinx

ok I downloaded sphinx-0.9.9.tar.gz to the desktop

I extracted to a folder called sphinx on my desktop.

I run:

cd ~ / Desktop / sphinx

./configure --prefix = / usr / local / sphinx --with-MySQL

a lot of things happen.

Then I ran this line

to do

I get this error:

make: *** There are no goals set and no makefile found. Stop.

I'm on ubuntu 10.04 I already installed apache2, php5, mysql, mysqladmin

I do not know what the error means.

Update

in fact, I noticed after starting:

./configure --prefix = / usr / local / sphinx --with-MySQL

I get this:

ERROR: Cannot find MySQL. files.

Make sure you have MySQL. files. The package name is usually "mysql-devel".

If the included files are installed on your system, but you still get this message, you should do one of the following:

1) , , --with-MySQL- ; 2) MySQL , --with-mysql; 3) , mysql_config PATH.

MySQL, --without-mysql.

+3
1

-, :

sudo aptitude install libmysql ++ - dev libmysqlclient15-dev checkinstall

+10

Source: https://habr.com/ru/post/1751246/


All Articles