You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Larry Masters <lm...@theads.net> on 2000/03/14 08:05:58 UTC

config/5875: make aborts

>Number:         5875
>Category:       config
>Synopsis:       make aborts
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    apache
>State:          open
>Class:          support
>Submitter-Id:   apache
>Arrival-Date:   Mon Mar 13 23:10:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     lmasters@theads.net
>Release:        Stronghold/2.4.2 Apache/1.3.6 C2NetEU/2412 (Unix)
>Organization:
apache
>Environment:
Linux
gcc
>Description:
When I run ./Configure everything seems ok. I try to make install and get this error message.

( cd modules/php-2.0/src && make )
make[1]: Entering directory `/usr/local/apache/strong/src/modules/php-2.0/src'
gcc -O -I../../../../ssl/include -I../../../os/unix -I../../../include     -I.                    -I../../extra -DSTRONGHOLD=1       -DAPACHE=1 -DAPACHE_NEWAPI=1 -DPHPSENDMAIL=1 -DSENDMAIL=\""/usr/sbin/sendmail -t"\"    -c parse.c
In file included from /usr/include/regex.h:1,
                 from ../../../include/ap_config.h:1013,
                 from ../../../include/httpd.h:71,
                 from php.h:94,
                 from parse.c:126:
/usr/include/rx.h:1507: warning: `REG_EXTENDED' redefined
../../../include/hsregex.h:41: warning: this is the location of the previous definition
/usr/include/rx.h:1511: warning: `REG_ICASE' redefined
../../../include/hsregex.h:42: warning: this is the location of the previous definition
/usr/include/rx.h:1516: warning: `REG_NEWLINE' redefined
../../../include/hsregex.h:44: warning: this is the location of the previous definition
/usr/include/rx.h:1520: warning: `REG_NOSUB' redefined
../../../include/hsregex.h:43: warning: this is the location of the previous definition
/usr/include/rx.h:1530: warning: `REG_NOTBOL' redefined
../../../include/hsregex.h:74: warning: this is the location of the previous definition
/usr/include/rx.h:1533: warning: `REG_NOTEOL' redefined
../../../include/hsregex.h:75: warning: this is the location of the previous definition
In file included from /usr/include/regex.h:1,
                 from ../../../include/ap_config.h:1013,
                 from ../../../include/httpd.h:71,
                 from php.h:94,
                 from parse.c:126:
/usr/include/rx.h:1152: parse error before `1'
In file included from /usr/include/regex.h:1,
                 from ../../../include/ap_config.h:1013,
                 from ../../../include/httpd.h:71,
                 from php.h:94,
                 from parse.c:126:
/usr/include/rx.h:1293: conflicting types for `regoff_t'
../../../include/hsregex.h:25: previous declaration of `regoff_t'
/usr/include/rx.h:1304: conflicting types for `regex_t'
../../../include/hsregex.h:31: previous declaration of `regex_t'
/usr/include/rx.h:1313: conflicting types for `regmatch_t'
../../../include/hsregex.h:35: previous declaration of `regmatch_t'
/usr/include/rx.h:1741: conflicting types for `regcomp'
../../../include/hsregex.h:39: previous declaration of `regcomp'
/usr/include/rx.h:1744: conflicting types for `regexec'
../../../include/hsregex.h:73: previous declaration of `regexec'
/usr/include/rx.h:1746: conflicting types for `regerror'
../../../include/hsregex.h:69: previous declaration of `regerror'
/usr/include/rx.h:1747: conflicting types for `regfree'
../../../include/hsregex.h:83: previous declaration of `regfree'
make[1]: *** [parse.o] Error 1
make[1]: Leaving directory `/usr/local/apache/strong/src/modules/php-2.0/src'
make: *** [subdirs] Error 2
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:
 [In order for any reply to be added to the PR database, you need]
 [to include <ap...@Apache.Org> in the Cc line and make sure the]
 [subject line starts with the report component and number, with ]
 [or without any 'Re:' prefixes (such as "general/1098:" or      ]
 ["Re: general/1098:").  If the subject doesn't match this       ]
 [pattern, your message will be misfiled and ignored.  The       ]
 ["apbugs" address is not added to the Cc line of messages from  ]
 [the database automatically because of the potential for mail   ]
 [loops.  If you do not include this Cc, your reply may be ig-   ]
 [nored unless you are responding to an explicit request from a  ]
 [developer.  Reply only with text; DO NOT SEND ATTACHMENTS!     ]