First of all, GNU regex library is seriously outdated and unmaintained anymore. Second, there is no such library in most popular MinGW distro - http://nuwen.net/mingw.html I can try to build GNU regex lib by myself, but for now I need to know is there any way to build OpenLDAP client library using PCRE.
On Mon, Nov 26, 2012 at 5:32 PM, Sergio NNX sfhacker@hotmail.com wrote:
Ciao.
I've built several versions of OpenLDAP and never had any issues with regex. If PCRE libraries don't work, you could try GNU regex instead.
Let me know how you get on.
Sergio.
Anton Malov wrote:
First of all, GNU regex library is seriously outdated and unmaintained anymore. Second, there is no such library in most popular MinGW distro - http://nuwen.net/mingw.html I can try to build GNU regex lib by myself, but for now I need to know is there any way to build OpenLDAP client library using PCRE.
Read the INSTALL document.
On Mon, Nov 26, 2012 at 5:32 PM, Sergio NNX sfhacker@hotmail.com wrote:
Ciao.
I've built several versions of OpenLDAP and never had any issues with regex. If PCRE libraries don't work, you could try GNU regex instead.
Let me know how you get on.
Sergio.
On Tue, Nov 27, 2012 at 3:04 AM, Howard Chu hyc@symas.com wrote:
Read the INSTALL document.
Ok, I have ran configure script with LIBS="-lpcre" param and it passed the regex test. Did you mean that?
openldap-technical@openldap.org