-
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
./autogen.sh: line 30: aclocal: command not found (AWS EC2 Linux 2 APACHE) #21
Comments
Install the commands required for the build.
|
Thanks @kjdev above works and able to pass the autogen.sh. Sorry, need more help here, I got the below errors [apache-mod-brotli]$ make [apache-mod-brotli]$ install -p -m 755 -D .libs/mod_brotli.so /etc/httpd/modules/mod_brotli.so |
Run configure to create the Makefile.
|
Works now. Thanks a lot! :) Adding "cd apache-mod-brotli" to the series of command for completeness $ yum update -y |
Installing on AWS EC2 Linux 2 Apache
$ httpd -v
Server version: Apache/2.4.46 ()
Server built: Aug 24 2020 18:54:20
When running autogen.sh, it reported error as below. How to fix this?
$ ./autogen.sh
Cleanup
Running aclocal
./autogen.sh: line 30: aclocal: command not found
The text was updated successfully, but these errors were encountered: