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





------- Additional Comments From [EMAIL PROTECTED]  2007-09-11 04:32 -------
Brad,

I really appreciate your patience.

in srclib/apr-util/config.log I see:

configure:15672: gcc -c -I/usr/local/openldap-2.3.33/include -pthread  -DLINUX=2
-D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5
configure:15678: $? = 0
configure:15685: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:15688: $? = 0
configure:15695: test -s conftest.o
configure:15698: $? = 0
configure:15709: result: yes
configure:15713: checking lber.h presence
configure:15728: gcc -E  -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE
-D_LARGEFILE64_SOURCE conftest.c
conftest.c:19:18: error: lber.h: No such file or directory
configure:15734: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1 
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_LIBLBER 1
| /* end confdefs.h.  */
| #include <lber.h>

I think the problem is here:
gcc -E  -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE conftest.c

>From my poor knowledge, it should be
gcc -E -I/usr/local/openldap-2.3.33/include -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE
-D_LARGEFILE64_SOURCE conftest.c

(CFLAGS are set and exported)

Again, I appreciate your patience.


-- 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to