According to Daniel Escobar:
> > So, I have to ask what
> > version of htdig and htsearch you're running, and on what platform?
> > What happens when you run htdig with -vvvvv against one of these URLs?
> 
> I'm using the following:
> 
> htsearch and htdig  -> 3.1.5
> platforms:
>    - htdig -> Red Hat Linux release 7.0
>    - htsearch -> SunOS  5.8

OK, is the Linux platform Intel-based, and the SunOS platform SPARC-based?
Are you just copying the databases created on Linux over to SunOS and
running htsearch directly on it?  If yes to all the above, it's a wonder
it works at all.  The databases are byte-ordering sensitive, and Intel
uses a different byte-ordering for integers than SPARC does.

> When I run ./htdig -vvvvv $url  it starts to index all the links that are  inside
> that page.

What I meant was set your start_url to a specific URL in your config file,
so htdig only indexes that document, then run something like:

  ./htdig -vvvvv -s -i -c my_config_file.conf

to index the document.  Then, look to see if htdig finds the title
correctly.  htdig doesn't accept URLs on the command line.  All this
may be a moot point, though, if you're running into a cross-platform
byte-ordering problem.

-- 
Gilles R. Detillieux              E-mail: <[EMAIL PROTECTED]>
Spinal Cord Research Centre       WWW:    http://www.scrc.umanitoba.ca/~grdetil
Dept. Physiology, U. of Manitoba  Phone:  (204)789-3766
Winnipeg, MB  R3E 3J7  (Canada)   Fax:    (204)789-3930

_______________________________________________
htdig-general mailing list <[EMAIL PROTECTED]>
To unsubscribe, send a message to <[EMAIL PROTECTED]> with a 
subject of unsubscribe
FAQ: http://htdig.sourceforge.net/FAQ.html

Reply via email to