You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2002/04/26 02:05:02 UTC

DO NOT REPLY [Bug 8536] New: - problem building worker MPM on Tru64 5.1A

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8536>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8536

problem building worker MPM on Tru64 5.1A

           Summary: problem building worker MPM on Tru64 5.1A
           Product: Apache httpd-2.0
           Version: 2.0.35
          Platform: Alpha
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Build
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: guenther@wsu.edu


Hi, I had a problem building the worker MPM with gcc 3.0.3 on Tru64 5.1A.
I specified

	./configure --with-mpm=worker

but each time it would default to prefork instead. I got around this by adding
"-pthreads" to the CPPFLAGS in front of the configure

	CPPFLAGS="-pthread" ./configure --with-mpm=worker

That works ok. Would you please add this to the compile notes for Tru64.
thanks -- Dean