-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ubuntu 16.04 - Build Issue #20
Comments
Build using Ubuntu container is done.
What about detailed errors and options ? |
Same issue, CentOS 7 [root@izwz99vsyf423lvhl4zmqgz apache-mod-brotli-master]# make
make all-am
make[1]: Entering directory `/root/apache-mod-brotli-master'
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/httpd -I/usr/include/apr-1 -I./brotli/c/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -pthread -I/usr/include/httpd -I/usr/include/apr-1 -g -O2 -MT mod_brotli_la-mod_brotli.lo -MD -MP -MF .deps/mod_brotli_la-mod_brotli.Tpo -c -o mod_brotli_la-mod_brotli.lo `test -f 'mod_brotli.c' || echo './'`mod_brotli.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/httpd -I/usr/include/apr-1 -I./brotli/c/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -pthread -I/usr/include/httpd -I/usr/include/apr-1 -g -O2 -MT mod_brotli_la-mod_brotli.lo -MD -MP -MF .deps/mod_brotli_la-mod_brotli.Tpo -c mod_brotli.c -fPIC -DPIC -o .libs/mod_brotli_la-mod_brotli.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -DLINUX -D_REENTRANT -D_GNU_SOURCE -I/usr/include/httpd -I/usr/include/apr-1 -I./brotli/c/include -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -pthread -I/usr/include/httpd -I/usr/include/apr-1 -g -O2 -MT mod_brotli_la-mod_brotli.lo -MD -MP -MF .deps/mod_brotli_la-mod_brotli.Tpo -c mod_brotli.c -o mod_brotli_la-mod_brotli.o >/dev/null 2>&1
mv -f .deps/mod_brotli_la-mod_brotli.Tpo .deps/mod_brotli_la-mod_brotli.Plo
make[1]: *** No rule to make target `brotli/c/common/dictionary.c', needed by `brotli/c/common/mod_brotli_la-dictionary.lo'. Stop.
make[1]: Leaving directory `/root/apache-mod-brotli-master'
make: *** [all] Error 2 |
Is brotli submodule able to capture it?
There was no problem when using the CentOS 7 container
Since Apache 2.4.26 or later is officially included, we recommend that you use it. |
I don't know why but it works fine now |
Hello, I have the same issuse on suse make |
Is there any parameter I can pass to configure script to find this? thanks
The text was updated successfully, but these errors were encountered: