Hi:
I setup a fresh new Ubuntu 14.04 LTS in digital ocean. And do the following steps: the error (at bottom of the message) happens. I follow the installation step strictly.
1) Are there someone who has the same problem as I do?
2)Are there someone could tell me your successful experience, for example OS (Ubuntu, Debian, or CentOS) and its version? So that I could switch to proved scenario.
3) Someone could drop me some hints which step I have done wrong.
===============Steps==================
1. Append following two lines to /etc/apt/sources.list.
deb http://nginx.org/packages/ubuntu/ trusty nginx
deb-src http://nginx.org/packages/ubuntu/ trusty nginx
2. sudo apt-get update
3. Then follow the web page http://openresty.org/, installation, download latest zip ngx_openresty-1.7.10.1.tar.gz
Then tar -zxvf ngx_openresty-1.7.10.1.tar.gz
Then enter ngx_openresty-1.7.10.1
4. apt-get install libreadline-dev libncurses5-dev libpcre3-dev libssl-dev perl make
5. then ./configure
it goes well
6. then make
I got following error:
...
objs/addon/src/ngx_http_rds_csv_util.o \
objs/addon/src/ngx_http_rds_csv_output.o \
objs/ngx_modules.o \
-Wl,-rpath,/usr/local/openresty/luajit/lib -L/root/work/ngx_openresty-1.7.10.1/build/luajit-root/usr/local/openresty/luajit/lib -Wl,-E -lpthread -lcrypt -L/root/work/ngx_openresty-1.7.10.1/build/luajit-root/usr/local/openresty/luajit/lib -lluajit-5.1 -lm -lpcre -lssl -lcrypto -ldl -lz
make[2]: Leaving directory `/root/work/ngx_openresty-1.7.10.1/build/nginx-1.7.10'
make -f objs/Makefile manpage
make[2]: Entering directory `/root/work/ngx_openresty-1.7.10.1/build/nginx-1.7.10'
sed -e "s|%%PREFIX%%|/usr/local/openresty/nginx|" \
-e "s|%%PID_PATH%%|/usr/local/openresty/nginx/logs/nginx.pid|" \
-e "s|%%CONF_PATH%%|/usr/local/openresty/nginx/conf/nginx.conf|" \
-e "s|%%ERROR_LOG_PATH%%|/usr/local/openresty/nginx/logs/error.log|" \
< man/nginx.8 > objs/nginx.8
make[2]: Leaving directory `/root/work/ngx_openresty-1.7.10.1/build/nginx-1.7.10'
make[1]: Leaving directory `/root/work/ngx_openresty-1.7.10.1/build/nginx-1.7.10'
root@openresty:~/work/ngx_openresty-1.7.10.1#