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=8452>.
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=8452
perchild doesn't compile on Solaris 8
------- Additional Comments From nazonazo@super.win.ne.jp 2002-05-24 05:52 -------
Try this macro definition:
-D_XOPEN_SOURCE=500 -D__EXTENSIONS__
I'm using Solaris8 IA + gcc-3.1, and apache-2.0.36 + perchild MPM
has been compiled successfully. Also, it works fine.
Additionally, on Solaris8, the alternate thread library is preferred
than the standard thread lib. (Normally, outperforming and stable.)
If "/usr/xpg4/lib/libpthread.so" exists:
LDFLAGS = -lpthread -R/usr/xpg4/lib
Otherwise:
LDFLAGS = -lpthread -lthread -R/usr/lib/lwp
Note that Solaris7 and earlier don't have the alternate thread lib,
and Solaris9's standard thread lib is equivalent to Solaris8's
alternate thread lib.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org
|