Ubuntu下Nginx 安装rtmp模块失败

将nginx和nginx-rtmp-module 一起安装的。
系统使用的是ubuntu 16.04 nginx和rtmp都是从github上下载的。pcre openssl 等也都安装了,
然后在nginx文件夹下执行 ./configure --prefix=/usr/local/nginx --add-module=/usr/local/nginx-rtmp-module --with-http_ssl_module --with-http_flv_module --with-http_MP4_module && make && make install
在make时报错。报错截图如下:请大神帮忙看看
图片说明

把你下载的代码用编辑器打开,看看是否有乱码