| Welcome to the Zimbra :: Forums! | |
Welcome, if you would like to post a comment please register.
We also encourage you to explore all things Zimbra with our team and members of the community.
|  | | 
11-21-2008, 02:53 PM
| | Intermediate Member | |
Posts: 21
| | build of nginx fails Building nginx failed and giving the following message, does someone has the same problem?
[root@localhost nginx]# make
(cd nginx-0.5.30-zimbra; \
./configure \
--prefix=/opt/zimbra/nginx-0.5.30-zimbra \
--with-debug \
--with-http_ssl_module \
--with-sasl-inc=/opt/zimbra/cyrus-sasl-2.1.22.3z/include \
--with-mail \
--http-log-path=/opt/zimbra/log/nginx.access.log \
--error-log-path=/opt/zimbra/log/nginx.log \
--with-mail_ssl_module; \
LD_RUN_PATH="/opt/zimbra/openssl-0.9.8g/lib:/opt/zimbra/cyrus-sasl-2.1.22.3z/lib" make; make install)
: command not found1:
: command not found3:
: command not found4:
: command not found6:
: command not found15:
: command not found19:
: command not found24:
: command not found30:
: command not found33:
: command not found35:
: command not found40:
: command not found42:
: command not found44:
: command not found49:
: command not found78:
: command not found81:
: command not found87:
: command not found89:
: command not found93:
: command not found96:
: command not found101:
: command not found106:
: command not found111:
: command not found114:
: command not found116:
: command not found117:
'uto/options: line 119: syntax error near unexpected token `do
'uto/options: line 119: `do
: command not found
: command not found
: command not found
: command not found
: command not found
: command not found
: command not found
: command not found
: command not found
: command not found
: command not found
auto/init: line 70: syntax error: unexpected end of file
: command not found1:
: command not found3:
: command not found4:
: command not found6:
: command not found8:
: command not found35:
: command not found36:
: command not found63:
: command not found64:
: command not found67:
: command not found68:
: command not found72:
: command not found73:
: command not found75:
: command not found77:
: command not found84:
: command not found92:
: command not found93:
: command not found96:
: command not found99:
: command not found102:
: command not found105:
: command not found108:
: command not found111:
: command not found114:
: command not found117:
: command not found124:
: command not found126:
: command not found128:
: command not found146:
: command not found155:
: command not found156:
: command not found175:
: command not found177:
: command not found184:
: command not found186:
: command not found190:
: command not found191:
: command not found195:
: command not found196:
: command not found198:
: command not found216:
: command not found218:
: command not found236:
: command not found239:
: command not found240:
: command not found243:
: command not found248:
: command not found250:
: command not found253:
: command not found256:
: command not found259:
: command not found262:
: command not found264:
: command not found267:
: command not found269:
: command not found280:
: command not found302:
: command not found305:
: command not found307:
: command not found310:
: command not found311:
: command not found314:
: command not found315:
: command not found318:
: command not found319:
: command not found323:
: command not found324:
: command not found327:
: command not found328:
: command not found331:
: command not found332:
: command not found335:
: command not found336:
: command not found339:
: command not found340:
: command not found343:
: command not found344:
: command not found347:
: command not found348:
: command not found351:
: command not found352:
: command not found355:
: command not found356:
: command not found359:
: command not found360:
: command not found363:
: command not found364:
: command not found367:
: command not found368:
: command not found371:
: command not found372:
: command not found375:
: command not found376:
: command not found380:
: command not found381:
: command not found384:
: command not found385:
: command not found388:
: command not found389:
: command not found394:
: command not found395:
: command not found398:
: command not found399:
: command not found402:
: command not found403:
: command not found406:
: command not found407:
: command not found410:
: command not found411:
: command not found414:
: command not found415:
: command not found418:
: command not found422:
: command not found424:
: command not found426:
: command not found428:
: command not found434:
: command not found438:
: command not found441:
building for
: command not found1:
: command not found3:
: command not found4:
: command not found6:
: command not found13:
: command not found16:
: command not found19:
: command not found27:
: command not found30:
: No such file or directory/cc/name
make[1]: Entering directory `/root/workspace/zimbra/FRANKLIN-5011/ThirdParty/nginx/nginx-0.5.30-zimbra'
make[1]: *** No targets specified and no makefile found. Stop.
make[1]: Leaving directory `/root/workspace/zimbra/FRANKLIN-5011/ThirdParty/nginx/nginx-0.5.30-zimbra'
make[1]: Entering directory `/root/workspace/zimbra/FRANKLIN-5011/ThirdParty/nginx/nginx-0.5.30-zimbra'
make[1]: *** No rule to make target `install'. Stop.
make[1]: Leaving directory `/root/workspace/zimbra/FRANKLIN-5011/ThirdParty/nginx/nginx-0.5.30-zimbra'
make: *** [build] Error 2 | 
11-24-2008, 02:30 PM
| | Zimbra Employee | |
Posts: 572
| | What's your shell? Also, what does /bin/sh point to on your system? It seems like your system is failing to handle basic /bin/sh (on my system, that points to /bin/bash) calls.
__________________
Quanah Gibson-Mount
Sr. Member of Technical Staff
Zimbra, Inc
A Division of VMware, Inc.
--------------------
Zimbra :: the leader in open source messaging and collaboration
Last edited by quanah; 11-24-2008 at 02:32 PM..
| 
11-24-2008, 03:09 PM
| | Intermediate Member | |
Posts: 21
| | my shell is bash, and /bin/sh points to sh-3.1
[root@localhost nginx-0.5.30-zimbra]# finger -m root
Login: root Name: root
Directory: /root Shell: /bin/bash
[root@localhost nginx-0.5.30-zimbra]# ls -l /bin/sh
lrwxrwxrwx 1 root root 4 May 16 2008 /bin/sh -> bash
[root@localhost nginx-0.5.30-zimbra]# /bin/sh
sh-3.1#
could the problem be with nginx source or scripts? I don't see any problems with other Thirdparty components, only nginx.
Last edited by syhliu; 11-24-2008 at 03:12 PM..
| 
11-24-2008, 03:32 PM
| | Zimbra Employee | |
Posts: 572
| | Well, on my CentOS5_64 system, configure works just fine:
(cd nginx-0.5.30-zimbra; \
./configure \
--prefix=/opt/zimbra/nginx-0.5.30-zimbra \
--with-debug \
--with-http_ssl_module \
--with-sasl-inc=/opt/zimbra/cyrus-sasl-2.1.22.3z/include \
--with-mail \
--http-log-path=/opt/zimbra/log/nginx.access.log \
--error-log-path=/opt/zimbra/log/nginx.log \
--with-mail_ssl_module; \
LD_RUN_PATH="/opt/zimbra/openssl-0.9.8i/lib:/opt/zimbra/cyrus-sasl-2.1.22.3z/lib" make; make install)
checking for OS
+ Linux 2.6.18-92.1.10.el5 x86_64
checking for C compiler ... found
+ using GNU C compiler
+ gcc version: 4.1.1 20070105 (Red Hat 4.1.1-52)
checking for gcc -pipe switch ... found
checking for gcc variadic macros ... found
checking for C99 variadic macros ... found
[root@freelancer Build]# ./get_plat_tag.sh
CentOS5_64
--Quanah
__________________
Quanah Gibson-Mount
Sr. Member of Technical Staff
Zimbra, Inc
A Division of VMware, Inc.
--------------------
Zimbra :: the leader in open source messaging and collaboration
| 
11-24-2008, 03:32 PM
| | Zimbra Employee | |
Posts: 572
| | In fact, at a guess, you're missing /bin/echo
__________________
Quanah Gibson-Mount
Sr. Member of Technical Staff
Zimbra, Inc
A Division of VMware, Inc.
--------------------
Zimbra :: the leader in open source messaging and collaboration
| 
11-24-2008, 03:41 PM
| | Intermediate Member | |
Posts: 21
| | echo is there:
[root@localhost ZimbraBuild]# which echo
/bin/echo
And I seem having the same OS as yours:
[root@localhost ZimbraBuild]# ./corebuild/opt/zimbra/libexec/get_plat_tag.sh
CentOS5_64
However, ./configure doesn't work:
[root@localhost nginx]# (cd nginx-0.5.30-zimbra; ./configure --prefix=/opt/zimbra/nginx-0.5.30-zimbra --with-debug --with-http_ssl_module --with-sasl-inc=/opt/zimbra/cyrus-sasl-2.1.22.3z/include --with-mail --http-log-path=/opt/zimbra/log/nginx.access.log --error-log-path=/opt/zimbra/log/nginx.log --with-mail_ssl_module; LD_RUN_PATH="/opt/zimbra/openssl-0.9.8i/lib:/opt/zimbra/cyrus-sasl-2.1.22.3z/lib" make; make install)
: command not found1:
: command not found3:
: command not found4:
: command not found6:
: command not found15:
: command not found19:
: command not found24:
: command not found30:
... | 
11-24-2008, 03:57 PM
| | Zimbra Employee | |
Posts: 572
| | configure in nginx is just a simple /bin/sh script. For whatever reason, it's not happy with your system. My system has the same version:
[root@freelancer libexec]# /bin/sh
sh-3.1#
so it's something else. You may want to step through the configure script manually and see what you can track down.
__________________
Quanah Gibson-Mount
Sr. Member of Technical Staff
Zimbra, Inc
A Division of VMware, Inc.
--------------------
Zimbra :: the leader in open source messaging and collaboration
| 
11-24-2008, 04:24 PM
| | Intermediate Member | |
Posts: 21
| | Hi Quanah,
Can you please ls -l * all the files under nginx? Thanks! | 
11-24-2008, 04:33 PM
| | Zimbra Employee | |
Posts: 572
| | Code: ./nginx-0.5.30-zimbra:
drwxrwxr-x 6 quanah quanah 4096 Nov 24 13:33 auto
-r--r--r-- 1 quanah quanah 95647 Feb 8 2008 CHANGES
-r--r--r-- 1 quanah quanah 98448 Feb 8 2008 CHANGES.ru
drwxrwxr-x 2 quanah quanah 4096 Feb 8 2008 conf
-r-xr-xr-x 1 quanah quanah 1904 Feb 8 2008 configure
drwxrwxr-x 3 quanah quanah 4096 Feb 8 2008 contrib
drwxrwxr-x 2 quanah quanah 4096 Feb 8 2008 html
-r--r--r-- 1 quanah quanah 1329 Feb 8 2008 LICENSE
-rw-r--r-- 1 root root 679 Nov 24 14:31 Makefile
drwxr-xr-x 2 root root 4096 Nov 24 14:31 objs
-r--r--r-- 1 quanah quanah 127 Feb 8 2008 README
drwxrwxr-x 7 quanah quanah 4096 Feb 8 2008 src
./nginx-0.5.30-zimbra/auto:
drwxrwxr-x 2 quanah quanah 4096 Feb 8 2008 cc
-r--r--r-- 1 quanah quanah 113 Feb 8 2008 define
-r--r--r-- 1 quanah quanah 800 Feb 8 2008 endianess
-r--r--r-- 1 quanah quanah 2233 Feb 8 2008 feature
-r--r--r-- 1 quanah quanah 108 Feb 8 2008 have
-r--r--r-- 1 quanah quanah 109 Feb 8 2008 have_headers
-r--r--r-- 1 quanah quanah 199 Feb 8 2008 headers
-r--r--r-- 1 quanah quanah 1021 Feb 8 2008 include
-r--r--r-- 1 quanah quanah 1097 Feb 8 2008 init
-r--r--r-- 1 quanah quanah 1676 Feb 8 2008 install
drwxrwxr-x 8 quanah quanah 4096 Feb 8 2008 lib
-r--r--r-- 1 quanah quanah 10276 Feb 8 2008 make
-r--r--r-- 1 quanah quanah 10534 May 5 2008 modules
-r--r--r-- 1 quanah quanah 108 Feb 8 2008 nohave
-r--r--r-- 1 quanah quanah 15856 Apr 16 2008 options
drwxrwxr-x 2 quanah quanah 4096 Feb 8 2008 os
-r--r--r-- 1 quanah quanah 14403 May 5 2008 sources
-r--r--r-- 1 quanah quanah 138 Feb 8 2008 stubs
-r--r--r-- 1 quanah quanah 4264 Feb 8 2008 summary
-r--r--r-- 1 quanah quanah 1813 Feb 8 2008 threads
drwxrwxr-x 2 quanah quanah 4096 Feb 8 2008 types
-r-xr-xr-x 1 quanah quanah 5905 Feb 8 2008 unix
./nginx-0.5.30-zimbra/auto/cc:
-r--r--r-- 1 quanah quanah 196 Feb 8 2008 acc
-r--r--r-- 1 quanah quanah 1263 Feb 8 2008 bcc
-r--r--r-- 1 quanah quanah 1296 Feb 8 2008 ccc
-r--r--r-- 1 quanah quanah 3295 Feb 8 2008 conf
-r--r--r-- 1 quanah quanah 3682 Feb 8 2008 gcc
-r--r--r-- 1 quanah quanah 3369 Feb 8 2008 icc
-r--r--r-- 1 quanah quanah 2503 Feb 8 2008 msvc
-r--r--r-- 1 quanah quanah 1634 Feb 8 2008 name
-r--r--r-- 1 quanah quanah 1703 Feb 8 2008 owc
-r--r--r-- 1 quanah quanah 3352 Feb 8 2008 sunc
./nginx-0.5.30-zimbra/auto/lib:
-r--r--r-- 1 quanah quanah 720 Feb 8 2008 conf
-r--r--r-- 1 quanah quanah 531 Feb 8 2008 make
drwxrwxr-x 2 quanah quanah 4096 Feb 8 2008 md5
drwxrwxr-x 2 quanah quanah 4096 Feb 8 2008 openssl
drwxrwxr-x 2 quanah quanah 4096 Jun 30 18:14 pcre
drwxrwxr-x 2 quanah quanah 4096 Feb 8 2008 perl
drwxrwxr-x 2 quanah quanah 4096 Feb 8 2008 sha1
-r--r--r-- 1 quanah quanah 523 Feb 8 2008 test
drwxrwxr-x 2 quanah quanah 4096 Feb 8 2008 zlib
./nginx-0.5.30-zimbra/auto/lib/md5:
-r--r--r-- 1 quanah quanah 2741 Feb 8 2008 conf
-r--r--r-- 1 quanah quanah 1755 Feb 8 2008 make
-r--r--r-- 1 quanah quanah 283 Feb 8 2008 makefile.bcc
-r--r--r-- 1 quanah quanah 315 Feb 8 2008 makefile.msvc
-r--r--r-- 1 quanah quanah 168 Feb 8 2008 makefile.owc
./nginx-0.5.30-zimbra/auto/lib/openssl:
-r--r--r-- 1 quanah quanah 1817 Feb 8 2008 conf
-r--r--r-- 1 quanah quanah 547 Feb 8 2008 make
./nginx-0.5.30-zimbra/auto/lib/pcre:
-r--r--r-- 1 quanah quanah 6784 Jun 30 18:14 conf
-r--r--r-- 1 quanah quanah 1433 Feb 8 2008 make
-r--r--r-- 1 quanah quanah 462 Feb 8 2008 makefile.bcc
-r--r--r-- 1 quanah quanah 500 Feb 8 2008 makefile.msvc
-r--r--r-- 1 quanah quanah 459 Feb 8 2008 makefile.owc
-r--r--r-- 1 quanah quanah 340 Feb 8 2008 patch.config.in
-r--r--r-- 1 quanah quanah 447 Feb 8 2008 patch.pcre.c
-r--r--r-- 1 quanah quanah 852 Feb 8 2008 patch.pcre.in
-r--r--r-- 1 quanah quanah 459 Feb 8 2008 patch.pcre.in.owc
./nginx-0.5.30-zimbra/auto/lib/perl:
total 16
-r--r--r-- 1 quanah quanah 1805 Feb 8 2008 conf
-r--r--r-- 1 quanah quanah 1087 Feb 8 2008 make
./nginx-0.5.30-zimbra/auto/lib/sha1:
total 40
-r--r--r-- 1 quanah quanah 1999 Feb 8 2008 conf
-r--r--r-- 1 quanah quanah 1777 Feb 8 2008 make
-r--r--r-- 1 quanah quanah 289 Feb 8 2008 makefile.bcc
-r--r--r-- 1 quanah quanah 321 Feb 8 2008 makefile.msvc
-r--r--r-- 1 quanah quanah 170 Feb 8 2008 makefile.owc
./nginx-0.5.30-zimbra/auto/lib/zlib:
total 48
-r--r--r-- 1 quanah quanah 1539 Feb 8 2008 conf
-r--r--r-- 1 quanah quanah 2050 Feb 8 2008 make
-r--r--r-- 1 quanah quanah 262 Feb 8 2008 makefile.bcc
-r--r--r-- 1 quanah quanah 264 Feb 8 2008 makefile.msvc
-r--r--r-- 1 quanah quanah 257 Feb 8 2008 makefile.owc
-r--r--r-- 1 quanah quanah 371 Feb 8 2008 patch.zlib.h
./nginx-0.5.30-zimbra/auto/os:
total 52
-r--r--r-- 1 quanah quanah 2540 Feb 8 2008 conf
-r--r--r-- 1 quanah quanah 4985 Feb 8 2008 features
-r--r--r-- 1 quanah quanah 2613 Feb 8 2008 freebsd
-r--r--r-- 1 quanah quanah 3007 Feb 8 2008 linux
-r--r--r-- 1 quanah quanah 1327 Feb 8 2008 solaris
-r--r--r-- 1 quanah quanah 500 Feb 8 2008 win32
./nginx-0.5.30-zimbra/auto/types:
total 32
-r--r--r-- 1 quanah quanah 1561 Feb 8 2008 sizeof
-r--r--r-- 1 quanah quanah 1486 Feb 8 2008 typedef
-r--r--r-- 1 quanah quanah 643 Feb 8 2008 uintptr_t
-r--r--r-- 1 quanah quanah 127 Feb 8 2008 value
./nginx-0.5.30-zimbra/conf:
total 48
-r--r--r-- 1 quanah quanah 909 Feb 8 2008 fastcgi_params
-r--r--r-- 1 quanah quanah 2837 Feb 8 2008 koi-utf
-r--r--r-- 1 quanah quanah 2223 Feb 8 2008 koi-win
-r--r--r-- 1 quanah quanah 2944 Feb 8 2008 mime.types
-r--r--r-- 1 quanah quanah 2702 Feb 8 2008 nginx.conf
-r--r--r-- 1 quanah quanah 3610 Feb 8 2008 win-utf
./nginx-0.5.30-zimbra/contrib:
total 24
-r-xr-xr-x 1 quanah quanah 1272 Feb 8 2008 geo2nginx.pl
-r--r--r-- 1 quanah quanah 438 Feb 8 2008 README
drwxrwxr-x 2 quanah quanah 4096 Feb 8 2008 unicode2nginx
./nginx-0.5.30-zimbra/contrib/unicode2nginx:
total 32
-r--r--r-- 1 quanah quanah 5991 Feb 8 2008 koi-utf
-r-xr-xr-x 1 quanah quanah 1082 Feb 8 2008 unicode-to-nginx.pl
-r--r--r-- 1 quanah quanah 5339 Feb 8 2008 win-utf
./nginx-0.5.30-zimbra/html:
total 16
-r--r--r-- 1 quanah quanah 383 Feb 8 2008 50x.html
-r--r--r-- 1 quanah quanah 151 Feb 8 2008 index.html
./nginx-0.5.30-zimbra/objs:
total 36
-rw-r--r-- 1 root root 358 Nov 24 14:31 autoconf.err
-rw-r--r-- 1 root root 0 Nov 24 14:31 autotest
-rw-r--r-- 1 root root 52 Nov 24 14:31 autotest.c
-rw-r--r-- 1 root root 597 Nov 24 14:31 ngx_auto_config.h
-rw-r--r-- 1 root root 1 Nov 24 14:31 ngx_auto_headers.h
./nginx-0.5.30-zimbra/src:
total 40
drwxrwxr-x 2 quanah quanah 4096 Aug 20 22:31 core
drwxrwxr-x 3 quanah quanah 4096 Feb 8 2008 event
drwxrwxr-x 3 quanah quanah 4096 Apr 16 2008 http
drwxrwxr-x 2 quanah quanah 4096 Sep 15 10:12 mail
drwxrwxr-x 3 quanah quanah 4096 Feb 8 2008 os
./nginx-0.5.30-zimbra/src:
total 40
drwxrwxr-x 2 quanah quanah 4096 Aug 20 22:31 core
drwxrwxr-x 3 quanah quanah 4096 Feb 8 2008 event
drwxrwxr-x 3 quanah quanah 4096 Apr 16 2008 http
drwxrwxr-x 2 quanah quanah 4096 Sep 15 10:12 mail
drwxrwxr-x 3 quanah quanah 4096 Feb 8 2008 os
./nginx-0.5.30-zimbra/src/core:
total 748
-r--r--r-- 1 quanah quanah 28098 Feb 8 2008 nginx.c
-r--r--r-- 1 quanah quanah 288 Feb 8 2008 nginx.h
-r--r--r-- 1 quanah quanah 2719 Feb 8 2008 ngx_array.c
-r--r--r-- 1 quanah quanah 1032 Feb 8 2008 ngx_array.h
-r--r--r-- 1 quanah quanah 3726 Feb 8 2008 ngx_buf.c
-r--r--r-- 1 quanah quanah 4099 Feb 8 2008 ngx_buf.h
-r--r--r-- 1 quanah quanah 30584 Jun 17 10:48 ngx_conf_file.c
-r--r--r-- 1 quanah quanah 11806 Feb 8 2008 ngx_conf_file.h
-r--r--r-- 1 quanah quanah 2715 Feb 8 2008 ngx_config.h
-r--r--r-- 1 quanah quanah 20842 Feb 8 2008 ngx_connection.c
-r--r--r-- 1 quanah quanah 4549 Feb 8 2008 ngx_connection.h
-r--r--r-- 1 quanah quanah 2057 Feb 8 2008 ngx_core.h
-r--r--r-- 1 quanah quanah 2120 Feb 8 2008 ngx_cpuinfo.c
-r--r--r-- 1 quanah quanah 4892 Feb 8 2008 ngx_crc32.c
-r--r--r-- 1 quanah quanah 897 Feb 8 2008 ngx_crc32.h
-r--r--r-- 1 quanah quanah 587 Feb 8 2008 ngx_crc.h
-r--r--r-- 1 quanah quanah 31610 Feb 8 2008 ngx_cycle.c
-r--r--r-- 1 quanah quanah 3448 Feb 8 2008 ngx_cycle.h
-r--r--r-- 1 quanah quanah 14848 Feb 8 2008 ngx_file.c
-r--r--r-- 1 quanah quanah 4933 Feb 8 2008 ngx_file.h
-r--r--r-- 1 quanah quanah 6337 Feb 8 2008 ngx_garbage_collector.c
-r--r--r-- 1 quanah quanah 666 Feb 8 2008 ngx_garbage_collector.h
-r--r--r-- 1 quanah quanah 18514 Feb 8 2008 ngx_hash.c
-r--r--r-- 1 quanah quanah 2323 Feb 8 2008 ngx_hash.h
-r--r--r-- 1 quanah quanah 11476 Feb 8 2008 ngx_inet.c
-r--r--r-- 1 quanah quanah 1367 Feb 8 2008 ngx_inet.h
-r--r--r-- 1 quanah quanah 1255 Feb 8 2008 ngx_list.c
-r--r--r-- 1 quanah quanah 1407 Feb 8 2008 ngx_list.h
-r--r--r-- 1 quanah quanah 7765 Feb 8 2008 ngx_log.c
-r--r--r-- 1 quanah quanah 7299 Feb 8 2008 ngx_log.h
-r--r--r-- 1 quanah quanah 55629 Aug 20 22:31 ngx_memcache.c
-r--r--r-- 1 quanah quanah 4728 Aug 20 22:31 ngx_memcache.h
-r--r--r-- 1 quanah quanah 11881 Feb 8 2008 ngx_output_chain.c
-r--r--r-- 1 quanah quanah 6076 Feb 8 2008 ngx_palloc.c
-r--r--r-- 1 quanah quanah 1940 Feb 8 2008 ngx_palloc.h
-r--r--r-- 1 quanah quanah 4736 Feb 8 2008 ngx_parse.c
-r--r--r-- 1 quanah quanah 364 Feb 8 2008 ngx_parse.h
-r--r--r-- 1 quanah quanah 5733 Feb 8 2008 ngx_radix_tree.c
-r--r--r-- 1 quanah quanah 992 Feb 8 2008 ngx_radix_tree.h
-r--r--r-- 1 quanah quanah 9393 Feb 8 2008 ngx_rbtree.c
-r--r--r-- 1 quanah quanah 1879 Feb 8 2008 ngx_rbtree.h
-r--r--r-- 1 quanah quanah 2613 Feb 8 2008 ngx_regex.c
-r--r--r-- 1 quanah quanah 701 Feb 8 2008 ngx_regex.h
-r--r--r-- 1 quanah quanah 8368 Jun 17 10:48 ngx_serialize.c
-r--r--r-- 1 quanah quanah 535 Jun 17 10:48 ngx_serialize.h
-r--r--r-- 1 quanah quanah 1298 Feb 8 2008 ngx_shmtx.c
-r--r--r-- 1 quanah quanah 1541 Feb 8 2008 ngx_shmtx.h
-r--r--r-- 1 quanah quanah 18458 Feb 8 2008 ngx_slab.c
-r--r--r-- 1 quanah quanah 904 Feb 8 2008 ngx_slab.h
-r--r--r-- 1 quanah quanah 791 Feb 8 2008 ngx_spinlock.c
-r--r--r-- 1 quanah quanah 28573 Feb 8 2008 ngx_string.c
-r--r--r-- 1 quanah quanah 4482 Feb 8 2008 ngx_string.h
-r--r--r-- 1 quanah quanah 7109 Feb 8 2008 ngx_times.c
-r--r--r-- 1 quanah quanah 969 Feb 8 2008 ngx_times.h
./nginx-0.5.30-zimbra/src/event:
total 252
drwxrwxr-x 2 quanah quanah 4096 Feb 8 2008 modules
-r--r--r-- 1 quanah quanah 9876 Feb 8 2008 ngx_event_accept.c
-r--r--r-- 1 quanah quanah 5897 Feb 8 2008 ngx_event_busy_lock.c
-r--r--r-- 1 quanah quanah 1619 Feb 8 2008 ngx_event_busy_lock.h
-r--r--r-- 1 quanah quanah 30904 Feb 8 2008 ngx_event.c
-r--r--r-- 1 quanah quanah 5480 Feb 8 2008 ngx_event_connect.c
-r--r--r-- 1 quanah quanah 1792 Feb 8 2008 ngx_event_connect.h
-r--r--r-- 1 quanah quanah 11979 Feb 8 2008 ngx_event.h
-r--r--r-- 1 quanah quanah 1306 Feb 8 2008 ngx_event_mutex.c
-r--r--r-- 1 quanah quanah 44485 Feb 8 2008 ngx_event_openssl.c
-r--r--r-- 1 quanah quanah 4298 Feb 8 2008 ngx_event_openssl.h
-r--r--r-- 1 quanah quanah 24553 Feb 8 2008 ngx_event_pipe.c
-r--r--r-- 1 quanah quanah 2447 Feb 8 2008 ngx_event_pipe.h
-r--r--r-- 1 quanah quanah 3612 Feb 8 2008 ngx_event_posted.c
-r--r--r-- 1 quanah quanah 3182 Feb 8 2008 ngx_event_posted.h
-r--r--r-- 1 quanah quanah 3699 Feb 8 2008 ngx_event_timer.c
-r--r--r-- 1 quanah quanah 2260 Feb 8 2008 ngx_event_timer.h
./nginx-0.5.30-zimbra/src/event/modules:
total 160
-r--r--r-- 1 quanah quanah 4444 Feb 8 2008 ngx_aio_module.c
-r--r--r-- 1 quanah quanah 13086 Feb 8 2008 ngx_devpoll_module.c
-r--r--r-- 1 quanah quanah 14055 Feb 8 2008 ngx_epoll_module.c
-r--r--r-- 1 quanah quanah 15792 Feb 8 2008 ngx_eventport_module.c
-r--r--r-- 1 quanah quanah 19207 Feb 8 2008 ngx_kqueue_module.c
-r--r--r-- 1 quanah quanah 301 Feb 8 2008 ngx_kqueue_module.h
-r--r--r-- 1 quanah quanah 11602 Feb 8 2008 ngx_poll_module.c
-r--r--r-- 1 quanah quanah 19648 Feb 8 2008 ngx_rtsig_module.c
-r--r--r-- 1 quanah quanah 11196 Feb 8 2008 ngx_select_module.c
./nginx-0.5.30-zimbra/src/http:
total 720
drwxrwxr-x 3 quanah quanah 4096 Aug 20 22:31 modules
-r--r--r-- 1 quanah quanah 6574 Feb 8 2008 ngx_http_busy_lock.c
-r--r--r-- 1 quanah quanah 1240 Feb 8 2008 ngx_http_busy_lock.h
-r--r--r-- 1 quanah quanah 30426 Feb 8 2008 ngx_http.c
-r--r--r-- 1 quanah quanah 13777 Feb 8 2008 ngx_http_cache.c
-r--r--r-- 1 quanah quanah 4337 Feb 8 2008 ngx_http_cache.h
-r--r--r-- 1 quanah quanah 2604 Feb 8 2008 ngx_http_config.h
-r--r--r-- 1 quanah quanah 4623 Feb 8 2008 ngx_http_copy_filter_module.c
-r--r--r-- 1 quanah quanah 86145 Feb 8 2008 ngx_http_core_module.c
-r--r--r-- 1 quanah quanah 11302 Feb 8 2008 ngx_http_core_module.h
-r--r--r-- 1 quanah quanah 6509 Feb 8 2008 ngx_http_file_cache.c
-r--r--r-- 1 quanah quanah 3245 Feb 8 2008 ngx_http.h
-r--r--r-- 1 quanah quanah 17401 Feb 8 2008 ngx_http_header_filter_module.c
-r--r--r-- 1 quanah quanah 36336 Feb 8 2008 ngx_http_parse.c
-r--r--r-- 1 quanah quanah 5203 Feb 8 2008 ngx_http_parse_time.c
-r--r--r-- 1 quanah quanah 6295 Feb 8 2008 ngx_http_postpone_filter_module.c
-r--r--r-- 1 quanah quanah 13390 Feb 8 2008 ngx_http_request_body.c
-r--r--r-- 1 quanah quanah 67669 Feb 8 2008 ngx_http_request.c
-r--r--r-- 1 quanah quanah 17081 Feb 8 2008 ngx_http_request.h
-r--r--r-- 1 quanah quanah 30447 Feb 8 2008 ngx_http_script.c
-r--r--r-- 1 quanah quanah 6589 Feb 8 2008 ngx_http_script.h
-r--r--r-- 1 quanah quanah 16970 Feb 8 2008 ngx_http_special_response.c
-r--r--r-- 1 quanah quanah 84327 Apr 16 2008 ngx_http_upstream.c
-r--r--r-- 1 quanah quanah 8600 Apr 16 2008 ngx_http_upstream.h
-r--r--r-- 1 quanah quanah 12139 Apr 16 2008 ngx_http_upstream_round_robin.c
-r--r--r-- 1 quanah quanah 2187 Apr 16 2008 ngx_http_upstream_round_robin.h
-r--r--r-- 1 quanah quanah 35291 Feb 8 2008 ngx_http_variables.c
-r--r--r-- 1 quanah quanah 2134 Feb 8 2008 ngx_http_variables.h
-r--r--r-- 1 quanah quanah 8064 Feb 8 2008 ngx_http_write_filter_module.c
./nginx-0.5.30-zimbra/src/http/modules:
total 948
-r--r--r-- 1 quanah quanah 6118 Feb 8 2008 ngx_http_access_module.c
-r--r--r-- 1 quanah quanah 6478 Feb 8 2008 ngx_http_addition_filter_module.c
-r--r--r-- 1 quanah quanah 11225 Feb 8 2008 ngx_http_auth_basic_module.c
-r--r--r-- 1 quanah quanah 18536 Feb 8 2008 ngx_http_autoindex_module.c
-r--r--r-- 1 quanah quanah 19556 Feb 8 2008 ngx_http_browser_module.c
-r--r--r-- 1 quanah quanah 39107 Feb 8 2008 ngx_http_charset_filter_module.c
-r--r--r-- 1 quanah quanah 4983 Feb 8 2008 ngx_http_chunked_filter_module.c
-r--r--r-- 1 quanah quanah 31753 Feb 8 2008 ngx_http_dav_module.c
-r--r--r-- 1 quanah quanah 6275 Feb 8 2008 ngx_http_empty_gif_module.c
-r--r--r-- 1 quanah quanah 66462 Feb 8 2008 ngx_http_fastcgi_module.c
-r--r--r-- 1 quanah quanah 6825 Feb 8 2008 ngx_http_flv_module.c
-r--r--r-- 1 quanah quanah 7591 Feb 8 2008 ngx_http_geo_module.c
-r--r--r-- 1 quanah quanah 33556 Feb 8 2008 ngx_http_gzip_filter_module.c
-r--r--r-- 1 quanah quanah 12404 Feb 8 2008 ngx_http_headers_filter_module.c
-r--r--r-- 1 quanah quanah 14524 Feb 8 2008 ngx_http_index_module.c
-r--r--r-- 1 quanah quanah 13269 Feb 8 2008 ngx_http_limit_zone_module.c
-r--r--r-- 1 quanah quanah 24793 Feb 8 2008 ngx_http_log_module.c
-r--r--r-- 1 quanah quanah 12502 Feb 8 2008 ngx_http_map_module.c
-r--r--r-- 1 quanah quanah 18628 Feb 8 2008 ngx_http_memcached_module.c
-r--r--r-- 1 quanah quanah 2879 Feb 8 2008 ngx_http_not_modified_filter_module.c
-r--r--r-- 1 quanah quanah 73410 Jun 17 10:48 ngx_http_proxy_module.c
-r--r--r-- 1 quanah quanah 19515 Feb 8 2008 ngx_http_range_filter_module.c
-r--r--r-- 1 quanah quanah 7436 Feb 8 2008 ngx_http_realip_module.c
-r--r--r-- 1 quanah quanah 10968 Feb 8 2008 ngx_http_referer_module.c
-r--r--r-- 1 quanah quanah 28428 Feb 8 2008 ngx_http_rewrite_module.c
-r--r--r-- 1 quanah quanah 76490 Feb 8 2008 ngx_http_ssi_filter_module.c
-r--r--r-- 1 quanah quanah 2446 Feb 8 2008 ngx_http_ssi_filter_module.h
-r--r--r-- 1 quanah quanah 15344 Feb 8 2008 ngx_http_ssl_module.c
-r--r--r-- 1 quanah quanah 963 Feb 8 2008 ngx_http_ssl_module.h
-r--r--r-- 1 quanah quanah 9110 Feb 8 2008 ngx_http_static_module.c
-r--r--r-- 1 quanah quanah 4177 Feb 8 2008 ngx_http_stub_status_module.c
-r--r--r-- 1 quanah quanah 19838 Feb 8 2008 ngx_http_sub_filter_module.c
-r--r--r-- 1 quanah quanah 6304 Apr 16 2008 ngx_http_upstream_ip_hash_module.c
-r--r--r-- 1 quanah quanah 76570 Aug 20 22:31 ngx_http_upstream_zmauth_module.c
-r--r--r-- 1 quanah quanah 2663 Jun 4 09:42 ngx_http_upstream_zmauth_module.h
-r--r--r-- 1 quanah quanah 19064 Feb 8 2008 ngx_http_userid_filter_module.c
drwxrwxr-x 2 quanah quanah 4096 Feb 8 2008 perl
./nginx-0.5.30-zimbra/src/http/modules/perl:
total 84
-r--r--r-- 1 quanah quanah 1288 Feb 8 2008 Makefile.PL
-r--r--r-- 1 quanah quanah 3059 Feb 8 2008 nginx.pm
-r--r--r-- 1 quanah quanah 20136 Feb 8 2008 nginx.xs
-r--r--r-- 1 quanah quanah 23385 Feb 8 2008 ngx_http_perl_module.c
-r--r--r-- 1 quanah quanah 1222 Feb 8 2008 ngx_http_perl_module.h
-r--r--r-- 1 quanah quanah 24 Feb 8 2008 typemap
./nginx-0.5.30-zimbra/src/mail:
total 448
-r--r--r-- 1 quanah quanah 69591 Aug 20 22:31 ngx_mail_auth_http_module.c
-r--r--r-- 1 quanah quanah 2513 Mar 12 2008 ngx_mail_auth_http_module.h
-r--r--r-- 1 quanah quanah 10908 Feb 8 2008 ngx_mail.c
-r--r--r-- 1 quanah quanah 35494 Sep 2 13:56 ngx_mail_core_module.c
-r--r--r-- 1 quanah quanah 11398 Sep 2 13:56 ngx_mail.h
-r--r--r-- 1 quanah quanah 101648 Sep 2 13:56 ngx_mail_handler.c
-r--r--r-- 1 quanah quanah 50613 Sep 15 10:12 ngx_mail_parse.c
-r--r--r-- 1 quanah quanah 58268 Aug 20 22:31 ngx_mail_proxy_module.c
-r--r--r-- 1 quanah quanah 11069 Feb 8 2008 ngx_mail_ssl_module.c
-r--r--r-- 1 quanah quanah 793 Feb 8 2008 ngx_mail_ssl_module.h
-r--r--r-- 1 quanah quanah 17924 Aug 20 22:31 ngx_mail_throttle.c
-r--r--r-- 1 quanah quanah 1649 May 5 2008 ngx_mail_throttle.h
__________________
Quanah Gibson-Mount
Sr. Member of Technical Staff
Zimbra, Inc
A Division of VMware, Inc.
--------------------
Zimbra :: the leader in open source messaging and collaboration
| 
11-24-2008, 04:34 PM
| | Zimbra Employee | |
Posts: 572
| | Code: ./nginx-0.5.30-zimbra/src/os:
total 8
drwxrwxr-x 2 quanah quanah 4096 Jun 17 10:48 unix
./nginx-0.5.30-zimbra/src/os/unix:
total 620
-r--r--r-- 1 quanah quanah 482 Feb 8 2008 ngx_aio.h
-r--r--r-- 1 quanah quanah 2877 Feb 8 2008 ngx_aio_read.c
-r--r--r-- 1 quanah quanah 1546 Feb 8 2008 ngx_aio_read_chain.c
-r--r--r-- 1 quanah quanah 2831 Feb 8 2008 ngx_aio_write.c
-r--r--r-- 1 quanah quanah 2091 Feb 8 2008 ngx_aio_write_chain.c
-r--r--r-- 1 quanah quanah 1581 Feb 8 2008 ngx_alloc.c
-r--r--r-- 1 quanah quanah 841 Feb 8 2008 ngx_alloc.h
-r--r--r-- 1 quanah quanah 5764 Feb 8 2008 ngx_atomic.h
-r--r--r-- 1 quanah quanah 5366 Feb 8 2008 ngx_channel.c
-r--r--r-- 1 quanah quanah 710 Feb 8 2008 ngx_channel.h
-r--r--r-- 1 quanah quanah 1378 Feb 8 2008 ngx_daemon.c
-r--r--r-- 1 quanah quanah 842 Feb 8 2008 ngx_errno.c
-r--r--r-- 1 quanah quanah 1626 Feb 8 2008 ngx_errno.h
-r--r--r-- 1 quanah quanah 7139 Jun 17 10:48 ngx_files.c
-r--r--r-- 1 quanah quanah 4875 Feb 8 2008 ngx_files.h
-r--r--r-- 1 quanah quanah 1977 Feb 8 2008 ngx_freebsd_config.h
-r--r--r-- 1 quanah quanah 524 Feb 8 2008 ngx_freebsd.h
-r--r--r-- 1 quanah quanah 6275 Feb 8 2008 ngx_freebsd_init.c
-r--r--r-- 1 quanah quanah 18258 Feb 8 2008 ngx_freebsd_rfork_thread.c
-r--r--r-- 1 quanah quanah 2308 Feb 8 2008 ngx_freebsd_rfork_thread.h
-r--r--r-- 1 quanah quanah 11413 Feb 8 2008 ngx_freebsd_sendfile_chain.c
-r--r--r-- 1 quanah quanah 1538 Feb 8 2008 ngx_gcc_atomic_amd64.h
-r--r--r-- 1 quanah quanah 5603 Feb 8 2008 ngx_gcc_atomic_ppc.h
-r--r--r-- 1 quanah quanah 1571 Feb 8 2008 ngx_gcc_atomic_sparc64.h
-r--r--r-- 1 quanah quanah 2607 Feb 8 2008 ngx_gcc_atomic_x86.h
-r--r--r-- 1 quanah quanah 1913 Feb 8 2008 ngx_linux_config.h
-r--r--r-- 1 quanah quanah 268 Feb 8 2008 ngx_linux.h
-r--r--r-- 1 quanah quanah 2439 Feb 8 2008 ngx_linux_init.c
-r--r--r-- 1 quanah quanah 10146 Feb 8 2008 ngx_linux_sendfile_chain.c
-r--r--r-- 1 quanah quanah 1674 Feb 8 2008 ngx_os.h
-r--r--r-- 1 quanah quanah 1850 Feb 8 2008 ngx_posix_config.h
-r--r--r-- 1 quanah quanah 2225 Feb 8 2008 ngx_posix_init.c
-r--r--r-- 1 quanah quanah 14025 Feb 8 2008 ngx_process.c
-r--r--r-- 1 quanah quanah 35355 Feb 8 2008 ngx_process_cycle.c
-r--r--r-- 1 quanah quanah 1168 Feb 8 2008 ngx_process_cycle.h
-r--r--r-- 1 quanah quanah 1804 Feb 8 2008 ngx_process.h
-r--r--r-- 1 quanah quanah 5278 Feb 8 2008 ngx_pthread_thread.c
-r--r--r-- 1 quanah quanah 5960 Feb 8 2008 ngx_readv_chain.c
-r--r--r-- 1 quanah quanah 4220 Feb 8 2008 ngx_recv.c
-r--r--r-- 1 quanah quanah 1512 Feb 8 2008 ngx_send.c
-r--r--r-- 1 quanah quanah 3232 Feb 8 2008 ngx_setproctitle.c
-r--r--r-- 1 quanah quanah 934 Feb 8 2008 ngx_setproctitle.h
-r--r--r-- 1 quanah quanah 2816 Feb 8 2008 ngx_shmem.c
-r--r--r-- 1 quanah quanah 365 Feb 8 2008 ngx_shmem.h
-r--r--r-- 1 quanah quanah 1574 Feb 8 2008 ngx_socket.c
-r--r--r-- 1 quanah quanah 1245 Feb 8 2008 ngx_socket.h
-r--r--r-- 1 quanah quanah 1691 Feb 8 2008 ngx_solaris_config.h
-r--r--r-- 1 quanah quanah 244 Feb 8 2008 ngx_solaris.h
-r--r--r-- 1 quanah quanah 1483 Feb 8 2008 ngx_solaris_init.c
-r--r--r-- 1 quanah quanah 5816 Feb 8 2008 ngx_solaris_sendfilev_chain.c
-r--r--r-- 1 quanah quanah 780 Feb 8 2008 ngx_sunpro_amd64.il
-r--r--r-- 1 quanah quanah 1197 Feb 8 2008 ngx_sunpro_atomic_sparc64.h
-r--r--r-- 1 quanah quanah 776 Feb 8 2008 ngx_sunpro_sparc64.il
-r--r--r-- 1 quanah quanah 839 Feb 8 2008 ngx_sunpro_x86.il
-r--r--r-- 1 quanah quanah 64 Feb 8 2008 ngx_sunpro_x86.map
-r--r--r-- 1 quanah quanah 2686 Feb 8 2008 ngx_thread.h
-r--r--r-- 1 quanah quanah 679 Feb 8 2008 ngx_time.c
-r--r--r-- 1 quanah quanah 1449 Feb 8 2008 ngx_time.h
-r--r--r-- 1 quanah quanah 460 Feb 8 2008 ngx_types.h
-r--r--r-- 1 quanah quanah 2041 Feb 8 2008 ngx_user.c
-r--r--r-- 1 quanah quanah 331 Feb 8 2008 ngx_user.h
-r--r--r-- 1 quanah quanah 3795 Feb 8 2008 ngx_writev_chain.c
-r--r--r-- 1 quanah quanah 1021 Feb 8 2008 rfork_thread.S
__________________
Quanah Gibson-Mount
Sr. Member of Technical Staff
Zimbra, Inc
A Division of VMware, Inc.
--------------------
Zimbra :: the leader in open source messaging and collaboration
| | Thread Tools | Search this Thread | | | | | Display Modes | Linear Mode | | Why Join? Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.  |