On Tue, 3 Apr 2001, Gilles Detillieux wrote:

> Date: Tue, 3 Apr 2001 17:33:29 -0500 (CDT)
> From: Gilles Detillieux <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Cc: Gilles Detillieux <[EMAIL PROTECTED]>,
>     [EMAIL PROTECTED]
> Subject: Re: [htdig] Segfault on url_rewrite_rules
> 
> Hmm.  There was no declaration of re_compile_pattern() and re_match() in
> there.  Do you have these declared in some other header file?  Are they
> even in your C library?  If not, you may be out of luck on this patch unless
> it can be rewritten to use regcomp() and regexec() instead.

As a matter of fact I do; it's a large file, so I did not attach it, but:
_____________________________________________________________________
$ ll /usr/include/g++/rx.h
-r--r--r--  1 bin  bin  116190 Jun 10  1998 /usr/include/g++/rx.h

extern int re_match (struct re_pattern_buffer * rxb,
                     __const__ char * string,
                     int size, int pos,
                     struct re_registers *regs);


extern __const__ char * re_compile_pattern (__const__ char *pattern,
                                        int length,
                                        struct re_pattern_buffer * rxb);
_____________________________________________________________________


Any better luck?;)

Regards,

Joe
-- 
     _/   _/_/_/       _/              ____________    __o
     _/   _/   _/      _/         ______________     _-\<,_
 _/  _/   _/_/_/   _/  _/                     ......(_)/ (_)
  _/_/ oe _/   _/.  _/_/ ah        [EMAIL PROTECTED]


_______________________________________________
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