According to [EMAIL PROTECTED]:
> I have trying to install htdig on a SunOS 5.6 with gcc version 2.7.2.3.
...
> After make and make install I open rundig and write:
> 
> LD_LIBRARY_PATH=/lib:/usr/lib:/usr/local/lib
> export LD_LIBRARY_PATH
> 
> So I will not have problemas with the libz.so library.

You would probably be better off setting LD_RUN_PATH before compiling, so
the path is built into the executables.  This is especially important for
htsearch.  See http://www.htdig.org/FAQ.html#q3.6

> When I try to run rundig, the next error occurs:
> 
> PDF::parse: cannot find pdf parser /usr/local/bin/acroread

You need to do one of the following:

1) define the real path to the acroread executable in the pdf_parser
attribute, and install acroread if it's not already installed; or

2) install an external converter like doc2html.pl, as described in
http://www.htdig.org/FAQ.html#q4.9; or

3) add .pdf to the bad_extensions attribute to disable fetching and
indexing of PDF files.

> When I try to search for any
> page(http://exatec.itesm.mx/search/search.html), a blank page is display.
> 
> What can I do?

I got a "The document contained no data." error from Netscape.  This may
be due to htsearch not finding its libraries (see FAQ 3.6), or it could be
due to a few other CGI-related problems (FAQ 5.13, 5.14, 5.23).

-- 
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