Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Feb 2005 17:32:20 +0100
From:      Clement Laforet <sheepkiller@cultdeadsheep.org>
To:        Huynh Van Chung <hvcjapan@yahoo.co.jp>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: httpd-worker on sparc64?
Message-ID:  <20050204163220.GC64745@goofy.cultdeadsheep.org>
In-Reply-To: <20050202180040.4b37e241.hvcjapan@yahoo.co.jp>
References:  <20050202180040.4b37e241.hvcjapan@yahoo.co.jp>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Feb 02, 2005 at 06:00:40PM +0900, Huynh Van Chung wrote:
Hi!

> Can httpd-worker work fine on sparc64? 
> 
> In my sparc64 box ( Ultra10, FBSD5.3R-p5), i try to get it work but it don't work correctly. 

AFAIK, default threading library on sparc64 is libc_r. threaded MPM 
don't work well with libc_r. You can try to force apache/apr to use 
KSE (I dunno if it still works).
try:
make WITH_PTHREAD_LIBS=kse WITH_MPM=worker

Of course, it surely leads to instability (I don't really how 
(un)stable is KSE on sparc64)

clem



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050204163220.GC64745>