BackupGGCode / dataparksearch

An open source search engine for Internet and Intranet sites
GNU General Public License v2.0
1 stars 2 forks source link

indexer -Ecreate #46

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Im trying to setup dataparksearch, but im having trubble running "indexer 
-Ecreate"

Output:

Sphinx 2.0.4-release (r3135)
Copyright (c) 2001-2012, Andrew Aksyonoff
Copyright (c) 2008-2012, Sphinx Technologies Inc (http://sphinxsearch.com)

ERROR: malformed or unknown option near '-Ecreate'.

Original issue reported on code.google.com by janbjorge on 18 May 2013 at 2:38

GoogleCodeExporter commented 9 years ago
It looks like you're trying to start indexer from Sphinx search engine with a 
DataparkSearch's option.

Try to use full path. It should be /usr/local/dpsearch/sbin/indexer for default 
installation.

Original comment by dp.max...@gmail.com on 19 May 2013 at 6:27

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
For some reason when i run the install.pl scipt it wont run ./confiugre whit 
the mysql flag set. So when i force run it whit the mysql flag i get this error:

checking for MySQL support... ./configure: line 17795: test: !=: unary operator 
expected
no
configure: error: Unknown MySQL directory - unable to find mysql.h

Original comment by janbjorge on 19 May 2013 at 11:39

GoogleCodeExporter commented 9 years ago
What version of DataparkSearch do you try to build?

Do you have a development package for MySQL client library (e.g. 
libmysqlclient-dev) installed ? Usually if it's installed by default it's 
recognised by configure automatically without a switch.

Original comment by dp.max...@gmail.com on 19 May 2013 at 1:41

GoogleCodeExporter commented 9 years ago
I was missing the libmysqlclient-dev. Thanks for the help! :)

Original comment by janbjorge on 19 May 2013 at 1:44

GoogleCodeExporter commented 9 years ago

Original comment by dp.max...@gmail.com on 25 Jul 2013 at 7:52