[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: bug searching for 'attr==+=' (ITS#267)



> Your script had obvious bugs (most notably typos of in the LDIF).

Sorry if there are bugs.  Please point them out and I'll fix them.

> Which implementation of POSIX regex are you using?  You can likely
> determine this from examining /usr/include/regex.h.

The regexp library comes with glibc-2.0.7 (redhat-5.2)

    noel@magma:~/projects/itsd/ldap$ rpm -qf /usr/include/regex.h 
    glibc-devel-2.0.7-29

    noel@magma:~/projects/itsd/ldap$ head /usr/include/regex.h
    /* Definitions for data structures and routines for the regular
       expression library, version 0.12.
       Copyright (C) 1985,89,90,91,92,93,95,96,97 Free Software Foundation, Inc.

       This file is part of the GNU C Library.  Its master source is NOT part of
       the C library, however.  The master source lives in /gd/gnu/lib.

--Noel