UdmSearch: 3.1.6

2000-10-11 Thread Alexander Barkov
Hello! UdmSearch 3.1.6 is available from http://search.mnogo.ru ChangeLog: - search.cgi template name detection has been fixed to support content negotiation. This makes possible to install multi-language search pages. - DefaultLang indexer.conf parameter has been added to set default

Re: UdmSearch: 3.1.6 compile problems

2000-10-12 Thread Thomas Yengst
Platform/Configuration FreeBSD 4.1 Mysql 3.22.32 ./configure --with-mysql --enable-freebsd-pthreads ar cru .libs/libudmsearch.a indexer.o parseurl.o charset.o parser.o sql.o spell.o md5.o log.o proto.o udmutils.o robots.o hrefs.o mutex.o conf.o files.o crc32.o parsedate.o ftp.o socket.o host.o

Re: UdmSearch: 3.1.6 compile problems

2000-10-12 Thread Alexander Barkov
Hello! it should be "ntemplates" there, not "ntempl". I recently found that we have two variables with the same name. The first one is static and the second is LoadTemplate() function argument. To make code cleaner, I renamed static variable to "ntemplates", but did not try to compile with enabl

UdmSearch: 3.1.6 won´t compile with --enable-news-extension

2000-10-13 Thread Emre Bastuz
ce sql.c:2260: for each function it appears in.) make[1]: *** [sql.lo] Error 1 make[1]: Leaving directory `/tmp/udmtmp/udmsearch-3.1.6/src' make: *** [all-recursive] Error 1 Does anyone have idea how to fix this ? Just in case it was outdated I upgraded 'make', this didn´t help e

Re: UdmSearch: 3.1.6 won╢t compile with --enable-news-extension

2000-10-13 Thread Alexander Barkov
Url': > sql.c:2252: parse error before `;' > sql.c:2260: `qbuf' undeclared (first use in this function) > sql.c:2260: (Each undeclared identifier is reported only once > sql.c:2260: for each function it appears in.) > make[1]: *** [sql.lo] Error 1 > make[1]: Leaving d