According to Bill & Kim:
> I just re-ran and found that htfuzzy is bombing with Segmentation Fault
> (core dumped) when it tries to create the endings database (word2root and
> synonyms).
> 
> It digs and merges just fine.
> 
> This was not a problem with a previous version.  Although now they upgraded
> my server to BSD 4.0.
> 
> Any help with this would be appreciated.

I don't know for sure, but I suspect this may be the same problem as was
reported on BSDI systems.

As Joe Jah explained, the cause and solution on BSDI are:

   3.1.2 doesn't use the regex code in the C library, but rather it bundles
   the GNU regex code in the package, and puts it in htlib/libht.a.  This GNU
   regex.c code is causing a conflict with BSDI C/C++ library.  BSDI already
   has a regex.h in /usr/include directory, and regex functions in C library,
   
   To go around this problem do the following:
   
    . Remove references to regex.o from htlib/Makefile.
    . Remove, htlib/regex.h.
    . Remove references to htlib/regex.h in htfuzzy/Makefile.

Please give this a try, and let us know if this fixes the problem for you.
If it does, we should try to figure out a way to do this automatically via
configure, in future releases.

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

------------------------------------
To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED] containing the single word unsubscribe in
the SUBJECT of the message.

Reply via email to