Using libkse instead of libc_r in Apache

Sven Willenberger sven at dmv.com
Fri Mar 26 08:48:11 PST 2004


On Fri, 2004-03-26 at 11:09, Clement Laforet wrote:
> On Fri, 26 Mar 2004 10:40:34 -0500
> Sven Willenberger <sven at dmv.com> wrote:
> 
> > Will this work on a 5.2.1-Release system as well?
> sure :-)
> > running make WITH_PTHREAD_LIBS="libkse" WITH_PTHREAD_CFLAGS="-libkse" 
> > WITH_MPM=worker still results in apache linking libc_r:
> 
> Try :
> make WITH_MPM=worker WITH_PTHREAD_LIBS="kse"
> 
> It should work.
> 
> clem

No luck there either .... something is overriding the command-line
argument; during the configure stage I can see the autoconfig grabbing
the pthreads requirements as libc_r. grepping the work directory I see
the ac_cv_pthreasd_lib=kse in the config.log(s), but that is the only
reference(s). Is the /usr/ports/Mk/bsd.port.mk file ignoring this
argument perhaps? Have we now ventured into territory best left to the
ports mailing list?

Sven



More information about the freebsd-current mailing list