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 2005/05/08 19:13:21 UTC

DO NOT REPLY [Bug 34803] New: - Problem compiling httpd 2.1.3-beta

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

           Summary: Problem compiling httpd 2.1.3-beta
           Product: Apache httpd-2.0
           Version: 2.1-HEAD
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Build
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: pierre42d@9online.fr


# make
Making all in srclib
make[1]: Entering directory `/tmp/httpd-2.1.3-beta/srclib'
Making all in apr
make[2]: Entering directory `/tmp/httpd-2.1.3-beta/srclib/apr'
make[3]: Entering directory `/tmp/httpd-2.1.3-beta/srclib/apr'
make[3]: Nothing to be done for `local-all'.
make[3]: Leaving directory `/tmp/httpd-2.1.3-beta/srclib/apr'
make[2]: Leaving directory `/tmp/httpd-2.1.3-beta/srclib/apr'
Making all in apr-util
make[2]: Entering directory `/tmp/httpd-2.1.3-beta/srclib/apr-util'
make[3]: Entering directory `/tmp/httpd-2.1.3-beta/srclib/apr-util'
make[3]: Nothing to be done for `local-all'.
make[3]: Leaving directory `/tmp/httpd-2.1.3-beta/srclib/apr-util'
make[2]: Leaving directory `/tmp/httpd-2.1.3-beta/srclib/apr-util'
make[1]: Leaving directory `/tmp/httpd-2.1.3-beta/srclib'
Making all in os
make[1]: Entering directory `/tmp/httpd-2.1.3-beta/os'
Making all in unix
make[2]: Entering directory `/tmp/httpd-2.1.3-beta/os/unix'
make[3]: Entering directory `/tmp/httpd-2.1.3-beta/os/unix'
make[3]: Nothing to be done for `local-all'.
make[3]: Leaving directory `/tmp/httpd-2.1.3-beta/os/unix'
make[2]: Leaving directory `/tmp/httpd-2.1.3-beta/os/unix'
make[1]: Leaving directory `/tmp/httpd-2.1.3-beta/os'
Making all in server
make[1]: Entering directory `/tmp/httpd-2.1.3-beta/server'
Making all in mpm
make[2]: Entering directory `/tmp/httpd-2.1.3-beta/server/mpm'
Making all in prefork
make[3]: Entering directory `/tmp/httpd-2.1.3-beta/server/mpm/prefork'
make[4]: Entering directory `/tmp/httpd-2.1.3-beta/server/mpm/prefork'
make[4]: Nothing to be done for `local-all'.
make[4]: Leaving directory `/tmp/httpd-2.1.3-beta/server/mpm/prefork'
make[3]: Leaving directory `/tmp/httpd-2.1.3-beta/server/mpm/prefork'
make[2]: Leaving directory `/tmp/httpd-2.1.3-beta/server/mpm'
make[2]: Entering directory `/tmp/httpd-2.1.3-beta/server'
make[2]: Leaving directory `/tmp/httpd-2.1.3-beta/server'
make[1]: Leaving directory `/tmp/httpd-2.1.3-beta/server'
Making all in modules
make[1]: Entering directory `/tmp/httpd-2.1.3-beta/modules'
Making all in aaa
make[2]: Entering directory `/tmp/httpd-2.1.3-beta/modules/aaa'
make[3]: Entering directory `/tmp/httpd-2.1.3-beta/modules/aaa'
/tmp/httpd-2.1.3-beta/srclib/apr/libtool --silent --mode=compile gcc -pthread
-I/usr/local/include  -s -O3 -march=i686  -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE
-D_LARGEFILE64_SOURCE    -I. -I/tmp/httpd-2.1.3-beta/os/unix
-I/tmp/httpd-2.1.3-beta/server/mpm/prefork -I/tmp/httpd-2.1.3-beta/modules/http
-I/tmp/httpd-2.1.3-beta/modules/filters -I/tmp/httpd-2.1.3-beta/modules/proxy
-I/tmp/httpd-2.1.3-beta/include -I/tmp/httpd-2.1.3-beta/modules/generators
-I/tmp/httpd-2.1.3-beta/modules/mappers
-I/tmp/httpd-2.1.3-beta/srclib/apr/include
-I/tmp/httpd-2.1.3-beta/srclib/apr-util/include -I/usr/local/include
-I/tmp/httpd-2.1.3-beta/server
-I/tmp/httpd-2.1.3-beta/modules/proxy/../generators -I/usr/local/ssl/include
-I/tmp/httpd-2.1.3-beta/modules/ssl -I/tmp/httpd-2.1.3-beta/modules/dav/main 
-prefer-non-pic -static -c mod_authnz_ldap.c && touch mod_authnz_ldap.lo
mod_authnz_ldap.c:40:2: #error mod_authnz_ldap requires APR-util to have LDAP
support built in. To fix add --with-ldap to ./configure.
mod_authnz_ldap.c:62: error: parse error before "deref_options"
mod_authnz_ldap.c:62: warning: no semicolon at end of struct or union
mod_authnz_ldap.c:76: error: parse error before '}' token
mod_authnz_ldap.c:76: warning: data definition has no type or storage class
mod_authnz_ldap.c:169: error: parse error before "authn_ldap_config_t"
mod_authnz_ldap.c: In function `authn_ldap_build_filter':
mod_authnz_ldap.c:178: error: `sent_user' undeclared (first use in this function)
mod_authnz_ldap.c:178: error: (Each undeclared identifier is reported only once
mod_authnz_ldap.c:178: error: for each function it appears in.)
mod_authnz_ldap.c:179: error: `r' undeclared (first use in this function)
mod_authnz_ldap.c:184: error: `sent_filter' undeclared (first use in this function)
mod_authnz_ldap.c:188: error: `sec' undeclared (first use in this function)
mod_authnz_ldap.c:209: error: `filtbuf' undeclared (first use in this function)
mod_authnz_ldap.c: In function `create_authnz_ldap_dir_config':
mod_authnz_ldap.c:269: error: `sec' undeclared (first use in this function)
mod_authnz_ldap.c:270: error: parse error before ')' token
mod_authnz_ldap.c:287: error: `always' undeclared (first use in this function)
mod_authnz_ldap.c: In function `authnz_ldap_cleanup_connection_close':
mod_authnz_ldap.c:305: error: `util_ldap_connection_t' undeclared (first use in
this function)
mod_authnz_ldap.c:305: error: `ldc' undeclared (first use in this function)
mod_authnz_ldap.c: In function `authn_ldap_check_password':
mod_authnz_ldap.c:327: error: `sec' undeclared (first use in this function)
mod_authnz_ldap.c:328: error: parse error before ')' token
mod_authnz_ldap.c:330: error: `util_ldap_connection_t' undeclared (first use in
this function)
mod_authnz_ldap.c:330: error: `ldc' undeclared (first use in this function)
mod_authnz_ldap.c:392: error: `LDAP_SERVER_DOWN' undeclared (first use in this
function)
mod_authnz_ldap.c:399: error: `LDAP_SUCCESS' undeclared (first use in this function)
mod_authnz_ldap.c:405: error: `LDAP_NO_SUCH_OBJECT' undeclared (first use in
this function)
mod_authnz_ldap.c: In function `authz_ldap_check_user_access':
mod_authnz_ldap.c:464: error: `sec' undeclared (first use in this function)
mod_authnz_ldap.c:465: error: parse error before ')' token
mod_authnz_ldap.c:467: error: `util_ldap_connection_t' undeclared (first use in
this function)
mod_authnz_ldap.c:467: error: `ldc' undeclared (first use in this function)
mod_authnz_ldap.c:556: error: `LDAP_SUCCESS' undeclared (first use in this function)
mod_authnz_ldap.c:594: error: `LDAP_COMPARE_TRUE' undeclared (first use in this
function)
mod_authnz_ldap.c:760: error: `LDAP_FILTER_ERROR' undeclared (first use in this
function)
mod_authnz_ldap.c: In function `mod_auth_ldap_parse_url':
mod_authnz_ldap.c:811: error: `apr_ldap_url_desc_t' undeclared (first use in
this function)
mod_authnz_ldap.c:811: error: `urld' undeclared (first use in this function)
mod_authnz_ldap.c:812: error: `apr_ldap_err_t' undeclared (first use in this
function)
mod_authnz_ldap.c:812: error: `result' undeclared (first use in this function)
mod_authnz_ldap.c:814: error: `sec' undeclared (first use in this function)
mod_authnz_ldap.c:835: error: `LDAP_SCOPE_SUBTREE' undeclared (first use in this
function)
mod_authnz_ldap.c:836: error: `LDAP_SCOPE_BASE' undeclared (first use in this
function)
mod_authnz_ldap.c:837: error: `LDAP_SCOPE_ONELEVEL' undeclared (first use in
this function)
mod_authnz_ldap.c:892: error: `APR_LDAP_NONE' undeclared (first use in this
function)
mod_authnz_ldap.c:895: error: `APR_LDAP_SSL' undeclared (first use in this function)
mod_authnz_ldap.c:898: error: `APR_LDAP_STARTTLS' undeclared (first use in this
function)
mod_authnz_ldap.c:911: error: `LDAPS_PORT' undeclared (first use in this function)
mod_authnz_ldap.c:917: error: `LDAP_PORT' undeclared (first use in this function)
mod_authnz_ldap.c: In function `mod_auth_ldap_set_deref':
mod_authnz_ldap.c:929: error: `sec' undeclared (first use in this function)
mod_authnz_ldap.c:932: error: `never' undeclared (first use in this function)
mod_authnz_ldap.c:935: error: `searching' undeclared (first use in this function)
mod_authnz_ldap.c:938: error: `finding' undeclared (first use in this function)
mod_authnz_ldap.c:941: error: `always' undeclared (first use in this function)
mod_authnz_ldap.c: In function `mod_auth_ldap_add_group_attribute':
mod_authnz_ldap.c:953: error: `sec' undeclared (first use in this function)
mod_authnz_ldap.c: At top level:
mod_authnz_ldap.c:997: error: parse error before ')' token
mod_authnz_ldap.c:997: error: initializer element is not constant
mod_authnz_ldap.c:997: error: (near initialization for
`authnz_ldap_cmds[1].cmd_data')
mod_authnz_ldap.c:997: error: initializer element is not constant
mod_authnz_ldap.c:997: error: (near initialization for `authnz_ldap_cmds[1]')
mod_authnz_ldap.c:1001: error: initializer element is not constant
mod_authnz_ldap.c:1001: error: (near initialization for `authnz_ldap_cmds[2].func')
mod_authnz_ldap.c:1001: error: parse error before ')' token
mod_authnz_ldap.c:1001: error: initializer element is not constant
mod_authnz_ldap.c:1001: error: (near initialization for
`authnz_ldap_cmds[2].cmd_data')
mod_authnz_ldap.c:1001: error: initializer element is not constant
mod_authnz_ldap.c:1001: error: (near initialization for `authnz_ldap_cmds[2]')
mod_authnz_ldap.c:1005: error: initializer element is not constant
mod_authnz_ldap.c:1005: error: (near initialization for `authnz_ldap_cmds[3].func')
mod_authnz_ldap.c:1005: error: parse error before ')' token
mod_authnz_ldap.c:1005: error: initializer element is not constant
mod_authnz_ldap.c:1005: error: (near initialization for
`authnz_ldap_cmds[3].cmd_data')
mod_authnz_ldap.c:1005: error: initializer element is not constant
mod_authnz_ldap.c:1005: error: (near initialization for `authnz_ldap_cmds[3]')
mod_authnz_ldap.c:1011: error: initializer element is not constant
mod_authnz_ldap.c:1011: error: (near initialization for `authnz_ldap_cmds[4].func')
mod_authnz_ldap.c:1011: error: parse error before ')' token
mod_authnz_ldap.c:1011: error: initializer element is not constant
mod_authnz_ldap.c:1011: error: (near initialization for
`authnz_ldap_cmds[4].cmd_data')
mod_authnz_ldap.c:1011: error: initializer element is not constant
mod_authnz_ldap.c:1011: error: (near initialization for `authnz_ldap_cmds[4]')
mod_authnz_ldap.c:1016: error: initializer element is not constant
mod_authnz_ldap.c:1016: error: (near initialization for `authnz_ldap_cmds[5].func')
mod_authnz_ldap.c:1016: error: parse error before ')' token
mod_authnz_ldap.c:1016: error: initializer element is not constant
mod_authnz_ldap.c:1016: error: (near initialization for
`authnz_ldap_cmds[5].cmd_data')
mod_authnz_ldap.c:1016: error: initializer element is not constant
mod_authnz_ldap.c:1016: error: (near initialization for `authnz_ldap_cmds[5]')
mod_authnz_ldap.c:1023: error: initializer element is not constant
mod_authnz_ldap.c:1023: error: (near initialization for `authnz_ldap_cmds[6].func')
mod_authnz_ldap.c:1023: error: initializer element is not constant
mod_authnz_ldap.c:1023: error: (near initialization for `authnz_ldap_cmds[6]')
mod_authnz_ldap.c:1027: error: initializer element is not constant
mod_authnz_ldap.c:1027: error: (near initialization for `authnz_ldap_cmds[7].func')
mod_authnz_ldap.c:1027: error: parse error before ')' token
mod_authnz_ldap.c:1027: error: initializer element is not constant
mod_authnz_ldap.c:1027: error: (near initialization for
`authnz_ldap_cmds[7].cmd_data')
mod_authnz_ldap.c:1027: error: initializer element is not constant
mod_authnz_ldap.c:1027: error: (near initialization for `authnz_ldap_cmds[7]')
mod_authnz_ldap.c:1033: error: initializer element is not constant
mod_authnz_ldap.c:1033: error: (near initialization for `authnz_ldap_cmds[8].func')
mod_authnz_ldap.c:1033: error: initializer element is not constant
mod_authnz_ldap.c:1033: error: (near initialization for `authnz_ldap_cmds[8]')
mod_authnz_ldap.c:1044: error: initializer element is not constant
mod_authnz_ldap.c:1044: error: (near initialization for `authnz_ldap_cmds[9].func')
mod_authnz_ldap.c:1044: error: initializer element is not constant
mod_authnz_ldap.c:1044: error: (near initialization for `authnz_ldap_cmds[9]')
mod_authnz_ldap.c:1048: error: initializer element is not constant
mod_authnz_ldap.c:1048: error: (near initialization for `authnz_ldap_cmds[10]')
make[3]: *** [mod_authnz_ldap.lo] Error 1
make[3]: Leaving directory `/tmp/httpd-2.1.3-beta/modules/aaa'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/httpd-2.1.3-beta/modules/aaa'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/httpd-2.1.3-beta/modules'
make: *** [all-recursive] Error 1

-- 
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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org