DO NOT REPLY [Bug 9216] New: - pcre.c compile fails

2002-05-18 Thread bugzilla
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=9216.
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=9216

pcre.c  compile fails

   Summary: pcre.c  compile fails
   Product: Apache httpd-2.0
   Version: 2.0.36
  Platform: Sun
OS/Version: Solaris
Status: NEW
  Severity: Normal
  Priority: Other
 Component: Build
AssignedTo: bugs@httpd.apache.org
ReportedBy: [EMAIL PROTECTED]


[Solaris 8]

Configure run with all defaults, no overrides...

/bin/bash /usr/local/src/httpd-2.0.36/srclib/apr/libtool --silent --mode=compile
gcc  -g -O2-DSOLARIS2=8 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT
-DAP_HAVE_DESIGNATED_INITIALIZER   -I. -I/usr/local/src/httpd-2.0.36/os/unix
-I/usr/local/src/httpd-2.0.36/server/mpm/prefork
-I/usr/local/src/httpd-2.0.36/modules/http
-I/usr/local/src/httpd-2.0.36/modules/proxy
-I/usr/local/src/httpd-2.0.36/include
-I/usr/local/src/httpd-2.0.36/srclib/apr/include
-I/usr/local/src/httpd-2.0.36/srclib/apr-util/include
-I/usr/local/src/httpd-2.0.36/modules/dav/main -I/usr/local/include
-prefer-non-pic -static -c pcre.c  touch pcre.lo
pcre.c: In function `pcre_compile':
pcre.c:2534: `pcre_default_tables' undeclared (first use in this function)
pcre.c:2534: (Each undeclared identifier is reported only once
pcre.c:2534: for each function it appears in.)
make[3]: *** [pcre.lo] Error 1

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 8934] - GetServerVariable returns wrong lpdwSizeofBuffer

2002-05-18 Thread bugzilla
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=8934.
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=8934

GetServerVariable returns wrong lpdwSizeofBuffer





--- Additional Comments From [EMAIL PROTECTED]  2002-05-18 22:01 ---

  There is a test module of mod_isapi.c cvs version 1.73 now available from

http://www.apache.org/~wrowe/mod_isapi.so

  Please feel free to test (within Apache 2.0.36) and report back with
  any success or hassles you encounter.  The source code is available;

   
http://cvs.apache.org/viewcvs.cgi/*checkout*/httpd-2.0/modules/arch/win32/mod_isapi.c?rev=1.73
   
http://cvs.apache.org/viewcvs.cgi/*checkout*/httpd-2.0/modules/arch/win32/mod_isapi.h?rev=1.1

  All ISAPI directives are now per-directory, except for ISAPICacheFile (which
  remains global.)  A new  ISAPIFakeAsync on  will allow modules to believe that
  mod_isapi is an async server, and respond to the async requests and invoke
  the module's completion callbacks.

  Unless problems are identified, this is the code expected to be released
  with Apache 2.0.37.

  TIA

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]