Re: UdmSearch: Error with compress and uncompress in my_compress.c

2000-07-11 Thread Steven Werby
Peter Green <[EMAIL PROTECTED]> wrote: > Don't bother with that mess. Just do the initial ./configure with: > > env LIBS="-lz" ./configure [options] > > and it should go well, assuming UdmSearch's Makefile uses the LIBS variable. > (It should.) Peter, I tried what you suggested above and make f

Re: UdmSearch: Using UDMSearch to index word documents over a sambamount

2000-07-11 Thread Thomas Yengst
"Alexander I. Barkov" wrote: > > Hi! > > You may use external parser for word documents. > word2x or catdoc should work fine. > Even better is antiword (http://www.winfield.demon.nl/index.html). Tends to produce cleaner results. cheers, Thomas -- Privacy is your right. Please send me encry

Re: UdmSearch: Error with compress and uncompress in my_compress.c

2000-07-11 Thread Alexander I. Barkov
Hello! If LIBS variable does not help you may try to use CFLAGS with same "-lz" value. P.S. We'll try do fix configure script and makefiles to pass -lz automatically when required. Alexander Barkov JV "IZHCOM", Izhevsk, email:[EMAIL PROTECTED] | http://www.izhcom.ru Phone:+7 (3

Re: UdmSearch: Using UDMSearch to index word documents over a sambamount

2000-07-11 Thread Alexander I. Barkov
Hi! You may use external parser for word documents. word2x or catdoc should work fine. On Tue, 11 Jul 2000, Maarten Stolte wrote: > Hi, > > As in the topic,i'd like to know wether i can use UDMSearch to index > our Word documents over a samba mount, since I'm looking for something > to repl

Re: UdmSearch: Problem with Indexer Default Paths in Udmsearch

2000-07-11 Thread Alain TESIO
Hi again, I don't know whether it can help or not, try to delete config.cache and do a make clean before running configure with new options. Alain __ Do You Yahoo!? Get Yahoo! Mail – Free email you can access from anywhere! http://mail.yahoo.com/ _

RE: UdmSearch: Using UDMSearch to index word documents over a samba mount

2000-07-11 Thread Maarten Stolte
Hi, thanks. Is the Word Indexing with a filter fast and reliable enough for a production server? -Original Message- From: Alain TESIO [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 11, 2000 4:22 AM To: Maarten Stolte; '[EMAIL PROTECTED]' Subject: Re: UdmSearch: Using UDMSearch to index

Re: UdmSearch: Using UDMSearch to index word documents over a samba mount

2000-07-11 Thread Alain TESIO
Hello, these are two separates problem : I don't see why you couldn't index files on a samba mount. Indexing MS Words documents requires a filter to gather text from the docs, wherever they are located. Alain --- Maarten Stolte <[EMAIL PROTECTED]> wrote: > Hi, > > As in the topic,i'd like to kn

UdmSearch: Using UDMSearch to index word documents over a samba mount

2000-07-11 Thread Maarten Stolte
Hi, As in the topic,i'd like to know wether i can use UDMSearch to index our Word documents over a samba mount, since I'm looking for something to replace MS Index server.. I read i could use filters to pull text out of the word docs, but am doubting it will be any fast. Maarten Stolte _

Re: UdmSearch: Problem with Indexer Default Paths in Udmsearch

2000-07-11 Thread Alexander Barkov
Hello! You can use ./configure --prefix=/preferred/path/to/install instead of fixing ac_default_prefix JB Hiller wrote: > > I am trying to run the Indexer for the first time. Since I use a virtual > server I need to change the paths for the indexer.conf file, dict file, > etc. Even though