You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2003/03/06 03:13:35 UTC

DO NOT REPLY [Bug 17706] New: - Make of 2.0.44 fails - AIX 4.3.3/gcc 3.04/gnu make 3.79

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=17706>.
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=17706

Make of 2.0.44 fails - AIX 4.3.3/gcc 3.04/gnu make 3.79

           Summary: Make of 2.0.44 fails - AIX 4.3.3/gcc 3.04/gnu make 3.79
           Product: Apache httpd-2.0
           Version: 2.0.44
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Build
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: trh411@earthlink.net


I've having problems making httpd-2.0.44 (pulled from mirror on 3/2/03) on AIX 
4.3.3.0.11 using gcc 3.04 and gnu make 3.79. The 'make' command fails at:

/bin/sh /usr/local/src/httpd-2.0.44/srclib/apr/libtool --silent --mode=compile 
gcc  -g -O2 -pthr
ead    -U__STR__ -D_USE_IRS -D_THREAD_SAFE -DAP_HAVE_DESIGNATED_INITIALIZER   -
I/usr/local/src/h
ttpd-2.0.44/srclib/apr/include -I/usr/local/src/httpd-2.0.44/srclib/apr-
util/include -I/usr/loca
l/include -I. -I/usr/local/src/httpd-2.0.44/os/unix -I/usr/local/src/httpd-
2.0.44/server/mpm/pre
fork -I/usr/local/src/httpd-2.0.44/modules/http -I/usr/local/src/httpd-
2.0.44/modules/filters -I
/usr/local/src/httpd-2.0.44/modules/proxy -I/usr/local/src/httpd-
2.0.44/include -I/usr/local/src
/httpd-2.0.44/modules/dav/main -prefer-non-pic -static -c prefork.c && touch 
prefork.lo
prefork.c: In function `child_main':
prefork.c:562: `ap_max_mem_free' undeclared (first use in this function)
prefork.c:562: (Each undeclared identifier is reported only once
prefork.c:562: for each function it appears in.)

if I add the statement 'static int ap_max_mem_free=0;' to prefork.c, it 
compiles without errors, but then I get stuck at:

/bin/sh /usr/local/src/httpd-2.0.44/srclib/apr/libtool --silent --mode=compile 
gcc  -g -O2 -pthr
ead    -U__STR__ -D_USE_IRS -D_THREAD_SAFE -DAP_HAVE_DESIGNATED_INITIALIZER   -
I/usr/local/src/h
ttpd-2.0.44/srclib/apr/include -I/usr/local/src/httpd-2.0.44/srclib/apr-
util/include -I/usr/loca
l/include -I. -I/usr/local/src/httpd-2.0.44/os/unix -I/usr/local/src/httpd-
2.0.44/server/mpm/pre
fork -I/usr/local/src/httpd-2.0.44/modules/http -I/usr/local/src/httpd-
2.0.44/modules/filters -I
/usr/local/src/httpd-2.0.44/modules/proxy -I/usr/local/src/httpd-
2.0.44/include -I/usr/local/src
/httpd-2.0.44/modules/dav/main -prefer-non-pic -static -c config.c && touch 
config.lo
config.c: In function `ap_invoke_filter_init':
config.c:342: structure has no member named `filter_init_func'
config.c:343: structure has no member named `filter_init_func'
config.c: In function `ap_register_hooks':
config.c:435: `apr_hook_debug_enabled' undeclared (first use in this function)
config.c:435: (Each undeclared identifier is reported only once
config.c:435: for each function it appears in.)
config.c:438: `apr_hook_debug_current' undeclared (first use in this function)
config.c: In function `ap_setup_prelinked_modules':
config.c:616: `apr_hook_global_pool' undeclared (first use in this function)

Any suggestions?

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org