I'm getting the follow error when trying to install modperl with stronghold. 
  Does anyone have any idea what it could be?


________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
In file included from ../../../include/ap_config.h:1013,
                 from ../../../include/httpd.h:71,
                 from php.h:94,
                 from parse.c:126:
/usr/include/regex.h:28: warning: `REG_EXTENDED' redefined
../../../include/hsregex.h:41: warning: this is the location of the previous 
definition
/usr/include/regex.h:29: warning: `REG_NEWLINE' redefined
../../../include/hsregex.h:44: warning: this is the location of the previous 
definition
/usr/include/regex.h:30: warning: `REG_ICASE' redefined
../../../include/hsregex.h:42: warning: this is the location of the previous 
definition
/usr/include/regex.h:31: warning: `REG_NOSUB' redefined
../../../include/hsregex.h:43: warning: this is the location of the previous 
definition
/usr/include/regex.h:45: warning: `REG_NOTBOL' redefined
../../../include/hsregex.h:74: warning: this is the location of the previous 
definition
/usr/include/regex.h:46: warning: `REG_NOTEOL' redefined
../../../include/hsregex.h:75: warning: this is the location of the previous 
definition
/usr/include/regex.h:52: warning: `REG_ECOLLATE' redefined
../../../include/hsregex.h:53: warning: this is the location of the previous 
definition
/usr/include/regex.h:53: warning: `REG_EESCAPE' redefined
../../../include/hsregex.h:55: warning: this is the location of the previous 
definition
/usr/include/regex.h:60: warning: `REG_ERANGE' redefined
../../../include/hsregex.h:61: warning: this is the location of the previous 
definition
/usr/include/regex.h:61: warning: `REG_ESPACE' redefined
../../../include/hsregex.h:62: warning: this is the location of the previous 
definition
/usr/include/regex.h:62: warning: `REG_BADRPT' redefined
../../../include/hsregex.h:63: warning: this is the location of the previous 
definition
/usr/include/regex.h:63: warning: `REG_ECTYPE' redefined
../../../include/hsregex.h:54: warning: this is the location of the previous 
definition
/usr/include/regex.h:64: warning: `REG_BADPAT' redefined
../../../include/hsregex.h:52: warning: this is the location of the previous 
definition
/usr/include/regex.h:65: warning: `REG_BADBR' redefined
../../../include/hsregex.h:60: warning: this is the location of the previous 
definition
In file included from ../../../include/ap_config.h:1013,
                 from ../../../include/httpd.h:71,
                 from php.h:94,
                 from parse.c:126:
/usr/include/regex.h:23: conflicting types for `regoff_t'
../../../include/hsregex.h:25: previous declaration of `regoff_t'
/usr/include/regex.h:96: conflicting types for `regex_t'
../../../include/hsregex.h:31: previous declaration of `regex_t'
/usr/include/regex.h:104: conflicting types for `regmatch_t'
../../../include/hsregex.h:35: previous declaration of `regmatch_t'
/usr/include/regex.h:119: conflicting types for `regcomp'
../../../include/hsregex.h:39: previous declaration of `regcomp'
/usr/include/regex.h:121: conflicting types for `regexec'
../../../include/hsregex.h:73: previous declaration of `regexec'
/usr/include/regex.h:122: conflicting types for `regerror'
../../../include/hsregex.h:69: previous declaration of `regerror'
/usr/include/regex.h:123: conflicting types for `regfree'
../../../include/hsregex.h:83: previous declaration of `regfree'
make[2]: *** [parse.o] Error 1
make[1]: *** [subdirs] Error 2
make: *** [apache_httpd] Error 2

Reply via email to