Re: Apache 2.0.36 Compile Errors

Paul Larson <[email protected]> 09 May 2002 08:40:00 -0500
Newsgroups gmane.linux.ngpt.user
Message-ID <[email protected]>
On Wed, 2002-05-08 at 13:19, Steven Tower wrote:
> I have tried compiling with:
> 
>  ./configure --with-mpm=worker
> and
> ./configure --with-mpm=leader
> and
> ./configure
I used ./configure --with-mpm=worker --enable-threads and it worked for
me.

> It fails in the ./support directory it doesn't look as those it's adding
> the -l tags for pthreads.  I added -lpthread
> to the make files for the support directory and it builds now and I had to
> do the same for the default Makefile and it builds except for a missing
> export.  My guess is something is configured badly on my box, but I have no
> idea what at this point.  Here is the dirs where I have *libpthread* on my
> box.  Any other info you might need?
I didn't have to manually add anything to the Makefile.  You may want to
try restoring back to a clean apache source tree and using the configure
options I used.  Let me know if that works.

Thanks,
Paul Larson