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/07/18 21:17:35 UTC

DO NOT REPLY [Bug 21718] New: - exports.c errors with undeclared functions

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

exports.c errors with undeclared functions

           Summary: exports.c errors with undeclared functions
           Product: Apache httpd-2.0
           Version: 2.0.47
          Platform: PC
        OS/Version: FreeBSD
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Build
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: iwalker@ucsc.edu


I downloaded 2.0.47, ran ./configure --prefix=/usr/local --enable-mods-
shared=all, then did a make. Here's what I get:
--
Making all in prefork
/bin/sh /usr/home/iwalker/build/httpd-2.0.47/srclib/apr/libtool --silent --
mode=compile gcc  -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -
Wmissing-declarations    -D_REENTRANT -D_THREAD_SAFE -DAP_DEBUG -
DAP_HAVE_DESIGNATED_INITIALIZER   -I/usr/home/iwalker/build/httpd-
2.0.47/srclib/apr/include -I/usr/home/iwalker/build/httpd-2.0.47/srclib/apr-
util/include -I/usr/local/include -I. -I/usr/home/iwalker/build/httpd-
2.0.47/os/unix -I/usr/home/iwalker/build/httpd-2.0.47/server/mpm/prefork -
I/usr/home/iwalker/build/httpd-2.0.47/modules/http -
I/usr/home/iwalker/build/httpd-2.0.47/modules/filters -
I/usr/home/iwalker/build/httpd-2.0.47/modules/proxy -
I/usr/home/iwalker/build/httpd-2.0.47/include -I/usr/home/iwalker/build/httpd-
2.0.47/modules/dav/main -prefer-non-pic -static -
c /usr/home/iwalker/build/httpd-2.0.47/server/exports.c && 
touch /usr/home/iwalker/build/httpd-2.0.47/server/exports.lo
/usr/home/iwalker/build/httpd-2.0.47/server/exports.c:253: 
`ap_is_recursion_limit_exceeded' undeclared here (not in a function)
/usr/home/iwalker/build/httpd-2.0.47/server/exports.c:454: 
`ap_unescape_url_keep2f' undeclared here (not in a function)
/usr/home/iwalker/build/httpd-2.0.47/server/exports.c:460: `ap_escape_logitem' 
undeclared here (not in a function)
/usr/home/iwalker/build/httpd-2.0.47/server/exports.c:940: 
`apr_filepath_list_split' undeclared here (not in a function)
/usr/home/iwalker/build/httpd-2.0.47/server/exports.c:941: 
`apr_filepath_list_merge' undeclared here (not in a function)
/usr/home/iwalker/build/httpd-2.0.47/server/exports.c:944: 
`apr_filepath_encoding' undeclared here (not in a function)
/usr/home/iwalker/build/httpd-2.0.47/server/exports.c:1083: 
`apr_socket_create_ex' undeclared here (not in a function)
/usr/home/iwalker/build/httpd-2.0.47/server/exports.c:1084: 
`apr_socket_shutdown' undeclared here (not in a function)
/usr/home/iwalker/build/httpd-2.0.47/server/exports.c:1087: `apr_socket_bind' 
undeclared here (not in a function)
/usr/home/iwalker/build/httpd-2.0.47/server/exports.c:1089: `apr_socket_listen' 
undeclared here (not in a function)
/usr/home/iwalker/build/httpd-2.0.47/server/exports.c:1091: `apr_socket_accept' 
undeclared here (not in a function)
/usr/home/iwalker/build/httpd-2.0.47/server/exports.c:1093: 
`apr_socket_connect' undeclared here (not in a function)
/usr/home/iwalker/build/httpd-2.0.47/server/exports.c:1101: `apr_socket_send' 
undeclared here (not in a function)
/usr/home/iwalker/build/httpd-2.0.47/server/exports.c:1103: `apr_socket_sendv' 
undeclared here (not in a function)
/usr/home/iwalker/build/httpd-2.0.47/server/exports.c:1105: `apr_socket_sendto' 
undeclared here (not in a function)
/usr/home/iwalker/build/httpd-2.0.47/server/exports.c:1107: 
`apr_socket_recvfrom' undeclared here (not in a function)
/usr/home/iwalker/build/httpd-2.0.47/server/exports.c:1110: 
`apr_socket_sendfile' undeclared here (not in a function)
/usr/home/iwalker/build/httpd-2.0.47/server/exports.c:1113: `apr_socket_recv' 
undeclared here (not in a function)
/usr/home/iwalker/build/httpd-2.0.47/server/exports.c:1133: 
`apr_socket_protocol_get' undeclared here (not in a function)
/usr/home/iwalker/build/httpd-2.0.47/server/exports.c:1226: `apr_os_pipe_put' 
undeclared here (not in a function)
/usr/home/iwalker/build/httpd-2.0.47/server/exports.c:1241: 
`apr_os_default_encoding' undeclared here (not in a function)
/usr/home/iwalker/build/httpd-2.0.47/server/exports.c:1242: 
`apr_os_locale_encoding' undeclared here (not in a function)
/usr/home/iwalker/build/httpd-2.0.47/server/exports.c:1253: 
`apr_proc_mutex_cleanup' undeclared here (not in a function)
/usr/home/iwalker/build/httpd-2.0.47/server/exports.c:1254: 
`apr_proc_mutex_lockfile' undeclared here (not in a function)
/usr/home/iwalker/build/httpd-2.0.47/server/exports.c:1335: 
`apr_table_compress' undeclared here (not in a function)
/usr/home/iwalker/build/httpd-2.0.47/server/exports.c:1396: 
`apr_procattr_child_errfn_set' undeclared here (not in a function)
/usr/home/iwalker/build/httpd-2.0.47/server/exports.c:1397: 
`apr_procattr_error_check_set' undeclared here (not in a function)
/usr/home/iwalker/build/httpd-2.0.47/server/exports.c:1407: 
`apr_proc_other_child_alert' undeclared here (not in a function)
/usr/home/iwalker/build/httpd-2.0.47/server/exports.c:1408: 
`apr_proc_other_child_refresh' undeclared here (not in a function)
/usr/home/iwalker/build/httpd-2.0.47/server/exports.c:1409: 
`apr_proc_other_child_refresh_all' undeclared here (not in a function)
/usr/home/iwalker/build/httpd-2.0.47/server/exports.c:1447: 
`apr_time_exp_gmt_get' undeclared here (not in a function)
/usr/home/iwalker/build/httpd-2.0.47/server/exports.c:1459: `apr_uid_current' 
undeclared here (not in a function)
/usr/home/iwalker/build/httpd-2.0.47/server/exports.c:1461: `apr_uid_name_get' 
undeclared here (not in a function)
/usr/home/iwalker/build/httpd-2.0.47/server/exports.c:1463: `apr_uid_get' 
undeclared here (not in a function)
/usr/home/iwalker/build/httpd-2.0.47/server/exports.c:1465: 
`apr_uid_homepath_get' undeclared here (not in a function)
/usr/home/iwalker/build/httpd-2.0.47/server/exports.c:1472: `apr_gid_name_get' 
undeclared here (not in a function)
/usr/home/iwalker/build/httpd-2.0.47/server/exports.c:1475: `apr_gid_get' 
undeclared here (not in a function)
*** Error code 1
--
I've tried to build it using different configure settings, even the default 
configure, but exports.c always errors out.

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