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=19316>. 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=19316 make fails (Solaris 9; exports.c; undeclared ap[r]_*: "not in a function") Summary: make fails (Solaris 9; exports.c; undeclared ap[r]_*: "not in a function") Product: Apache httpd-2.0 Version: 2.0.45 Platform: Sun OS/Version: Solaris Status: NEW Severity: Blocker Priority: Other Component: Build AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] This is related to Bug# 8867. I first got the errors from that bug when compiling in a symlink'ed directory. I thereafter tried compiling (./configure; make; no options) in a non-symlink'ed dir, and got: [...] /home/sigmunds/httpd-2.0.45/server/exports.c:145: `ap_get_module_config' undeclared here (not in a function) /home/sigmunds/httpd-2.0.45/server/exports.c:146: `ap_set_module_config' undeclared here (not in a function) /home/sigmunds/httpd-2.0.45/server/exports.c:486: `ap_strchr' undeclared here (not in a function) /home/sigmunds/httpd-2.0.45/server/exports.c:487: `ap_strchr_c' undeclared here (not in a function) /home/sigmunds/httpd-2.0.45/server/exports.c:488: `ap_strrchr' undeclared here (not in a function) /home/sigmunds/httpd-2.0.45/server/exports.c:489: `ap_strrchr_c' undeclared here (not in a function) /home/sigmunds/httpd-2.0.45/server/exports.c:490: `ap_strstr' undeclared here (not in a function) /home/sigmunds/httpd-2.0.45/server/exports.c:491: `ap_strstr_c' undeclared here (not in a function) /home/sigmunds/httpd-2.0.45/server/exports.c:937: `apr_filepath_list_split' undeclared here (not in a function) /home/sigmunds/httpd-2.0.45/server/exports.c:938: `apr_filepath_list_merge' undeclared here (not in a function) /home/sigmunds/httpd-2.0.45/server/exports.c:1391: `apr_procattr_child_errfn_set' undeclared here (not in a function) /home/sigmunds/httpd-2.0.45/server/exports.c:1392: `apr_procattr_error_check_set' undeclared here (not in a function) /home/sigmunds/httpd-2.0.45/server/exports.c:1402: `apr_proc_other_child_alert' undeclared here (not in a function) /home/sigmunds/httpd-2.0.45/server/exports.c:1403: `apr_proc_other_child_refresh' undeclared here (not in a function) /home/sigmunds/httpd-2.0.45/server/exports.c:1404: `apr_proc_other_child_refresh_all' undeclared here (not in a function) make[2]: *** [/home/sigmunds/httpd-2.0.45/server/exports.lo] Error 1 make[2]: Leaving directory `/home/sigmunds/httpd-2.0.45/server' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/sigmunds/httpd-2.0.45/server' make: *** [all-recursive] Error 1 I have not used this bug-reporting system before; please mail me if further information is needed. System is Solaris 9 on UltraSPARC-II. 2.0.44 installed without any problems. Regards, Sigmund --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
