Re: [users@httpd] Problem when compiling httpd-2.4.51 on MacOSX

2021-11-16 Thread Israel Timoteo
Yann/Lucien and team, Thanks for your consideration on reviewing my problem. This is the definition from the headers file: %grep APR_HAVE_STRUCT_RLIMIT apr.h #define APR_HAVE_STRUCT_RLIMIT 0 About the “config.log" file, it is big, about 24k lines. Any particular content from that file that

Re: [users@httpd] Problem when compiling httpd-2.4.51 on MacOSX

2021-11-16 Thread Yann Ylavic
Hi, On Mon, Nov 15, 2021 at 7:33 PM Israel Timoteo wrote: > > mod_ext_filter.c:372:10: error: implicit declaration of function > 'apr_procattr_limit_set' is invalid in C99 > [-Werror,-Wimplicit-function-declaration] What's the definition of APR_HAVE_STRUCT_RLIMIT in /opt/local/apr-1.7.0/includ

Re: [users@httpd] Problem when compiling httpd-2.4.51 on MacOSX

2021-11-16 Thread Lucien Gentis
Hello, Perhaps apr header files are missing ? Le 15/11/2021 à 19:06, Israel Timoteo a écrit : Hi team, Has anyone compiled HTTPD 2.4.51 on MacOSX 11.6 (Big Sur)? I’m configuring with the command below: ./configure --prefix=/opt/apache --with-apr=/opt/local/apr-1.7.0 --with-apr-util=/opt/loc

[users@httpd] Problem when compiling httpd-2.4.51 on MacOSX

2021-11-15 Thread Israel Timoteo
Hi team, Has anyone compiled HTTPD 2.4.51 on MacOSX 11.6 (Big Sur)? I’m configuring with the command below: ./configure --prefix=/opt/apache --with-apr=/opt/local/apr-1.7.0 --with-apr-util=/opt/local/apr-util-1.6.1 --with-pcre=/opt/local/pcre-8.44 --with-ssl=/usr/local --with-openssl=/usr/loca