I am trying to compile http-2.4.41 and it works on Fedora 29 and Centos  7 but

on Centos 6 and Ubuntu 18  the compile generates the following error:


/usr/local/apache2/build-1/libtool --silent --mode=compile gcc -std=gnu99  -g -O2 -pthread      -DLINUX -D_REENTRANT -D_GNU_SOURCE     -I. -I/home/sa/APACHE/APACHE2441/SPEC2441/os/unix -I/home/sa/APACHE/APACHE2441/SPEC2441/include -I/usr/local/apache2/include/apr-1 -I/usr/local/apache2/include -I/home/sa/APACHE/APACHE2441/SPEC2441/modules/aaa -I/home/sa/APACHE/APACHE2441/SPEC2441/modules/cache -I/home/sa/APACHE/APACHE2441/SPEC2441/modules/core -I/home/sa/APACHE/APACHE2441/SPEC2441/modules/database -I/home/sa/APACHE/APACHE2441/SPEC2441/modules/filters -I/home/sa/APACHE/APACHE2441/SPEC2441/modules/ldap -I/home/sa/APACHE/APACHE2441/SPEC2441/modules/loggers -I/home/sa/APACHE/APACHE2441/SPEC2441/modules/lua -I/home/sa/APACHE/APACHE2441/SPEC2441/modules/proxy -I/home/sa/APACHE/APACHE2441/SPEC2441/modules/http2 -I/home/sa/APACHE/APACHE2441/SPEC2441/modules/session -I/home/sa/APACHE/APACHE2441/SPEC2441/modules/ssl -I/home/sa/APACHE/APACHE2441/SPEC2441/modules/test -I/home/sa/APACHE/APACHE2441/SPEC2441/server -I/home/sa/APACHE/APACHE2441/SPEC2441/modules/md -I/home/sa/APACHE/APACHE2441/SPEC2441/modules/arch/unix -I/home/sa/APACHE/APACHE2441/SPEC2441/modules/dav/main -I/home/sa/APACHE/APACHE2441/SPEC2441/modules/generators -I/home/sa/APACHE/APACHE2441/SPEC2441/modules/mappers -prefer-pic -c dbm.c && touch dbm.slo In file included from /home/sa/APACHE/APACHE2441/SPEC2441/include/http_log.h:34,
                 from dbm.c:42:
/home/sa/APACHE/APACHE2441/SPEC2441/include/http_config.h:943: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
make[4]: *** [dbm.slo] Error 1
make[4]: Leaving directory `/home/sa/APACHE/APACHE2441/SPEC2441/modules/dav/fs'
make[3]: *** [shared-build-recursive] Error 1
make[3]: Leaving directory `/home/sa/APACHE/APACHE2441/SPEC2441/modules/dav/fs'
make[2]: *** [shared-build-recursive] Error 1
make[2]: Leaving directory `/home/sa/APACHE/APACHE2441/SPEC2441/modules'
make[1]: *** [shared-build-recursive] Error 1
make[1]: Leaving directory `/home/sa/APACHE/APACHE2441/SPEC2441'
make: *** [all-recursive] Error 1


This line 943 is the only change between 2.4.39 and 2.4.41

I believe this has something to do with Building Shared Dav:

Thank you


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to