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=36489>. 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=36489 Summary: Buld fails in the absence of crypto in APR Product: Apache httpd-2.0 Version: 2.0.54 Platform: PC OS/Version: Linux Status: NEW Severity: blocker Priority: P2 Component: Build AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] Just had someone on #apache (IRC) who pasted: .libs/htpasswd.o(.text+0x1e4): In function `mkrecord': /home/dsl/httpd-2.0.54/support/htpasswd.c:159: undefined reference to `apr_sha1_base64' .libs/htpasswd.o(.text+0x243):/home/dsl/httpd-2.0.54/support/htpasswd.c:167: undefined reference to `apr_md5_encode' collect2: ld returned 1 exit status make[2]: *** [htpasswd] Error 1 make[2]: Leaving directory `/home/dsl/httpd-2.0.54/support' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/dsl/httpd-2.0.54/support' make: *** [all-recursive] Error 1 He has libaprutil built with no crypto support (I don't know why), but httpd build evidently assumes the APR crypto functions. -- 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]
