Re: compiling 389-ds 3.6(or newer) on ubuntu 16.04

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Williiam,

Here's my config log.

On Sun, Jul 16, 2017 at 10:28 PM, William Brown <wibrown@xxxxxxxxxx> wrote:
On Fri, 2017-07-14 at 16:18 -0300, Alberto Viana wrote:
> As far as I can see (with a little research on some tickets) lib nunc-stans
> is now enabled by default in 389 (389-ds-base) and I'm trying to compiling
> it on ubuntu 16.04 and was getting the following error:
>
> /.libs/libnunc-stans.so: undefined reference to `event_add'
> ./.libs/libnunc-stans.so: undefined reference to `event_base_loop'
> ./.libs/libnunc-stans.so: undefined reference to `event_set_log_callback'
> ./.libs/libnunc-stans.so: undefined reference to `event_base_free'
> ./.libs/libnunc-stans.so: undefined reference to `event_assign'
> ./.libs/libnunc-stans.so: undefined reference to `event_set_mem_functions'
> ./.libs/libnunc-stans.so: undefined reference to `event_base_new'
> ./.libs/libnunc-stans.so: undefined reference to `event_del'
> collect2: error: ld returned 1 exit status
>
>
> Nunc-stans depends on libevent-dev (at least on ubuntu):
>
> gcc -g -O2 -o .libs/ns-slapd ldap/servers/slapd/ns_slapd-abandon.o
> ldap/servers/slapd/ns_slapd-auth.o ldap/servers/slapd/ns_slapd-bind.o
> ldap/servers/slapd/ns_slapd-compare.o ldap/servers/slapd/ns_slapd-config.o
> ldap/servers/slapd/ns_slapd-configdse.o
> ldap/servers/slapd/ns_slapd-connection.o
> ldap/servers/slapd/ns_slapd-conntable.o ldap/servers/slapd/ns_slapd-daemon.o
> ldap/servers/slapd/ns_slapd-detach.o ldap/servers/slapd/ns_slapd-extendop.o
> ldap/servers/slapd/ns_slapd-fedse.o ldap/servers/slapd/ns_slapd-fileio.o
> ldap/servers/slapd/ns_slapd-getopt_ext.o ldap/servers/slapd/ns_slapd-globals.o
> ldap/servers/slapd/ns_slapd-house.o ldap/servers/slapd/ns_slapd-init.o
> ldap/servers/slapd/ns_slapd-main.o ldap/servers/slapd/ns_slapd-monitor.o
> ldap/servers/slapd/ns_slapd-passwd_extop.o
> ldap/servers/slapd/ns_slapd-psearch.o
> ldap/servers/slapd/ns_slapd-pw_mgmt.o ldap/servers/slapd/ns_slapd-pw_verify.o
> ldap/servers/slapd/ns_slapd-rootdse.o ldap/servers/slapd/ns_slapd-sasl_io.o
> ldap/servers/slapd/ns_slapd-saslbind.o ldap/servers/slapd/ns_slapd-search.o
> ldap/servers/slapd/ns_slapd-start_tls_extop.o
> ldap/servers/slapd/ns_slapd-strdup.o
> ldap/servers/slapd/ns_slapd-stubs.o ldap/servers/slapd/ns_slapd-tempnam.o
> ldap/servers/slapd/ns_slapd-unbind.o
> ldap/servers/slapd/ns_slapd-getsocketpeer.o
>  ./.libs/libnunc-stans.so ./.libs/libslapd.so ./.libs/libldaputil.so
> -lldap_r -llber -lssl3 -lnss3 -ldl -lplc4 -lplds4 -lnspr4 -lsasl2
> -L/usr/lib/x86_64-linux-gnu/ -lsvrcore -lpthread -Wl,-rpath
> -Wl,/opt/dirsrv/lib/dirsrv
>
> Seems to be missing the libevent(-levent), my workaround was to add it
> manually:
>
> LIBS=-levent ./configure
>
> I'm not sure if is an expected behavior, but anyway I just want to share my
> workaround.
>

That's odd, I think it should pick this up. Can you send your
configure.log to me?

--
Sincerely,

William Brown
Software Engineer
Red Hat, Australia/Brisbane


_______________________________________________
389-users mailing list -- 389-users@lists.fedoraproject.org
To unsubscribe send an email to 389-users-leave@lists.fedoraproject.org


This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by dirsrv configure 1.0, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure --with-openldap --with-svrcore-inc=/usr/include/ --with-svrcore-lib=/usr/lib/x86_64-linux-gnu/ --with-nspr-inc=/usr/include/nspr/ --with-nss-inc=/usr/include/nss/

## --------- ##
## Platform. ##
## --------- ##

hostname = homolog-idc-ldap02
uname -m = x86_64
uname -r = 4.4.0-62-generic
uname -s = Linux
uname -v = #83-Ubuntu SMP Wed Jan 18 14:10:15 UTC 2017

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /snap/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2828: This is configure for 389-ds-base 1.3.7.1.20170714gitecd2588
configure:2895: checking for a BSD-compatible install
configure:2963: result: /usr/bin/install -c
configure:2974: checking whether build environment is sane
configure:3029: result: yes
configure:3180: checking for a thread-safe mkdir -p
configure:3219: result: /bin/mkdir -p
configure:3226: checking for gawk
configure:3242: found /usr/bin/gawk
configure:3253: result: gawk
configure:3264: checking whether make sets $(MAKE)
configure:3286: result: yes
configure:3315: checking whether make supports nested variables
configure:3332: result: yes
configure:3402: checking how to create a pax tar archive
configure:3413: tar --version
tar (GNU tar) 1.28
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by John Gilmore and Jay Fenlason.
configure:3416: $? = 0
configure:3456: tardir=conftest.dir && eval tar --format=posix -chf - "$tardir" >conftest.tar
configure:3459: $? = 0
configure:3463: tar -xf - <conftest.tar
configure:3466: $? = 0
configure:3468: cat conftest.dir/file
GrepMe
configure:3471: $? = 0
configure:3484: result: gnutar
configure:3552: checking whether to enable maintainer-specific portions of Makefiles
configure:3561: result: no
configure:3578: checking build system type
configure:3592: result: x86_64-pc-linux-gnu
configure:3612: checking host system type
configure:3625: result: x86_64-pc-linux-gnu
configure:3705: checking for g++
configure:3721: found /usr/bin/g++
configure:3732: result: g++
configure:3759: checking for C++ compiler version
configure:3768: g++ --version >&5
g++ (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3779: $? = 0
configure:3768: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.4' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) 
configure:3779: $? = 0
configure:3768: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:3779: $? = 1
configure:3768: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'
g++: fatal error: no input files
compilation terminated.
configure:3779: $? = 1
configure:3799: checking whether the C++ compiler works
configure:3821: g++    conftest.cpp -levent >&5
configure:3825: $? = 0
configure:3873: result: yes
configure:3876: checking for C++ compiler default output file name
configure:3878: result: a.out
configure:3884: checking for suffix of executables
configure:3891: g++ -o conftest    conftest.cpp -levent >&5
configure:3895: $? = 0
configure:3917: result: 
configure:3939: checking whether we are cross compiling
configure:3947: g++ -o conftest    conftest.cpp -levent >&5
configure:3951: $? = 0
configure:3958: ./conftest
configure:3962: $? = 0
configure:3977: result: no
configure:3982: checking for suffix of object files
configure:4004: g++ -c   conftest.cpp >&5
configure:4008: $? = 0
configure:4029: result: o
configure:4033: checking whether we are using the GNU C++ compiler
configure:4052: g++ -c   conftest.cpp >&5
configure:4052: $? = 0
configure:4061: result: yes
configure:4070: checking whether g++ accepts -g
configure:4090: g++ -c -g  conftest.cpp >&5
configure:4090: $? = 0
configure:4131: result: yes
configure:4165: checking for style of include used by make
configure:4193: result: GNU
configure:4219: checking dependency style of g++
configure:4330: result: gcc3
configure:4393: checking for gcc
configure:4409: found /usr/bin/gcc
configure:4420: result: gcc
configure:4649: checking for C compiler version
configure:4658: gcc --version >&5
gcc (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:4669: $? = 0
configure:4658: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.4' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) 
configure:4669: $? = 0
configure:4658: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:4669: $? = 1
configure:4658: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:4669: $? = 1
configure:4673: checking whether we are using the GNU C compiler
configure:4692: gcc -c   conftest.c >&5
configure:4692: $? = 0
configure:4701: result: yes
configure:4710: checking whether gcc accepts -g
configure:4730: gcc -c -g  conftest.c >&5
configure:4730: $? = 0
configure:4771: result: yes
configure:4788: checking for gcc option to accept ISO C89
configure:4851: gcc  -c -g -O2  conftest.c >&5
configure:4851: $? = 0
configure:4864: result: none needed
configure:4889: checking whether gcc understands -c and -o together
configure:4911: gcc -c conftest.c -o conftest2.o
configure:4914: $? = 0
configure:4911: gcc -c conftest.c -o conftest2.o
configure:4914: $? = 0
configure:4926: result: yes
configure:4945: checking dependency style of gcc
configure:5056: result: gcc3
configure:5081: checking dependency style of gcc
configure:5190: result: gcc3
configure:5209: checking for gcc option to accept ISO C99
configure:5358: gcc  -c -g -O2  conftest.c >&5
configure:5358: $? = 0
configure:5371: result: none needed
configure:5479: checking for gcc option to accept ISO Standard C
configure:5490: result: none needed
configure:5576: checking how to print strings
configure:5603: result: printf
configure:5624: checking for a sed that does not truncate output
configure:5688: result: /bin/sed
configure:5706: checking for grep that handles long lines and -e
configure:5764: result: /bin/grep
configure:5769: checking for egrep
configure:5831: result: /bin/grep -E
configure:5836: checking for fgrep
configure:5898: result: /bin/grep -F
configure:5933: checking for ld used by gcc
configure:6000: result: /usr/bin/ld
configure:6007: checking if the linker (/usr/bin/ld) is GNU ld
configure:6022: result: yes
configure:6034: checking for BSD- or MS-compatible name lister (nm)
configure:6088: result: /usr/bin/nm -B
configure:6218: checking the name lister (/usr/bin/nm -B) interface
configure:6225: gcc -c -g -O2  conftest.c >&5
configure:6228: /usr/bin/nm -B "conftest.o"
configure:6231: output
0000000000000000 B some_variable
configure:6238: result: BSD nm
configure:6241: checking whether ln -s works
configure:6245: result: yes
configure:6253: checking the maximum length of command line arguments
configure:6384: result: 1572864
configure:6432: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format
configure:6472: result: func_convert_file_noop
configure:6479: checking how to convert x86_64-pc-linux-gnu file names to toolchain format
configure:6499: result: func_convert_file_noop
configure:6506: checking for /usr/bin/ld option to reload object files
configure:6513: result: -r
configure:6587: checking for objdump
configure:6603: found /usr/bin/objdump
configure:6614: result: objdump
configure:6646: checking how to recognize dependent libraries
configure:6846: result: pass_all
configure:6931: checking for dlltool
configure:6961: result: no
configure:6991: checking how to associate runtime and link libraries
configure:7018: result: printf %s\n
configure:7079: checking for ar
configure:7095: found /usr/bin/ar
configure:7106: result: ar
configure:7143: checking for archiver @FILE support
configure:7160: gcc -c -g -O2  conftest.c >&5
configure:7160: $? = 0
configure:7163: ar cru libconftest.a @conftest.lst >&5
ar: `u' modifier ignored since `D' is the default (see `U')
configure:7166: $? = 0
configure:7171: ar cru libconftest.a @conftest.lst >&5
ar: `u' modifier ignored since `D' is the default (see `U')
ar: conftest.o: No such file or directory
configure:7174: $? = 1
configure:7186: result: @
configure:7244: checking for strip
configure:7260: found /usr/bin/strip
configure:7271: result: strip
configure:7343: checking for ranlib
configure:7359: found /usr/bin/ranlib
configure:7370: result: ranlib
configure:7472: checking command to parse /usr/bin/nm -B output from gcc object
configure:7625: gcc -c -g -O2  conftest.c >&5
configure:7628: $? = 0
configure:7632: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:7635: $? = 0
configure:7701: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:7704: $? = 0
configure:7742: result: ok
configure:7789: checking for sysroot
configure:7819: result: no
configure:7826: checking for a working dd
configure:7864: result: /bin/dd
configure:7868: checking how to truncate binary pipes
configure:7883: result: /bin/dd bs=4096 count=1
configure:8019: gcc -c -g -O2  conftest.c >&5
configure:8022: $? = 0
configure:8212: checking for mt
configure:8228: found /bin/mt
configure:8239: result: mt
configure:8262: checking if mt is a manifest tool
configure:8268: mt '-?'
configure:8276: result: no
configure:8953: checking how to run the C preprocessor
configure:8984: gcc -E  conftest.c
configure:8984: $? = 0
configure:8998: gcc -E  conftest.c
conftest.c:15:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:8998: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dirsrv"
| #define PACKAGE_TARNAME "dirsrv"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "dirsrv 1.0"
| #define PACKAGE_BUGREPORT "http://bugzilla.redhat.com/";
| #define PACKAGE_URL ""
| #define DS_PACKAGE_VERSION "1.3.7.1.20170714gitecd2588"
| #define DS_PACKAGE_TARNAME "389-ds-base"
| #define DS_PACKAGE_BUGREPORT "http://bugzilla.redhat.com/enter_bug.cgi?product=389";
| #define DS_PACKAGE_STRING "389-ds-base 1.3.7.1.20170714gitecd2588"
| #define VERSION "1.3.7.1.20170714gitecd2588"
| #define PACKAGE "389-ds-base"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:9023: result: gcc -E
configure:9043: gcc -E  conftest.c
configure:9043: $? = 0
configure:9057: gcc -E  conftest.c
conftest.c:15:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:9057: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dirsrv"
| #define PACKAGE_TARNAME "dirsrv"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "dirsrv 1.0"
| #define PACKAGE_BUGREPORT "http://bugzilla.redhat.com/";
| #define PACKAGE_URL ""
| #define DS_PACKAGE_VERSION "1.3.7.1.20170714gitecd2588"
| #define DS_PACKAGE_TARNAME "389-ds-base"
| #define DS_PACKAGE_BUGREPORT "http://bugzilla.redhat.com/enter_bug.cgi?product=389";
| #define DS_PACKAGE_STRING "389-ds-base 1.3.7.1.20170714gitecd2588"
| #define VERSION "1.3.7.1.20170714gitecd2588"
| #define PACKAGE "389-ds-base"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:9086: checking for ANSI C header files
configure:9106: gcc -c -g -O2  conftest.c >&5
configure:9106: $? = 0
configure:9179: gcc -o conftest -g -O2   conftest.c -levent >&5
configure:9179: $? = 0
configure:9179: ./conftest
configure:9179: $? = 0
configure:9190: result: yes
configure:9203: checking for sys/types.h
configure:9203: gcc -c -g -O2  conftest.c >&5
configure:9203: $? = 0
configure:9203: result: yes
configure:9203: checking for sys/stat.h
configure:9203: gcc -c -g -O2  conftest.c >&5
configure:9203: $? = 0
configure:9203: result: yes
configure:9203: checking for stdlib.h
configure:9203: gcc -c -g -O2  conftest.c >&5
configure:9203: $? = 0
configure:9203: result: yes
configure:9203: checking for string.h
configure:9203: gcc -c -g -O2  conftest.c >&5
configure:9203: $? = 0
configure:9203: result: yes
configure:9203: checking for memory.h
configure:9203: gcc -c -g -O2  conftest.c >&5
configure:9203: $? = 0
configure:9203: result: yes
configure:9203: checking for strings.h
configure:9203: gcc -c -g -O2  conftest.c >&5
configure:9203: $? = 0
configure:9203: result: yes
configure:9203: checking for inttypes.h
configure:9203: gcc -c -g -O2  conftest.c >&5
configure:9203: $? = 0
configure:9203: result: yes
configure:9203: checking for stdint.h
configure:9203: gcc -c -g -O2  conftest.c >&5
configure:9203: $? = 0
configure:9203: result: yes
configure:9203: checking for unistd.h
configure:9203: gcc -c -g -O2  conftest.c >&5
configure:9203: $? = 0
configure:9203: result: yes
configure:9217: checking for dlfcn.h
configure:9217: gcc -c -g -O2  conftest.c >&5
configure:9217: $? = 0
configure:9217: result: yes
configure:9454: checking for objdir
configure:9469: result: .libs
configure:9733: checking if gcc supports -fno-rtti -fno-exceptions
configure:9751: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
configure:9755: $? = 0
configure:9768: result: no
configure:10126: checking for gcc option to produce PIC
configure:10133: result: -fPIC -DPIC
configure:10141: checking if gcc PIC flag -fPIC -DPIC works
configure:10159: gcc -c -g -O2  -fPIC -DPIC -DPIC conftest.c >&5
configure:10163: $? = 0
configure:10176: result: yes
configure:10205: checking if gcc static flag -static works
configure:10233: result: yes
configure:10248: checking if gcc supports -c -o file.o
configure:10269: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
configure:10273: $? = 0
configure:10295: result: yes
configure:10303: checking if gcc supports -c -o file.o
configure:10350: result: yes
configure:10383: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:11646: result: yes
configure:11683: checking whether -lc should be explicitly linked in
configure:11691: gcc -c -g -O2  conftest.c >&5
configure:11694: $? = 0
configure:11709: gcc -shared  -fPIC -DPIC conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
configure:11712: $? = 0
configure:11726: result: no
configure:11886: checking dynamic linker characteristics
configure:12467: gcc -o conftest -g -O2   -Wl,-rpath -Wl,/foo conftest.c -levent >&5
configure:12467: $? = 0
configure:12716: result: GNU/Linux ld.so
configure:12838: checking how to hardcode library paths into programs
configure:12863: result: immediate
configure:13411: checking whether stripping libraries is possible
configure:13416: result: yes
configure:13451: checking if libtool supports shared libraries
configure:13453: result: yes
configure:13456: checking whether to build shared libraries
configure:13481: result: yes
configure:13484: checking whether to build static libraries
configure:13488: result: no
configure:13511: checking how to run the C++ preprocessor
configure:13538: g++ -E  conftest.cpp
configure:13538: $? = 0
configure:13552: g++ -E  conftest.cpp
conftest.cpp:27:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:13552: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dirsrv"
| #define PACKAGE_TARNAME "dirsrv"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "dirsrv 1.0"
| #define PACKAGE_BUGREPORT "http://bugzilla.redhat.com/";
| #define PACKAGE_URL ""
| #define DS_PACKAGE_VERSION "1.3.7.1.20170714gitecd2588"
| #define DS_PACKAGE_TARNAME "389-ds-base"
| #define DS_PACKAGE_BUGREPORT "http://bugzilla.redhat.com/enter_bug.cgi?product=389";
| #define DS_PACKAGE_STRING "389-ds-base 1.3.7.1.20170714gitecd2588"
| #define VERSION "1.3.7.1.20170714gitecd2588"
| #define PACKAGE "389-ds-base"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:13577: result: g++ -E
configure:13597: g++ -E  conftest.cpp
configure:13597: $? = 0
configure:13611: g++ -E  conftest.cpp
conftest.cpp:27:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:13611: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dirsrv"
| #define PACKAGE_TARNAME "dirsrv"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "dirsrv 1.0"
| #define PACKAGE_BUGREPORT "http://bugzilla.redhat.com/";
| #define PACKAGE_URL ""
| #define DS_PACKAGE_VERSION "1.3.7.1.20170714gitecd2588"
| #define DS_PACKAGE_TARNAME "389-ds-base"
| #define DS_PACKAGE_BUGREPORT "http://bugzilla.redhat.com/enter_bug.cgi?product=389";
| #define DS_PACKAGE_STRING "389-ds-base 1.3.7.1.20170714gitecd2588"
| #define VERSION "1.3.7.1.20170714gitecd2588"
| #define PACKAGE "389-ds-base"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:13773: checking for ld used by g++
configure:13840: result: /usr/bin/ld -m elf_x86_64
configure:13847: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
configure:13862: result: yes
configure:13917: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:14990: result: yes
configure:15026: g++ -c -g -O2  conftest.cpp >&5
configure:15029: $? = 0
configure:15510: checking for g++ option to produce PIC
configure:15517: result: -fPIC -DPIC
configure:15525: checking if g++ PIC flag -fPIC -DPIC works
configure:15543: g++ -c -g -O2  -fPIC -DPIC -DPIC conftest.cpp >&5
configure:15547: $? = 0
configure:15560: result: yes
configure:15583: checking if g++ static flag -static works
configure:15611: result: yes
configure:15623: checking if g++ supports -c -o file.o
configure:15644: g++ -c -g -O2  -o out/conftest2.o conftest.cpp >&5
configure:15648: $? = 0
configure:15670: result: yes
configure:15675: checking if g++ supports -c -o file.o
configure:15722: result: yes
configure:15752: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:15795: result: yes
configure:15936: checking dynamic linker characteristics
configure:16693: result: GNU/Linux ld.so
configure:16758: checking how to hardcode library paths into programs
configure:16783: result: immediate
configure:16849: checking for dirent.h that defines DIR
configure:16868: gcc -c -g -O2  conftest.c >&5
configure:16868: $? = 0
configure:16876: result: yes
configure:16889: checking for library containing opendir
configure:16920: gcc -o conftest -g -O2   conftest.c -levent >&5
configure:16920: $? = 0
configure:16937: result: none required
configure:17004: checking for ANSI C header files
configure:17108: result: yes
configure:17116: checking for sys/wait.h that is POSIX.1 compatible
configure:17142: gcc -c -g -O2  conftest.c >&5
configure:17142: $? = 0
configure:17149: result: yes
configure:17160: checking arpa/inet.h usability
configure:17160: gcc -c -g -O2  conftest.c >&5
configure:17160: $? = 0
configure:17160: result: yes
configure:17160: checking arpa/inet.h presence
configure:17160: gcc -E  conftest.c
configure:17160: $? = 0
configure:17160: result: yes
configure:17160: checking for arpa/inet.h
configure:17160: result: yes
configure:17160: checking errno.h usability
configure:17160: gcc -c -g -O2  conftest.c >&5
configure:17160: $? = 0
configure:17160: result: yes
configure:17160: checking errno.h presence
configure:17160: gcc -E  conftest.c
configure:17160: $? = 0
configure:17160: result: yes
configure:17160: checking for errno.h
configure:17160: result: yes
configure:17160: checking fcntl.h usability
configure:17160: gcc -c -g -O2  conftest.c >&5
configure:17160: $? = 0
configure:17160: result: yes
configure:17160: checking fcntl.h presence
configure:17160: gcc -E  conftest.c
configure:17160: $? = 0
configure:17160: result: yes
configure:17160: checking for fcntl.h
configure:17160: result: yes
configure:17160: checking malloc.h usability
configure:17160: gcc -c -g -O2  conftest.c >&5
configure:17160: $? = 0
configure:17160: result: yes
configure:17160: checking malloc.h presence
configure:17160: gcc -E  conftest.c
configure:17160: $? = 0
configure:17160: result: yes
configure:17160: checking for malloc.h
configure:17160: result: yes
configure:17160: checking netdb.h usability
configure:17160: gcc -c -g -O2  conftest.c >&5
configure:17160: $? = 0
configure:17160: result: yes
configure:17160: checking netdb.h presence
configure:17160: gcc -E  conftest.c
configure:17160: $? = 0
configure:17160: result: yes
configure:17160: checking for netdb.h
configure:17160: result: yes
configure:17160: checking netinet/in.h usability
configure:17160: gcc -c -g -O2  conftest.c >&5
configure:17160: $? = 0
configure:17160: result: yes
configure:17160: checking netinet/in.h presence
configure:17160: gcc -E  conftest.c
configure:17160: $? = 0
configure:17160: result: yes
configure:17160: checking for netinet/in.h
configure:17160: result: yes
configure:17160: checking for stdlib.h
configure:17160: result: yes
configure:17160: checking for string.h
configure:17160: result: yes
configure:17160: checking for strings.h
configure:17160: result: yes
configure:17160: checking sys/file.h usability
configure:17160: gcc -c -g -O2  conftest.c >&5
configure:17160: $? = 0
configure:17160: result: yes
configure:17160: checking sys/file.h presence
configure:17160: gcc -E  conftest.c
configure:17160: $? = 0
configure:17160: result: yes
configure:17160: checking for sys/file.h
configure:17160: result: yes
configure:17160: checking sys/socket.h usability
configure:17160: gcc -c -g -O2  conftest.c >&5
configure:17160: $? = 0
configure:17160: result: yes
configure:17160: checking sys/socket.h presence
configure:17160: gcc -E  conftest.c
configure:17160: $? = 0
configure:17160: result: yes
configure:17160: checking for sys/socket.h
configure:17160: result: yes
configure:17160: checking sys/time.h usability
configure:17160: gcc -c -g -O2  conftest.c >&5
configure:17160: $? = 0
configure:17160: result: yes
configure:17160: checking sys/time.h presence
configure:17160: gcc -E  conftest.c
configure:17160: $? = 0
configure:17160: result: yes
configure:17160: checking for sys/time.h
configure:17160: result: yes
configure:17160: checking syslog.h usability
configure:17160: gcc -c -g -O2  conftest.c >&5
configure:17160: $? = 0
configure:17160: result: yes
configure:17160: checking syslog.h presence
configure:17160: gcc -E  conftest.c
configure:17160: $? = 0
configure:17160: result: yes
configure:17160: checking for syslog.h
configure:17160: result: yes
configure:17160: checking for unistd.h
configure:17160: result: yes
configure:17160: checking mntent.h usability
configure:17160: gcc -c -g -O2  conftest.c >&5
configure:17160: $? = 0
configure:17160: result: yes
configure:17160: checking mntent.h presence
configure:17160: gcc -E  conftest.c
configure:17160: $? = 0
configure:17160: result: yes
configure:17160: checking for mntent.h
configure:17160: result: yes
configure:17160: checking sys/sysinfo.h usability
configure:17160: gcc -c -g -O2  conftest.c >&5
configure:17160: $? = 0
configure:17160: result: yes
configure:17160: checking sys/sysinfo.h presence
configure:17160: gcc -E  conftest.c
configure:17160: $? = 0
configure:17160: result: yes
configure:17160: checking for sys/sysinfo.h
configure:17160: result: yes
configure:17160: checking sys/endian.h usability
configure:17160: gcc -c -g -O2  conftest.c >&5
conftest.c:79:24: fatal error: sys/endian.h: No such file or directory
compilation terminated.
configure:17160: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dirsrv"
| #define PACKAGE_TARNAME "dirsrv"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "dirsrv 1.0"
| #define PACKAGE_BUGREPORT "http://bugzilla.redhat.com/";
| #define PACKAGE_URL ""
| #define DS_PACKAGE_VERSION "1.3.7.1.20170714gitecd2588"
| #define DS_PACKAGE_TARNAME "389-ds-base"
| #define DS_PACKAGE_BUGREPORT "http://bugzilla.redhat.com/enter_bug.cgi?product=389";
| #define DS_PACKAGE_STRING "389-ds-base 1.3.7.1.20170714gitecd2588"
| #define VERSION "1.3.7.1.20170714gitecd2588"
| #define PACKAGE "389-ds-base"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSINFO_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/endian.h>
configure:17160: result: no
configure:17160: checking sys/endian.h presence
configure:17160: gcc -E  conftest.c
conftest.c:46:24: fatal error: sys/endian.h: No such file or directory
compilation terminated.
configure:17160: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dirsrv"
| #define PACKAGE_TARNAME "dirsrv"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "dirsrv 1.0"
| #define PACKAGE_BUGREPORT "http://bugzilla.redhat.com/";
| #define PACKAGE_URL ""
| #define DS_PACKAGE_VERSION "1.3.7.1.20170714gitecd2588"
| #define DS_PACKAGE_TARNAME "389-ds-base"
| #define DS_PACKAGE_BUGREPORT "http://bugzilla.redhat.com/enter_bug.cgi?product=389";
| #define DS_PACKAGE_STRING "389-ds-base 1.3.7.1.20170714gitecd2588"
| #define VERSION "1.3.7.1.20170714gitecd2588"
| #define PACKAGE "389-ds-base"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSINFO_H 1
| /* end confdefs.h.  */
| #include <sys/endian.h>
configure:17160: result: no
configure:17160: checking for sys/endian.h
configure:17160: result: no
configure:17160: checking endian.h usability
configure:17160: gcc -c -g -O2  conftest.c >&5
configure:17160: $? = 0
configure:17160: result: yes
configure:17160: checking endian.h presence
configure:17160: gcc -E  conftest.c
configure:17160: $? = 0
configure:17160: result: yes
configure:17160: checking for endian.h
configure:17160: result: yes
configure:17174: checking for inttypes.h
configure:17174: result: yes
configure:17189: checking whether stat file-mode macros are broken
configure:17216: gcc -c -g -O2  conftest.c >&5
configure:17216: $? = 0
configure:17223: result: no
configure:17231: checking for an ANSI C-conforming const
configure:17297: gcc -c -g -O2  conftest.c >&5
configure:17297: $? = 0
configure:17304: result: yes
configure:17312: checking for stdbool.h that conforms to C99
configure:17379: gcc -c -g -O2  conftest.c >&5
configure:17379: $? = 0
configure:17386: result: yes
configure:17388: checking for _Bool
configure:17388: gcc -c -g -O2  conftest.c >&5
configure:17388: $? = 0
configure:17388: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:84:20: error: expected expression before ')' token
 if (sizeof ((_Bool)))
                    ^
configure:17388: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dirsrv"
| #define PACKAGE_TARNAME "dirsrv"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "dirsrv 1.0"
| #define PACKAGE_BUGREPORT "http://bugzilla.redhat.com/";
| #define PACKAGE_URL ""
| #define DS_PACKAGE_VERSION "1.3.7.1.20170714gitecd2588"
| #define DS_PACKAGE_TARNAME "389-ds-base"
| #define DS_PACKAGE_BUGREPORT "http://bugzilla.redhat.com/enter_bug.cgi?product=389";
| #define DS_PACKAGE_STRING "389-ds-base 1.3.7.1.20170714gitecd2588"
| #define VERSION "1.3.7.1.20170714gitecd2588"
| #define PACKAGE "389-ds-base"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_INTTYPES_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((_Bool)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:17388: result: yes
configure:17405: checking for uid_t in sys/types.h
configure:17424: result: yes
configure:17435: checking for pid_t
configure:17435: gcc -c -g -O2  conftest.c >&5
configure:17435: $? = 0
configure:17435: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:86:20: error: expected expression before ')' token
 if (sizeof ((pid_t)))
                    ^
configure:17435: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dirsrv"
| #define PACKAGE_TARNAME "dirsrv"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "dirsrv 1.0"
| #define PACKAGE_BUGREPORT "http://bugzilla.redhat.com/";
| #define PACKAGE_URL ""
| #define DS_PACKAGE_VERSION "1.3.7.1.20170714gitecd2588"
| #define DS_PACKAGE_TARNAME "389-ds-base"
| #define DS_PACKAGE_BUGREPORT "http://bugzilla.redhat.com/enter_bug.cgi?product=389";
| #define DS_PACKAGE_STRING "389-ds-base 1.3.7.1.20170714gitecd2588"
| #define VERSION "1.3.7.1.20170714gitecd2588"
| #define PACKAGE "389-ds-base"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((pid_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:17435: result: yes
configure:17446: checking for size_t
configure:17446: gcc -c -g -O2  conftest.c >&5
configure:17446: $? = 0
configure:17446: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:86:21: error: expected expression before ')' token
 if (sizeof ((size_t)))
                     ^
configure:17446: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dirsrv"
| #define PACKAGE_TARNAME "dirsrv"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "dirsrv 1.0"
| #define PACKAGE_BUGREPORT "http://bugzilla.redhat.com/";
| #define PACKAGE_URL ""
| #define DS_PACKAGE_VERSION "1.3.7.1.20170714gitecd2588"
| #define DS_PACKAGE_TARNAME "389-ds-base"
| #define DS_PACKAGE_BUGREPORT "http://bugzilla.redhat.com/enter_bug.cgi?product=389";
| #define DS_PACKAGE_STRING "389-ds-base 1.3.7.1.20170714gitecd2588"
| #define VERSION "1.3.7.1.20170714gitecd2588"
| #define PACKAGE "389-ds-base"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:17446: result: yes
configure:17457: checking whether time.h and sys/time.h may both be included
configure:17477: gcc -c -g -O2  conftest.c >&5
configure:17477: $? = 0
configure:17484: result: yes
configure:17492: checking whether struct tm is in sys/time.h or time.h
configure:17512: gcc -c -g -O2  conftest.c >&5
configure:17512: $? = 0
configure:17519: result: time.h
configure:17531: checking for unistd.h
configure:17531: result: yes
configure:17541: checking for working chown
configure:17574: gcc -o conftest -g -O2   conftest.c -levent >&5
configure:17574: $? = 0
configure:17574: ./conftest
configure:17574: $? = 0
configure:17586: result: yes
configure:17594: checking whether closedir returns void
configure:17618: gcc -o conftest -g -O2   conftest.c -levent >&5
configure:17618: $? = 0
configure:17618: ./conftest
configure:17618: $? = 0
configure:17628: result: no
configure:17636: checking for error_at_line
configure:17652: gcc -o conftest -g -O2   conftest.c -levent >&5
configure:17652: $? = 0
configure:17660: result: yes
configure:17673: checking vfork.h usability
configure:17673: gcc -c -g -O2  conftest.c >&5
conftest.c:86:19: fatal error: vfork.h: No such file or directory
compilation terminated.
configure:17673: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dirsrv"
| #define PACKAGE_TARNAME "dirsrv"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "dirsrv 1.0"
| #define PACKAGE_BUGREPORT "http://bugzilla.redhat.com/";
| #define PACKAGE_URL ""
| #define DS_PACKAGE_VERSION "1.3.7.1.20170714gitecd2588"
| #define DS_PACKAGE_TARNAME "389-ds-base"
| #define DS_PACKAGE_BUGREPORT "http://bugzilla.redhat.com/enter_bug.cgi?product=389";
| #define DS_PACKAGE_STRING "389-ds-base 1.3.7.1.20170714gitecd2588"
| #define VERSION "1.3.7.1.20170714gitecd2588"
| #define PACKAGE "389-ds-base"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <vfork.h>
configure:17673: result: no
configure:17673: checking vfork.h presence
configure:17673: gcc -E  conftest.c
conftest.c:53:19: fatal error: vfork.h: No such file or directory
compilation terminated.
configure:17673: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dirsrv"
| #define PACKAGE_TARNAME "dirsrv"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "dirsrv 1.0"
| #define PACKAGE_BUGREPORT "http://bugzilla.redhat.com/";
| #define PACKAGE_URL ""
| #define DS_PACKAGE_VERSION "1.3.7.1.20170714gitecd2588"
| #define DS_PACKAGE_TARNAME "389-ds-base"
| #define DS_PACKAGE_BUGREPORT "http://bugzilla.redhat.com/enter_bug.cgi?product=389";
| #define DS_PACKAGE_STRING "389-ds-base 1.3.7.1.20170714gitecd2588"
| #define VERSION "1.3.7.1.20170714gitecd2588"
| #define PACKAGE "389-ds-base"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| /* end confdefs.h.  */
| #include <vfork.h>
configure:17673: result: no
configure:17673: checking for vfork.h
configure:17673: result: no
configure:17686: checking for fork
configure:17686: gcc -o conftest -g -O2   conftest.c -levent >&5
conftest.c:76:6: warning: conflicting types for built-in function 'fork'
 char fork ();
      ^
configure:17686: $? = 0
configure:17686: result: yes
configure:17686: checking for vfork
configure:17686: gcc -o conftest -g -O2   conftest.c -levent >&5
configure:17686: $? = 0
configure:17686: result: yes
configure:17696: checking for working fork
configure:17718: gcc -o conftest -g -O2   conftest.c -levent >&5
configure:17718: $? = 0
configure:17718: ./conftest
configure:17718: $? = 0
configure:17728: result: yes
configure:17749: checking for working vfork
configure:17859: result: yes
configure:17884: checking whether lstat correctly handles trailing slash
configure:17910: gcc -o conftest -g -O2   conftest.c -levent >&5
configure:17910: $? = 0
configure:17910: ./conftest
configure:17910: $? = 0
configure:17927: result: yes
configure:17946: checking whether lstat accepts an empty string
configure:17966: gcc -o conftest -g -O2   conftest.c -levent >&5
configure:17966: $? = 0
configure:17966: ./conftest
configure:17966: $? = 0
configure:17976: result: no
configure:17992: checking whether lstat correctly handles trailing slash
configure:18035: result: yes
configure:18056: checking for stdlib.h
configure:18056: result: yes
configure:18066: checking for GNU libc compatible malloc
configure:18090: gcc -o conftest -g -O2   conftest.c -levent >&5
configure:18090: $? = 0
configure:18090: ./conftest
configure:18090: $? = 0
configure:18100: result: yes
configure:18121: checking for working memcmp
configure:18164: gcc -o conftest -g -O2   conftest.c -levent >&5
configure:18164: $? = 0
configure:18164: ./conftest
configure:18164: $? = 0
configure:18174: result: yes
configure:18189: checking for stdlib.h
configure:18189: result: yes
configure:18189: checking for unistd.h
configure:18189: result: yes
configure:18189: checking for sys/param.h
configure:18189: gcc -c -g -O2  conftest.c >&5
configure:18189: $? = 0
configure:18189: result: yes
configure:18209: checking for getpagesize
configure:18209: gcc -o conftest -g -O2   conftest.c -levent >&5
configure:18209: $? = 0
configure:18209: result: yes
configure:18218: checking for working mmap
configure:18365: gcc -o conftest -g -O2   conftest.c -levent >&5
configure:18365: $? = 0
configure:18365: ./conftest
configure:18365: $? = 0
configure:18375: result: yes
configure:18384: checking return type of signal handlers
configure:18402: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:72:9: error: void value not ignored as it ought to be
 return *(signal (0, 0)) (0) == 1;
         ^
configure:18402: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dirsrv"
| #define PACKAGE_TARNAME "dirsrv"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "dirsrv 1.0"
| #define PACKAGE_BUGREPORT "http://bugzilla.redhat.com/";
| #define PACKAGE_URL ""
| #define DS_PACKAGE_VERSION "1.3.7.1.20170714gitecd2588"
| #define DS_PACKAGE_TARNAME "389-ds-base"
| #define DS_PACKAGE_BUGREPORT "http://bugzilla.redhat.com/enter_bug.cgi?product=389";
| #define DS_PACKAGE_STRING "389-ds-base 1.3.7.1.20170714gitecd2588"
| #define VERSION "1.3.7.1.20170714gitecd2588"
| #define PACKAGE "389-ds-base"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <signal.h>
| 
| int
| main ()
| {
| return *(signal (0, 0)) (0) == 1;
|   ;
|   return 0;
| }
configure:18409: result: void
configure:18417: checking whether stat accepts an empty string
configure:18437: gcc -o conftest -g -O2   conftest.c -levent >&5
configure:18437: $? = 0
configure:18437: ./conftest
configure:18437: $? = 0
configure:18447: result: no
configure:18463: checking whether strerror_r is declared
configure:18463: gcc -c -g -O2  conftest.c >&5
configure:18463: $? = 0
configure:18463: result: yes
configure:18476: checking for strerror_r
configure:18476: gcc -o conftest -g -O2   conftest.c -levent >&5
configure:18476: $? = 0
configure:18476: result: yes
configure:18485: checking whether strerror_r returns char *
configure:18509: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:107:13: error: invalid type argument of unary '*' (have 'int')
    char x = *strerror_r (0, buf, sizeof buf);
             ^
conftest.c:108:14: warning: initialization makes pointer from integer without a cast [-Wint-conversion]
    char *p = strerror_r (0, buf, sizeof buf);
              ^
configure:18509: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dirsrv"
| #define PACKAGE_TARNAME "dirsrv"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "dirsrv 1.0"
| #define PACKAGE_BUGREPORT "http://bugzilla.redhat.com/";
| #define PACKAGE_URL ""
| #define DS_PACKAGE_VERSION "1.3.7.1.20170714gitecd2588"
| #define DS_PACKAGE_TARNAME "389-ds-base"
| #define DS_PACKAGE_BUGREPORT "http://bugzilla.redhat.com/enter_bug.cgi?product=389";
| #define DS_PACKAGE_STRING "389-ds-base 1.3.7.1.20170714gitecd2588"
| #define VERSION "1.3.7.1.20170714gitecd2588"
| #define PACKAGE "389-ds-base"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define RETSIGTYPE void
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| 
| 	  char buf[100];
| 	  char x = *strerror_r (0, buf, sizeof buf);
| 	  char *p = strerror_r (0, buf, sizeof buf);
| 	  return !p || x;
| 
|   ;
|   return 0;
| }
configure:18547: result: no
configure:18557: checking for strftime
configure:18557: gcc -o conftest -g -O2   conftest.c -levent >&5
conftest.c:92:6: warning: conflicting types for built-in function 'strftime'
 char strftime ();
      ^
configure:18557: $? = 0
configure:18557: result: yes
configure:18612: checking for vprintf
configure:18612: gcc -o conftest -g -O2   conftest.c -levent >&5
conftest.c:93:6: warning: conflicting types for built-in function 'vprintf'
 char vprintf ();
      ^
configure:18612: $? = 0
configure:18612: result: yes
configure:18618: checking for _doprnt
configure:18618: gcc -o conftest -g -O2   conftest.c -levent >&5
/tmp/ccAlp2FZ.o: In function `main':
/root/pacotes_compilados/389-ds-base/conftest.c:105: undefined reference to `_doprnt'
collect2: error: ld returned 1 exit status
configure:18618: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dirsrv"
| #define PACKAGE_TARNAME "dirsrv"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "dirsrv 1.0"
| #define PACKAGE_BUGREPORT "http://bugzilla.redhat.com/";
| #define PACKAGE_URL ""
| #define DS_PACKAGE_VERSION "1.3.7.1.20170714gitecd2588"
| #define DS_PACKAGE_TARNAME "389-ds-base"
| #define DS_PACKAGE_BUGREPORT "http://bugzilla.redhat.com/enter_bug.cgi?product=389";
| #define DS_PACKAGE_STRING "389-ds-base 1.3.7.1.20170714gitecd2588"
| #define VERSION "1.3.7.1.20170714gitecd2588"
| #define PACKAGE "389-ds-base"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define RETSIGTYPE void
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_STRFTIME 1
| #define HAVE_VPRINTF 1
| /* end confdefs.h.  */
| /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define _doprnt innocuous__doprnt
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char _doprnt (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef _doprnt
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char _doprnt ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub__doprnt || defined __stub____doprnt
| choke me
| #endif
| 
| int
| main ()
| {
| return _doprnt ();
|   ;
|   return 0;
| }
configure:18618: result: no
configure:18632: checking for clock_gettime
configure:18632: gcc -o conftest -g -O2   conftest.c -levent >&5
configure:18632: $? = 0
configure:18632: result: yes
configure:18632: checking for endpwent
configure:18632: gcc -o conftest -g -O2   conftest.c -levent >&5
configure:18632: $? = 0
configure:18632: result: yes
configure:18632: checking for ftruncate
configure:18632: gcc -o conftest -g -O2   conftest.c -levent >&5
configure:18632: $? = 0
configure:18632: result: yes
configure:18632: checking for getcwd
configure:18632: gcc -o conftest -g -O2   conftest.c -levent >&5
configure:18632: $? = 0
configure:18632: result: yes
configure:18632: checking for gethostbyname
configure:18632: gcc -o conftest -g -O2   conftest.c -levent >&5
configure:18632: $? = 0
configure:18632: result: yes
configure:18632: checking for inet_ntoa
configure:18632: gcc -o conftest -g -O2   conftest.c -levent >&5
configure:18632: $? = 0
configure:18632: result: yes
configure:18632: checking for localtime_r
configure:18632: gcc -o conftest -g -O2   conftest.c -levent >&5
configure:18632: $? = 0
configure:18632: result: yes
configure:18632: checking for memmove
configure:18632: gcc -o conftest -g -O2   conftest.c -levent >&5
conftest.c:101:6: warning: conflicting types for built-in function 'memmove'
 char memmove ();
      ^
configure:18632: $? = 0
configure:18632: result: yes
configure:18632: checking for memset
configure:18632: gcc -o conftest -g -O2   conftest.c -levent >&5
conftest.c:102:6: warning: conflicting types for built-in function 'memset'
 char memset ();
      ^
configure:18632: $? = 0
configure:18632: result: yes
configure:18632: checking for mkdir
configure:18632: gcc -o conftest -g -O2   conftest.c -levent >&5
configure:18632: $? = 0
configure:18632: result: yes
configure:18632: checking for munmap
configure:18632: gcc -o conftest -g -O2   conftest.c -levent >&5
configure:18632: $? = 0
configure:18632: result: yes
configure:18632: checking for putenv
configure:18632: gcc -o conftest -g -O2   conftest.c -levent >&5
configure:18632: $? = 0
configure:18632: result: yes
configure:18632: checking for rmdir
configure:18632: gcc -o conftest -g -O2   conftest.c -levent >&5
configure:18632: $? = 0
configure:18632: result: yes
configure:18632: checking for setrlimit
configure:18632: gcc -o conftest -g -O2   conftest.c -levent >&5
configure:18632: $? = 0
configure:18632: result: yes
configure:18632: checking for socket
configure:18632: gcc -o conftest -g -O2   conftest.c -levent >&5
configure:18632: $? = 0
configure:18632: result: yes
configure:18632: checking for strcasecmp
configure:18632: gcc -o conftest -g -O2   conftest.c -levent >&5
conftest.c:109:6: warning: conflicting types for built-in function 'strcasecmp'
 char strcasecmp ();
      ^
configure:18632: $? = 0
configure:18632: result: yes
configure:18632: checking for strchr
configure:18632: gcc -o conftest -g -O2   conftest.c -levent >&5
conftest.c:110:6: warning: conflicting types for built-in function 'strchr'
 char strchr ();
      ^
configure:18632: $? = 0
configure:18632: result: yes
configure:18632: checking for strcspn
configure:18632: gcc -o conftest -g -O2   conftest.c -levent >&5
conftest.c:111:6: warning: conflicting types for built-in function 'strcspn'
 char strcspn ();
      ^
configure:18632: $? = 0
configure:18632: result: yes
configure:18632: checking for strdup
configure:18632: gcc -o conftest -g -O2   conftest.c -levent >&5
conftest.c:112:6: warning: conflicting types for built-in function 'strdup'
 char strdup ();
      ^
configure:18632: $? = 0
configure:18632: result: yes
configure:18632: checking for strerror
configure:18632: gcc -o conftest -g -O2   conftest.c -levent >&5
configure:18632: $? = 0
configure:18632: result: yes
configure:18632: checking for strncasecmp
configure:18632: gcc -o conftest -g -O2   conftest.c -levent >&5
conftest.c:114:6: warning: conflicting types for built-in function 'strncasecmp'
 char strncasecmp ();
      ^
configure:18632: $? = 0
configure:18632: result: yes
configure:18632: checking for strpbrk
configure:18632: gcc -o conftest -g -O2   conftest.c -levent >&5
conftest.c:115:6: warning: conflicting types for built-in function 'strpbrk'
 char strpbrk ();
      ^
configure:18632: $? = 0
configure:18632: result: yes
configure:18632: checking for strrchr
configure:18632: gcc -o conftest -g -O2   conftest.c -levent >&5
conftest.c:116:6: warning: conflicting types for built-in function 'strrchr'
 char strrchr ();
      ^
configure:18632: $? = 0
configure:18632: result: yes
configure:18632: checking for strstr
configure:18632: gcc -o conftest -g -O2   conftest.c -levent >&5
conftest.c:117:6: warning: conflicting types for built-in function 'strstr'
 char strstr ();
      ^
configure:18632: $? = 0
configure:18632: result: yes
configure:18632: checking for strtol
configure:18632: gcc -o conftest -g -O2   conftest.c -levent >&5
configure:18632: $? = 0
configure:18632: result: yes
configure:18632: checking for tzset
configure:18632: gcc -o conftest -g -O2   conftest.c -levent >&5
configure:18632: $? = 0
configure:18632: result: yes
configure:18656: checking for library containing dlopen
configure:18687: gcc -o conftest -g -O2   conftest.c -levent >&5
/tmp/ccNE7UA7.o: In function `main':
/root/pacotes_compilados/389-ds-base/conftest.c:108: undefined reference to `dlopen'
collect2: error: ld returned 1 exit status
configure:18687: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dirsrv"
| #define PACKAGE_TARNAME "dirsrv"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "dirsrv 1.0"
| #define PACKAGE_BUGREPORT "http://bugzilla.redhat.com/";
| #define PACKAGE_URL ""
| #define DS_PACKAGE_VERSION "1.3.7.1.20170714gitecd2588"
| #define DS_PACKAGE_TARNAME "389-ds-base"
| #define DS_PACKAGE_BUGREPORT "http://bugzilla.redhat.com/enter_bug.cgi?product=389";
| #define DS_PACKAGE_STRING "389-ds-base 1.3.7.1.20170714gitecd2588"
| #define VERSION "1.3.7.1.20170714gitecd2588"
| #define PACKAGE "389-ds-base"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define RETSIGTYPE void
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_STRFTIME 1
| #define HAVE_VPRINTF 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_ENDPWENT 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_INET_NTOA 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_MKDIR 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_RMDIR 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SOCKET 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_TZSET 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dlopen ();
| int
| main ()
| {
| return dlopen ();
|   ;
|   return 0;
| }
configure:18687: gcc -o conftest -g -O2   conftest.c -ldl  -levent >&5
configure:18687: $? = 0
configure:18704: result: -ldl
configure:18794: checking for dlerror
configure:18794: gcc -o conftest -g -O2   conftest.c -ldl -levent -ldl >&5
configure:18794: $? = 0
configure:18794: result: yes
configure:18808: checking for shl_load
configure:18808: gcc -o conftest -g -O2   conftest.c -ldl -levent >&5
/tmp/ccHLFxZg.o: In function `main':
/root/pacotes_compilados/389-ds-base/conftest.c:133: undefined reference to `shl_load'
collect2: error: ld returned 1 exit status
configure:18808: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dirsrv"
| #define PACKAGE_TARNAME "dirsrv"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "dirsrv 1.0"
| #define PACKAGE_BUGREPORT "http://bugzilla.redhat.com/";
| #define PACKAGE_URL ""
| #define DS_PACKAGE_VERSION "1.3.7.1.20170714gitecd2588"
| #define DS_PACKAGE_TARNAME "389-ds-base"
| #define DS_PACKAGE_BUGREPORT "http://bugzilla.redhat.com/enter_bug.cgi?product=389";
| #define DS_PACKAGE_STRING "389-ds-base 1.3.7.1.20170714gitecd2588"
| #define VERSION "1.3.7.1.20170714gitecd2588"
| #define PACKAGE "389-ds-base"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define RETSIGTYPE void
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_STRFTIME 1
| #define HAVE_VPRINTF 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_ENDPWENT 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_INET_NTOA 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_MKDIR 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_RMDIR 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SOCKET 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_TZSET 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| /* end confdefs.h.  */
| /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define shl_load innocuous_shl_load
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char shl_load (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef shl_load
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shl_load ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_shl_load || defined __stub___shl_load
| choke me
| #endif
| 
| int
| main ()
| {
| return shl_load ();
|   ;
|   return 0;
| }
configure:18808: result: no
configure:18815: checking for shl_load in -ldld
configure:18840: gcc -o conftest -g -O2   conftest.c -ldld  -ldl -levent >&5
/usr/bin/ld: cannot find -ldld
collect2: error: ld returned 1 exit status
configure:18840: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dirsrv"
| #define PACKAGE_TARNAME "dirsrv"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "dirsrv 1.0"
| #define PACKAGE_BUGREPORT "http://bugzilla.redhat.com/";
| #define PACKAGE_URL ""
| #define DS_PACKAGE_VERSION "1.3.7.1.20170714gitecd2588"
| #define DS_PACKAGE_TARNAME "389-ds-base"
| #define DS_PACKAGE_BUGREPORT "http://bugzilla.redhat.com/enter_bug.cgi?product=389";
| #define DS_PACKAGE_STRING "389-ds-base 1.3.7.1.20170714gitecd2588"
| #define VERSION "1.3.7.1.20170714gitecd2588"
| #define PACKAGE "389-ds-base"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define RETSIGTYPE void
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_STRFTIME 1
| #define HAVE_VPRINTF 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_ENDPWENT 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_INET_NTOA 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_MKDIR 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_RMDIR 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SOCKET 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_TZSET 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char shl_load ();
| int
| main ()
| {
| return shl_load ();
|   ;
|   return 0;
| }
configure:18849: result: no
configure:18895: checking for dld_link in -ldld
configure:18920: gcc -o conftest -g -O2   conftest.c -ldld  -ldl -levent >&5
/usr/bin/ld: cannot find -ldld
collect2: error: ld returned 1 exit status
configure:18920: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dirsrv"
| #define PACKAGE_TARNAME "dirsrv"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "dirsrv 1.0"
| #define PACKAGE_BUGREPORT "http://bugzilla.redhat.com/";
| #define PACKAGE_URL ""
| #define DS_PACKAGE_VERSION "1.3.7.1.20170714gitecd2588"
| #define DS_PACKAGE_TARNAME "389-ds-base"
| #define DS_PACKAGE_BUGREPORT "http://bugzilla.redhat.com/enter_bug.cgi?product=389";
| #define DS_PACKAGE_STRING "389-ds-base 1.3.7.1.20170714gitecd2588"
| #define VERSION "1.3.7.1.20170714gitecd2588"
| #define PACKAGE "389-ds-base"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define RETSIGTYPE void
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_STRFTIME 1
| #define HAVE_VPRINTF 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_ENDPWENT 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_INET_NTOA 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_MKDIR 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_RMDIR 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SOCKET 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_TZSET 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dld_link ();
| int
| main ()
| {
| return dld_link ();
|   ;
|   return 0;
| }
configure:18929: result: no
configure:18965: checking for --enable-debug
configure:18976: result: no
configure:18984: checking for --enable-asan
configure:18995: result: no
configure:19019: checking for --enable-gcc-security
configure:19035: result: no
configure:19044: checking for --enable-profiling
configure:19056: result: no
configure:19070: checking for --enable-pam-passthru
configure:19079: checking security/pam_appl.h usability
configure:19079: gcc -c -g -O2  conftest.c >&5
configure:19079: $? = 0
configure:19079: result: yes
configure:19079: checking security/pam_appl.h presence
configure:19079: gcc -E  conftest.c
configure:19079: $? = 0
configure:19079: result: yes
configure:19079: checking for security/pam_appl.h
configure:19079: result: yes
configure:19087: result: yes
configure:19108: checking for --enable-dna
configure:19116: result: yes
configure:19137: checking for --enable-ldapi
configure:19145: result: yes
configure:19166: checking for --enable-autobind
configure:19174: result: yes
configure:19195: checking for --enable-auto-dn-suffix
configure:19209: result: no
configure:19224: checking for --enable-bitwise
configure:19232: result: yes
configure:19253: checking for --enable-presence
configure:19267: result: no
configure:19282: checking for --enable-acctpolicy
configure:19290: result: yes
configure:19311: checking for --enable-posix-winsync
configure:19319: result: yes
configure:19355: checking for FHS...
configure:19359: checking for --with-fhs
configure:19370: result: no
configure:19382: checking for --with-fhs-opt
configure:19394: result: no
configure:19505: checking for --with-tmpfiles-d
configure:19518: result: 
configure:19523: checking for --with-perldir
configure:19544: checking for --with-pythonexec
configure:19586: checking for --with-instconfigdir
configure:19602: result: no
configure:19625: checking for --with-initddir
configure:19636: result: no
configure:19897: checking for GCC provided 64-bit atomic operations
configure:19922: gcc -o conftest -g -O2   conftest.c -levent >&5
configure:19922: $? = 0
configure:19927: result: yes
configure:20037: checking for EVENT...
configure:20042: checking for event with pkg-config
configure:20046: checking for pkg-config
configure:20079: result: no
configure:20109: checking for NSPR...
configure:20113: checking for --with-nspr
configure:20142: result: yes
configure:20148: checking for --with-nspr-inc
configure:20156: result: using /usr/include/nspr/
configure:20171: checking for --with-nspr-lib
configure:20189: result: no
configure:20200: checking for pkg-config
configure:20233: result: no
configure:20238: checking for nspr with pkg-config
configure:20272: checking for NSS...
configure:20276: checking for --with-nss
configure:20305: result: yes
configure:20311: checking for --with-nss-inc
configure:20319: result: using /usr/include/nss/
configure:20334: checking for --with-nss-lib
configure:20352: result: no
configure:20363: checking for pkg-config
configure:20396: result: no
configure:20401: checking for nss with pkg-config
configure:20435: checking for OpenLDAP...
configure:20443: checking for --with-openldap
configure:20451: result: using system OpenLDAP
configure:20484: checking for --with-openldap-inc
configure:20503: result: no
configure:20509: checking for --with-openldap-lib
configure:20528: result: no
configure:20534: checking for --with-openldap-bin
configure:20552: result: no
configure:20563: checking for pkg-config
configure:20596: result: no
configure:20601: checking for OpenLDAP with pkg-config
configure:20614: result: no OpenLDAP pkg-config files
configure:20624: checking ldap_features.h usability
configure:20624: gcc -c -g -O2 -I/usr/include -I/usr/include/nss/ -I/usr/include/nspr/ conftest.c >&5
configure:20624: $? = 0
configure:20624: result: yes
configure:20624: checking ldap_features.h presence
configure:20624: gcc -E -I/usr/include -I/usr/include/nss/ -I/usr/include/nspr/ conftest.c
configure:20624: $? = 0
configure:20624: result: yes
configure:20624: checking for ldap_features.h
configure:20624: result: yes
configure:20639: checking for ldap_initialize in -lldap-2.4
configure:20664: gcc -o conftest -g -O2 -I/usr/include -I/usr/include/nss/ -I/usr/include/nspr/   conftest.c -lldap-2.4  -levent >&5
/usr/bin/ld: cannot find -lldap-2.4
collect2: error: ld returned 1 exit status
configure:20664: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dirsrv"
| #define PACKAGE_TARNAME "dirsrv"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "dirsrv 1.0"
| #define PACKAGE_BUGREPORT "http://bugzilla.redhat.com/";
| #define PACKAGE_URL ""
| #define DS_PACKAGE_VERSION "1.3.7.1.20170714gitecd2588"
| #define DS_PACKAGE_TARNAME "389-ds-base"
| #define DS_PACKAGE_BUGREPORT "http://bugzilla.redhat.com/enter_bug.cgi?product=389";
| #define DS_PACKAGE_STRING "389-ds-base 1.3.7.1.20170714gitecd2588"
| #define VERSION "1.3.7.1.20170714gitecd2588"
| #define PACKAGE "389-ds-base"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define RETSIGTYPE void
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_STRFTIME 1
| #define HAVE_VPRINTF 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_ENDPWENT 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_INET_NTOA 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_MKDIR 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_RMDIR 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SOCKET 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_TZSET 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define ENABLE_PAM_PASSTHRU 1
| #define ENABLE_DNA 1
| #define ENABLE_LDAPI 1
| #define ENABLE_AUTOBIND 1
| #define ENABLE_BITWISE 1
| #define ENABLE_ACCTPOLICY 1
| #define ENABLE_POSIX_WINSYNC 1
| #define LINUX 1
| #define _GNU_SOURCE 1
| #define CPU_x86_64 1
| #define USE_POSIX_RWLOCKS 1
| #define ATOMIC_64BIT_OPERATIONS 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char ldap_initialize ();
| int
| main ()
| {
| return ldap_initialize ();
|   ;
|   return 0;
| }
configure:20674: result: no
configure:20681: checking for ldap_initialize in -lldap
configure:20706: gcc -o conftest -g -O2 -I/usr/include -I/usr/include/nss/ -I/usr/include/nspr/   conftest.c -lldap  -levent >&5
configure:20706: $? = 0
configure:20715: result: yes
configure:20725: checking for ldap_url_parse_ext in -lldap
configure:20750: gcc -o conftest -g -O2 -I/usr/include -I/usr/include/nss/ -I/usr/include/nspr/   conftest.c -lldap  -levent >&5
configure:20750: $? = 0
configure:20760: result: yes
configure:20771: checking for _init in -lldif
configure:20796: gcc -o conftest -g -O2 -I/usr/include -I/usr/include/nss/ -I/usr/include/nspr/   -lldap conftest.c -lldif  -levent >&5
/usr/bin/ld: cannot find -lldif
collect2: error: ld returned 1 exit status
configure:20796: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dirsrv"
| #define PACKAGE_TARNAME "dirsrv"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "dirsrv 1.0"
| #define PACKAGE_BUGREPORT "http://bugzilla.redhat.com/";
| #define PACKAGE_URL ""
| #define DS_PACKAGE_VERSION "1.3.7.1.20170714gitecd2588"
| #define DS_PACKAGE_TARNAME "389-ds-base"
| #define DS_PACKAGE_BUGREPORT "http://bugzilla.redhat.com/enter_bug.cgi?product=389";
| #define DS_PACKAGE_STRING "389-ds-base 1.3.7.1.20170714gitecd2588"
| #define VERSION "1.3.7.1.20170714gitecd2588"
| #define PACKAGE "389-ds-base"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_DIRENT_H 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_MNTENT_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE__BOOL 1
| #define HAVE_STDBOOL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CHOWN 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define RETSIGTYPE void
| #define HAVE_DECL_STRERROR_R 1
| #define HAVE_STRERROR_R 1
| #define HAVE_STRFTIME 1
| #define HAVE_VPRINTF 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_ENDPWENT 1
| #define HAVE_FTRUNCATE 1
| #define HAVE_GETCWD 1
| #define HAVE_GETHOSTBYNAME 1
| #define HAVE_INET_NTOA 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_MEMMOVE 1
| #define HAVE_MEMSET 1
| #define HAVE_MKDIR 1
| #define HAVE_MUNMAP 1
| #define HAVE_PUTENV 1
| #define HAVE_RMDIR 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SOCKET 1
| #define HAVE_STRCASECMP 1
| #define HAVE_STRCHR 1
| #define HAVE_STRCSPN 1
| #define HAVE_STRDUP 1
| #define HAVE_STRERROR 1
| #define HAVE_STRNCASECMP 1
| #define HAVE_STRPBRK 1
| #define HAVE_STRRCHR 1
| #define HAVE_STRSTR 1
| #define HAVE_STRTOL 1
| #define HAVE_TZSET 1
| #define HAVE_LIBDL 1
| #define HAVE_DLERROR 1
| #define HAVE_LIBDLLOADER 1
| #define ENABLE_PAM_PASSTHRU 1
| #define ENABLE_DNA 1
| #define ENABLE_LDAPI 1
| #define ENABLE_AUTOBIND 1
| #define ENABLE_BITWISE 1
| #define ENABLE_ACCTPOLICY 1
| #define ENABLE_POSIX_WINSYNC 1
| #define LINUX 1
| #define _GNU_SOURCE 1
| #define CPU_x86_64 1
| #define USE_POSIX_RWLOCKS 1
| #define ATOMIC_64BIT_OPERATIONS 1
| #define HAVE_LDAP_URL_PARSE_EXT 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char _init ();
| int
| main ()
| {
| return _init ();
|   ;
|   return 0;
| }
configure:20806: result: no
configure:20846: checking for Mozilla LDAPSDK...
configure:20850: checking for --with-ldapsdk
configure:20896: result: no
configure:20908: checking for --with-ldapsdk-inc
configure:20926: result: no
configure:20932: checking for --with-ldapsdk-lib
configure:20951: result: no
configure:20957: checking for --with-ldapsdk-bin
configure:20975: result: no
configure:21099: checking for db...
configure:21102: checking for --with-db
configure:21132: result: yes
configure:21138: checking for --with-db-inc
configure:21156: result: no
configure:21162: checking for --with-db-lib
configure:21180: result: no
configure:21186: checking for db.h
configure:21203: result: using /usr/include/db.h
configure:21230: checking for db_create in -ldb-5.3
configure:21255: gcc -o conftest -g -O2  -L$(libdir)  conftest.c -ldb-5.3  -levent >&5
configure:21255: $? = 0
configure:21265: result: yes
configure:21309: checking for SASL...
configure:21312: checking for --with-sasl
configure:21348: result: yes
configure:21353: checking for --with-sasl-inc
configure:21369: result: no
configure:21374: checking for --with-sasl-lib
configure:21391: result: no
configure:21397: checking for sasl.h
configure:21400: result: using /usr/include/sasl/sasl.h
configure:21424: checking for SVRCORE...
configure:21427: checking for --with-svrcore
configure:21460: result: yes
configure:21465: checking for --with-svrcore-inc
configure:21472: result: using /usr/include/
configure:21486: checking for --with-svrcore-lib
configure:21493: result: using /usr/lib/x86_64-linux-gnu/
configure:21639: checking for LIBICU...
configure:21643: checking for --with-icu
configure:21672: result: yes
configure:21678: checking for --with-icu-inc
configure:21695: result: no
configure:21701: checking for --with-icu-lib
configure:21718: result: no
configure:21724: checking for --with-icu-bin
configure:21741: result: no
configure:21751: checking for icu-config
configure:21769: found /usr/bin/icu-config
configure:21781: result: /usr/bin/icu-config
configure:21789: checking for icu with icu-config
configure:21795: result: using system ICU
configure:21816: checking for Net-SNMP...
configure:21819: checking for --with-netsnmp
configure:21852: result: yes
configure:21857: checking for --with-netsnmp-inc
configure:21873: result: no
configure:21878: checking for --with-netsnmp-lib
configure:21896: result: no
configure:21902: checking for net-snmp-includes.h
configure:21905: result: using /usr/include/net-snmp/net-snmp-includes.h
configure:21921: checking for net-snmp-config
configure:21939: found /usr/bin/net-snmp-config
configure:21951: result: /usr/bin/net-snmp-config
configure:21986: checking for Kerberos...
configure:21993: checking for --with-kerberos
configure:22000: result: yes
configure:22027: checking for --with-kerberos-inc
configure:22044: result: no
configure:22050: checking for --with-kerberos-lib
configure:22067: result: no
configure:22078: checking for krb5-config
configure:22096: found /usr/bin/krb5-config
configure:22108: result: /usr/bin/krb5-config
configure:22118: checking for kerberos with /usr/bin/krb5-config
configure:22127: result: using kerberos found with /usr/bin/krb5-config
configure:22353: checking for krb5_cc_new_unique
configure:22353: gcc -o conftest -g -O2 -isystem /usr/include/mit-krb5   conftest.c -L/usr/lib/x86_64-linux-gnu/mit-krb5 -Wl,-Bsymbolic-functions -Wl,-z,relro -lkrb5 -lk5crypto -lcom_err >&5
configure:22353: $? = 0
configure:22353: result: yes
configure:22378: checking for PCRE...
configure:22381: checking for --with-pcre
configure:22411: result: yes
configure:22421: checking for pkg-config
configure:22454: result: no
configure:22459: checking for pcre with pkg-config
configure:22481: checking for pcre.h
configure:22491: result: using /usr/include/pcre.h
configure:22512: checking for SELinux...
configure:22516: checking for --with-selinux
configure:22533: result: no
configure:22556: checking for Systemd...
configure:22560: checking for --with-systemd
configure:22577: result: no
configure:22789: checking for --enable-cmocka
configure:22813: result: no
configure:22845: checking for doxygen
configure:22861: found /usr/bin/doxygen
configure:22872: result: doxygen
configure:22887: result: using system dokygen
configure:22912: checking for --enable-tcmalloc...
configure:22949: result: no
configure:23142: checking that generated files are newer than configure
configure:23148: result: done
configure:23291: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by dirsrv config.status 1.0, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on homolog-idc-ldap02

config.status:1428: creating docs/slapi.doxy
config.status:1428: creating src/pkgconfig/dirsrv.pc
config.status:1428: creating src/pkgconfig/nunc-stans.pc
config.status:1428: creating src/pkgconfig/libsds.pc
config.status:1428: creating Makefile
config.status:1428: creating rpm/389-ds-base.spec
config.status:1428: creating config.h
config.status:1657: executing depfiles commands
config.status:1657: executing libtool commands

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCASFLAGS_set=
ac_cv_env_CCASFLAGS_value=
ac_cv_env_CCAS_set=
ac_cv_env_CCAS_value=
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=set
ac_cv_env_LIBS_value=-levent
ac_cv_env_LT_SYS_LIBRARY_PATH_set=
ac_cv_env_LT_SYS_LIBRARY_PATH_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func__doprnt=no
ac_cv_func_chown_works=yes
ac_cv_func_clock_gettime=yes
ac_cv_func_closedir_void=no
ac_cv_func_dlerror=yes
ac_cv_func_endpwent=yes
ac_cv_func_fork=yes
ac_cv_func_fork_works=yes
ac_cv_func_ftruncate=yes
ac_cv_func_getcwd=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_getpagesize=yes
ac_cv_func_inet_ntoa=yes
ac_cv_func_krb5_cc_new_unique=yes
ac_cv_func_localtime_r=yes
ac_cv_func_lstat_dereferences_slashed_symlink=yes
ac_cv_func_lstat_empty_string_bug=no
ac_cv_func_malloc_0_nonnull=yes
ac_cv_func_memcmp_working=yes
ac_cv_func_memmove=yes
ac_cv_func_memset=yes
ac_cv_func_mkdir=yes
ac_cv_func_mmap_fixed_mapped=yes
ac_cv_func_munmap=yes
ac_cv_func_putenv=yes
ac_cv_func_rmdir=yes
ac_cv_func_setrlimit=yes
ac_cv_func_shl_load=no
ac_cv_func_socket=yes
ac_cv_func_stat_empty_string_bug=no
ac_cv_func_strcasecmp=yes
ac_cv_func_strchr=yes
ac_cv_func_strcspn=yes
ac_cv_func_strdup=yes
ac_cv_func_strerror=yes
ac_cv_func_strerror_r=yes
ac_cv_func_strerror_r_char_p=no
ac_cv_func_strftime=yes
ac_cv_func_strncasecmp=yes
ac_cv_func_strpbrk=yes
ac_cv_func_strrchr=yes
ac_cv_func_strstr=yes
ac_cv_func_strtol=yes
ac_cv_func_tzset=yes
ac_cv_func_vfork=yes
ac_cv_func_vfork_works=yes
ac_cv_func_vprintf=yes
ac_cv_have_decl_strerror_r=yes
ac_cv_header_arpa_inet_h=yes
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_endian_h=yes
ac_cv_header_errno_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_ldap_features_h=yes
ac_cv_header_malloc_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_mntent_h=yes
ac_cv_header_netdb_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_security_pam_appl_h=yes
ac_cv_header_stat_broken=no
ac_cv_header_stdbool_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_endian_h=no
ac_cv_header_sys_file_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_sysinfo_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_syslog_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_header_vfork_h=no
ac_cv_host=x86_64-pc-linux-gnu
ac_cv_lib_db_5_3___db_create=yes
ac_cv_lib_dld_dld_link=no
ac_cv_lib_dld_shl_load=no
ac_cv_lib_error_at_line=yes
ac_cv_lib_ldap_2_4___ldap_initialize=no
ac_cv_lib_ldap___ldap_url_parse_ext=yes
ac_cv_lib_ldap_ldap_initialize=yes
ac_cv_lib_ldif____init=no
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_GREP=/bin/grep
ac_cv_path_ICU_CONFIG=/usr/bin/icu-config
ac_cv_path_KRB5_CONFIG_BIN=/usr/bin/krb5-config
ac_cv_path_NETSNMP_CONFIG=/usr/bin/net-snmp-config
ac_cv_path_SED=/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_lt_DD=/bin/dd
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_DOXYGEN=doxygen
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_c99=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_search_dlopen=-ldl
ac_cv_search_opendir='none required'
ac_cv_struct_tm=time.h
ac_cv_type__Bool=yes
ac_cv_type_pid_t=yes
ac_cv_type_signal=void
ac_cv_type_size_t=yes
ac_cv_type_uid_t=yes
am_cv_CCAS_dependencies_compiler_type=gcc3
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
am_cv_prog_tar_pax=gnutar
libltdl_cv_lib_dl_dlopen=yes
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_compiler_static_works_CXX=yes
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_shlibpath_overrides_runpath=no
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/  {"\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/  {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/  {"lib\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_global_symbol_to_import=
lt_cv_sys_max_cmd_len=1572864
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
lt_cv_truncate_bin='/bin/dd bs=4096 count=1'

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /root/pacotes_compilados/389-ds-base/missing aclocal-1.15'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
AR='ar'
ATOMIC_QUEUE_OPERATIONS_FALSE=''
ATOMIC_QUEUE_OPERATIONS_TRUE='#'
AUTOCONF='${SHELL} /root/pacotes_compilados/389-ds-base/missing autoconf'
AUTOHEADER='${SHELL} /root/pacotes_compilados/389-ds-base/missing autoheader'
AUTOMAKE='${SHELL} /root/pacotes_compilados/389-ds-base/missing automake-1.15'
AWK='gawk'
CC='gcc'
CCAS='gcc'
CCASDEPMODE='depmode=gcc3'
CCASFLAGS='-g -O2'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CONSOLE_VERSION='1.2'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='false'
DOXYGEN='doxygen'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
FGREP='/bin/grep -F'
FREEBSD_FALSE=''
FREEBSD_TRUE='#'
GREP='/bin/grep'
HAVE_DOXYGEN_FALSE='#'
HAVE_DOXYGEN_TRUE=''
HPUX_FALSE=''
HPUX_TRUE='#'
ICU_CONFIG='/usr/bin/icu-config'
INITDDIR_FALSE=''
INITDDIR_TRUE='#'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
JOURNALD_FALSE=''
JOURNALD_TRUE='#'
KRB5_CONFIG_BIN='/usr/bin/krb5-config'
LD='/usr/bin/ld -m elf_x86_64'
LDFLAGS=''
LIBADD_DL='-ldl '
LIBADD_DLD_LINK=''
LIBADD_DLOPEN='-ldl'
LIBADD_SHL_LOAD=''
LIBCRUN=''
LIBCRYPT='-lcrypt'
LIBCSTD=''
LIBDL=''
LIBNSL=''
LIBOBJS=''
LIBS='-levent'
LIBSOCKET=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
LT_DLLOADERS=' dlopen.la'
LT_DLPREOPEN='-dlpreopen dlopen.la '
LT_SYS_LIBRARY_PATH=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /root/pacotes_compilados/389-ds-base/missing makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='/bin/mkdir -p'
NETSNMP_CONFIG='/usr/bin/net-snmp-config'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OPENLDAP_FALSE='#'
OPENLDAP_TRUE=''
OTOOL64=''
OTOOL=''
PACKAGE='389-ds-base'
PACKAGE_BASE_VERSION='1.3'
PACKAGE_BUGREPORT='http://bugzilla.redhat.com/enter_bug.cgi?product=389'
PACKAGE_NAME='dirsrv'
PACKAGE_STRING='389-ds-base 1.3.7.1.20170714gitecd2588'
PACKAGE_TARNAME='389-ds-base'
PACKAGE_URL=''
PACKAGE_VERSION='1.3.7.1.20170714gitecd2588'
PATH_SEPARATOR=':'
PKG_CONFIG=''
RANLIB='ranlib'
RPM_HARDEND_CC_FALSE=''
RPM_HARDEND_CC_TRUE='#'
RPM_RELEASE='20170714gitecd2588'
RPM_VERSION='1.3.7.1'
SED='/bin/sed'
SELINUX_FALSE=''
SELINUX_TRUE='#'
SET_MAKE=''
SHELL='/bin/bash'
SOLARIS_FALSE=''
SOLARIS_TRUE='#'
SPARC_FALSE=''
SPARC_TRUE='#'
STRIP='strip'
SYSTEMD_FALSE=''
SYSTEMD_TRUE='#'
THREADLIB='-lpthread'
VERSION='1.3.7.1.20170714gitecd2588'
VERSION_PREREL='.20170714gitecd2588'
WINNT_FALSE=''
WINNT_TRUE='#'
WITH_CMOCKA_FALSE=''
WITH_CMOCKA_TRUE='#'
WITH_TCMALLOC_FALSE=''
WITH_TCMALLOC_TRUE='#'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCCAS_FALSE='#'
am__fastdepCCAS_TRUE=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='tar --format=posix -chf - "$$tardir"'
am__untar='tar -xf -'
asan_defs=''
bindir='${exec_prefix}/bin'
brand='389'
build='x86_64-pc-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='pc'
capbrand='389'
cmocka_inc=''
cmocka_lib=''
configdir='/dirsrv/config'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
db_bindir='/usr/bin'
db_inc='-I/usr/include'
db_incdir='/usr/include'
db_lib='-L$(libdir)'
db_libdir='$(libdir)'
db_libver='5.3'
debug_defs=''
defaultgroup='dirsrv'
defaultuser='dirsrv'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
enable_acctpolicy_FALSE='#'
enable_acctpolicy_TRUE=''
enable_asan_FALSE=''
enable_asan_TRUE='#'
enable_auto_dn_suffix_FALSE=''
enable_auto_dn_suffix_TRUE='#'
enable_autobind_FALSE='#'
enable_autobind_TRUE=''
enable_bitwise_FALSE='#'
enable_bitwise_TRUE=''
enable_dna_FALSE='#'
enable_dna_TRUE=''
enable_ldapi_FALSE='#'
enable_ldapi_TRUE=''
enable_pam_passthru_FALSE='#'
enable_pam_passthru_TRUE=''
enable_posix_winsync_FALSE='#'
enable_posix_winsync_TRUE=''
enable_presence_FALSE=''
enable_presence_TRUE='#'
event_inc=''
event_lib=''
exec_prefix='${prefix}'
gccsec_defs=''
host='x86_64-pc-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
icu_bin='/usr/bin'
icu_inc='-I/usr/include '
icu_lib='-L/usr/lib/x86_64-linux-gnu '
includedir='${prefix}/include'
infdir='/dirsrv/inf'
infodir='${datarootdir}/info'
initconfigdir='/default'
initdir='$(sysconfdir)/rc.d/init.d'
install_sh='${SHELL} /root/pacotes_compilados/389-ds-base/install-sh'
instconfigdir='$(sysconfdir)/$(PACKAGE_NAME)'
kerberos_inc='-isystem /usr/include/mit-krb5'
kerberos_lib='-L/usr/lib/x86_64-linux-gnu/mit-krb5 -Wl,-Bsymbolic-functions -Wl,-z,relro -lkrb5 -lk5crypto -lcom_err'
kerberos_libdir=''
ldap_lib_ldif=''
ldaplib='openldap'
ldaplib_defs='-DUSE_OPENLDAP'
ldapsdk_bindir=''
ldapsdk_inc=''
ldapsdk_lib=''
ldapsdk_libdir=''
ldaptool_bindir=''
ldaptool_opts='-x'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localrundir='/run'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mibdir='/dirsrv/mibs'
mkdir_p='$(MKDIR_P)'
netsnmp_inc='-I/usr/include'
netsnmp_lib=''
netsnmp_libdir=''
netsnmp_link='-Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-z,now -L/usr/lib/x86_64-linux-gnu -lnetsnmpmibs -lsensors -lpci -ldl -lnetsnmpagent -lwrap -Wl,-E -lnetsnmp -lcrypto -lm'
nspr_inc='-I/usr/include/nspr/'
nspr_lib=''
nspr_libdir=''
nss_inc='-I/usr/include/nss/'
nss_lib=''
nss_libdir=''
nunc_stans_inc=''
nunc_stans_lib=''
nunc_stans_libdir=''
ol_libver=''
oldincludedir='/usr/include'
openldap_bindir=''
openldap_inc='-I/usr/include'
openldap_lib=''
openldap_libdir=''
pcre_inc='-I/usr/include'
pcre_lib='-L$(libdir)'
pcre_libdir='$(libdir)'
pdfdir='${docdir}'
perldir='/dirsrv/perl'
perlexec='/usr/bin/env perl'
plainldif_opts='-LLL'
prefix='/opt/dirsrv'
prefixdir='/opt/dirsrv'
profiling_defs=''
profiling_links=''
program_transform_name='s,x,x,'
propertydir='/dirsrv/properties'
psdir='${docdir}'
pythondir='/dirsrv/python'
pythonexec='/usr/bin/python2'
runstatedir='${localstatedir}/run'
sampledatadir='/dirsrv/data'
sasl_inc='-I/usr/include/sasl'
sasl_lib=''
sasl_libdir=''
sasl_path='${exec_prefix}/lib/sasl2'
sbindir='${exec_prefix}/sbin'
schemadir='/dirsrv/schema'
scripttemplatedir='/dirsrv/script-templates'
serverdir='dirsrv'
serverincdir='dirsrv'
serverplugindir='/dirsrv/plugins'
sharedstatedir='${prefix}/com'
sttyexec='/bin/stty'
svrcore_inc='-I/usr/include/'
svrcore_lib='-L/usr/lib/x86_64-linux-gnu/'
sysconfdir='${prefix}/etc'
systemd_defs=''
systemd_inc=''
systemd_lib=''
systemschemadir='/dirsrv/schema'
target_alias=''
tcmalloc_inc=''
tcmalloc_lib=''
updatedir='/dirsrv/updates'
vendor='389 Project'
with_fhs_opt=''
with_selinux=''
with_systemd_FALSE=''
with_systemd_TRUE='#'
with_systemd_journald_FALSE=''
with_systemd_journald_TRUE='#'
with_systemdgroupname=''
with_systemdsystemconfdir=''
with_systemdsystemunitdir=''
with_tmpfiles_d=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "dirsrv"
#define PACKAGE_TARNAME "dirsrv"
#define PACKAGE_VERSION "1.0"
#define PACKAGE_STRING "dirsrv 1.0"
#define PACKAGE_BUGREPORT "http://bugzilla.redhat.com/";
#define PACKAGE_URL ""
#define DS_PACKAGE_VERSION "1.3.7.1.20170714gitecd2588"
#define DS_PACKAGE_TARNAME "389-ds-base"
#define DS_PACKAGE_BUGREPORT "http://bugzilla.redhat.com/enter_bug.cgi?product=389";
#define DS_PACKAGE_STRING "389-ds-base 1.3.7.1.20170714gitecd2588"
#define VERSION "1.3.7.1.20170714gitecd2588"
#define PACKAGE "389-ds-base"
#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_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE_DIRENT_H 1
#define STDC_HEADERS 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_ARPA_INET_H 1
#define HAVE_ERRNO_H 1
#define HAVE_FCNTL_H 1
#define HAVE_MALLOC_H 1
#define HAVE_NETDB_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_STRINGS_H 1
#define HAVE_SYS_FILE_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYSLOG_H 1
#define HAVE_UNISTD_H 1
#define HAVE_MNTENT_H 1
#define HAVE_SYS_SYSINFO_H 1
#define HAVE_ENDIAN_H 1
#define HAVE_INTTYPES_H 1
#define HAVE__BOOL 1
#define HAVE_STDBOOL_H 1
#define TIME_WITH_SYS_TIME 1
#define HAVE_UNISTD_H 1
#define HAVE_CHOWN 1
#define HAVE_FORK 1
#define HAVE_VFORK 1
#define HAVE_WORKING_VFORK 1
#define HAVE_WORKING_FORK 1
#define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
#define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
#define HAVE_STDLIB_H 1
#define HAVE_MALLOC 1
#define HAVE_STDLIB_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_GETPAGESIZE 1
#define HAVE_MMAP 1
#define RETSIGTYPE void
#define HAVE_DECL_STRERROR_R 1
#define HAVE_STRERROR_R 1
#define HAVE_STRFTIME 1
#define HAVE_VPRINTF 1
#define HAVE_CLOCK_GETTIME 1
#define HAVE_ENDPWENT 1
#define HAVE_FTRUNCATE 1
#define HAVE_GETCWD 1
#define HAVE_GETHOSTBYNAME 1
#define HAVE_INET_NTOA 1
#define HAVE_LOCALTIME_R 1
#define HAVE_MEMMOVE 1
#define HAVE_MEMSET 1
#define HAVE_MKDIR 1
#define HAVE_MUNMAP 1
#define HAVE_PUTENV 1
#define HAVE_RMDIR 1
#define HAVE_SETRLIMIT 1
#define HAVE_SOCKET 1
#define HAVE_STRCASECMP 1
#define HAVE_STRCHR 1
#define HAVE_STRCSPN 1
#define HAVE_STRDUP 1
#define HAVE_STRERROR 1
#define HAVE_STRNCASECMP 1
#define HAVE_STRPBRK 1
#define HAVE_STRRCHR 1
#define HAVE_STRSTR 1
#define HAVE_STRTOL 1
#define HAVE_TZSET 1
#define HAVE_LIBDL 1
#define HAVE_DLERROR 1
#define HAVE_LIBDLLOADER 1
#define ENABLE_PAM_PASSTHRU 1
#define ENABLE_DNA 1
#define ENABLE_LDAPI 1
#define ENABLE_AUTOBIND 1
#define ENABLE_BITWISE 1
#define ENABLE_ACCTPOLICY 1
#define ENABLE_POSIX_WINSYNC 1
#define LINUX 1
#define _GNU_SOURCE 1
#define CPU_x86_64 1
#define USE_POSIX_RWLOCKS 1
#define ATOMIC_64BIT_OPERATIONS 1
#define HAVE_LDAP_URL_PARSE_EXT 1
#define USE_OPENLDAP 1
#define HAVE_KRB5 1
#define HAVE_KRB5_CC_NEW_UNIQUE 1
#define LDAP_ERROR_LOGGING 1

configure: exit 0
_______________________________________________
389-users mailing list -- 389-users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to 389-users-leave@xxxxxxxxxxxxxxxxxxxxxxx

[Index of Archives]     [Fedora User Discussion]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora News]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora QA]     [Fedora Triage]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Yosemite Photos]     [Linux Apps]     [Maemo Users]     [Gnome Users]     [KDE Users]     [Fedora Tools]     [Fedora Art]     [Fedora Docs]     [Maemo Users]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Fedora ARM]

  Powered by Linux