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:Victor Iggy (lis@ruby-forum.com)
Date:Sep 13, 2008 11:18:34 am
List:ru.sysoev.nginx

Igor Sysoev wrote:

On Fri, Sep 12, 2008 at 12:52:53AM +0200, Victor Iggy wrote:

On OpenSolaris 2008.05 it shows:

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

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

What does

grep memalign /usr/include/stdlib.h

show ?

Included Sun Express Studio headers as well, which don't have any memalign functions.

# grep memalign /usr/include/stdlib.h extern void *memalign(size_t, size_t); extern void *memalign(); # grep memalign /opt/SunStudioExpress/prod/include/CC/stlport4/stdlib.h # grep memalign /opt/SunStudioExpress/prod/include/CC/stlport4/stdlib.h.SUNWCCh