想要快速上手tengine,默认配置没有问题。按照淘宝tengine教程加一个hello world模块上去。
将config、ngx_http_hello_module.c拷贝到ngx_http_hello_module文件夹下面,然后在tengine-2.2.2目录下配置
./configure --add-module=/home/hlf/opensource/workspace/ngx_http_hello_module
配置没有问题,但是make的时候报了错
这是什么错误,怎么改?
**
换了nginx后编译过了,tengine和nginx不一样,tengine官网上的教程是nginx的教程翻译不兼容tengine.新手上路遇坑