You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by ld...@ulysium.net on 2003/06/06 22:13:52 UTC

Re: [users@httpd] Building Apache 2.0.46 with MPM=WORKER on Compaq Tru64 with Compaq CC

on 6/6/03 9:09 AM, Boyle, PJ at PJ.Boyle@agriculture.gov.ie uttered the
following:

> I was wondering if anybody out there has successfully
> compiled 2.0.46 with the mpm type == worker instead of
> prefork on HP Tru64 5.1A. I have just downloaded and
> attempted to compile with the following:
> 
> ./configure --with-mpm=worker --prefix=/u01/apps/apache-httpd-2.0.46
> 
> When building I can see the following message:
> 
> checking for times... yes
> checking which MPM to use... worker
> The currently selected MPM requires threads which your system seems to lack
> checking checking for replacement... prefork selected
> 
> Tru64 does have pthread support so does anybody know how to enable
> it for this build?
> 
> Any help greatly appreciated

I have, on a tru64 5.1b system, you need to add this:

CC="cc" CFLAGS="-O2 -pthread -DNO_SLACK" \
CPPFLAGS="-pthread"

before your configure command.
I haven't tried with -O4 but it may work that way.

-- 
Didier Godefroy
mailto:dg@ulysium.net


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org