httpd-worker on sparc64?
Clement Laforet
sheepkiller at cultdeadsheep.org
Fri Feb 4 08:32:23 PST 2005
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
More information about the freebsd-ports
mailing list