Re: [htdig] Problems compiling 3.20b2

2001-01-16 Thread richard
I'll try compiling the recommended version today and let you all know. Richard - Original Message - From: Gilles Detillieux [EMAIL PROTECTED] To: Richard van Drimmelen [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, January 15, 2001 6:35 PM Subject: Re: [htdig] Problems compiling

[htdig] htdig 3.2.0 under Solaris

2001-01-16 Thread Malka Cymbalista
I am trying to compile htdig 3.2.0b3 under Solaris 2.6. The configure runs fine, but when I give the make command I get the error mksh: Fatal error in reader: = missing from replacement macro reference Current working directory /WWW/support/htdig-3.2.0b3-110500/htlib *** Error code 1 make:

Re: [htdig] Problems compiling 3.20b2

2001-01-16 Thread richard
compiling went fine, after I installled zlib-1.1.3. But running rundig -c my.conf: Arithmetic Exception - core dumped core file from htfuzzy. richard - Original Message - From: Gilles Detillieux [EMAIL PROTECTED] To: Richard van Drimmelen [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent:

[htdig] document contains no data

2001-01-16 Thread Jason McLatchie
Hi, I am new to Linux and htig so forgive my ignorance. I recently installed htdig on our dev and prod servers here at work prior to a January 15 launch of the site. I indexed the 3 pages we had available prior to launch and everything worked fine. After the launch the search would time out

[htdig] solaris 2.6 and htdig 3.1.5

2001-01-16 Thread Ronald Edward Petty
I think its 3.1.5(whatever the latest stable is). Anyways I emailed yesterday about this ares:/export/netapp/user/rpy/htdig-3.1.5/htfuzzy/ make c++ -o htfuzzy -L../htlib -L../htcommon -L../db/dist -L/usr/lib Endings.o EndingsDB.o Exact.o Fuzzy.o Metaphone.o Soundex.o SuffixEntry.o Synonym.o

Re: [htdig] document contains no data

2001-01-16 Thread Geoff Hutchison
On Tue, 16 Jan 2001, Jason McLatchie wrote: functionality it still timed out. I indexed a non-SSL site to test if it truly was the SSL that was causing the problem. I got the same message from the search. You say "timed out," but how long did it take to get the "Document contains no data"

Re: [htdig] document contains no data

2001-01-16 Thread Jason McLatchie
I had our webserver guy take a look at this problem and he had made a change when the site went live that basically took cgi-bin/ out of commission. He fixed the problem and it works great and is indexing SSL also. Thank you for the quick response! I do have another question though. We require

Re: [htdig] document contains no data

2001-01-16 Thread Geoff Hutchison
On Tue, 16 Jan 2001, Jason McLatchie wrote: 1) If it's possible, how would I go about doing this? See http://www.htdig.org/attrs.html#authentication or the -u flag to htdig http://www.htdig.org/htdig.html 2) Are there any security issues I might need to be aware of? For either usage,

Re: [htdig] htdig 3.2.0 under Solaris

2001-01-16 Thread Geoff Hutchison
On Tue, 16 Jan 2001, Malka Cymbalista wrote: I am trying to compile htdig 3.2.0b3 under Solaris 2.6. The configure runs fine, but when I give the make command I get the error I don't know--do you have a GNU make around? You shouldn't need it, but it would be good to know if that's a

[htdig] Avoiding search on file name

2001-01-16 Thread Loys Masquelier
Hello, I have a problem in indexing a file hierarchy. Htdig by default indexes all the names of all the files. When I search for a word, if that word is found in a file name, htsearch return the file path. But I only want files which contain the given word. Is there a way to avoid that file

Re: [htdig] Avoiding search on file name

2001-01-16 Thread Peterman, Timothy P
I think setting "title_factor" to 0 in the config file will do that. You'll probably need to reindex for that change to take effect. Loys Masquelier wrote: Hello, I have a problem in indexing a file hierarchy. Htdig by default indexes all the names of all the files. When I search for a

Re: [htdig] Problems compiling 3.20b2

2001-01-16 Thread Gilles Detillieux
According to richard: compiling went fine, after I installled zlib-1.1.3. But running rundig -c my.conf: Arithmetic Exception - core dumped core file from htfuzzy. Oh, right. On Solaris, you must use the --disable-shared option on ./configure to avoid this problem. We still haven't

[htdig] /usr/include/netinet/in.h:837: syntax error before `struct' on Solaris2.8

2001-01-16 Thread Ramesh Veema
Hi, While I do a make on my application ported to SOLARIS8 in the middle of the make i get the following error when when a C file tries to include netinet/in.h and i having doubt since this header file supports ip6 aswell, so Iam not clear how to correct this error, Pls help me if any on came

Re: [htdig] Avoiding search on file name

2001-01-16 Thread Gilles Detillieux
Or perhaps, if I understand correctly, setting description_factor to 0 and reindexing would be the way to avoid this. If you point htdig to a directory that doesn't contain an index.html or equivalent file, and the web server automatically generates the directory index, then the file names will

Re: [htdig] Problem with PDF files....

2001-01-16 Thread Gilles Detillieux
According to Elijah Kagan: Gilles, I greatly appreciate your help! Thanks! There are two parameters in Apache config file that tell it to add a charset field by default. They are: AddDefaultCharset and AddDefaultCharsetName. The first one should be set to off to prevent Apache from

[htdig] Can't exclude a directory in results

2001-01-16 Thread Carrot-Top Creative
Hi: Ive searched and double checked the instructions on how to exclude a directory from results and cant get it to work. Im using htdig on MindSpring which means I cant do any custom configuration to the server or have more than one htdig install. I need to have 2 different search pages

Re: [htdig] Can't exclude a directory in results

2001-01-16 Thread Dudley Jane
TKO, This isn't exactly what you're doing, but, we have a form to restrict, but we couldn't get it to work until we said: input type=hidden name=config value=htdig input type=hidden name=restrict value="www.co.henrico.va.us/hr" It didn't work if we just said value="/hr" -

[htdig] Multiple same results

2001-01-16 Thread htdighelp
What is the best way of eliminating many multiple similar results? I've seen various ideas but nothing that is clear to me. When I do a search, I get many similar results that lead to the same locations. Is there some way to limit how many times the same url comes up? Thanks. Mike

Re: [htdig] Multiple same results

2001-01-16 Thread Geoff Hutchison
At 11:29 PM -0600 1/16/01, htdighelp wrote: When I do a search, I get many similar results that lead to the same locations. Is there some way to limit how many times the same url comes up? As far as ht://Dig is concerned, there's a distinction to be made. You may have multiple URLs pointing

Re: [htdig] Problems compiling 3.20b2

2001-01-16 Thread Richard van Drimmelen
This is with 3.2.0b3 snapshot version: http://www.htdig.org/files/snapshots/htdig-3.2.0b3-011401.tar.gz Geoff Hutchison wrote: On Tue, 16 Jan 2001, richard wrote: compiling went fine, after I installled zlib-1.1.3. But running rundig -c my.conf: Arithmetic Exception - core dumped