Closed gfrankliu closed 8 years ago
I couldn't reproduce the problem. Which gcc version are you using?
It's centos 6. I'm not on the computer right now to check the exact gcc version that comes with latest centos 6.
gcc-4.4.7-16.el6.x86_64
@gfrankliu can you test this version ? it should compile and run normally
same error on cents 6. tar zxf nginx-1.9.13.tar.gz cd nginx-1.9.13 git clone https://github.com/wandenberg/nginx-upstream-dynamic-servers.git ./configure --add-module=nginx-upstream-dynamic-servers make
You picked the wrong version. The link target to nginx_1_9_13 branch, not to master. Retry after checkout to it, please.
switched to the nginx_1_9_13 and it is working. Thanks!
./configure --add-module=nginx-upstream-dynamic-servers make ...