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 2003/06/02 17:36:59 UTC

DO NOT REPLY [Bug 20420] - crypt_r() error during make

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=20420>.
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=20420

crypt_r() error during make





------- Additional Comments From trawick@apache.org  2003-06-02 15:36 -------
I'm so sorry about that :(  I tested the security patch that broke that many
times on AIX, but with the vendor compiler using a front-end that set the magic
symbol (_THREAD_SAFE) automatically.  As soon as 2.0.46 was really released, up
popped an e-mail from a gcc regression showing the failure.

a work-around is to set CFLAGS=-D_THREAD_SAFE for configure, as in

CFLAGS=-D_THREAD_SAFE ./configure --your-other-options

I've been working on the real fix this a.m. and will commit once I've had a
chance to test with multiple compilers.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org