DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=39913>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=39913 ------- Additional Comments From [EMAIL PROTECTED] 2007-05-10 11:05 ------- I got the same error. But maybe with different cause. After looking at the Apache2.2.3 config.log, I guess I had a mismatched C compiler when building openssl and Apache. When building the openssl, I configured it to use ANSIC C, like this env CC='/opt/ansic/bin/cc -Ae +DAportable +z' ./configure \ --with-ssl=/http/apache2/srclib/openssl/hp ......... The openssl config script however ignore this ANSIC C if detects a gcc is installed. So I wasn't aware it was using gcc. So my workaround is either modify the openssl config script to ignore gcc or uninstall/rename gcc from the machine. I then passed this error. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
