beta testing for mod_wsgi

Andrew Deason zeroguy at verizon.net
Sun Jan 13 01:48:03 MSK 2008


On Sat, 12 Jan 2008 21:37:48 +0100
Manlio Perillo <manlio_perillo at libero.it> wrote:

> Now only a basic test on Solaris is missing.

I can confirm it compiles on both Solaris SPARC and x86. The libraries I
use from blastwave are for 32 bit, though, so I didn't test compiling
for 64 bit. I also just saw that it compiled properly; I didn't test
any actual running.

Compiled with Sun Studio 11 on the SPARC machine, and Sun Studio 12 on
the x86 one, as shown below (formatting might be a little wonky).

$ uname -a
SunOS foo 5.10 Generic_120011-14 sun4u sparc
SUNW,Sun-Fire-V240
$ ./objs/nginx -V
nginx version: nginx/0.5.35
built by Sun C 5.8 Patch 121015-04 2007/01/10
configure arguments: --prefix=/etc/nginx
--conf-path=/etc/nginx/nginx.conf --sbin-path=/usr/local/sbin/nginx
--pid-path=/var/run/nginx.pid --lock-path=/var/tmp/nginx/nginx.lock
--http-client-body-temp-path=/var/tmp/nginx/client_body_temp
--http-proxy-temp-path=/var/tmp/nginx/proxy_temp
--http-fastcgi-temp-path=/var/tmp/nginx/fastcgi_temp
--http-log-path=/var/log/nginx-access.log
--error-log-path=/var/log/nginx-error.log
--with-cc-opt=-I/opt/csw/include --with-ld-opt=-L/opt/csw/lib
-R/opt/csw/lib --with-http_ssl_module --with-http_stub_status_module
--with-imap --with-imap_ssl_module
--add-module=/local/scratch/nginx/mod_wsgi

$ uname -a
SunOS bar 5.10 Generic_120012-14 i86pc i386 i86pc
$ ./objs/nginx -V
nginx version: nginx/0.5.35
built by Sun C 5.9 SunOS_i386 Patch 124868-01 2007/07/12
configure arguments: --prefix=/etc/nginx
--conf-path=/etc/nginx/nginx.conf --sbin-path=/usr/local/sbin/nginx
--pid-path=/var/run/nginx.pid --lock-path=/var/tmp/nginx/nginx.lock
--http-client-body-temp-path=/var/tmp/nginx/client_body_temp
--http-proxy-temp-path=/var/tmp/nginx/proxy_temp
--http-fastcgi-temp-path=/var/tmp/nginx/fastcgi_temp
--http-log-path=/var/log/nginx-access.log
--error-log-path=/var/log/nginx-error.log
--with-cc-opt=-I/opt/csw/include --with-ld-opt=-L/opt/csw/lib
-R/opt/csw/lib --with-http_ssl_module --with-http_stub_status_module
--with-imap --with-imap_ssl_module
--add-module=/local/scratch/nginx/mod_wsgi

-- 
Andrew Deason
zeroguy at verizon.net





More information about the nginx mailing list