TseIan
TseIan
objs/addon/ngx_http_hello_world_module/lambda_wrapper.o:在函数‘main’中: /home/huanqiu/works/nginx/nginx-1.10.2/src/module/ngx_http_hello_world_module/lambda_wrapper.cpp:15: `main'被多次定义 objs/src/core/nginx.o:/home/huanqiu/works/nginx/nginx-1.10.2/src/core/nginx.c:188:第一次在此定义 objs/addon/ngx_http_hello_world_module/lambda_wrapper.o:在函数‘main’中: /home/huanqiu/works/nginx/nginx-1.10.2/src/module/ngx_http_hello_world_module/lambda_wrapper.cpp:18:对‘Aws::InitAPI(Aws::SDKOptions const&)’未定义的引用 /home/huanqiu/works/nginx/nginx-1.10.2/src/module/ngx_http_hello_world_module/lambda_wrapper.cpp:25:对‘Aws::Client::ClientConfiguration::ClientConfiguration()’未定义的引用 ## the above means function main was defined many time and Aws was not defined ## the follow is my nginx module...