Mailing List Archive

[Bug 7889] New: - pcre.c:2534: `pcre_default_tables' undeclared
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7889>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7889

pcre.c:2534: `pcre_default_tables' undeclared

Summary: pcre.c:2534: `pcre_default_tables' undeclared
Product: Apache httpd-2.0
Version: 2.0.35
Platform: Sun
OS/Version: Solaris
Status: NEW
Severity: Critical
Priority: Other
Component: All
AssignedTo: bugs@httpd.apache.org
ReportedBy: jawarren@trentu.ca


When compiling on Solaris 8 with all recommended patches and gcc-3.0.3, I get a
make error. The symbol `pcre_default_tables' is undeclared on line 2534 of
srclib/pcre/pcre.c (there is a declaration in dftables.c in the same dir).

Configured as:
CC="gcc" CFLAGS="-O2" ./configure --enable-auth-dbm --enable-mime-magic
--enable-speling --enable-so