You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Shlomo Shamir <ss...@axismobile.com> on 2003/07/24 11:35:52 UTC

[users@httpd] problems with the regex library

hi,

i've written a library which uses POSIX's regex library. when testing it as a standalone it worked just fine, but when running it from within an apache2 module, it didn't work at all. (with the exact same input to these functions).
after digging around, i found out apache2 also implements the POSIX regex API (regcomp(), regexec(), etc.). for this, i have several questions in mind:

1) is there a significant difference between using POSIX's regex and Apache's? am i using it wrong? is some kind of initialization required for this library?
2) when loading the my libraries on Apache startup, how come the symbols of regex contained in my library doesn't clash with the symbols defined by Apache?

tx in advance

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org