Unable to build

This configure worked on Ubuntu 8.04 with 7.13 but on 7.61 I am
getting an
error. I have treid with and without the slash and even ln -s /usr
/usr/openssl to appease the compiler but nothing seems to work.

Can someone let me know what im doing wrong?

[root@loba1 ~/nginx-0.7.61]# aptitude show libssl-dev

Package: libssl-dev

State: installed

Automatically installed: yes

Version: 0.9.8g-4ubuntu3.3

Priority: optional

Section: libdevel

Maintainer: Ubuntu Core Developers
[email protected]

Uncompressed Size: 5665k

Depends: libssl0.9.8 (= 0.9.8g-4ubuntu3.3), zlib1g-dev

Conflicts: libssl08-dev, libssl09-dev, libssl095a-dev, libssl096-dev,
ssleay
(< 0.9.2b)

Description: SSL development libraries, header files and documentation

libssl and libcrypto development libraries, header files and manpages.

It is part of the OpenSSL implementation of SSL.

[root@loba1 ~/nginx-0.7.61]# ./configure --with-http_ssl_module
–with-http_gzip_static_module --with-http_dav_module
–with-http_stub_status_module --without-http_rewrite_module
–with-openssl=/usr/lib/ssl/ --with-pcre=…/pcre-7.7
–add-module=nginx-upstream-fair

checking for OS

  • Linux 2.6.24-19-virtual i686

checking for C compiler … found

  • using GNU C compiler

  • gcc version: 4.2.3 (Ubuntu 4.2.3-2ubuntu7)

checking for gcc -pipe switch … found

checking for gcc variadic macros … found

checking for C99 variadic macros … found

checking for unistd.h … found

checking for inttypes.h … found

checking for limits.h … found

checking for sys/filio.h … not found

checking for sys/param.h … found

checking for sys/mount.h … found

checking for sys/statvfs.h … found

checking for crypt.h … found

checking for Linux specific features

checking for epoll … found

checking for sendfile() … found

checking for sendfile64() … found

checking for sys/prctl.h … found

checking for prctl(PR_SET_DUMPABLE) … found

checking for sched_setaffinity() … found

checking for crypt_r() … found

checking for sys/vfs.h … found

checking for nobody group … found

checking for poll() … found

checking for /dev/poll … not found

checking for kqueue … not found

checking for crypt() … not found

checking for crypt() in libcrypt … found

checking for O_DIRECT … found

checking for F_NOCACHE … not found

checking for directio() … not found

checking for statfs() … found

checking for statvfs() … found

checking for dlopen() … not found

checking for dlopen() in libdl … found

checking for sched_yield() … found

configuring additional modules

adding module in nginx-upstream-fair

was configuredtream_fair_module

checking for zlib library … found

creating objs/Makefile

checking for int size … 4 bytes

checking for long size … 4 bytes

checking for long long size … 8 bytes

checking for void * size … 4 bytes

checking for uint64_t … found

checking for sig_atomic_t … found

checking for sig_atomic_t size … 4 bytes

checking for socklen_t … found

checking for in_addr_t … found

checking for in_port_t … found

checking for rlim_t … found

checking for uintptr_t … uintptr_t found

checking for system endianess … little endianess

checking for size_t size … 4 bytes

checking for off_t size … 8 bytes

checking for time_t size … 4 bytes

checking for setproctitle() … not found

checking for pread() … found

checking for pwrite() … found

checking for strerror_r() … found but is not working

checking for gnu style strerror_r() … found

checking for localtime_r() … found

checking for posix_memalign() … found

checking for memalign() … found

checking for mmap(MAP_ANON|MAP_SHARED) … found

checking for mmap(“/dev/zero”, MAP_SHARED) … found

checking for System V shared memory … found

checking for struct msghdr.msg_control … found

checking for ioctl(FIONBIO) … found

checking for struct tm.tm_gmtoff … found

checking for struct dirent.d_namlen … not found

checking for struct dirent.d_type … found

Configuration summary

  • using PCRE library: …/pcre-7.7

  • using OpenSSL library: /usr/lib/ssl/

  • md5: using OpenSSL library

  • sha1 library is not used

  • using system zlib library

nginx path prefix: “/usr/local/nginx”

nginx binary file: “/usr/local/nginx/sbin/nginx”

nginx configuration prefix: “/usr/local/nginx/conf”

nginx configuration file: “/usr/local/nginx/conf/nginx.conf”

nginx pid file: “/usr/local/nginx/logs/nginx.pid”

nginx error log file: “/usr/local/nginx/logs/error.log”

nginx http access log file: “/usr/local/nginx/logs/access.log”

nginx http client request body temporary files: “client_body_temp”

nginx http proxy temporary files: “proxy_temp”

nginx http fastcgi temporary files: “fastcgi_temp”

[root@loba1 ~/nginx-0.7.61]# make

make -f objs/Makefile

make[1]: Entering directory `/root/nginx-0.7.61’

cd …/pcre-7.7 \

            && if [ -f Makefile ]; then make distclean; fi \

            && CC="gcc" CFLAGS="-O2 -fomit-frame-pointer -pipe " \

            ./configure --disable-shared

make[2]: Entering directory `/root/pcre-7.7’

rm -f pcretest pcretest

rm -f pcregrep pcregrep

test -z “pcre_chartables.c testsavedregex teststderr testtry testNinput”
||
rm -f pcre_chartables.c testsavedregex teststderr testtry testNinput

test -z “libpcre.la libpcreposix.la libpcrecpp.la” || rm -f libpcre.la
libpcreposix.la libpcrecpp.la

rm -f “./so_locations”

rm -f “./so_locations”

rm -f “./so_locations”

rm -rf .libs _libs

rm -f pcrecpp_unittest pcrecpp_unittest

rm -f pcre_scanner_unittest pcre_scanner_unittest

rm -f pcre_stringpiece_unittest pcre_stringpiece_unittest

rm -f *.o

rm -f *.lo

rm -f *.tab.c

test -z “libpcre.pc libpcrecpp.pc pcre-config pcre.h pcre_stringpiece.h
pcrecpparg.h” || rm -f libpcre.pc libpcrecpp.pc pcre-config pcre.h
pcre_stringpiece.h pcrecpparg.h

rm -f config.h stamp-h1

rm -f libtool

rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags

rm -f config.status config.cache config.log configure.lineno
config.status.lineno

rm -rf ./.deps

rm -f Makefile

make[2]: Leaving directory `/root/pcre-7.7’

checking for a BSD-compatible install… /usr/bin/install -c

checking whether build environment is sane… yes

checking for a thread-safe mkdir -p… /bin/mkdir -p

checking for gawk… gawk

checking whether make sets $(MAKE)… yes

checking for gcc… gcc

checking for C compiler default output file name… a.out

checking whether the C compiler works… yes

checking whether we are cross compiling… no

checking for suffix of executables…

checking for suffix of object files… o

checking whether we are using the GNU C compiler… yes

checking whether gcc accepts -g… yes

checking for gcc option to accept ISO C89… none needed

checking for style of include used by make… GNU

checking dependency style of gcc… gcc3

checking for g++… g++

checking whether we are using the GNU C++ compiler… yes

checking whether g++ accepts -g… yes

checking dependency style of g++… gcc3

checking for a BSD-compatible install… /usr/bin/install -c

checking build system type… i686-pc-linux-gnu

checking host system type… i686-pc-linux-gnu

checking for a sed that does not truncate output… /bin/sed

checking for grep that handles long lines and -e… /bin/grep

checking for egrep… /bin/grep -E

checking for ld used by gcc… /usr/bin/ld

checking if the linker (/usr/bin/ld) is GNU ld… yes

checking for /usr/bin/ld option to reload object files… -r

checking for BSD-compatible nm… /usr/bin/nm -B

checking whether ln -s works… yes

checking how to recognize dependent libraries… pass_all

checking how to run the C preprocessor… gcc -E

checking for ANSI C header files… yes

checking for sys/types.h… yes

checking for sys/stat.h… yes

checking for stdlib.h… yes

checking for string.h… yes

checking for memory.h… yes

checking for strings.h… yes

checking for inttypes.h… yes

checking for stdint.h… yes

checking for unistd.h… yes

checking dlfcn.h usability… yes

checking dlfcn.h presence… yes

checking for dlfcn.h… yes

checking how to run the C++ preprocessor… g++ -E

checking for g77… no

checking for xlf… no

checking for f77… no

checking for frt… no

checking for pgf77… no

checking for cf77… no

checking for fort77… no

checking for fl32… no

checking for af77… no

checking for xlf90… no

checking for f90… no

checking for pgf90… no

checking for pghpf… no

checking for epcf90… no

checking for gfortran… no

checking for g95… no

checking for xlf95… no

checking for f95… no

checking for fort… no

checking for ifort… no

checking for ifc… no

checking for efc… no

checking for pgf95… no

checking for lf95… no

checking for ftn… no

checking whether we are using the GNU Fortran 77 compiler… no

checking whether accepts -g… no

checking the maximum length of command line arguments… 98304

checking command to parse /usr/bin/nm -B output from gcc object… ok

checking for objdir… .libs

checking for ar… ar

checking for ranlib… ranlib

checking for strip… strip

checking for correct ltmain.sh version… yes

checking if gcc supports -fno-rtti -fno-exceptions… no

checking for gcc option to produce PIC… -fPIC

checking if gcc PIC flag -fPIC works… yes

checking if gcc static flag -static works… yes

checking if gcc supports -c -o file.o… yes

checking whether the gcc linker (/usr/bin/ld) supports shared
libraries…
yes

checking dynamic linker characteristics… GNU/Linux ld.so

checking how to hardcode library paths into programs… immediate

checking whether stripping libraries is possible… yes

checking if libtool supports shared libraries… yes

checking whether to build shared libraries… no

checking whether to build static libraries… yes

configure: creating libtool

appending configuration tag “CXX” to libtool

checking for ld used by g++… /usr/bin/ld

checking if the linker (/usr/bin/ld) is GNU ld… yes

checking whether the g++ linker (/usr/bin/ld) supports shared
libraries…
yes

checking for g++ option to produce PIC… -fPIC

checking if g++ PIC flag -fPIC works… yes

checking if g++ static flag -static works… yes

checking if g++ supports -c -o file.o… yes

checking whether the g++ linker (/usr/bin/ld) supports shared
libraries…
yes

checking dynamic linker characteristics… GNU/Linux ld.so

(cached) (cached) checking how to hardcode library paths into
programs…
immediate

appending configuration tag “F77” to libtool

checking whether ln -s works… yes

checking for ANSI C header files… (cached) yes

checking limits.h usability… yes

checking limits.h presence… yes

checking for limits.h… yes

checking for sys/types.h… (cached) yes

checking for sys/stat.h… (cached) yes

checking dirent.h usability… yes

checking dirent.h presence… yes

checking for dirent.h… yes

checking windows.h usability… no

checking windows.h presence… no

checking for windows.h… no

checking for alias support in the linker… no

checking for alias support in the linker… no

checking string usability… yes

checking string presence… yes

checking for string… yes

checking bits/type_traits.h usability… no

checking bits/type_traits.h presence… no

checking for bits/type_traits.h… no

checking type_traits.h usability… no

checking type_traits.h presence… no

checking for type_traits.h… no

checking for an ANSI C-conforming const… yes

checking for size_t… yes

checking for strtoq… yes

checking for long long… yes

checking for unsigned long long… yes

checking for bcopy… yes

checking for memmove… yes

checking for strerror… yes

checking zlib.h usability… yes

checking zlib.h presence… yes

checking for zlib.h… yes

checking for gzopen in -lz… yes

checking bzlib.h usability… no

checking bzlib.h presence… no

checking for bzlib.h… no

checking for BZ2_bzopen in -lbz2… no

checking readline/readline.h usability… no

checking readline/readline.h presence… no

checking for readline/readline.h… no

checking readline/history.h usability… no

checking readline/history.h presence… no

checking for readline/history.h… no

checking for readline in -lreadline… no

configure: creating ./config.status

config.status: creating Makefile

config.status: creating libpcre.pc

config.status: creating libpcrecpp.pc

config.status: creating pcre-config

config.status: creating pcre.h

config.status: creating pcre_stringpiece.h

config.status: creating pcrecpparg.h

config.status: creating config.h

config.status: executing depfiles commands

config.status: executing script-chmod commands

config.status: executing delete-old-chartables commands

pcre-7.7 configuration summary:

Install prefix .................. : /usr/local

C preprocessor .................. : gcc -E

C compiler ...................... : gcc

C++ preprocessor ................ : g++ -E

C++ compiler .................... : g++

Linker .......................... : /usr/bin/ld

C preprocessor flags ............ :

C compiler flags ................ : -O2 -fomit-frame-pointer -pipe

C++ compiler flags .............. : -O2

Linker flags .................... :

Extra libraries ................. :



Build C++ library ............... : yes

Enable UTF-8 support ............ : no

Unicode properties .............. : no

Newline char/sequence ........... : lf

\R matches only ANYCRLF ......... : no

EBCDIC coding ................... : no

Rebuild char tables ............. : no

Use stack recursion ............. : yes

POSIX mem threshold ............. : 10

Internal link size .............. : 2

Match limit ..................... : 10000000

Match limit recursion ........... : MATCH_LIMIT

Build shared libs ............... : no

Build static libs ............... : yes

Link pcregrep with libz ......... : no

Link pcregrep with libbz2 ....... : no

Link pcretest with libreadline .. : no

cd /usr/lib/ssl/ \

            && make clean \

            && ./config --prefix=/usr/lib/ssl//openssl no-shared

no-threads \

            && make \

            && make install

make[2]: Entering directory `/usr/lib/ssl’

make[2]: *** No rule to make target `clean’. Stop.

make[2]: Leaving directory `/usr/lib/ssl’

make[1]: *** [/usr/lib/ssl//openssl/include/openssl/ssl.h] Error 2

make[1]: Leaving directory `/root/nginx-0.7.61’

make: *** [build] Error 2

[root@loba1 ~/nginx-0.7.61]#

On Thu, Sep 03, 2009 at 09:11:12AM -0500, David M. wrote:

[root@loba1 ~/nginx-0.7.61]# aptitude show libssl-dev

[root@loba1 ~/nginx-0.7.61]# ./configure --with-http_ssl_module
–with-http_gzip_static_module --with-http_dav_module
–with-http_stub_status_module --without-http_rewrite_module
–with-openssl=/usr/lib/ssl/ --with-pcre=…/pcre-7.7
–add-module=nginx-upstream-fair

You need to remove “–with-openssl=/usr/lib/ssl/”.

Now I am getting

-o objs/src/http/modules/ngx_http_stub_status_module.o \
src/http/modules/ngx_http_stub_status_module.c

‘, needed by objs/nginx'. Stop.etobjs/addon/nginx-upstream-fair/ngx_http_upstream_fair_module.o
make[1]: Leaving directory `/root/nginx-0.7.61’
make: *** [build] Error 2

I used the latest copy of upstream fair by checking it out with GIT

On czw, wrz 03, 2009 at 09:57:57 -0500, David M. wrote:

I used the latest copy of upstream fair by checking it out with GIT

Please provide more context, i.e. the messages before what you pasted
(not necessarily the whole build log but it won’t hurt).

Best regards,
Grzegorz N.

This configure worked on Ubuntu 8.04 with 7.13 but on 7.61 I am getting
an error. I have treid with and without the slash and even ln -s /usr
/usr/openssl to appease the compiler but nothing seems to work.

Can someone let me know what im doing wrong?

You might prefer to use the packages I maintain in my PPAs:

Jeff Waugh's PPA : Jeff Waugh (nginx 0.7.x)

https://launchpad.net/~jdub/+archive/devel (nginx 0.8.x)

I keep them up to date, and run them on production (Ubuntu 8.04)
servers.

  • Jeff

This is interesting …

[root@loba1 ~/nginx-0.7.61]# ls objs/addon/nginx-upstream-fair/ -la
total 8.0K
drwxr-xr-x 2 root root 4.0K Sep 3 14:10 .
drwxr-xr-x 3 root root 4.0K Sep 3 14:10 …

[root@loba1 ~/nginx-0.7.61]# cat build-stderr.log
', needed by objs/nginx'. Stop.etobjs/addon/nginx-upstream-fair/ngx_http_upstream_fair_module.o
make: *** [build] Error 2

Same results from the build after a make 2> build-stderr.log

For clarity this is my upstream folder

[root@loba1 ~/nginx-0.7.61]# ls -la nginx-upstream-fair
total 68K
drwxr-xr-x 3 root root 4.0K Sep 2 14:52 .
drwxr-xr-x 9 resgen resgen 4.0K Sep 3 14:14 …
-rw-r–r-- 1 root root 1.3K Sep 2 14:52 .gdbinit
drwxr-xr-x 7 root root 4.0K Sep 2 14:52 .git
-rw-r–r-- 1 root root 1.4K Sep 2 14:52 README
-rw-r–r-- 1 root root 187 Sep 2 14:52 config
-rw-r–r-- 1 root root 43K Sep 2 14:52
ngx_http_upstream_fair_module.c

On czw, wrz 03, 2009 at 01:20:01 -0500, David M. wrote:

(snip)

gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wunused-function -Wunused-variable -Wunused-value -Werror -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7 -I objs -I src/http -I src/http/modules
-o objs/src/http/modules/ngx_http_stub_status_module.o
src/http/modules/ngx_http_stub_status_module.c
‘, needed by objs/nginx'. Stop.etobjs/addon/nginx-upstream-fair/ngx_http_upstream_fair_module.o
make[1]: Leaving directory `/root/nginx-0.7.61’
make: *** [build] Error 2

You sure the build looks like this? The error message from make is
overwritten by something and there aren’t any errors from the compiler.

Please try building upstream_fair object file only, i.e.:

make objs/addon/nginx-upstream-fair/ngx_http_upstream_fair_module.o

and/or appending 2> build-stderr.log to your make command and posting
the contents of that file.

And probably a make clean and reconfigure wouldn’t hurt, either (just in
case).

Best regards,
Grzegorz N.

On czw, wrz 03, 2009 at 02:16:29 -0500, David M. wrote:

', needed by objs/nginx'. Stop.etobjs/addon/nginx-upstream-fair/ngx_http_upstream_fair_module.o
drwxr-xr-x 9 resgen resgen 4.0K Sep 3 14:14 …
-rw-r–r-- 1 root root 1.3K Sep 2 14:52 .gdbinit
drwxr-xr-x 7 root root 4.0K Sep 2 14:52 .git
-rw-r–r-- 1 root root 1.4K Sep 2 14:52 README
-rw-r–r-- 1 root root 187 Sep 2 14:52 config
-rw-r–r-- 1 root root 43K Sep 2 14:52 ngx_http_upstream_fair_module.c

OK, so please try compiling the module by hand, maybe then the messages
will be more meaningful (while being in top-level Nginx directory):

gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs -I src/http -Isrc/http/modules -o
objs/addon/nginx-upstream-fair/ngx_http_upstream_fair_module.o
nginx-upstream-fair/ngx_http_upstream_fair_module.c

Also (especially if the above command works), try passing the absolute
path to this module in your configure invocation (I vaguely remember
this making a difference at least some time ago).

Best regards,
Grzegorz N.

File builds fine by hand but

make clean
./configure --with-http_ssl_module --with-http_gzip_static_module
–with-http_dav_module --with-http_stub_status_module
–without-http_rewrite_module --with-pcre=…/pcre-7.7
–add-module=/root/nginx-0.7.61/nginx-upstream-fair
make

fails in the exact same spot
:frowning:

David

On czw, wrz 03, 2009 at 04:32:20 -0500, David M. wrote:

File builds fine by hand but

make clean
./configure --with-http_ssl_module --with-http_gzip_static_module --with-http_dav_module --with-http_stub_status_module --without-http_rewrite_module --with-pcre=…/pcre-7.7 --add-module=/root/nginx-0.7.61/nginx-upstream-fair
make

fails in the exact same spot
:frowning:

OK, running out of ideas. Does Nginx build successfully when you do:

make clean
./configure …
gcc … # compile upstream-fair by hand
make # build the rest of Nginx

Best regards,
Grzegorz N.

Im afraid not, that’s one thing I had hoped. Well actually I tried

./configure
Make
Gcc
Make

So it would pick up where it left off. Is that diffent thatn doing
./configure
gcc
Make

David

Anyone have any more advice on this issue , I really need to get fair
load balancing working in 7.61. I would prefer not to use a prebuilt rpm
if possible.

David

Hi,

I can build nginx-0.7.61 on my Ubuntu 8.04 without any problems, even
with the same configuration as yours.

On Fri, Sep 4, 2009 at 3:16 AM, David M.[email protected]
wrote:

', needed by objs/nginx'. Stop.et objs/addon/nginx-upstream-fair/ngx_http_upstream_fair_module.o
drwxr-xr-x 9 resgen resgen 4.0K Sep 3 14:14 …
-rw-r–r-- 1 root root 1.3K Sep 2 14:52 .gdbinit
drwxr-xr-x 7 root root 4.0K Sep 2 14:52 .git
-rw-r–r-- 1 root root 1.4K Sep 2 14:52 README
-rw-r–r-- 1 root root 187 Sep 2 14:52 config
-rw-r–r-- 1 root root 43K Sep 2 14:52 ngx_http_upstream_fair_module.c

Here it is. I’m pretty sure these files are in MS-DOS format. Please
git again or convert them to unix format by using the dos2unix
utility.

Regards,

Are you building it with fair ?
David

Hi David,

On Wed, Sep 9, 2009 at 9:04 PM, David M. [email protected]
wrote:

Are you building it with fair ?
David

Sure.

Here it is. I’m pretty sure these files are in MS-DOS format. Please git again or convert them to unix format by using the dos2unix utility.

Have you checked it??

[root@loba1 ~/nginx-0.7.61]# make
make -f objs/Makefile
make[1]: Entering directory /root/nginx-0.7.61' cd ../pcre-7.7 \ && if [ -f Makefile ]; then make distclean; fi \ && CC="gcc" CFLAGS="-O2 -fomit-frame-pointer -pipe " \ ./configure --disable-shared make[2]: Entering directory/root/pcre-7.7’
rm -f pcretest pcretest
rm -f pcregrep pcregrep
test -z “pcre_chartables.c testsavedregex teststderr testtry testNinput”
|| rm -f pcre_chartables.c testsavedregex teststderr testtry testNinput
test -z “libpcre.la libpcreposix.la libpcrecpp.la” || rm -f libpcre.la
libpcreposix.la libpcrecpp.la
rm -f “./so_locations”
rm -f “./so_locations”
rm -f “./so_locations”
rm -rf .libs _libs
rm -f pcrecpp_unittest pcrecpp_unittest
rm -f pcre_scanner_unittest pcre_scanner_unittest
rm -f pcre_stringpiece_unittest pcre_stringpiece_unittest
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z “libpcre.pc libpcrecpp.pc pcre-config pcre.h pcre_stringpiece.h
pcrecpparg.h” || rm -f libpcre.pc libpcrecpp.pc pcre-config pcre.h
pcre_stringpiece.h pcrecpparg.h
rm -f config.h stamp-h1
rm -f libtool
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -f config.status config.cache config.log configure.lineno
config.status.lineno
rm -rf ./.deps
rm -f Makefile
make[2]: Leaving directory `/root/pcre-7.7’
checking for a BSD-compatible install… /usr/bin/install -c
checking whether build environment is sane… yes
checking for a thread-safe mkdir -p… /bin/mkdir -p
checking for gawk… gawk
checking whether make sets $(MAKE)… yes
checking for gcc… gcc
checking for C compiler default output file name… a.out
checking whether the C compiler works… yes
checking whether we are cross compiling… no
checking for suffix of executables…
checking for suffix of object files… o
checking whether we are using the GNU C compiler… yes
checking whether gcc accepts -g… yes
checking for gcc option to accept ISO C89… none needed
checking for style of include used by make… GNU
checking dependency style of gcc… gcc3
checking for g++… g++
checking whether we are using the GNU C++ compiler… yes
checking whether g++ accepts -g… yes
checking dependency style of g++… gcc3
checking for a BSD-compatible install… /usr/bin/install -c
checking build system type… i686-pc-linux-gnu
checking host system type… i686-pc-linux-gnu
checking for a sed that does not truncate output… /bin/sed
checking for grep that handles long lines and -e… /bin/grep
checking for egrep… /bin/grep -E
checking for ld used by gcc… /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld… yes
checking for /usr/bin/ld option to reload object files… -r
checking for BSD-compatible nm… /usr/bin/nm -B
checking whether ln -s works… yes
checking how to recognize dependent libraries… pass_all
checking how to run the C preprocessor… gcc -E
checking for ANSI C header files… yes
checking for sys/types.h… yes
checking for sys/stat.h… yes
checking for stdlib.h… yes
checking for string.h… yes
checking for memory.h… yes
checking for strings.h… yes
checking for inttypes.h… yes
checking for stdint.h… yes
checking for unistd.h… yes
checking dlfcn.h usability… yes
checking dlfcn.h presence… yes
checking for dlfcn.h… yes
checking how to run the C++ preprocessor… g++ -E
checking for g77… no
checking for xlf… no
checking for f77… no
checking for frt… no
checking for pgf77… no
checking for cf77… no
checking for fort77… no
checking for fl32… no
checking for af77… no
checking for xlf90… no
checking for f90… no
checking for pgf90… no
checking for pghpf… no
checking for epcf90… no
checking for gfortran… no
checking for g95… no
checking for xlf95… no
checking for f95… no
checking for fort… no
checking for ifort… no
checking for ifc… no
checking for efc… no
checking for pgf95… no
checking for lf95… no
checking for ftn… no
checking whether we are using the GNU Fortran 77 compiler… no
checking whether accepts -g… no
checking the maximum length of command line arguments… 98304
checking command to parse /usr/bin/nm -B output from gcc object… ok
checking for objdir… .libs
checking for ar… ar
checking for ranlib… ranlib
checking for strip… strip
checking for correct ltmain.sh version… yes
checking if gcc supports -fno-rtti -fno-exceptions… no
checking for gcc option to produce PIC… -fPIC
checking if gcc PIC flag -fPIC works… yes
checking if gcc static flag -static works… yes
checking if gcc supports -c -o file.o… yes
checking whether the gcc linker (/usr/bin/ld) supports shared
libraries… yes
checking dynamic linker characteristics… GNU/Linux ld.so
checking how to hardcode library paths into programs… immediate
checking whether stripping libraries is possible… yes
checking if libtool supports shared libraries… yes
checking whether to build shared libraries… no
checking whether to build static libraries… yes
configure: creating libtool
appending configuration tag “CXX” to libtool
checking for ld used by g++… /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld… yes
checking whether the g++ linker (/usr/bin/ld) supports shared
libraries… yes
checking for g++ option to produce PIC… -fPIC
checking if g++ PIC flag -fPIC works… yes
checking if g++ static flag -static works… yes
checking if g++ supports -c -o file.o… yes
checking whether the g++ linker (/usr/bin/ld) supports shared
libraries… yes
checking dynamic linker characteristics… GNU/Linux ld.so
(cached) (cached) checking how to hardcode library paths into
programs… immediate
appending configuration tag “F77” to libtool
checking whether ln -s works… yes
checking for ANSI C header files… (cached) yes
checking limits.h usability… yes
checking limits.h presence… yes
checking for limits.h… yes
checking for sys/types.h… (cached) yes
checking for sys/stat.h… (cached) yes
checking dirent.h usability… yes
checking dirent.h presence… yes
checking for dirent.h… yes
checking windows.h usability… no
checking windows.h presence… no
checking for windows.h… no
checking for alias support in the linker… no
checking for alias support in the linker… no
checking string usability… yes
checking string presence… yes
checking for string… yes
checking bits/type_traits.h usability… no
checking bits/type_traits.h presence… no
checking for bits/type_traits.h… no
checking type_traits.h usability… no
checking type_traits.h presence… no
checking for type_traits.h… no
checking for an ANSI C-conforming const… yes
checking for size_t… yes
checking for strtoq… yes
checking for long long… yes
checking for unsigned long long… yes
checking for bcopy… yes
checking for memmove… yes
checking for strerror… yes
checking zlib.h usability… yes
checking zlib.h presence… yes
checking for zlib.h… yes
checking for gzopen in -lz… yes
checking bzlib.h usability… no
checking bzlib.h presence… no
checking for bzlib.h… no
checking for BZ2_bzopen in -lbz2… no
checking readline/readline.h usability… no
checking readline/readline.h presence… no
checking for readline/readline.h… no
checking readline/history.h usability… no
checking readline/history.h presence… no
checking for readline/history.h… no
checking for readline in -lreadline… no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libpcre.pc
config.status: creating libpcrecpp.pc
config.status: creating pcre-config
config.status: creating pcre.h
config.status: creating pcre_stringpiece.h
config.status: creating pcrecpparg.h
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing script-chmod commands
config.status: executing delete-old-chartables commands

pcre-7.7 configuration summary:

Install prefix .................. : /usr/local
C preprocessor .................. : gcc -E
C compiler ...................... : gcc
C++ preprocessor ................ : g++ -E
C++ compiler .................... : g++
Linker .......................... : /usr/bin/ld
C preprocessor flags ............ :
C compiler flags ................ : -O2 -fomit-frame-pointer -pipe
C++ compiler flags .............. : -O2
Linker flags .................... :
Extra libraries ................. :

Build C++ library ............... : yes
Enable UTF-8 support ............ : no
Unicode properties .............. : no
Newline char/sequence ........... : lf
\R matches only ANYCRLF ......... : no
EBCDIC coding ................... : no
Rebuild char tables ............. : no
Use stack recursion ............. : yes
POSIX mem threshold ............. : 10
Internal link size .............. : 2
Match limit ..................... : 10000000
Match limit recursion ........... : MATCH_LIMIT
Build shared libs ............... : no
Build static libs ............... : yes
Link pcregrep with libz ......... : no
Link pcregrep with libbz2 ....... : no
Link pcretest with libreadline .. : no

gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs
-o objs/src/core/nginx.o
src/core/nginx.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs
-o objs/src/core/ngx_log.o
src/core/ngx_log.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs
-o objs/src/core/ngx_palloc.o
src/core/ngx_palloc.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs
-o objs/src/core/ngx_array.o
src/core/ngx_array.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs
-o objs/src/core/ngx_list.o
src/core/ngx_list.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs
-o objs/src/core/ngx_hash.o
src/core/ngx_hash.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs
-o objs/src/core/ngx_buf.o
src/core/ngx_buf.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs
-o objs/src/core/ngx_queue.o
src/core/ngx_queue.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs
-o objs/src/core/ngx_output_chain.o
src/core/ngx_output_chain.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs
-o objs/src/core/ngx_string.o
src/core/ngx_string.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs
-o objs/src/core/ngx_parse.o
src/core/ngx_parse.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs
-o objs/src/core/ngx_inet.o
src/core/ngx_inet.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs
-o objs/src/core/ngx_file.o
src/core/ngx_file.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs
-o objs/src/core/ngx_crc32.o
src/core/ngx_crc32.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs
-o objs/src/core/ngx_rbtree.o
src/core/ngx_rbtree.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs
-o objs/src/core/ngx_radix_tree.o
src/core/ngx_radix_tree.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs
-o objs/src/core/ngx_slab.o
src/core/ngx_slab.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs
-o objs/src/core/ngx_times.o
src/core/ngx_times.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs
-o objs/src/core/ngx_shmtx.o
src/core/ngx_shmtx.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs
-o objs/src/core/ngx_connection.o
src/core/ngx_connection.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs
-o objs/src/core/ngx_cycle.o
src/core/ngx_cycle.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs
-o objs/src/core/ngx_spinlock.o
src/core/ngx_spinlock.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs
-o objs/src/core/ngx_cpuinfo.o
src/core/ngx_cpuinfo.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs
-o objs/src/core/ngx_conf_file.o
src/core/ngx_conf_file.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs
-o objs/src/core/ngx_resolver.o
src/core/ngx_resolver.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs
-o objs/src/core/ngx_open_file_cache.o
src/core/ngx_open_file_cache.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs
-o objs/src/event/ngx_event.o
src/event/ngx_event.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs
-o objs/src/event/ngx_event_timer.o
src/event/ngx_event_timer.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs
-o objs/src/event/ngx_event_posted.o
src/event/ngx_event_posted.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs
-o objs/src/event/ngx_event_busy_lock.o
src/event/ngx_event_busy_lock.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs
-o objs/src/event/ngx_event_accept.o
src/event/ngx_event_accept.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs
-o objs/src/event/ngx_event_connect.o
src/event/ngx_event_connect.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs
-o objs/src/event/ngx_event_pipe.o
src/event/ngx_event_pipe.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs
-o objs/src/os/unix/ngx_time.o
src/os/unix/ngx_time.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs
-o objs/src/os/unix/ngx_errno.o
src/os/unix/ngx_errno.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs
-o objs/src/os/unix/ngx_alloc.o
src/os/unix/ngx_alloc.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs
-o objs/src/os/unix/ngx_files.o
src/os/unix/ngx_files.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs
-o objs/src/os/unix/ngx_socket.o
src/os/unix/ngx_socket.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs
-o objs/src/os/unix/ngx_recv.o
src/os/unix/ngx_recv.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs
-o objs/src/os/unix/ngx_readv_chain.o
src/os/unix/ngx_readv_chain.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs
-o objs/src/os/unix/ngx_udp_recv.o
src/os/unix/ngx_udp_recv.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs
-o objs/src/os/unix/ngx_send.o
src/os/unix/ngx_send.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs
-o objs/src/os/unix/ngx_writev_chain.o
src/os/unix/ngx_writev_chain.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs
-o objs/src/os/unix/ngx_channel.o
src/os/unix/ngx_channel.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs
-o objs/src/os/unix/ngx_shmem.o
src/os/unix/ngx_shmem.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs
-o objs/src/os/unix/ngx_process.o
src/os/unix/ngx_process.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs
-o objs/src/os/unix/ngx_daemon.o
src/os/unix/ngx_daemon.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs
-o objs/src/os/unix/ngx_setproctitle.o
src/os/unix/ngx_setproctitle.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs
-o objs/src/os/unix/ngx_posix_init.o
src/os/unix/ngx_posix_init.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs
-o objs/src/os/unix/ngx_user.o
src/os/unix/ngx_user.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs
-o objs/src/os/unix/ngx_process_cycle.o
src/os/unix/ngx_process_cycle.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs
-o objs/src/os/unix/ngx_linux_init.o
src/os/unix/ngx_linux_init.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs
-o objs/src/event/modules/ngx_epoll_module.o
src/event/modules/ngx_epoll_module.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs
-o objs/src/os/unix/ngx_linux_sendfile_chain.o
src/os/unix/ngx_linux_sendfile_chain.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs
-o objs/src/event/ngx_event_openssl.o
src/event/ngx_event_openssl.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs
-o objs/src/core/ngx_regex.o
src/core/ngx_regex.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs -I src/http -I src/http/modules
-o objs/src/http/ngx_http.o
src/http/ngx_http.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs -I src/http -I src/http/modules
-o objs/src/http/ngx_http_core_module.o
src/http/ngx_http_core_module.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs -I src/http -I src/http/modules
-o objs/src/http/ngx_http_special_response.o
src/http/ngx_http_special_response.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs -I src/http -I src/http/modules
-o objs/src/http/ngx_http_request.o
src/http/ngx_http_request.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs -I src/http -I src/http/modules
-o objs/src/http/ngx_http_parse.o
src/http/ngx_http_parse.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs -I src/http -I src/http/modules
-o objs/src/http/ngx_http_header_filter_module.o
src/http/ngx_http_header_filter_module.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs -I src/http -I src/http/modules
-o objs/src/http/ngx_http_write_filter_module.o
src/http/ngx_http_write_filter_module.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs -I src/http -I src/http/modules
-o objs/src/http/ngx_http_copy_filter_module.o
src/http/ngx_http_copy_filter_module.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs -I src/http -I src/http/modules
-o objs/src/http/modules/ngx_http_log_module.o
src/http/modules/ngx_http_log_module.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs -I src/http -I src/http/modules
-o objs/src/http/ngx_http_request_body.o
src/http/ngx_http_request_body.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs -I src/http -I src/http/modules
-o objs/src/http/ngx_http_variables.o
src/http/ngx_http_variables.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs -I src/http -I src/http/modules
-o objs/src/http/ngx_http_script.o
src/http/ngx_http_script.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs -I src/http -I src/http/modules
-o objs/src/http/ngx_http_upstream.o
src/http/ngx_http_upstream.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs -I src/http -I src/http/modules
-o objs/src/http/ngx_http_upstream_round_robin.o
src/http/ngx_http_upstream_round_robin.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs -I src/http -I src/http/modules
-o objs/src/http/ngx_http_parse_time.o
src/http/ngx_http_parse_time.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs -I src/http -I src/http/modules
-o objs/src/http/modules/ngx_http_static_module.o
src/http/modules/ngx_http_static_module.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs -I src/http -I src/http/modules
-o objs/src/http/modules/ngx_http_index_module.o
src/http/modules/ngx_http_index_module.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs -I src/http -I src/http/modules
-o objs/src/http/modules/ngx_http_chunked_filter_module.o
src/http/modules/ngx_http_chunked_filter_module.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs -I src/http -I src/http/modules
-o objs/src/http/modules/ngx_http_range_filter_module.o
src/http/modules/ngx_http_range_filter_module.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs -I src/http -I src/http/modules
-o objs/src/http/modules/ngx_http_headers_filter_module.o
src/http/modules/ngx_http_headers_filter_module.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs -I src/http -I src/http/modules
-o objs/src/http/modules/ngx_http_not_modified_filter_module.o
src/http/modules/ngx_http_not_modified_filter_module.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs -I src/http -I src/http/modules
-o objs/src/http/ngx_http_busy_lock.o
src/http/ngx_http_busy_lock.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs -I src/http -I src/http/modules
-o objs/src/http/ngx_http_file_cache.o
src/http/ngx_http_file_cache.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs -I src/http -I src/http/modules
-o objs/src/http/modules/ngx_http_gzip_filter_module.o
src/http/modules/ngx_http_gzip_filter_module.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs -I src/http -I src/http/modules
-o objs/src/http/ngx_http_postpone_filter_module.o
src/http/ngx_http_postpone_filter_module.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs -I src/http -I src/http/modules
-o objs/src/http/modules/ngx_http_charset_filter_module.o
src/http/modules/ngx_http_charset_filter_module.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs -I src/http -I src/http/modules
-o objs/src/http/modules/ngx_http_ssi_filter_module.o
src/http/modules/ngx_http_ssi_filter_module.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs -I src/http -I src/http/modules
-o objs/src/http/modules/ngx_http_userid_filter_module.o
src/http/modules/ngx_http_userid_filter_module.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs -I src/http -I src/http/modules
-o objs/src/http/modules/ngx_http_gzip_static_module.o
src/http/modules/ngx_http_gzip_static_module.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs -I src/http -I src/http/modules
-o objs/src/http/modules/ngx_http_dav_module.o
src/http/modules/ngx_http_dav_module.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs -I src/http -I src/http/modules
-o objs/src/http/modules/ngx_http_autoindex_module.o
src/http/modules/ngx_http_autoindex_module.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs -I src/http -I src/http/modules
-o objs/src/http/modules/ngx_http_auth_basic_module.o
src/http/modules/ngx_http_auth_basic_module.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs -I src/http -I src/http/modules
-o objs/src/http/modules/ngx_http_access_module.o
src/http/modules/ngx_http_access_module.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs -I src/http -I src/http/modules
-o objs/src/http/modules/ngx_http_limit_zone_module.o
src/http/modules/ngx_http_limit_zone_module.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs -I src/http -I src/http/modules
-o objs/src/http/modules/ngx_http_limit_req_module.o
src/http/modules/ngx_http_limit_req_module.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs -I src/http -I src/http/modules
-o objs/src/http/modules/ngx_http_geo_module.o
src/http/modules/ngx_http_geo_module.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs -I src/http -I src/http/modules
-o objs/src/http/modules/ngx_http_map_module.o
src/http/modules/ngx_http_map_module.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs -I src/http -I src/http/modules
-o objs/src/http/modules/ngx_http_referer_module.o
src/http/modules/ngx_http_referer_module.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs -I src/http -I src/http/modules
-o objs/src/http/modules/ngx_http_ssl_module.o
src/http/modules/ngx_http_ssl_module.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs -I src/http -I src/http/modules
-o objs/src/http/modules/ngx_http_proxy_module.o
src/http/modules/ngx_http_proxy_module.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs -I src/http -I src/http/modules
-o objs/src/http/modules/ngx_http_fastcgi_module.o
src/http/modules/ngx_http_fastcgi_module.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs -I src/http -I src/http/modules
-o objs/src/http/modules/ngx_http_memcached_module.o
src/http/modules/ngx_http_memcached_module.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs -I src/http -I src/http/modules
-o objs/src/http/modules/ngx_http_empty_gif_module.o
src/http/modules/ngx_http_empty_gif_module.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs -I src/http -I src/http/modules
-o objs/src/http/modules/ngx_http_browser_module.o
src/http/modules/ngx_http_browser_module.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs -I src/http -I src/http/modules
-o objs/src/http/modules/ngx_http_upstream_ip_hash_module.o
src/http/modules/ngx_http_upstream_ip_hash_module.c
gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter
-Wunused-function -Wunused-variable -Wunused-value -Werror -g -I
src/core -I src/event -I src/event/modules -I src/os/unix -I …/pcre-7.7
-I objs -I src/http -I src/http/modules
-o objs/src/http/modules/ngx_http_stub_status_module.o
src/http/modules/ngx_http_stub_status_module.c
‘, needed by objs/nginx'. Stop.etobjs/addon/nginx-upstream-fair/ngx_http_upstream_fair_module.o
make[1]: Leaving directory `/root/nginx-0.7.61’
make: *** [build] Error 2