| Wolfgang's Daddy 2005-08-24, 8:54 pm |
| I have installed Redhat Enterprise Version 4, update 1.
Using Apache 2.0.54
run configure and all seems well.
run make, and all hell breaks loose...
here's a snippet of the errors....
util_ldap.c:1458: error: syntax error before ')' token
util_ldap.c:1408: warning: unused variable `timeOut'
util_ldap.c: In function `util_ldap_child_init':
util_ldap.c:1653: error: `util_ldap_state_t' undeclared (first use in
this function)
util_ldap.c:1653: error: `st' undeclared (first use in this function)
util_ldap.c:1654: error: syntax error before ')' token
util_ldap.c: In function `util_ldap_connection_find':
util_ldap.c:386: warning: value computed is not used
util_ldap.c:411: warning: value computed is not used
util_ldap.c: In function `util_ldap_cache_comparedn':
util_ldap.c:504: warning: statement with no effect
util_ldap.c: In function `util_ldap_cache_checkuserid':
util_ldap.c:753: warning: statement with no effect
util_ldap.c: In function `util_ldap_cache_getuserdn':
util_ldap.c:985: warning: statement with no effect
Any help or ideas would greatly be appreciated.
|