On Thu, Jul 08, 2004 at 03:28:08PM +0100, Joe Orton wrote: > On Thu, Jul 08, 2004 at 09:23:00AM -0500, Albert Chin wrote: > > This works fine on Solaris 9 and Redhat Linux 9. The rewrite for > > 'favicon.ico' does work. I think the problem is '(.*)'. I know that > > Apache is using the HP regcomp()/regexec() routines so I added some > > debugging to modules/mappers/mod_rewrite.c and the regexec() call is > > failing. I don't know why yet. I wrote the small program below to test > > regcomp()/regexec() on this RE and it works fine: > > If the C library regcomp()/regexec() are really being used from > mod_rewrite rather than the PCRE implementations, that's probably the > issue, e.g. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26088 and > friends.
Thanks. That is the problem. We're going to force linkage of pcre early to resolve the problem. -- albert chin ([EMAIL PROTECTED])
