9 messages in ru.sysoev.nginxRe: english mail archive @ gmane && s...
FromSent OnAttachments
Aleksandar LazicSep 17, 2006 11:18 am 
Igor SysoevSep 17, 2006 11:17 pm 
Aleksandar LazicSep 17, 2006 11:59 pm 
Igor SysoevSep 24, 2006 1:13 am 
Aleksandar LazicSep 24, 2006 5:05 am 
Igor SysoevSep 24, 2006 5:31 am 
Aleksandar LazicSep 24, 2006 5:48 am 
Igor SysoevSep 25, 2006 4:17 am 
Aleksandar LazicSep 25, 2006 4:34 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: english mail archive @ gmane && sun eventsActions...
From:Igor Sysoev (is-G@public.gmane.org)
Date:Sep 24, 2006 5:31:29 am
List:ru.sysoev.nginx

On Sun, 24 Sep 2006, Aleksandar Lazic wrote:

On Son 24.09.2006 12:14, Igor Sysoev wrote:

On Mon, 18 Sep 2006, Igor Sysoev wrote:

Btw.: Do you need still the account on the solaris 10 maschine for the event port framework ;-)?!

Yes, I WILL DO on this week :)

On this computer there'is nginx-0.4.3.tar.gz with draft event port support. I did some simple tests only.

By default it's not enabled on Solaris 10 because of http://sunsolve.sun.com/search/document.do?assetkey=1-26-102485-1 So you need to enable it by hand:

events { use eventport; }

Thanks.

I have know try to build it as my user but i get the follwoning error:

--- gcc -c -O -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Wno-unused-function -Wunused-variable -Wunused-value -Werror -g -I \ src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/event/modules/ngx_eventport_module.o \ src/event/modules/ngx_eventport_module.c

src/event/modules/ngx_eventport_module.c:358:59: macro "ngx_log_debug2" requires 6 arguments, but only 5 given

src/event/modules/ngx_eventport_module.c: In function `ngx_eventport_del_event':

src/event/modules/ngx_eventport_module.c:357: error: `ngx_log_debug2' undeclared (first use in this function)

src/event/modules/ngx_eventport_module.c:357: error: (Each undeclared identifier is reported only once

src/event/modules/ngx_eventport_module.c:357: error: for each function it appears in.)

src/event/modules/ngx_eventport_module.c:469:64: macro "ngx_log_debug3" requires 7 arguments, but only 6 given

src/event/modules/ngx_eventport_module.c: In function `ngx_eventport_process_events':

src/event/modules/ngx_eventport_module.c:467: error: `ngx_log_debug3' undeclared (first use in this function)

*** Error code 1 make: Fatal error: Command failed for target `objs/src/event/modules/ngx_eventport_module.o' Current working directory /export/home/al/nginx-0.4.3 *** Error code 1 make: Fatal error: Command failed for target `build'

My ./configure --prefix=/export/home/al/server/nginx \ --without-http_rewrite_module --with-openssl=/usr/sfw

I built --with-debug and did not notice the bug. I've just updated tarball.