LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-06-2005, 04:41 AM   #1
ultrix
LQ Newbie
 
Registered: Aug 2004
Posts: 8

Rep: Reputation: 0
Compiling Apache with ldap support


Hi all,

I trying to compile Apache 2.1.3-beta with LDAP Support but i'm still facing a compilation
Error.

This is the way i made my configure :

env "CPPFLAGS=-I/usr/local/openldap/include -I/usr/local/BerkeleyDB/include -I/usr/local/openssl" "LDFLAGS=-L/usr/local/openldap/lib -L/usr/local/openssl/lib -L/usr/local/BerkeleyDB/lib -R/usr/local/openldap/lib -R/usr/local/openssl/lib/lib -R/usr/local/BerkeleyDB/lib" ./configure --prefix=/usr/local/apache --enable-so --enable-cache --enable-cache-mem --enable-ldap --enable-auth-ldap --enable-proxy --enable-proxy-connect --enable-proxy-ftp --enable-proxy-http --enable-ssl --enable-cgi --enable-cgid --enable-rewrite --with-ssl=/usr/local/openssl --with-ldap-include=/usr/local/openldap/include --with-ldap-lib=/usr/local/openldap/lib

then make and i still get the following error :

cc1: warning: changing search order for system directory "/usr/local/include"
cc1: warning: as it has already been specified as a non-system directory
util_ldap.c:41:2: #error mod_ldap requires APR-util to have LDAP support built in
util_ldap.c: In function `util_ldap_handler':
util_ldap.c:129: `util_ldap_state_t' undeclared (first use in this function)
util_ldap.c:129: (Each undeclared identifier is reported only once
util_ldap.c:129: for each function it appears in.)
util_ldap.c:129: `st' undeclared (first use in this function)
util_ldap.c:129: parse error before ')' token
util_ldap.c: At top level:
util_ldap.c:160: parse error before "util_ldap_connection_close"
util_ldap.c:160: parse error before '*' token
util_ldap.c: In function `util_ldap_connection_close':
util_ldap.c:177: `ldc' undeclared (first use in this function)
util_ldap.c: At top level:
util_ldap.c:187: parse error before "util_ldap_connection_unbind"
util_ldap.c: In function `util_ldap_connection_unbind':
util_ldap.c:189: `util_ldap_connection_t' undeclared (first use in this function)
util_ldap.c:189: `ldc' undeclared (first use in this function)
util_ldap.c: At top level:
util_ldap.c:208: parse error before "util_ldap_connection_cleanup"
util_ldap.c: In function `util_ldap_connection_cleanup':
util_ldap.c:210: `util_ldap_connection_t' undeclared (first use in this function)
util_ldap.c:210: `ldc' undeclared (first use in this function)
util_ldap.c: At top level:
util_ldap.c:240: parse error before "util_ldap_connection_open"
util_ldap.c:241: parse error before "util_ldap_connection_t"
util_ldap.c: In function `util_ldap_connection_open':
util_ldap.c:245: `LDAP_VERSION3' undeclared (first use in this function)
util_ldap.c:246: `apr_ldap_err_t' undeclared (first use in this function)
util_ldap.c:246: `result' undeclared (first use in this function)
util_ldap.c:249: `ldc' undeclared (first use in this function)
util_ldap.c:258: `LDAP_SUCCESS' undeclared (first use in this function)
util_ldap.c:273: `APR_LDAP_SSL' undeclared (first use in this function)
util_ldap.c:273: `LDAPS_PORT' undeclared (first use in this function)
util_ldap.c:273: `LDAP_PORT' undeclared (first use in this function)
util_ldap.c:274: `APR_LDAP_NONE' undeclared (first use in this function)
util_ldap.c:296: `APR_LDAP_OPT_TLS_CERT' undeclared (first use in this function)
util_ldap.c:310: `APR_LDAP_OPT_TLS' undeclared (first use in this function)
util_ldap.c:321: `LDAP_OPT_DEREF' undeclared (first use in this function)
util_ldap.c:324: `LDAP_OPT_PROTOCOL_VERSION' undeclared (first use in this function)
util_ldap.c:342: `LDAP_SERVER_DOWN' undeclared (first use in this function)
util_ldap.c: In function `compare_client_certs':
util_ldap.c:389: invalid use of undefined type `struct apr_ldap_opt_tls_cert_t'
util_ldap.c:389: dereferencing pointer to incomplete type
util_ldap.c:389: invalid use of undefined type `struct apr_ldap_opt_tls_cert_t'
util_ldap.c:389: dereferencing pointer to incomplete type
util_ldap.c:390: invalid use of undefined type `struct apr_ldap_opt_tls_cert_t'
util_ldap.c:390: dereferencing pointer to incomplete type
util_ldap.c:390: invalid use of undefined type `struct apr_ldap_opt_tls_cert_t'
util_ldap.c:390: dereferencing pointer to incomplete type
util_ldap.c:391: invalid use of undefined type `struct apr_ldap_opt_tls_cert_t'
util_ldap.c:391: dereferencing pointer to incomplete type
util_ldap.c:391: invalid use of undefined type `struct apr_ldap_opt_tls_cert_t'
util_ldap.c:391: dereferencing pointer to incomplete type
util_ldap.c: At top level:
util_ldap.c:410: parse error before '*' token
util_ldap.c:414: parse error before "deref_options"
util_ldap.c: In function `util_ldap_connection_find':
util_ldap.c:416: `secure' undeclared (first use in this function)
util_ldap.c:418: `util_ldap_state_t' undeclared (first use in this function)
util_ldap.c:418: `st' undeclared (first use in this function)
util_ldap.c:419: parse error before ')' token
util_ldap.c:420: `r' undeclared (first use in this function)
util_ldap.c:431: `APR_LDAP_NONE' undeclared (first use in this function)
util_ldap.c:438: dereferencing pointer to incomplete type
util_ldap.c:440: dereferencing pointer to incomplete type
util_ldap.c:442: dereferencing pointer to incomplete type
util_ldap.c:442: `port' undeclared (first use in this function)
util_ldap.c:442: dereferencing pointer to incomplete type
util_ldap.c:442: `host' undeclared (first use in this function)
util_ldap.c:443: dereferencing pointer to incomplete type
util_ldap.c:443: `binddn' undeclared (first use in this function)
util_ldap.c:443: dereferencing pointer to incomplete type
util_ldap.c:443: dereferencing pointer to incomplete type
util_ldap.c:444: dereferencing pointer to incomplete type
util_ldap.c:444: `bindpw' undeclared (first use in this function)
util_ldap.c:444: dereferencing pointer to incomplete type
util_ldap.c:444: dereferencing pointer to incomplete type
util_ldap.c:445: dereferencing pointer to incomplete type
util_ldap.c:445: `deref' undeclared (first use in this function)
util_ldap.c:445: dereferencing pointer to incomplete type
util_ldap.c:446: dereferencing pointer to incomplete type
util_ldap.c:454: dereferencing pointer to incomplete type
util_ldap.c:464: dereferencing pointer to incomplete type
util_ldap.c:466: dereferencing pointer to incomplete type
util_ldap.c:469: dereferencing pointer to incomplete type
util_ldap.c:469: dereferencing pointer to incomplete type
util_ldap.c:470: dereferencing pointer to incomplete type
util_ldap.c:470: dereferencing pointer to incomplete type
util_ldap.c:471: dereferencing pointer to incomplete type
util_ldap.c:474: dereferencing pointer to incomplete type
util_ldap.c:475: dereferencing pointer to incomplete type
util_ldap.c:476: dereferencing pointer to incomplete type
util_ldap.c:483: dereferencing pointer to incomplete type
util_ldap.c:504: `util_ldap_connection_t' undeclared (first use in this function)
util_ldap.c:506: dereferencing pointer to incomplete type
util_ldap.c:507: dereferencing pointer to incomplete type
util_ldap.c:509: dereferencing pointer to incomplete type
util_ldap.c:510: dereferencing pointer to incomplete type
util_ldap.c:511: dereferencing pointer to incomplete type
util_ldap.c:512: dereferencing pointer to incomplete type
util_ldap.c:513: dereferencing pointer to incomplete type
util_ldap.c:514: dereferencing pointer to incomplete type
util_ldap.c:515: dereferencing pointer to incomplete type
util_ldap.c:522: dereferencing pointer to incomplete type
util_ldap.c:525: dereferencing pointer to incomplete type
util_ldap.c:525: dereferencing pointer to incomplete type
util_ldap.c:528: dereferencing pointer to incomplete type
util_ldap.c:533: dereferencing pointer to incomplete type
util_ldap.c:543: warning: return makes integer from pointer without a cast
util_ldap.c: At top level:
util_ldap.c:557: parse error before "util_ldap_cache_comparedn"
util_ldap.c:557: parse error before "util_ldap_connection_t"
util_ldap.c: In function `util_ldap_cache_comparedn':
util_ldap.c:562: `util_url_node_t' undeclared (first use in this function)
util_ldap.c:562: `curl' undeclared (first use in this function)
util_ldap.c:563: parse error before "curnode"
util_ldap.c:564: `util_dn_compare_node_t' undeclared (first use in this function)
util_ldap.c:564: `node' undeclared (first use in this function)
util_ldap.c:565: parse error before "newnode"
util_ldap.c:567: `LDAPMessage' undeclared (first use in this function)
util_ldap.c:567: `res' undeclared (first use in this function)
util_ldap.c:567: `entry' undeclared (first use in this function)
util_ldap.c:570: `util_ldap_state_t' undeclared (first use in this function)
util_ldap.c:570: `st' undeclared (first use in this function)
util_ldap.c:570: parse error before ')' token
util_ldap.c:570: `r' undeclared (first use in this function)
util_ldap.c:575: `curnode' undeclared (first use in this function)
util_ldap.c:575: `url' undeclared (first use in this function)
util_ldap.c:583: `compare_dn_on_server' undeclared (first use in this function)
util_ldap.c:585: `dn' undeclared (first use in this function)
util_ldap.c:585: `reqdn' undeclared (first use in this function)
util_ldap.c:586: `ldc' undeclared (first use in this function)
util_ldap.c:587: `LDAP_COMPARE_FALSE' undeclared (first use in this function)
util_ldap.c:591: `LDAP_COMPARE_TRUE' undeclared (first use in this function)
util_ldap.c:600: `newnode' undeclared (first use in this function)
util_ldap.c:621: `LDAP_SUCCESS' undeclared (first use in this function)
util_ldap.c:627: `LDAP_SCOPE_BASE' undeclared (first use in this function)
util_ldap.c:629: `LDAP_SERVER_DOWN' undeclared (first use in this function)
util_ldap.c:641: warning: assignment makes pointer from integer without a cast
util_ldap.c: At top level:
util_ldap.c:680: parse error before "util_ldap_cache_compare"
util_ldap.c:680: parse error before "util_ldap_connection_t"
util_ldap.c: In function `util_ldap_cache_compare':
util_ldap.c:685: `util_url_node_t' undeclared (first use in this function)
util_ldap.c:685: `curl' undeclared (first use in this function)
util_ldap.c:686: parse error before "curnode"
util_ldap.c:687: `util_compare_node_t' undeclared (first use in this function)
util_ldap.c:687: `compare_nodep' undeclared (first use in this function)
util_ldap.c:688: parse error before "the_compare_node"
util_ldap.c:692: `util_ldap_state_t' undeclared (first use in this function)
util_ldap.c:692: `st' undeclared (first use in this function)
util_ldap.c:693: parse error before ')' token
util_ldap.c:694: `r' undeclared (first use in this function)
util_ldap.c:698: `curnode' undeclared (first use in this function)
util_ldap.c:698: `url' undeclared (first use in this function)
util_ldap.c:710: `the_compare_node' undeclared (first use in this function)
util_ldap.c:710: `dn' undeclared (first use in this function)
util_ldap.c:711: `attrib' undeclared (first use in this function)
util_ldap.c:712: `value' undeclared (first use in this function)
util_ldap.c:727: `LDAP_COMPARE_TRUE' undeclared (first use in this function)
util_ldap.c:728: `ldc' undeclared (first use in this function)
util_ldap.c:731: `LDAP_COMPARE_FALSE' undeclared (first use in this function)
util_ldap.c:735: `LDAP_NO_SUCH_ATTRIBUTE' undeclared (first use in this function)
util_ldap.c:754: `LDAP_SUCCESS' undeclared (first use in this function)
util_ldap.c:763: `LDAP_SERVER_DOWN' undeclared (first use in this function)
util_ldap.c: At top level:
util_ldap.c:812: parse error before "util_ldap_cache_checkuserid"
util_ldap.c:812: parse error before "util_ldap_connection_t"
util_ldap.c: In function `util_ldap_cache_checkuserid':
util_ldap.c:819: `LDAPMessage' undeclared (first use in this function)
util_ldap.c:819: `res' undeclared (first use in this function)
util_ldap.c:819: `entry' undeclared (first use in this function)
util_ldap.c:823: `util_url_node_t' undeclared (first use in this function)
util_ldap.c:823: `curl' undeclared (first use in this function)
util_ldap.c:824: parse error before "curnode"
util_ldap.c:825: `util_search_node_t' undeclared (first use in this function)
util_ldap.c:825: `search_nodep' undeclared (first use in this function)
util_ldap.c:826: parse error before "the_search_node"
util_ldap.c:829: `util_ldap_state_t' undeclared (first use in this function)
util_ldap.c:829: `st' undeclared (first use in this function)
util_ldap.c:830: parse error before ')' token
util_ldap.c:831: `r' undeclared (first use in this function)
util_ldap.c:835: `curnode' undeclared (first use in this function)
util_ldap.c:835: `url' undeclared (first use in this function)
util_ldap.c:836: parse error before ')' token
util_ldap.c:844: `the_search_node' undeclared (first use in this function)
util_ldap.c:844: `filter' undeclared (first use in this function)
util_ldap.c:861: `bindpw' undeclared (first use in this function)
util_ldap.c:863: `binddn' undeclared (first use in this function)
util_ldap.c:864: `retvals' undeclared (first use in this function)
util_ldap.c:866: `ldc' undeclared (first use in this function)
util_ldap.c:867: `LDAP_SUCCESS' undeclared (first use in this function)
util_ldap.c:891: `basedn' undeclared (first use in this function)
util_ldap.c:891: `scope' undeclared (first use in this function)
util_ldap.c:892: `attrs' undeclared (first use in this function)
util_ldap.c:893: `LDAP_SERVER_DOWN' undeclared (first use in this function)
util_ldap.c:917: `LDAP_NO_SUCH_OBJECT' undeclared (first use in this function)
util_ldap.c:923: warning: assignment makes pointer from integer without a cast
util_ldap.c:937: `LDAP_INVALID_CREDENTIALS' undeclared (first use in this function)
util_ldap.c:985: warning: assignment makes pointer from integer without a cast
util_ldap.c: At top level:
util_ldap.c:1043: parse error before "util_ldap_cache_getuserdn"
util_ldap.c:1043: parse error before "util_ldap_connection_t"
util_ldap.c: In function `util_ldap_cache_getuserdn':
util_ldap.c:1050: `LDAPMessage' undeclared (first use in this function)
util_ldap.c:1050: `res' undeclared (first use in this function)
util_ldap.c:1050: `entry' undeclared (first use in this function)
util_ldap.c:1054: `util_url_node_t' undeclared (first use in this function)
util_ldap.c:1054: `curl' undeclared (first use in this function)
util_ldap.c:1055: parse error before "curnode"
util_ldap.c:1056: `util_search_node_t' undeclared (first use in this function)
util_ldap.c:1056: `search_nodep' undeclared (first use in this function)
util_ldap.c:1057: parse error before "the_search_node"
util_ldap.c:1060: `util_ldap_state_t' undeclared (first use in this function)
util_ldap.c:1060: `st' undeclared (first use in this function)
util_ldap.c:1061: parse error before ')' token
util_ldap.c:1062: `r' undeclared (first use in this function)
util_ldap.c:1066: `curnode' undeclared (first use in this function)
util_ldap.c:1066: `url' undeclared (first use in this function)
util_ldap.c:1067: parse error before ')' token
util_ldap.c:1075: `the_search_node' undeclared (first use in this function)
util_ldap.c:1075: `filter' undeclared (first use in this function)
util_ldap.c:1091: `binddn' undeclared (first use in this function)
util_ldap.c:1092: `retvals' undeclared (first use in this function)
util_ldap.c:1094: `ldc' undeclared (first use in this function)
util_ldap.c:1095: `LDAP_SUCCESS' undeclared (first use in this function)
util_ldap.c:1119: `basedn' undeclared (first use in this function)
util_ldap.c:1119: `scope' undeclared (first use in this function)
util_ldap.c:1120: `attrs' undeclared (first use in this function)
util_ldap.c:1122: `LDAP_SERVER_DOWN' undeclared (first use in this function)
util_ldap.c:1145: `LDAP_NO_SUCH_OBJECT' undeclared (first use in this function)
util_ldap.c:1151: warning: assignment makes pointer from integer without a cast
util_ldap.c:1168: warning: assignment makes pointer from integer without a cast
util_ldap.c: At top level:
util_ldap.c:1223: parse error before "util_ldap_ssl_supported"
util_ldap.c: In function `util_ldap_ssl_supported':
util_ldap.c:1225: `util_ldap_state_t' undeclared (first use in this function)
util_ldap.c:1225: `st' undeclared (first use in this function)
util_ldap.c:1225: parse error before ')' token
util_ldap.c: In function `util_ldap_set_cache_bytes':
util_ldap.c:1238: `util_ldap_state_t' undeclared (first use in this function)
util_ldap.c:1238: `st' undeclared (first use in this function)
util_ldap.c:1239: parse error before ')' token
util_ldap.c: In function `util_ldap_set_cache_file':
util_ldap.c:1254: `util_ldap_state_t' undeclared (first use in this function)
util_ldap.c:1254: `st' undeclared (first use in this function)
util_ldap.c:1255: parse error before ')' token
util_ldap.c: In function `util_ldap_set_cache_ttl':
util_ldap.c:1274: `util_ldap_state_t' undeclared (first use in this function)
util_ldap.c:1274: `st' undeclared (first use in this function)
util_ldap.c:1275: parse error before ')' token
util_ldap.c: In function `util_ldap_set_cache_entries':
util_ldap.c:1289: `util_ldap_state_t' undeclared (first use in this function)
util_ldap.c:1289: `st' undeclared (first use in this function)
util_ldap.c:1290: parse error before ')' token
util_ldap.c: In function `util_ldap_set_opcache_ttl':
util_ldap.c:1308: `util_ldap_state_t' undeclared (first use in this function)
util_ldap.c:1308: `st' undeclared (first use in this function)
util_ldap.c:1309: parse error before ')' token
util_ldap.c: In function `util_ldap_set_opcache_entries':
util_ldap.c:1323: `util_ldap_state_t' undeclared (first use in this function)
util_ldap.c:1323: `st' undeclared (first use in this function)
util_ldap.c:1324: parse error before ')' token
util_ldap.c: In function `util_ldap_parse_cert_type':
util_ldap.c:1353: `APR_LDAP_CA_TYPE_DER' undeclared (first use in this function)
util_ldap.c:1358: `APR_LDAP_CA_TYPE_BASE64' undeclared (first use in this function)
util_ldap.c:1363: `APR_LDAP_CA_TYPE_CERT7_DB' undeclared (first use in this function)
util_ldap.c:1368: `APR_LDAP_CA_TYPE_SECMOD' undeclared (first use in this function)
util_ldap.c:1373: `APR_LDAP_CERT_TYPE_DER' undeclared (first use in this function)
util_ldap.c:1378: `APR_LDAP_CERT_TYPE_BASE64' undeclared (first use in this function)
util_ldap.c:1383: `APR_LDAP_CERT_TYPE_PFX' undeclared (first use in this function)
util_ldap.c:1388: `APR_LDAP_CERT_TYPE_KEY3_DB' undeclared (first use in this function)
util_ldap.c:1393: `APR_LDAP_CERT_TYPE_NICKNAME' undeclared (first use in this function)
util_ldap.c:1398: `APR_LDAP_KEY_TYPE_DER' undeclared (first use in this function)
util_ldap.c:1403: `APR_LDAP_KEY_TYPE_BASE64' undeclared (first use in this function)
util_ldap.c:1408: `APR_LDAP_KEY_TYPE_PFX' undeclared (first use in this function)
util_ldap.c:1412: `APR_LDAP_CA_TYPE_UNKNOWN' undeclared (first use in this function)
util_ldap.c: In function `util_ldap_set_trusted_global_cert':
util_ldap.c:1430: `util_ldap_state_t' undeclared (first use in this function)
util_ldap.c:1430: `st' undeclared (first use in this function)
util_ldap.c:1431: parse error before ')' token
util_ldap.c:1437: `apr_ldap_opt_tls_cert_t' undeclared (first use in this function)
util_ldap.c:1437: `cert' undeclared (first use in this function)
util_ldap.c:1446: `APR_LDAP_CA_TYPE_UNKNOWN' undeclared (first use in this function)
util_ldap.c:1464: parse error before ')' token
util_ldap.c:1471: `APR_LDAP_CERT_TYPE_NICKNAME' undeclared (first use in this function)
util_ldap.c: In function `util_ldap_set_trusted_client_cert':
util_ldap.c:1499: `util_ldap_state_t' undeclared (first use in this function)
util_ldap.c:1499: `st' undeclared (first use in this function)
util_ldap.c:1500: parse error before ')' token
util_ldap.c:1505: `apr_ldap_opt_tls_cert_t' undeclared (first use in this function)
util_ldap.c:1505: `cert' undeclared (first use in this function)
util_ldap.c:1510: `APR_LDAP_CA_TYPE_UNKNOWN' undeclared (first use in this function)
util_ldap.c:1517: `APR_LDAP_CA_TYPE_DER' undeclared (first use in this function)
util_ldap.c:1518: `APR_LDAP_CA_TYPE_BASE64' undeclared (first use in this function)
util_ldap.c:1519: `APR_LDAP_CA_TYPE_CERT7_DB' undeclared (first use in this function)
util_ldap.c:1520: `APR_LDAP_CA_TYPE_SECMOD' undeclared (first use in this function)
util_ldap.c:1521: `APR_LDAP_CERT_TYPE_PFX' undeclared (first use in this function)
util_ldap.c:1522: `APR_LDAP_CERT_TYPE_KEY3_DB' undeclared (first use in this function)
util_ldap.c:1540: parse error before ')' token
util_ldap.c:1547: `APR_LDAP_CERT_TYPE_NICKNAME' undeclared (first use in this function)
util_ldap.c: In function `util_ldap_set_trusted_mode':
util_ldap.c:1575: `util_ldap_state_t' undeclared (first use in this function)
util_ldap.c:1575: `st' undeclared (first use in this function)
util_ldap.c:1576: parse error before ')' token
util_ldap.c:1584: `APR_LDAP_NONE' undeclared (first use in this function)
util_ldap.c:1587: `APR_LDAP_SSL' undeclared (first use in this function)
util_ldap.c:1590: `APR_LDAP_STARTTLS' undeclared (first use in this function)
util_ldap.c: In function `util_ldap_set_connection_timeout':
util_ldap.c:1603: `util_ldap_state_t' undeclared (first use in this function)
util_ldap.c:1603: `st' undeclared (first use in this function)
util_ldap.c:1604: parse error before ')' token
util_ldap.c: In function `util_ldap_create_config':
util_ldap.c:1629: `util_ldap_state_t' undeclared (first use in this function)
util_ldap.c:1629: `st' undeclared (first use in this function)
util_ldap.c:1630: parse error before ')' token
util_ldap.c:1641: `apr_ldap_opt_tls_cert_t' undeclared (first use in this function)
util_ldap.c:1643: `APR_LDAP_NONE' undeclared (first use in this function)
util_ldap.c: In function `util_ldap_merge_config':
util_ldap.c:1652: `util_ldap_state_t' undeclared (first use in this function)
util_ldap.c:1652: `st' undeclared (first use in this function)
util_ldap.c:1653: `base' undeclared (first use in this function)
util_ldap.c:1653: parse error before ')' token
util_ldap.c:1654: `overrides' undeclared (first use in this function)
util_ldap.c:1654: parse error before ')' token
util_ldap.c: In function `util_ldap_cleanup_module':
util_ldap.c:1676: `util_ldap_state_t' undeclared (first use in this function)
util_ldap.c:1676: `st' undeclared (first use in this function)
util_ldap.c:1676: parse error before ')' token
util_ldap.c: In function `util_ldap_post_config':
util_ldap.c:1693: `util_ldap_state_t' undeclared (first use in this function)
util_ldap.c:1693: `st_vhost' undeclared (first use in this function)
util_ldap.c:1695: `st' undeclared (first use in this function)
util_ldap.c:1696: parse error before ')' token
util_ldap.c:1700: `apr_ldap_err_t' undeclared (first use in this function)
util_ldap.c:1700: `result_err' undeclared (first use in this function)
util_ldap.c:1761: parse error before ')' token
util_ldap.c:1787: invalid type argument of `->'
util_ldap.c:1805: `APR_LDAP_OPT_TLS_CERT' undeclared (first use in this function)
util_ldap.c: In function `util_ldap_child_init':
util_ldap.c:1845: `util_ldap_state_t' undeclared (first use in this function)
util_ldap.c:1845: `st' undeclared (first use in this function)
make[3]: *** [util_ldap.lo] Error 1
make[3]: Leaving directory `/opt/PerlTools/httpd-2.1.3-beta/modules/ldap'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/opt/PerlTools/httpd-2.1.3-beta/modules/ldap'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/PerlTools/httpd-2.1.3-beta/modules'
make: *** [all-recursive] Error 1

Anyone has already compile Apache with LDAP Support ?
Any glue ?

King Regards,

Ultrix
 
Old 06-02-2008, 10:33 PM   #2
alex6606
LQ Newbie
 
Registered: Jun 2008
Posts: 1

Rep: Reputation: 0
I have the same issue!

This is also my question, Who can explain, thank you
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Help Apache w/ LDAP and SSL GAVollink Linux - Software 7 05-31-2012 09:39 PM
RedHat3.0: problem when compiling C++ code using the 'ldap' structure WuKitty Linux - Software 0 09-12-2005 01:52 PM
PHP with LDAP-support senorsnor Slackware 1 08-07-2004 07:32 PM
Compiling in ACPI support on Compaq 2135CA (system crashes while compiling) Dag Linux - Laptop and Netbook 20 07-30-2004 07:56 PM
integrating WEBDAV and LDAP apache modules jasongonella Linux - Networking 0 10-30-2001 04:51 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 02:19 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration