22 messages in ru.sysoev.nginxRe: Solaris 10 issue with 0.7.10+ bui...
FromSent OnAttachments
Victor IggySep 10, 2008 3:12 pm 
Igor SysoevSep 10, 2008 10:09 pm 
Victor IggySep 11, 2008 3:52 pm 
Igor SysoevSep 13, 2008 7:06 am 
Victor IggySep 13, 2008 11:18 am 
Clint PriestSep 14, 2008 5:18 pm 
Igor SysoevSep 15, 2008 1:14 am 
Victor IggySep 15, 2008 5:21 pm 
Igor SysoevSep 16, 2008 1:42 am 
Clint PriestSep 16, 2008 9:16 pm 
Darrin ChandlerSep 16, 2008 9:51 pm 
Igor SysoevSep 16, 2008 10:34 pm 
Mansoor PeerbhoySep 16, 2008 11:17 pm 
Igor SysoevSep 16, 2008 11:21 pm 
Mansoor PeerbhoySep 16, 2008 11:26 pm 
mikeSep 16, 2008 11:29 pm 
Igor SysoevSep 16, 2008 11:41 pm 
Igor SysoevSep 16, 2008 11:51 pm 
mikeSep 17, 2008 12:16 am 
Clint PriestSep 17, 2008 5:28 pm 
Samuel VogelSep 17, 2008 5:43 pm 
mikeSep 17, 2008 5:46 pm 
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: Solaris 10 issue with 0.7.10+ builds w/ patch fixActions...
From:Igor Sysoev (is-G@public.gmane.org)
Date:Sep 10, 2008 10:09:55 pm
List:ru.sysoev.nginx

On Thu, Sep 11, 2008 at 12:13:15AM +0200, Victor Iggy wrote:

/opt/SunStudioExpress/bin/cc -c -fast -xipo -errwarn=%all -g -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../pcre-7.6 -I objs \ -o objs/src/os/unix/ngx_alloc.o \ src/os/unix/ngx_alloc.c src/os/unix/ngx_sunpro_x86.il "src/os/unix/ngx_alloc.c", line 55: warning: implicit function declaration: posix_memalign cc: acomp failed for src/os/unix/ngx_alloc.c gmake[1]: *** [objs/src/os/unix/ngx_alloc.o] Error 2 gmake[1]: *** Waiting for unfinished jobs.... gmake[1]: Leaving directory `/opt/extra/work/nginx-0.7.16' gmake: *** [build] Error 2

Don't use the POSIX_MEMALIGN function on solaris. Just my little hack to get nginx working correctly on Indiana.

What does ./configure show ?

On OpenSolaris 2008.05 it shows:

checking for posix_memalign() ... not found checking for memalign() ... found