According to Aidan Jones:
> Good morning...
> 
> I have installed htdig but continue to recv. an error message when
> trying to run htmerge - the message is as follows:
> 
> ls.so.1: htmerge: fatal: libstdc++.so.2.10.0: oen failed: no such
> file or directory
> 
> both the file and directory exist and my LD_RUN_PATH is set correctly.
> 
> Could this also be why the system is not creating the nesc. databases?

Yes, with the 3.1.x series of ht://Dig, you must run htmerge after htdig,
to create the word database (db.words.db).  I find it odd that you get
the error above for htmerge but not htdig.  Were they both installed at
the same time, from the same compilation?

The LD_RUN_PATH environment variable must be set at compile time, when
you run "make", because its contents get embedded into the executables
so they know where to look for their libraries.  This is different than
LD_LIBRARY_PATH, which works at run time.  We recommend compiling with
the LD_RUN_PATH environment variable set because then you don't have to
figure out any convoluted tricks to set LD_LIBRARY_PATH for the htsearch
CGI program.

I think the FAQ needs to be clearer on this point.

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