"ngx_murmurhash.c" Displayed When Compiling and Installing Tengine
Symptom
During the Tengine compilation and installation, the message "src/core/ngx_murmurhash.c" is displayed.

Key Process and Cause Analysis
The compilation fails due to alarm information.
Conclusion and Solution
- Open the Makefile file.
vim objs/Makefile
- Press i to enter the insert mode and delete -Werror from CFLAGS.
- Press Esc, type :wq!, and press Enter to save the file and exit.
- Run the command for compiling and installing the Tengine again.
make && make install
Parent topic: Troubleshooting