BackupGGCode / dataparksearch

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

Unrecognized options: --enable-htdb #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. try to install using ./configure or ./install.pl
2. if using ./install.pl, enable htdb option
3. continue accepting defaults

Need to be able to index a database as we export URLs to a database for
faster indexing and searching but the latest version will not compile with
htdb support

Original issue reported on code.google.com by rsulliva...@gmail.com on 14 Jan 2010 at 7:55

GoogleCodeExporter commented 9 years ago
--enable-htdb is an outdated option and doesn't affect building process despite 
this
warning message.
The indexer should work fine, though you can try fixed version of install.pl:
http://dataparksearch.googlecode.com/svn-history/r291/trunk/install.pl

Original comment by dp.max...@gmail.com on 14 Jan 2010 at 11:30