openca / libpki

Easy-to-use high-level library for PKI-enabled applications
Other
50 stars 34 forks source link

Can't compile for Centos7 #14

Closed AndreiBrajnicov closed 7 years ago

AndreiBrajnicov commented 7 years ago

Steps to reproduce:

yum update yum install git yum groupinstall "Development Tools"

cd /usr/local/src git clone https://github.com/openca/libpki.git

./configure make

Unfortunately i receive the following error:" Making all in src make[1]: Entering directory /usr/local/src/libpki/src' Making all in drivers make[2]: Entering directory/usr/local/src/libpki/src/drivers' Making all in openssl make[3]: Entering directory /usr/local/src/libpki/src/drivers/openssl' /bin/sh ../../../libtool --tag=CC --mode=compile gcc -I. -I../../../src/libpki -I../.. -DENABLE_ECDSA=1 -D__LIB_BUILD__ -I/usr/include -g -O2 -fstack-check -maccumulate-outgoing-args -DENABLE_ECDSA=1 -I/usr/include/libxml2 -DLINUX -g -O2 -fstack-check -MT libpki_token_openssl_la-openssl_hsm.lo -MD -MP -MF .deps/libpki_token_openssl_la-openssl_hsm.Tpo -c -o libpki_token_openssl_la-openssl_hsm.lotest -f 'openssl_hsm.c' || echo './'`openssl_hsm.c libtool: compile: gcc -I. -I../../../src/libpki -I../.. -DENABLE_ECDSA=1 -D__LIB_BUILD__ -I/usr/include -g -O2 -fstack-check -maccumulate-outgoing-args -DENABLE_ECDSA=1 -I/usr/include/libxml2 -DLINUX -g -O2 -fstack-check -MT libpki_token_openssl_la-openssl_hsm.lo -MD -MP -MF .deps/libpki_token_openssl_la-openssl_hsm.Tpo -c openssl_hsm.c -fPIC -DPIC -o .libs/libpki_token_openssl_la-openssl_hsm.o In file included from openssl_hsm.c:4:0: ../../libpki/pki.h:503:29: fatal error: libpki/pki_conf.h: No such file or directory

include <libpki/pki_conf.h>

                         ^

compilation terminated. make[3]: [libpki_token_openssl_la-openssl_hsm.lo] Error 1 make[3]: Leaving directory`/usr/local/src/libpki/src/drivers/openssl' make[2]: \ [all-recursive] Error 1 make[2]: Leaving directory /usr/local/src/libpki/src/drivers' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory/usr/local/src/libpki/src' make: *\ [all-recursive] Error 1"

Output of the config.log: This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake.

It was created by libpki configure 0.8.9, which was generated by GNU Autoconf 2.69. Invocation command line was

$ ./configure

---------

Platform.

---------

hostname = template.local uname -m = x86_64 uname -r = 3.10.0-327.36.1.el7.x86_64 uname -s = Linux uname -v = #1 SMP Sun Sep 18 13:04:29 UTC 2016

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

/bin/arch = x86_64 /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: /sbin PATH: /bin PATH: /usr/sbin PATH: /usr/bin PATH: /root/bin PATH: /root/bin

-----------

Core tests.

-----------

configure:2671: checking build system type configure:2685: result: x86_64-unknown-linux-gnu configure:2705: checking host system type configure:2718: result: x86_64-unknown-linux-gnu configure:2738: checking target system type configure:2751: result: x86_64-unknown-linux-gnu configure:2826: checking how to print strings configure:2853: result: printf configure:2925: checking for gcc configure:2941: found /bin/gcc configure:2952: result: gcc configure:3181: checking for C compiler version configure:3190: gcc --version >&5 gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-4) 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:3201: $? = 0 configure:3190: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper Target: x86_64-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux Thread model: posix gcc version 4.8.5 20150623 (Red Hat 4.8.5-4) (GCC) configure:3201: $? = 0 configure:3190: gcc -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. configure:3201: $? = 4 configure:3190: gcc -qversion >&5 gcc: error: unrecognized command line option '-qversion' gcc: fatal error: no input files compilation terminated. configure:3201: $? = 4 configure:3221: checking whether the C compiler works configure:3243: gcc conftest.c >&5 configure:3247: $? = 0 configure:3295: result: yes configure:3298: checking for C compiler default output file name configure:3300: result: a.out configure:3306: checking for suffix of executables configure:3313: gcc -o conftest conftest.c >&5 configure:3317: $? = 0 configure:3339: result: configure:3361: checking whether we are cross compiling configure:3369: gcc -o conftest conftest.c >&5 configure:3373: $? = 0 configure:3380: ./conftest configure:3384: $? = 0 configure:3399: result: no configure:3404: checking for suffix of object files configure:3426: gcc -c conftest.c >&5 configure:3430: $? = 0 configure:3451: result: o configure:3455: checking whether we are using the GNU C compiler configure:3474: gcc -c conftest.c >&5 configure:3474: $? = 0 configure:3483: result: yes configure:3492: checking whether gcc accepts -g configure:3512: gcc -c -g conftest.c >&5 configure:3512: $? = 0 configure:3553: result: yes configure:3570: checking for gcc option to accept ISO C89 configure:3633: gcc -c -g -O2 conftest.c >&5 configure:3633: $? = 0 configure:3646: result: none needed configure:3671: checking whether gcc understands -c and -o together configure:3693: gcc -c conftest.c -o conftest2.o configure:3696: $? = 0 configure:3693: gcc -c conftest.c -o conftest2.o configure:3696: $? = 0 configure:3708: result: yes configure:3725: checking for a sed that does not truncate output configure:3789: result: /bin/sed configure:3807: checking for grep that handles long lines and -e configure:3865: result: /bin/grep configure:3870: checking for egrep configure:3932: result: /bin/grep -E configure:3937: checking for fgrep configure:3999: result: /bin/grep -F configure:4034: checking for ld used by gcc configure:4101: result: /bin/ld configure:4108: checking if the linker (/bin/ld) is GNU ld configure:4123: result: yes configure:4135: checking for BSD- or MS-compatible name lister (nm) configure:4184: result: /bin/nm -B configure:4314: checking the name lister (/bin/nm -B) interface configure:4321: gcc -c -g -O2 conftest.c >&5 configure:4324: /bin/nm -B "conftest.o" configure:4327: output 0000000000000000 B some_variable configure:4334: result: BSD nm configure:4337: checking whether ln -s works configure:4341: result: yes configure:4349: checking the maximum length of command line arguments configure:4479: result: 1572864 configure:4496: checking whether the shell understands some XSI constructs configure:4506: result: yes configure:4510: checking whether the shell understands "+=" configure:4516: result: yes configure:4551: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format configure:4591: result: func_convert_file_noop configure:4598: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format configure:4618: result: func_convert_file_noop configure:4625: checking for /bin/ld option to reload object files configure:4632: result: -r configure:4706: checking for objdump configure:4722: found /bin/objdump configure:4733: result: objdump configure:4765: checking how to recognize dependent libraries configure:4967: result: passall configure:5052: checking for dlltool configure:5082: result: no configure:5112: checking how to associate runtime and link libraries configure:5139: result: printf %s\n configure:5200: checking for ar configure:5216: found /bin/ar configure:5227: result: ar configure:5264: checking for archiver @FILE support configure:5281: gcc -c -g -O2 conftest.c >&5 configure:5281: $? = 0 configure:5284: ar cru libconftest.a @conftest.lst >&5 configure:5287: $? = 0 configure:5292: ar cru libconftest.a @conftest.lst >&5 ar: conftest.o: No such file or directory configure:5295: $? = 1 configure:5307: result: @ configure:5365: checking for strip configure:5381: found /bin/strip configure:5392: result: strip configure:5464: checking for ranlib configure:5480: found /bin/ranlib configure:5491: result: ranlib configure:5568: checking for gawk configure:5584: found /bin/gawk configure:5595: result: gawk configure:5635: checking command to parse /bin/nm -B output from gcc object configure:5755: gcc -c -g -O2 conftest.c >&5 configure:5758: $? = 0 configure:5762: /bin/nm -B conftest.o | sed -n -e 's/^. [ ][ ]_([_A-Za-z][A-Za-z0-9])$/\1 \2 \2/p' | sed '/ gnu_lto/d' > conftest.nm configure:5765: $? = 0 configure:5831: gcc -o conftest -g -O2 conftest.c conftstm.o >&5 configure:5834: $? = 0 configure:5872: result: ok configure:5909: checking for sysroot configure:5939: result: no configure:6016: gcc -c -g -O2 conftest.c >&5 configure:6019: $? = 0 configure:6201: checking for mt configure:6231: result: no configure:6251: checking if : is a manifest tool configure:6257: : '-?' configure:6265: result: no configure:6907: checking how to run the C preprocessor configure:6938: gcc -E conftest.c configure:6938: $? = 0 configure:6952: gcc -E conftest.c conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory

include

                        ^

compilation terminated. configure:6952: $? = 1 configure: failed program was: | /* confdefs.h _/ | #define PACKAGE_NAME "libpki" | #define PACKAGE_TARNAME "libpki" | #define PACKAGE_VERSION "0.8.9" | #define PACKAGE_STRING "libpki 0.8.9" | #define PACKAGE_BUGREPORT "libpki-users@lists.sourceforge.net" | #define PACKAGE_URL "" | #define ENABLE_ARCH64 1 | / end confdefs.h. _/ | #include configure:6977: result: gcc -E configure:6997: gcc -E conftest.c configure:6997: $? = 0 configure:7011: gcc -E conftest.c conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory

include

                        ^

compilation terminated. configure:7011: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "libpki" | #define PACKAGE_TARNAME "libpki" | #define PACKAGE_VERSION "0.8.9" | #define PACKAGE_STRING "libpki 0.8.9" | #define PACKAGE_BUGREPORT "libpki-users@lists.sourceforge.net" | #define PACKAGE_URL "" | #define ENABLE_ARCH64 1 | / end confdefs.h. _/ | #include configure:7040: checking for ANSI C header files configure:7060: gcc -c -g -O2 conftest.c >&5 configure:7060: $? = 0 configure:7133: gcc -o conftest -g -O2 conftest.c >&5 configure:7133: $? = 0 configure:7133: ./conftest configure:7133: $? = 0 configure:7144: result: yes configure:7157: checking for sys/types.h configure:7157: gcc -c -g -O2 conftest.c >&5 configure:7157: $? = 0 configure:7157: result: yes configure:7157: checking for sys/stat.h configure:7157: gcc -c -g -O2 conftest.c >&5 configure:7157: $? = 0 configure:7157: result: yes configure:7157: checking for stdlib.h configure:7157: gcc -c -g -O2 conftest.c >&5 configure:7157: $? = 0 configure:7157: result: yes configure:7157: checking for string.h configure:7157: gcc -c -g -O2 conftest.c >&5 configure:7157: $? = 0 configure:7157: result: yes configure:7157: checking for memory.h configure:7157: gcc -c -g -O2 conftest.c >&5 configure:7157: $? = 0 configure:7157: result: yes configure:7157: checking for strings.h configure:7157: gcc -c -g -O2 conftest.c >&5 configure:7157: $? = 0 configure:7157: result: yes configure:7157: checking for inttypes.h configure:7157: gcc -c -g -O2 conftest.c >&5 configure:7157: $? = 0 configure:7157: result: yes configure:7157: checking for stdint.h configure:7157: gcc -c -g -O2 conftest.c >&5 configure:7157: $? = 0 configure:7157: result: yes configure:7157: checking for unistd.h configure:7157: gcc -c -g -O2 conftest.c >&5 configure:7157: $? = 0 configure:7157: result: yes configure:7171: checking for dlfcn.h configure:7171: gcc -c -g -O2 conftest.c >&5 configure:7171: $? = 0 configure:7171: result: yes configure:7377: checking for objdir configure:7392: result: .libs configure:7663: checking if gcc supports -fno-rtti -fno-exceptions configure:7681: 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 [enabled by default] configure:7685: $? = 0 configure:7698: result: no configure:8025: checking for gcc option to produce PIC configure:8032: result: -fPIC -DPIC configure:8040: checking if gcc PIC flag -fPIC -DPIC works configure:8058: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5 configure:8062: $? = 0 configure:8075: result: yes configure:8104: checking if gcc static flag -static works configure:8132: result: no configure:8147: checking if gcc supports -c -o file.o configure:8168: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5 configure:8172: $? = 0 configure:8194: result: yes configure:8202: checking if gcc supports -c -o file.o configure:8249: result: yes configure:8282: checking whether the gcc linker (/bin/ld -m elf_x86_64) supports shared libraries configure:9435: result: yes configure:9472: checking whether -lc should be explicitly linked in configure:9480: gcc -c -g -O2 conftest.c >&5 configure:9483: $? = 0 configure:9498: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2>&1 | /bin/grep -lc >/dev/null 2>&1 configure:9501: $? = 0 configure:9515: result: no configure:9675: checking dynamic linker characteristics configure:10186: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5 configure:10186: $? = 0 configure:10412: result: GNU/Linux ld.so configure:10519: checking how to hardcode library paths into programs configure:10544: result: immediate configure:11084: checking whether stripping libraries is possible configure:11089: result: yes configure:11124: checking if libtool supports shared libraries configure:11126: result: yes configure:11129: checking whether to build shared libraries configure:11150: result: yes configure:11153: checking whether to build static libraries configure:11157: result: yes configure:11195: checking for egrep configure:11257: result: /bin/grep -E configure:11282: checking for a BSD-compatible install configure:11350: result: /bin/install -c configure:11361: checking whether build environment is sane configure:11416: result: yes configure:11564: checking for a thread-safe mkdir -p configure:11603: result: /bin/mkdir -p configure:11606: checking whether make sets $(MAKE) configure:11628: result: yes configure:11658: checking for style of include used by make configure:11686: result: GNU configure:11720: checking whether make supports nested variables configure:11737: result: yes configure:11822: checking dependency style of gcc configure:11933: result: gcc3 configure:12312: checking for make configure:12330: found /bin/make configure:12342: result: /bin/make configure:12352: checking for ar configure:12370: found /bin/ar configure:12382: result: /bin/ar configure:12393: result: Not an iPhone Build configure:12399: checking whether to enable maintainer-specific portions of Makefiles configure:12408: result: no configure:12423: checking whether ln -s works configure:12427: result: yes configure:12438: checking for gawk configure:12465: result: gawk configure:12476: checking whether /bin/make sets $(MAKE) configure:12498: result: yes configure:12512: checking for calloc in -lc configure:12537: gcc -o conftest -g -O2 conftest.c -lc >&5 conftest.c:31:6: warning: conflicting types for built-in function 'calloc' [enabled by default] char calloc (); ^ configure:12537: $? = 0 configure:12546: result: yes configure:12561: checking for ANSI C header files configure:12665: result: yes configure:12673: checking for sys/wait.h that is POSIX.1 compatible configure:12699: gcc -c -g -O2 conftest.c >&5 configure:12699: $? = 0 configure:12706: result: yes configure:12717: checking for stdlib.h configure:12717: result: yes configure:12717: checking for string.h configure:12717: result: yes configure:12717: checking sys/socket.h usability configure:12717: gcc -c -g -O2 conftest.c >&5 configure:12717: $? = 0 configure:12717: result: yes configure:12717: checking sys/socket.h presence configure:12717: gcc -E conftest.c configure:12717: $? = 0 configure:12717: result: yes configure:12717: checking for sys/socket.h configure:12717: result: yes configure:12717: checking syslog.h usability configure:12717: gcc -c -g -O2 conftest.c >&5 configure:12717: $? = 0 configure:12717: result: yes configure:12717: checking syslog.h presence configure:12717: gcc -E conftest.c configure:12717: $? = 0 configure:12717: result: yes configure:12717: checking for syslog.h configure:12717: result: yes configure:12731: checking sys/select.h usability configure:12731: gcc -c -g -O2 conftest.c >&5 configure:12731: $? = 0 configure:12731: result: yes configure:12731: checking sys/select.h presence configure:12731: gcc -E conftest.c configure:12731: $? = 0 configure:12731: result: yes configure:12731: checking for sys/select.h configure:12731: result: yes configure:12744: checking for an ANSI C-conforming const configure:12810: gcc -c -g -O2 conftest.c >&5 configure:12810: $? = 0 configure:12817: result: yes configure:12825: checking for pid_t configure:12825: gcc -c -g -O2 conftest.c >&5 configure:12825: $? = 0 configure:12825: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:68:20: error: expected expression before ')' token if (sizeof ((pidt))) ^ configure:12825: $? = 1 configure: failed program was: | / confdefs.h _/ | #define PACKAGE_NAME "libpki" | #define PACKAGE_TARNAME "libpki" | #define PACKAGE_VERSION "0.8.9" | #define PACKAGE_STRING "libpki 0.8.9" | #define PACKAGE_BUGREPORT "libpki-users@lists.sourceforge.net" | #define PACKAGE_URL "" | #define ENABLE_ARCH_64 1 | #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 PACKAGE "libpki" | #define VERSION "0.8.9" | #define HAVE_CALLOC 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_SELECTH 1 | / end confdefs.h. _/ | #include | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((pid_t))) | return 0; | ; | return 0; | } configure:12825: result: yes configure:12836: checking whether struct tm is in sys/time.h or time.h configure:12856: gcc -c -g -O2 conftest.c >&5 configure:12856: $? = 0 configure:12863: result: time.h configure:12875: checking vfork.h usability configure:12875: gcc -c -g -O2 conftest.c >&5 conftest.c:65:19: fatal error: vfork.h: No such file or directory

include

               ^

compilation terminated. configure:12875: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "libpki" | #define PACKAGE_TARNAME "libpki" | #define PACKAGE_VERSION "0.8.9" | #define PACKAGE_STRING "libpki 0.8.9" | #define PACKAGE_BUGREPORT "libpki-users@lists.sourceforge.net" | #define PACKAGE_URL "" | #define ENABLE_ARCH_64 1 | #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 PACKAGE "libpki" | #define VERSION "0.8.9" | #define HAVE_CALLOC 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_SELECTH 1 | / end confdefs.h. _/ | #include | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:12875: result: no configure:12875: checking vfork.h presence configure:12875: gcc -E conftest.c conftest.c:32:19: fatal error: vfork.h: No such file or directory

include

               ^

compilation terminated. configure:12875: $? = 1 configure: failed program was: | / confdefs.h / | #define PACKAGE_NAME "libpki" | #define PACKAGE_TARNAME "libpki" | #define PACKAGE_VERSION "0.8.9" | #define PACKAGE_STRING "libpki 0.8.9" | #define PACKAGE_BUGREPORT "libpki-users@lists.sourceforge.net" | #define PACKAGE_URL "" | #define ENABLE_ARCH_64 1 | #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 PACKAGE "libpki" | #define VERSION "0.8.9" | #define HAVE_CALLOC 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_SELECTH 1 | / end confdefs.h. _/ | #include configure:12875: result: no configure:12875: checking for vfork.h configure:12875: result: no configure:12888: checking for fork configure:12888: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:55:6: warning: conflicting types for built-in function 'fork' [enabled by default] char fork (); ^ configure:12888: $? = 0 configure:12888: result: yes configure:12888: checking for vfork configure:12888: gcc -o conftest -g -O2 conftest.c >&5 configure:12888: $? = 0 configure:12888: result: yes configure:12898: checking for working fork configure:12920: gcc -o conftest -g -O2 conftest.c >&5 configure:12920: $? = 0 configure:12920: ./conftest configure:12920: $? = 0 configure:12930: result: yes configure:12951: checking for working vfork configure:13061: result: yes configure:13088: checking for stdlib.h configure:13088: result: yes configure:13098: checking for GNU libc compatible malloc configure:13132: result: yes configure:13156: checking for bzero configure:13156: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:61:6: warning: conflicting types for built-in function 'bzero' [enabled by default] char bzero (); ^ configure:13156: $? = 0 configure:13156: result: yes configure:13156: checking for memset configure:13156: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:62:6: warning: conflicting types for built-in function 'memset' [enabled by default] char memset (); ^ configure:13156: $? = 0 configure:13156: result: yes configure:13156: checking for setenv configure:13156: gcc -o conftest -g -O2 conftest.c >&5 configure:13156: $? = 0 configure:13156: result: yes configure:13156: checking for socket configure:13156: gcc -o conftest -g -O2 conftest.c >&5 configure:13156: $? = 0 configure:13156: result: yes configure:13156: checking for strcasecmp configure:13156: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:65:6: warning: conflicting types for built-in function 'strcasecmp' [enabled by default] char strcasecmp (); ^ configure:13156: $? = 0 configure:13156: result: yes configure:13156: checking for strchr configure:13156: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:66:6: warning: conflicting types for built-in function 'strchr' [enabled by default] char strchr (); ^ configure:13156: $? = 0 configure:13156: result: yes configure:13156: checking for strrchr configure:13156: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:67:6: warning: conflicting types for built-in function 'strrchr' [enabled by default] char strrchr (); ^ configure:13156: $? = 0 configure:13156: result: yes configure:13156: checking for strstr configure:13156: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:68:6: warning: conflicting types for built-in function 'strstr' [enabled by default] char strstr (); ^ configure:13156: $? = 0 configure:13156: result: yes configure:13173: checking checking for -fstack-check support configure:13191: gcc -o conftest -g -O2 -fstack-check conftest.c >&5 configure:13191: $? = 0 configure:13191: ./conftest configure:13191: $? = 0 configure:13206: result: yes configure:13213: checking checking for -maccumulate-outgoing-args support configure:13231: gcc -o conftest -g -O2 -fstack-check -maccumulate-outgoing-args conftest.c >&5 configure:13231: $? = 0 configure:13231: ./conftest configure:13231: $? = 0 configure:13246: result: yes configure:13712: gcc -o conftest -g -O2 -fstack-check -maccumulate-outgoing-args conftest.c >&5 configure:13712: $? = 0 configure:13712: ./conftest configure:13712: $? = 0 configure:13741: gcc -o conftest -g -O2 -fstack-check -maccumulate-outgoing-args conftest.c >&5 configure:13741: $? = 0 configure:13741: ./conftest configure:13741: $? = 0 configure:13760: checking for date configure:13778: found /bin/date configure:13790: result: /bin/date configure:13800: checking for chmod configure:13818: found /bin/chmod configure:13830: result: /bin/chmod configure:13840: checking for pkgmk configure:13873: result: no configure:13880: checking for rpm configure:13898: found /bin/rpm configure:13910: result: /bin/rpm configure:13930: checking for perl configure:13948: found /bin/perl configure:13960: result: /bin/perl configure:13971: checking for pthread_create in -lpthread configure:13996: gcc -o conftest -g -O2 -fstack-check conftest.c -lpthread >&5 configure:13996: $? = 0 configure:14005: result: yes configure:14018: result: Detecting pthread cflags ... configure:14034: gcc -c -g -O2 -fstack-check conftest.c >&5 configure:14034: $? = 0 configure:14074: result: pthread cflags ... none configure:14181: checking for bash configure:14212: result: /bin/sh configure:14222: checking for pod2man configure:14240: found /bin/pod2man configure:14253: result: /bin/pod2man configure:14263: checking for mkdir configure:14281: found /bin/mkdir configure:14293: result: /bin/mkdir configure:14303: checking for sed configure:14333: result: /bin/sed configure:14343: checking for gzip configure:14361: found /bin/gzip configure:14373: result: /bin/gzip configure:14383: checking for gzip configure:14401: found /bin/gzip configure:14413: result: /bin/gzip configure:14423: checking for tar configure:14441: found /bin/tar configure:14453: result: /bin/tar configure:14463: checking for pwd configure:14493: result: /usr/local/src/libpki configure:14503: checking for chmod configure:14533: result: /bin/chmod configure:14543: checking for chown configure:14561: found /bin/chown configure:14573: result: /bin/chown configure:14583: checking for cp configure:14601: found /bin/cp configure:14613: result: /bin/cp configure:14623: checking for echo configure:14641: found /bin/echo configure:14653: result: /bin/echo configure:14663: checking for doxygen configure:14681: found /bin/doxygen configure:14693: result: /bin/doxygen configure:14703: checking for pdflatex configure:14736: result: no configure:14744: checking for pkg-config configure:14760: found /bin/pkg-config configure:14772: result: yes configure:14791: checking for builder configure:14824: result: no configure:14891: checking checking for ldap vendor configure:14990: result: LDAP VENDOR () ===> searching for Sun configure:15015: checking checking for OpenLDAP vendor () configure:15041: result: LDAP VENDOR: OPENLDAP configure:15060: result: LDAP Vendor......: OPENLDAP configure:15062: result: LDAP CFLAGS......: configure:15064: result: LDAP LDADD.......: -lldap_r configure:15066: result: LDAP LDFLAGS.....: configure:15138: checking for xml2-config configure:15157: found /bin/xml2-config configure:15169: result: /bin/xml2-config configure:15205: result: with xml2-prefix : /usr configure:15207: result: with xml2-cflags : -I/usr/include/libxml2 configure:15209: result: with xml2-ldflags : -L/usr/lib64 configure:15211: result: with xml2-ldadd : -lxml2 -lz -lm -ldl configure:15275: checking for mysql_config configure:15309: result: no configure:15359: gcc -o conftest -I/include -L/lib -lmysqlclient_r conftest.c >&5 conftest.c:55:21: fatal error: mysql.h: No such file or directory

include

                 ^
compilation terminated. configure:15359: $? = 1 configure: program exited with status 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "libpki" #define PACKAGE_TARNAME "libpki" #define PACKAGE_VERSION "0.8.9" #define PACKAGE_STRING "libpki 0.8.9" #define PACKAGE_BUGREPORT "libpki-users@lists.sourceforge.net" #define PACKAGE_URL "" #define ENABLE_ARCH_64 1 #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 PACKAGE "libpki" #define VERSION "0.8.9" #define HAVE_CALLOC 1 #define STDC_HEADERS 1 #define HAVE_SYS_WAIT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_SYSLOG_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_FORK 1 #define HAVE_VFORK 1 #define HAVE_WORKING_VFORK 1 #define HAVE_WORKING_FORK 1 #define HAVE_STDLIB_H 1 #define HAVE_MALLOC 1 #define HAVE_BZERO 1 #define HAVE_MEMSET 1 #define HAVE_SETENV 1 #define HAVE_SOCKET 1 #define HAVE_STRCASECMP 1 #define HAVE_STRCHR 1 #define HAVE_STRRCHR 1 #define HAVE_STRSTR 1 #define HAVE_GCC_PRAGMA_IGNORED 1 #define HAVE_GCC_PRAGMA_POP 1 #define HAVE_LIBPTHREAD 1 #define HAVE_PTHREAD_RWLOCK 1 #define LDAP_VENDOR_OPENLDAP 1 #define HAVE_LDAP 1 #define LDAP_VENDOR_OPENLDAP 1 #define HAVE_XML2 1 / end confdefs.h. /
#include
int main(void) {
MYSQL *x;
return(0);
}

configure:15399: result: _* WARNING::MySQL URLs are disabled! **** configure:15448: checking for pg_config configure:15482: result: no configure:15531: gcc -o conftest -I/usr/include -L/usr/lib64 -lpq conftest.c >&5 conftest.c:55:24: fatal error: libpq-fe.h: No such file or directory

include

                    ^
compilation terminated. configure:15531: $? = 1 configure: program exited with status 1 configure: failed program was: /* confdefs.h _/ #define PACKAGE_NAME "libpki" #define PACKAGE_TARNAME "libpki" #define PACKAGE_VERSION "0.8.9" #define PACKAGE_STRING "libpki 0.8.9" #define PACKAGE_BUGREPORT "libpki-users@lists.sourceforge.net" #define PACKAGE_URL "" #define ENABLE_ARCH_64 1 #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 PACKAGE "libpki" #define VERSION "0.8.9" #define HAVE_CALLOC 1 #define STDC_HEADERS 1 #define HAVE_SYS_WAIT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_SYSLOG_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_FORK 1 #define HAVE_VFORK 1 #define HAVE_WORKING_VFORK 1 #define HAVE_WORKING_FORK 1 #define HAVE_STDLIB_H 1 #define HAVE_MALLOC 1 #define HAVE_BZERO 1 #define HAVE_MEMSET 1 #define HAVE_SETENV 1 #define HAVE_SOCKET 1 #define HAVE_STRCASECMP 1 #define HAVE_STRCHR 1 #define HAVE_STRRCHR 1 #define HAVE_STRSTR 1 #define HAVE_GCC_PRAGMA_IGNORED 1 #define HAVE_GCC_PRAGMA_POP 1 #define HAVE_LIBPTHREAD 1 #define HAVE_PTHREAD_RWLOCK 1 #define LDAP_VENDOR_OPENLDAP 1 #define HAVE_LDAP 1 #define LDAP_VENDOR_OPENLDAP 1 #define HAVE_XML2 1 / end confdefs.h. /
#include
int main(void) {
PGconn *sql;
return(0);
}

configure:15567: result: _* WARNING::PostgreSQL disabled! **** configure:15623: gcc -c conftest.c >&5 configure:15623: $? = 0 configure:15685: result: enable_kmf: no configure:15687: result: enable_openssl: yes configure:15813: result: with openssl-prefix :
configure:15829: result: openssl lib dir : (default) configure:15836: result: crypto package for token operations... OPENSSL configure:15898: checking for pkg-config configure:15916: found /bin/pkg-config configure:15928: result: /bin/pkg-config configure:15953: checking pkg-config is at least version 0.9.0 configure:15956: result: yes configure:15966: checking for OPENSSL configure:15973: $PKG_CONFIG --exists --print-errors "openssl >= $openssl_pkg_min_ver" configure:15976: $? = 0 configure:15990: $PKG_CONFIG --exists --print-errors "openssl >= $openssl_pkg_min_ver" configure:15993: $? = 0 configure:16033: result: yes configure:16036: result: openssl 0.9.8 or greater found via pkgconfig configure:16105: checking for OPENSSL configure:16178: result: yes configure:16181: result: OPENSSL 0.9.8 or greater found via pkg-config configure:16361: gcc -o conftest conftest.c -lssl -lcrypto >&5 configure:16361: $? = 0 configure:16361: ./conftest configure:16361: $? = 0 configure:16385: result: Library OPENSSL prefix... /usr configure:16387: result: Library OPENSSL is SHARED...
configure:16389: result: Library OPENSSL C flags...
configure:16391: result: Library OPENSSL LD flags...
configure:16393: result: Library OPENSSL LIBS flags ...
configure:16407: result: OpenSSL Prefix: /usr configure:16420: result: OpenSSL Prefix: /usr configure:16457: result: OPENSSL ldflags: ................. configure:16459: result: OPENSSL ldadd: ................... -lssl -lcrypto
configure:16466: checking for library containing BIO_new configure:16497: gcc -o conftest -lssl -lcrypto conftest.c >&5 configure:16497: $? = 0 configure:16514: result: none required configure:16556: result: OpenSSL EC/ECDSA: Checking support in files configure:16575: result: OpenSSL Support for EC/ECDSA: ............ yes configure:16655: result: OPENSSL ldflags: ................. configure:16657: result: OPENSSL ldadd: ................... -lssl -lcrypto
configure:16680: result: enable engine support : yes configure:16785: result: Removed /usr/lib64 from linking (non-existing dir) configure:16790: result: Removing duplicate entries for -L/usr/lib64 from libpki_ldflags configure:16794: result: Removed duplicate entries for -L/usr/lib64 from libpki_ldflags configure:16812: result: Removed duplicate entries for -I/usr/include from libpki_cflags configure:16854: result: Removed /usr/lib64 from linking (non-existing dir) configure:16859: result: Removing duplicate entries for -L/usr/lib64 from my_ldflags configure:16863: result: Removed duplicate entries for -L/usr/lib64 from my_ldflags configure:16866: result: New my_ldflags: -L/usr/lib64 -L/usr/lib64 configure:16883: result: Removed duplicate entries for -I/usr/include from my_cflags configure:17018: checking that generated files are newer than configure configure:17024: result: done configure:17107: creating ./config.status

----------------------

Running config.status.

----------------------

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

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

on template.cts.local

config.status:1284: creating Makefile config.status:1284: creating src/global-vars config.status:1392: WARNING: 'src/global-vars.in' seems to ignore the --datarootdir setting config.status:1284: creating src/Makefile config.status:1284: creating src/drivers/Makefile config.status:1284: creating src/drivers/openssl/Makefile config.status:1284: creating src/drivers/engine/Makefile config.status:1284: creating src/drivers/pkcs11/Makefile config.status:1284: creating src/drivers/kmf/Makefile config.status:1284: creating src/openssl/Makefile config.status:1284: creating src/io/Makefile config.status:1284: creating src/net/Makefile config.status:1284: creating src/scep/Makefile config.status:1284: creating src/cms/Makefile config.status:1284: creating src/prqp/Makefile config.status:1284: creating src/lirt/Makefile config.status:1284: creating src/tools/Makefile config.status:1284: creating src/scripts/libpki-config config.status:1284: creating src/tests/Makefile config.status:1284: creating src/libpki/pki_config.h config.status:1284: creating contrib/libpki.pc config.status:1284: creating contrib/libpki-inst.xml config.status:1284: creating examples/prqp/Makefile config.status:1284: creating examples/profiles/Makefile config.status:1284: creating examples/token/Makefile config.status:1284: creating examples/url/Makefile config.status:1284: creating examples/crl/Makefile config.status:1284: creating examples/pkcs11/Makefile config.status:1284: creating examples/pkcs12/Makefile config.status:1284: creating examples/fips-mode/Makefile config.status:1284: creating docs/Makefile config.status:1284: creating docs/pkginfo config.status:1284: creating etc/Makefile config.status:1284: creating etc/profile.d/test.xml config.status:1284: creating etc/profile.d/user.xml config.status:1284: creating etc/profile.d/server.xml config.status:1284: creating etc/store.d/empty.xml config.status:1284: creating src/libpki/config.h config.status:1513: executing libtool commands config.status:1513: executing depfiles commands

----------------

Cache variables.

----------------

ac_cv_build=x86_64-unknown-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes 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_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_OPENSSL_CFLAGS_set= ac_cv_env_OPENSSL_CFLAGS_value= ac_cv_env_OPENSSL_LIBS_set= ac_cv_env_OPENSSL_LIBS_value= ac_cv_env_PKG_CONFIG_LIBDIR_set= ac_cv_env_PKG_CONFIG_LIBDIR_value= ac_cv_env_PKG_CONFIG_PATH_set= ac_cv_env_PKG_CONFIG_PATH_value= ac_cv_env_PKG_CONFIG_set= ac_cv_env_PKG_CONFIG_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_bzero=yes ac_cv_func_fork=yes ac_cv_func_fork_works=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_memset=yes ac_cv_func_setenv=yes ac_cv_func_socket=yes ac_cv_func_strcasecmp=yes ac_cv_func_strchr=yes ac_cv_func_strrchr=yes ac_cv_func_strstr=yes ac_cv_func_vfork=yes ac_cv_func_vfork_works=yes ac_cv_header_dlfcn_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_memory_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_select_h=yes ac_cv_header_sys_socket_h=yes ac_cv_header_sys_stat_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_unistd_h=yes ac_cv_header_vfork_h=no ac_cv_host=x86_64-unknown-linux-gnu ac_cv_lib_c_calloc=yes ac_cv_lib_pthread_pthread_create=yes ac_cv_objext=o ac_cv_path_AR=/bin/ar ac_cv_path_CHMOD=/bin/chmod ac_cv_path_CHOWN=/bin/chown ac_cv_path_CP=/bin/cp ac_cv_path_DATE=/bin/date ac_cv_path_DOXYGEN=/bin/doxygen ac_cv_path_ECHO=/bin/echo ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_FGREP='/bin/grep -F' ac_cv_path_GREP=/bin/grep ac_cv_path_GZIP=/bin/gzip ac_cv_path_MAKE=/bin/make ac_cv_path_MKDIR=/bin/mkdir ac_cv_path_PERL=/bin/perl ac_cv_path_POD2MAN=/bin/pod2man ac_cv_path_PWD=/usr/local/src/libpki ac_cv_path_RPM=/bin/rpm ac_cv_path_SED=/bin/sed ac_cv_path_SHELL=/bin/sh ac_cv_path_TAR=/bin/tar ac_cv_path_ZIP=/bin/gzip ac_cv_path_ac_pt_PKG_CONFIG=/bin/pkg-config ac_cv_path_install='/bin/install -c' ac_cv_path_mkdir=/bin/mkdir ac_cv_path_xml2_config=/bin/xml2-config ac_cv_prog_AWK=gawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_HAS_PKGCONF=yes ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=gcc 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_g=yes ac_cv_prog_make__bin_make_set=yes ac_cv_prog_make_make_set=yes ac_cv_search_BIO_new='none required' ac_cv_struct_tm=time.h ac_cv_target=x86_64-unknown-linux-gnu ac_cv_type_pid_t=yes am_cv_CC_dependencies_compiler_type=gcc3 am_cv_make_support_nested_variables=yes am_cv_prog_cc_c_o=yes jm_cv_func_working_malloc=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=/bin/ld lt_cv_path_NM='/bin/nm -B' lt_cv_path_mainfest_tool=no lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_pic='-fPIC -DPIC' lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_compiler_static_works=no lt_cv_prog_gnu_ld=yes lt_cv_sharedlib_from_linklib_cmd='printf %s\n' lt_cv_shlibpath_overrides_runpath=no lt_cv_sys_global_symbolpipe='sed -n -e '\''s/^. [ ][ ]_([_A-Za-z][A-Za-z0-9])$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' lt_cv_sys_global_symbol_to_c_nameaddress='sed -n -e '\''s/^: ([^ ])[ ]$/ {\"\1\", (void ) 0},/p'\'' -e '\''s/^[ABCDGIRSTW] ([^ ]) ([^ ])$/ {"\2", (void ) &\2},/p'\''' lt_cv_sys_global_symbol_to_c_name_address_libprefix='sed -n -e '\''s/^: ([^ ])[ ]$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW] ([^ ]) (lib[^ ])$/ {"\2", (void ) &\2},/p'\'' -e '\''s/^[ABCDGIRSTW] ([^ ]) ([^ ])$/ {"lib\2", (void _) &\2},/p'\''' lt_cv_sys_global_symbol_tocdecl='sed -n -e '\''s/^T . (.)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW] .* (.*)$/extern char \1;/p'\''' 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 pkg_cv_OPENSSL_CFLAGS=' ' pkg_cv_OPENSSL_LIBS='-lssl -lcrypto '

-----------------

Output variables.

-----------------

ACLOCAL='${SHELL} /usr/local/src/libpki/build/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='/bin/ar ' AUTOCONF='${SHELL} /usr/local/src/libpki/build/missing autoconf' AUTOHEADER='${SHELL} /usr/local/src/libpki/build/missing autoheader' AUTOMAKE='${SHELL} /usr/local/src/libpki/build/missing automake-1.15' AWK='gawk' CC='gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-g -O2 -fstack-check' CHMOD='/bin/chmod' CHOWN='/bin/chown' CP='/bin/cp' CPP='gcc -E' CPPFLAGS='' CPU='x86_64' CXX='' CYGPATH_W='echo' DATE='/bin/date' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' DESTDIR='' DIST_NAME='\S' DIST_VERSION='' DLLTOOL='false' DOXYGEN='/bin/doxygen' DSYMUTIL='' DUMPBIN='' ECHO='/bin/echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' ENABLE_KMF_FALSE='' ENABLE_KMF_TRUE='#' ENABLE_OPENSSL_ENGINE_FALSE='#' ENABLE_OPENSSL_ENGINE_TRUE='' ENABLE_OPENSSL_FALSE='#' ENABLE_OPENSSL_TRUE='' EXEEXT='' FGREP='/bin/grep -F' GREP='/bin/grep' GZIP='/bin/gzip' HAS_PKGCONF='yes' INSTALL_BUILDER='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LD='/bin/ld -m elf_x86_64' LDAP_PREFIX_FALSE='' LDAP_PREFIX_TRUE='#' LDFLAGS='' LIBOBJS='' LIBPKI_ARCH_AIX_FALSE='' LIBPKI_ARCH_AIX_TRUE='#' LIBPKI_ARCH_BSD_FALSE='' LIBPKI_ARCH_BSD_TRUE='#' LIBPKI_ARCH_HPUX_FALSE='' LIBPKI_ARCH_HPUX_TRUE='#' LIBPKI_ARCH_LINUX_FALSE='#' LIBPKI_ARCH_LINUX_TRUE='' LIBPKI_ARCH_OSX_FALSE='' LIBPKI_ARCH_OSX_TRUE='#' LIBPKI_ARCH_SOLARIS_FALSE='' LIBPKI_ARCH_SOLARIS_TRUE='#' LIBPKI_ENABLE_IPHONE_FALSE='' LIBPKI_ENABLE_IPHONE_TRUE='#' LIBS='' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIBTOOL_DEPS='build/ltmain.sh' LIPO='' LN_S='ln -s' LTLIBOBJS='' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKE='/bin/make' MAKEINFO='${SHELL} /usr/local/src/libpki/build/missing makeinfo' MANIFEST_TOOL=':' MKDIR='/bin/mkdir' MKDIR_P='/bin/mkdir -p' MYSQL_CONFIG='' MYSQL_CPPFLAGS='' NM='/bin/nm -B' NMEDIT='' OBJDUMP='objdump' OBJEXT='o' OPENSSL_CFLAGS=' ' OPENSSL_LIBS='-lssl -lcrypto ' OPENSSL_PREFIX_FALSE='' OPENSSL_PREFIX_TRUE='#' OTOOL64='' OTOOL='' PACKAGE='libpki' PACKAGE_BUGREPORT='libpki-users@lists.sourceforge.net' PACKAGE_NAME='libpki' PACKAGE_STRING='libpki 0.8.9' PACKAGE_TARNAME='libpki' PACKAGE_URL='' PACKAGE_VERSION='0.8.9' PATH_SEPARATOR=':' PDFLATEX='' PERL='/bin/perl' PG_CONFIG='' PG_CPPFLAGS='' PKGMK='rpm' PKG_CONFIG='/bin/pkg-config' PKG_CONFIG_LIBDIR='' PKG_CONFIG_PATH='' POD2MAN='/bin/pod2man' PWD='/usr/local/src/libpki' RANLIB='ranlib' RC='1' RPM='/bin/rpm' SED='/bin/sed' SET_MAKE='' SHELL='/bin/sh' STATIC_COMPILE_FALSE='' STATIC_COMPILE_TRUE='#' STRIP='strip' TAR='/bin/tar' TODAY='20161013' VERSION='0.8.9' ZIP='/bin/gzip' ac_aux_dir='build' ac_ct_AR='ar' ac_ct_CC='gcc' ac_ct_DUMPBIN='' amEXEEXT_FALSE='' am__EXEEXT_TRUE='#' amfastdepCC_FALSE='#' amfastdepCC_TRUE='' aminclude='include' amisrc='' am__leading_dot='.' amnodep='_no' amquote='' amtar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' arch_target='x86_64' bindir='${exec_prefix}/bin' build='x86_64-unknown-linux-gnu' build_alias='' build_cpu='x86_64' build_os='linux-gnu' build_vendor='unknown' conf_dir='file:///usr/etc' datadir='${datarootdir}' datarootdir='${prefix}/share' dist_group='openca' dist_user='madwolf' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' etc_dir='/usr/etc' exec_prefix='${prefix}' extra_checks='no' host='x86_64-unknown-linux-gnu' host_alias='' host_cpu='x86_64' host_os='linux-gnu' host_vendor='unknown' htmldir='${docdir}' iface_age='9' iface_current='89' iface_revision='89' iface_version='89' include_dir='/usr/include' include_prefix='/usr/include' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='${SHELL} /usr/local/src/libpki/build/install-sh' kmf_cflags='' kmf_ldadd='' kmf_libflags='' kmf_prefix='' ldap_cflags='' ldap_ldadd='-lldap_r' ldap_ldflags='' ldap_prefix='' ldap_vendor='OPENLDAP' lib_prefix='/usr/lib64' libdir='/usr/lib64' libexecdir='${exec_prefix}/libexec' libpki_cflags='-I/usr/include -DENABLE_ECDSA=1 -I/usr/include/libxml2 ' libpki_ldadd='-lpthread' libpki_ldflags='-L/usr/lib64 -lssl -lcrypto -L/usr/lib64' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='$(MKDIR_P)' my_cflags='-I/usr/include -g -O2 -fstack-check -maccumulate-outgoing-args -DENABLE_ECDSA=1 -I/usr/include/libxml2 ' my_ldadd='-lpthread -ldl -lrt -lldap_r -lssl -lcrypto -lxml2 -lz -lm -ldl -lresolv' my_ldflags='-L/usr/lib64 -L/usr/lib64' myarch='linux' mybits='64' mybits_install='64' mysql_cflags='' mysql_config='' mysql_ldadd='' mysql_ldflags='' mysql_prefix='' oldincludedir='/usr/include' openssl_cflags=' -DENABLE_ECDSA=1' openssl_ldadd='-lssl -lcrypto ' openssl_ldflags='' openssl_prefix='/usr' openssl_static_libs='' package_build='no' package_prefix='/usr' pdfdir='${docdir}' pg_cflags='' pg_config='' pg_ldadd='' pg_ldflags='' pg_prefix='' prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' pthread_opts='' resolv_ldadd='-lresolv' rpath='-Wl,-rpath -Wl,"/usr/lib64" ' sbindir='${exec_prefix}/sbin' sdkver='5.0' sharedstatedir='${prefix}/com' shlext='so' sys_cflags='-DLINUX' sys_ldadd='-ldl -lrt' sysconfdir='${prefix}/etc' target='x86_64-unknown-linux-gnu' target_alias='' target_cpu='x86_64' target_os='linux-gnu' target_vendor='unknown' test_libs=' -ldl -lrt' xml2_cflags='-I/usr/include/libxml2' xml2_config='/usr/bin/xml2-config' xml2_ldadd='-lxml2 -lz -lm -ldl' xml2_ldflags='-L/usr/lib64' xml2_prefix='/usr' xml2_prefix_FALSE='#' xml2_prefix_TRUE=''

-----------

confdefs.h.

-----------

/* confdefs.h */

define PACKAGE_NAME "libpki"

define PACKAGE_TARNAME "libpki"

define PACKAGE_VERSION "0.8.9"

define PACKAGE_STRING "libpki 0.8.9"

define PACKAGE_BUGREPORT "libpki-users@lists.sourceforge.net"

define PACKAGE_URL ""

define ENABLE_ARCH_64 1

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 PACKAGE "libpki"

define VERSION "0.8.9"

define HAVE_CALLOC 1

define STDC_HEADERS 1

define HAVE_SYS_WAIT_H 1

define HAVE_STDLIB_H 1

define HAVE_STRING_H 1

define HAVE_SYS_SOCKET_H 1

define HAVE_SYSLOG_H 1

define HAVE_SYS_SELECT_H 1

define HAVE_FORK 1

define HAVE_VFORK 1

define HAVE_WORKING_VFORK 1

define HAVE_WORKING_FORK 1

define HAVE_STDLIB_H 1

define HAVE_MALLOC 1

define HAVE_BZERO 1

define HAVE_MEMSET 1

define HAVE_SETENV 1

define HAVE_SOCKET 1

define HAVE_STRCASECMP 1

define HAVE_STRCHR 1

define HAVE_STRRCHR 1

define HAVE_STRSTR 1

define HAVE_GCC_PRAGMA_IGNORED 1

define HAVE_GCC_PRAGMA_POP 1

define HAVE_LIBPTHREAD 1

define HAVE_PTHREAD_RWLOCK 1

define LDAP_VENDOR_OPENLDAP 1

define HAVE_LDAP 1

define LDAP_VENDOR_OPENLDAP 1

define HAVE_XML2 1

define HAVE_LIBRESOLV 1

define ENABLE_OPENSSL 1

define ENABLE_ECDSA 1

define HAVE_ENGINE 1

define LIBPKI_TARGET_LINUX 1

configure: exit 0

But at the same time I'm able to compile it for any version of Ubuntu/Debian.

opencrypto commented 7 years ago

Hi Andrei,

I fixed the error by adding the pki_conf.h missing file - you should be all set to go :D We are in the process to (unfortunately slowly) re-design the include structure (requires time) to make it more efficient and that error was caused by that. We are now working on a different branch to avoid issues like these and then we'll integrate the work into the master branch when ready.

Please let me know if there are still errors while compiling.

Cheers, Max

On 10/13/2016 02:36 PM, AndreiBrajnicov wrote:

Steps to reproduce:

yum update yum install git yum groupinstall "Development Tools"

cd /usr/local/src git clone https://github.com/openca/libpki.git

./configure make

Unfortunately i receive the following error:" Making all in src make[1]: Entering directory |/usr/local/src/libpki/src' Making all in drivers make[2]: Entering directory|/usr/local/src/libpki/src/drivers' Making all in openssl make[3]: Entering directory |/usr/local/src/libpki/src/drivers/openssl' /bin/sh ../../../libtool --tag=CC --mode=compile gcc -I. -I../../../src/libpki -I../.. -DENABLE_ECDSA=1 -DLIB_BUILD -I/usr/include -g -O2 -fstack-check -maccumulate-outgoing-args -DENABLE_ECDSA=1 -I/usr/include/libxml2 -DLINUX -g -O2 -fstack-check -MT libpki_token_openssl_la-openssl_hsm.lo -MD -MP -MF .deps/libpki_token_openssl_la-openssl_hsm.Tpo -c -o libpki_token_openssl_la-openssl_hsm.lo|test -f 'openssl_hsm.c' || echo './'|openssl_hsm.c libtool: compile: gcc -I. -I../../../src/libpki -I../.. -DENABLE_ECDSA=1 -DLIB_BUILD -I/usr/include -g -O2 -fstack-check -maccumulate-outgoing-args -DENABLE_ECDSA=1 -I/usr/include/libxml2 -DLINUX -g -O2 -fstack-check -MT libpki_token_openssl_la-openssl_hsm.lo -MD -MP -MF .deps/libpki_token_openssl_la-openssl_hsm.Tpo -c openssl_hsm.c -fPIC -DPIC -o .libs/libpki_token_openssl_la-openssl_hsm.o In file included from openssl_hsm.c:4:0: ../../libpki/pki.h:503:29: fatal error: libpki/pki_conf.h: No such file or directory

include <libpki/pki_conf.h>

^ compilation terminated. make[3]: * [libpki_token_openssl_la-openssl_hsm.lo] Error 1 make[3]: Leaving directory|/usr/local/src/libpki/src/drivers/openssl' make[2]: * [all-recursive] Error 1 make[2]: Leaving directory |/usr/local/src/libpki/src/drivers' make[1]: * [all-recursive] Error 1 make[1]: Leaving directory|/usr/local/src/libpki/src' make: * [all-recursive] Error 1"

Output of the config.log: This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake.

It was created by libpki configure 0.8.9, which was generated by GNU Autoconf 2.69. Invocation command line was

$ ./configure

---------

Platform.

---------

hostname = template.local uname -m = x86_64 uname -r = 3.10.0-327.36.1.el7.x86_64 uname -s = Linux uname -v = #1 https://github.com/openca/libpki/issues/1 SMP Sun Sep 18 13:04:29 UTC 2016

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

/bin/arch = x86_64 /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: /sbin PATH: /bin PATH: /usr/sbin PATH: /usr/bin PATH: /root/bin PATH: /root/bin

-----------

Core tests.

-----------

configure:2671: checking build system type configure:2685: result: x86_64-unknown-linux-gnu configure:2705: checking host system type configure:2718: result: x86_64-unknown-linux-gnu configure:2738: checking target system type configure:2751: result: x86_64-unknown-linux-gnu configure:2826: checking how to print strings configure:2853: result: printf configure:2925: checking for gcc configure:2941: found /bin/gcc configure:2952: result: gcc configure:3181: checking for C compiler version configure:3190: gcc --version >&5 gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-4) 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:3201: $? = 0 configure:3190: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper Target: x86_64-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux Thread model: posix gcc version 4.8.5 20150623 (Red Hat 4.8.5-4) (GCC) configure:3201: $? = 0 configure:3190: gcc -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. configure:3201: $? = 4 configure:3190: gcc -qversion >&5 gcc: error: unrecognized command line option '-qversion' gcc: fatal error: no input files compilation terminated. configure:3201: $? = 4 configure:3221: checking whether the C compiler works configure:3243: gcc conftest.c >&5 configure:3247: $? = 0 configure:3295: result: yes configure:3298: checking for C compiler default output file name configure:3300: result: a.out configure:3306: checking for suffix of executables configure:3313: gcc -o conftest conftest.c >&5 configure:3317: $? = 0 configure:3339: result: configure:3361: checking whether we are cross compiling configure:3369: gcc -o conftest conftest.c >&5 configure:3373: $? = 0 configure:3380: ./conftest configure:3384: $? = 0 configure:3399: result: no configure:3404: checking for suffix of object files configure:3426: gcc -c conftest.c >&5 configure:3430: $? = 0 configure:3451: result: o configure:3455: checking whether we are using the GNU C compiler configure:3474: gcc -c conftest.c >&5 configure:3474: $? = 0 configure:3483: result: yes configure:3492: checking whether gcc accepts -g configure:3512: gcc -c -g conftest.c >&5 configure:3512: $? = 0 configure:3553: result: yes configure:3570: checking for gcc option to accept ISO C89 configure:3633: gcc -c -g -O2 conftest.c >&5 configure:3633: $? = 0 configure:3646: result: none needed configure:3671: checking whether gcc understands -c and -o together configure:3693: gcc -c conftest.c -o conftest2.o configure:3696: $? = 0 configure:3693: gcc -c conftest.c -o conftest2.o configure:3696: $? = 0 configure:3708: result: yes configure:3725: checking for a sed that does not truncate output configure:3789: result: /bin/sed configure:3807: checking for grep that handles long lines and -e configure:3865: result: /bin/grep configure:3870: checking for egrep configure:3932: result: /bin/grep -E configure:3937: checking for fgrep configure:3999: result: /bin/grep -F configure:4034: checking for ld used by gcc configure:4101: result: /bin/ld configure:4108: checking if the linker (/bin/ld) is GNU ld configure:4123: result: yes configure:4135: checking for BSD- or MS-compatible name lister (nm) configure:4184: result: /bin/nm -B configure:4314: checking the name lister (/bin/nm -B) interface configure:4321: gcc -c -g -O2 conftest.c >&5 configure:4324: /bin/nm -B "conftest.o" configure:4327: output 0000000000000000 B some_variable configure:4334: result: BSD nm configure:4337: checking whether ln -s works configure:4341: result: yes configure:4349: checking the maximum length of command line arguments configure:4479: result: 1572864 configure:4496: checking whether the shell understands some XSI constructs configure:4506: result: yes configure:4510: checking whether the shell understands "+=" configure:4516: result: yes configure:4551: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format configure:4591: result: func_convert_file_noop configure:4598: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format configure:4618: result: func_convert_file_noop configure:4625: checking for /bin/ld option to reload object files configure:4632: result: -r configure:4706: checking for objdump configure:4722: found /bin/objdump configure:4733: result: objdump configure:4765: checking how to recognize dependent libraries configure:4967: result: pass_all configure:5052: checking for dlltool configure:5082: result: no configure:5112: checking how to associate runtime and link libraries configure:5139: result: printf %s\n configure:5200: checking for ar configure:5216: found /bin/ar configure:5227: result: ar configure:5264: checking for archiver @FILE https://github.com/FILE support configure:5281: gcc -c -g -O2 conftest.c >&5 configure:5281: $? = 0 configure:5284: ar cru libconftest.a @conftest.lst >&5 configure:5287: $? = 0 configure:5292: ar cru libconftest.a @conftest.lst >&5 ar: conftest.o: No such file or directory configure:5295: $? = 1 configure:5307: result: @ configure:5365: checking for strip configure:5381: found /bin/strip configure:5392: result: strip configure:5464: checking for ranlib configure:5480: found /bin/ranlib configure:5491: result: ranlib configure:5568: checking for gawk configure:5584: found /bin/gawk configure:5595: result: gawk configure:5635: checking command to parse /bin/nm -B output from gcc object configure:5755: gcc -c -g -O2 conftest.c >&5 configure:5758: $? = 0 configure:5762: /bin/nm -B conftest.o | sed -n -e 's/^./ [ ][ ]/([_A-Za-z][_A-Za-z0-9]/)$/\1 \2 \2/p' | sed '/ gnu_lto/d' > conftest.nm configure:5765: $? = 0 configure:5831: gcc -o conftest -g -O2 conftest.c conftstm.o >&5 configure:5834: $? = 0 configure:5872: result: ok configure:5909: checking for sysroot configure:5939: result: no configure:6016: gcc -c -g -O2 conftest.c >&5 configure:6019: $? = 0 configure:6201: checking for mt configure:6231: result: no configure:6251: checking if : is a manifest tool configure:6257: : '-?' configure:6265: result: no configure:6907: checking how to run the C preprocessor configure:6938: gcc -E conftest.c configure:6938: $? = 0 configure:6952: gcc -E conftest.c conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory

include

^ compilation terminated. configure:6952: $? = 1 configure: failed program was: | /* confdefs.h // | #define PACKAGE_NAME "libpki" | #define PACKAGE_TARNAME "libpki" | #define PACKAGE_VERSION "0.8.9" | #define PACKAGE_STRING "libpki 0.8.9" | #define PACKAGE_BUGREPORT "libpki-users@lists.sourceforge.net mailto:libpki-users@lists.sourceforge.net" | #define PACKAGE_URL "" | #define ENABLE_ARCH_64 1 | // end confdefs.h. // | #include configure:6977: result: gcc -E configure:6997: gcc -E conftest.c configure:6997: $? = 0 configure:7011: gcc -E conftest.c conftest.c:10:28: fatal error: ac_nonexistent.h: No such file or directory

include

^ compilation terminated. configure:7011: $? = 1 configure: failed program was: | // confdefs.h // | #define PACKAGE_NAME "libpki" | #define PACKAGE_TARNAME "libpki" | #define PACKAGE_VERSION "0.8.9" | #define PACKAGE_STRING "libpki 0.8.9" | #define PACKAGE_BUGREPORT "libpki-users@lists.sourceforge.net mailto:libpki-users@lists.sourceforge.net" | #define PACKAGE_URL "" | #define ENABLE_ARCH_64 1 | // end confdefs.h. // | #include configure:7040: checking for ANSI C header files configure:7060: gcc -c -g -O2 conftest.c >&5 configure:7060: $? = 0 configure:7133: gcc -o conftest -g -O2 conftest.c >&5 configure:7133: $? = 0 configure:7133: ./conftest configure:7133: $? = 0 configure:7144: result: yes configure:7157: checking for sys/types.h configure:7157: gcc -c -g -O2 conftest.c >&5 configure:7157: $? = 0 configure:7157: result: yes configure:7157: checking for sys/stat.h configure:7157: gcc -c -g -O2 conftest.c >&5 configure:7157: $? = 0 configure:7157: result: yes configure:7157: checking for stdlib.h configure:7157: gcc -c -g -O2 conftest.c >&5 configure:7157: $? = 0 configure:7157: result: yes configure:7157: checking for string.h configure:7157: gcc -c -g -O2 conftest.c >&5 configure:7157: $? = 0 configure:7157: result: yes configure:7157: checking for memory.h configure:7157: gcc -c -g -O2 conftest.c >&5 configure:7157: $? = 0 configure:7157: result: yes configure:7157: checking for strings.h configure:7157: gcc -c -g -O2 conftest.c >&5 configure:7157: $? = 0 configure:7157: result: yes configure:7157: checking for inttypes.h configure:7157: gcc -c -g -O2 conftest.c >&5 configure:7157: $? = 0 configure:7157: result: yes configure:7157: checking for stdint.h configure:7157: gcc -c -g -O2 conftest.c >&5 configure:7157: $? = 0 configure:7157: result: yes configure:7157: checking for unistd.h configure:7157: gcc -c -g -O2 conftest.c >&5 configure:7157: $? = 0 configure:7157: result: yes configure:7171: checking for dlfcn.h configure:7171: gcc -c -g -O2 conftest.c >&5 configure:7171: $? = 0 configure:7171: result: yes configure:7377: checking for objdir configure:7392: result: .libs configure:7663: checking if gcc supports -fno-rtti -fno-exceptions configure:7681: 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 [enabled by default] configure:7685: $? = 0 configure:7698: result: no configure:8025: checking for gcc option to produce PIC configure:8032: result: -fPIC -DPIC configure:8040: checking if gcc PIC flag -fPIC -DPIC works configure:8058: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5 configure:8062: $? = 0 configure:8075: result: yes configure:8104: checking if gcc static flag -static works configure:8132: result: no configure:8147: checking if gcc supports -c -o file.o configure:8168: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5 configure:8172: $? = 0 configure:8194: result: yes configure:8202: checking if gcc supports -c -o file.o configure:8249: result: yes configure:8282: checking whether the gcc linker (/bin/ld -m elf_x86_64) supports shared libraries configure:9435: result: yes configure:9472: checking whether -lc should be explicitly linked in configure:9480: gcc -c -g -O2 conftest.c >&5 configure:9483: $? = 0 configure:9498: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2>&1 | /bin/grep -lc >/dev/null 2>&1 configure:9501: $? = 0 configure:9515: result: no configure:9675: checking dynamic linker characteristics configure:10186: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5 configure:10186: $? = 0 configure:10412: result: GNU/Linux ld.so configure:10519: checking how to hardcode library paths into programs configure:10544: result: immediate configure:11084: checking whether stripping libraries is possible configure:11089: result: yes configure:11124: checking if libtool supports shared libraries configure:11126: result: yes configure:11129: checking whether to build shared libraries configure:11150: result: yes configure:11153: checking whether to build static libraries configure:11157: result: yes configure:11195: checking for egrep configure:11257: result: /bin/grep -E configure:11282: checking for a BSD-compatible install configure:11350: result: /bin/install -c configure:11361: checking whether build environment is sane configure:11416: result: yes configure:11564: checking for a thread-safe mkdir -p configure:11603: result: /bin/mkdir -p configure:11606: checking whether make sets $(MAKE) configure:11628: result: yes configure:11658: checking for style of include used by make configure:11686: result: GNU configure:11720: checking whether make supports nested variables configure:11737: result: yes configure:11822: checking dependency style of gcc configure:11933: result: gcc3 configure:12312: checking for make configure:12330: found /bin/make configure:12342: result: /bin/make configure:12352: checking for ar configure:12370: found /bin/ar configure:12382: result: /bin/ar configure:12393: result: Not an iPhone Build configure:12399: checking whether to enable maintainer-specific portions of Makefiles configure:12408: result: no configure:12423: checking whether ln -s works configure:12427: result: yes configure:12438: checking for gawk configure:12465: result: gawk configure:12476: checking whether /bin/make sets $(MAKE) configure:12498: result: yes configure:12512: checking for calloc in -lc configure:12537: gcc -o conftest -g -O2 conftest.c -lc >&5 conftest.c:31:6: warning: conflicting types for built-in function 'calloc' [enabled by default] char calloc (); ^ configure:12537: $? = 0 configure:12546: result: yes configure:12561: checking for ANSI C header files configure:12665: result: yes configure:12673: checking for sys/wait.h that is POSIX.1 compatible configure:12699: gcc -c -g -O2 conftest.c >&5 configure:12699: $? = 0 configure:12706: result: yes configure:12717: checking for stdlib.h configure:12717: result: yes configure:12717: checking for string.h configure:12717: result: yes configure:12717: checking sys/socket.h usability configure:12717: gcc -c -g -O2 conftest.c >&5 configure:12717: $? = 0 configure:12717: result: yes configure:12717: checking sys/socket.h presence configure:12717: gcc -E conftest.c configure:12717: $? = 0 configure:12717: result: yes configure:12717: checking for sys/socket.h configure:12717: result: yes configure:12717: checking syslog.h usability configure:12717: gcc -c -g -O2 conftest.c >&5 configure:12717: $? = 0 configure:12717: result: yes configure:12717: checking syslog.h presence configure:12717: gcc -E conftest.c configure:12717: $? = 0 configure:12717: result: yes configure:12717: checking for syslog.h configure:12717: result: yes configure:12731: checking sys/select.h usability configure:12731: gcc -c -g -O2 conftest.c >&5 configure:12731: $? = 0 configure:12731: result: yes configure:12731: checking sys/select.h presence configure:12731: gcc -E conftest.c configure:12731: $? = 0 configure:12731: result: yes configure:12731: checking for sys/select.h configure:12731: result: yes configure:12744: checking for an ANSI C-conforming const configure:12810: gcc -c -g -O2 conftest.c >&5 configure:12810: $? = 0 configure:12817: result: yes configure:12825: checking for pid_t configure:12825: gcc -c -g -O2 conftest.c >&5 configure:12825: $? = 0 configure:12825: gcc -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:68:20: error: expected expression before ')' token if (sizeof ((pid_t))) ^ configure:12825: $? = 1 configure: failed program was: | // confdefs.h // | #define PACKAGE_NAME "libpki" | #define PACKAGE_TARNAME "libpki" | #define PACKAGE_VERSION "0.8.9" | #define PACKAGE_STRING "libpki 0.8.9" | #define PACKAGE_BUGREPORT "libpki-users@lists.sourceforge.net mailto:libpki-users@lists.sourceforge.net" | #define PACKAGE_URL "" | #define ENABLE_ARCH_64 1 | #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 PACKAGE "libpki" | #define VERSION "0.8.9" | #define HAVE_CALLOC 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_SELECT_H 1 | // end confdefs.h. // | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | int | main () | { | if (sizeof ((pid_t))) | return 0; | ; | return 0; | } configure:12825: result: yes configure:12836: checking whether struct tm is in sys/time.h or time.h configure:12856: gcc -c -g -O2 conftest.c >&5 configure:12856: $? = 0 configure:12863: result: time.h configure:12875: checking vfork.h usability configure:12875: gcc -c -g -O2 conftest.c >&5 conftest.c:65:19: fatal error: vfork.h: No such file or directory

include

^ compilation terminated. configure:12875: $? = 1 configure: failed program was: | // confdefs.h // | #define PACKAGE_NAME "libpki" | #define PACKAGE_TARNAME "libpki" | #define PACKAGE_VERSION "0.8.9" | #define PACKAGE_STRING "libpki 0.8.9" | #define PACKAGE_BUGREPORT "libpki-users@lists.sourceforge.net mailto:libpki-users@lists.sourceforge.net" | #define PACKAGE_URL "" | #define ENABLE_ARCH_64 1 | #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 PACKAGE "libpki" | #define VERSION "0.8.9" | #define HAVE_CALLOC 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_SELECT_H 1 | // end confdefs.h. // | #include | #ifdef HAVE_SYS_TYPES_H | # include | #endif | #ifdef HAVE_SYS_STAT_H | # include | #endif | #ifdef STDC_HEADERS | # include | # include | #else | # ifdef HAVE_STDLIB_H | # include | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include | # endif | # include | #endif | #ifdef HAVE_STRINGS_H | # include | #endif | #ifdef HAVE_INTTYPES_H | # include | #endif | #ifdef HAVE_STDINT_H | # include | #endif | #ifdef HAVE_UNISTD_H | # include | #endif | #include configure:12875: result: no configure:12875: checking vfork.h presence configure:12875: gcc -E conftest.c conftest.c:32:19: fatal error: vfork.h: No such file or directory

include

^ compilation terminated. configure:12875: $? = 1 configure: failed program was: | // confdefs.h // | #define PACKAGE_NAME "libpki" | #define PACKAGE_TARNAME "libpki" | #define PACKAGE_VERSION "0.8.9" | #define PACKAGE_STRING "libpki 0.8.9" | #define PACKAGE_BUGREPORT "libpki-users@lists.sourceforge.net mailto:libpki-users@lists.sourceforge.net" | #define PACKAGE_URL "" | #define ENABLE_ARCH_64 1 | #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 PACKAGE "libpki" | #define VERSION "0.8.9" | #define HAVE_CALLOC 1 | #define STDC_HEADERS 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_SYSLOG_H 1 | #define HAVE_SYS_SELECT_H 1 | // end confdefs.h. // | #include configure:12875: result: no configure:12875: checking for vfork.h configure:12875: result: no configure:12888: checking for fork configure:12888: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:55:6: warning: conflicting types for built-in function 'fork' [enabled by default] char fork (); ^ configure:12888: $? = 0 configure:12888: result: yes configure:12888: checking for vfork configure:12888: gcc -o conftest -g -O2 conftest.c >&5 configure:12888: $? = 0 configure:12888: result: yes configure:12898: checking for working fork configure:12920: gcc -o conftest -g -O2 conftest.c >&5 configure:12920: $? = 0 configure:12920: ./conftest configure:12920: $? = 0 configure:12930: result: yes configure:12951: checking for working vfork configure:13061: result: yes configure:13088: checking for stdlib.h configure:13088: result: yes configure:13098: checking for GNU libc compatible malloc configure:13132: result: yes configure:13156: checking for bzero configure:13156: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:61:6: warning: conflicting types for built-in function 'bzero' [enabled by default] char bzero (); ^ configure:13156: $? = 0 configure:13156: result: yes configure:13156: checking for memset configure:13156: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:62:6: warning: conflicting types for built-in function 'memset' [enabled by default] char memset (); ^ configure:13156: $? = 0 configure:13156: result: yes configure:13156: checking for setenv configure:13156: gcc -o conftest -g -O2 conftest.c >&5 configure:13156: $? = 0 configure:13156: result: yes configure:13156: checking for socket configure:13156: gcc -o conftest -g -O2 conftest.c >&5 configure:13156: $? = 0 configure:13156: result: yes configure:13156: checking for strcasecmp configure:13156: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:65:6: warning: conflicting types for built-in function 'strcasecmp' [enabled by default] char strcasecmp (); ^ configure:13156: $? = 0 configure:13156: result: yes configure:13156: checking for strchr configure:13156: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:66:6: warning: conflicting types for built-in function 'strchr' [enabled by default] char strchr (); ^ configure:13156: $? = 0 configure:13156: result: yes configure:13156: checking for strrchr configure:13156: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:67:6: warning: conflicting types for built-in function 'strrchr' [enabled by default] char strrchr (); ^ configure:13156: $? = 0 configure:13156: result: yes configure:13156: checking for strstr configure:13156: gcc -o conftest -g -O2 conftest.c >&5 conftest.c:68:6: warning: conflicting types for built-in function 'strstr' [enabled by default] char strstr (); ^ configure:13156: $? = 0 configure:13156: result: yes configure:13173: checking checking for -fstack-check support configure:13191: gcc -o conftest -g -O2 -fstack-check conftest.c >&5 configure:13191: $? = 0 configure:13191: ./conftest configure:13191: $? = 0 configure:13206: result: yes configure:13213: checking checking for -maccumulate-outgoing-args support configure:13231: gcc -o conftest -g -O2 -fstack-check -maccumulate-outgoing-args conftest.c >&5 configure:13231: $? = 0 configure:13231: ./conftest configure:13231: $? = 0 configure:13246: result: yes configure:13712: gcc -o conftest -g -O2 -fstack-check -maccumulate-outgoing-args conftest.c >&5 configure:13712: $? = 0 configure:13712: ./conftest configure:13712: $? = 0 configure:13741: gcc -o conftest -g -O2 -fstack-check -maccumulate-outgoing-args conftest.c >&5 configure:13741: $? = 0 configure:13741: ./conftest configure:13741: $? = 0 configure:13760: checking for date configure:13778: found /bin/date configure:13790: result: /bin/date configure:13800: checking for chmod configure:13818: found /bin/chmod configure:13830: result: /bin/chmod configure:13840: checking for pkgmk configure:13873: result: no configure:13880: checking for rpm configure:13898: found /bin/rpm configure:13910: result: /bin/rpm configure:13930: checking for perl configure:13948: found /bin/perl configure:13960: result: /bin/perl configure:13971: checking for pthread_create in -lpthread configure:13996: gcc -o conftest -g -O2 -fstack-check conftest.c -lpthread >&5 configure:13996: $? = 0 configure:14005: result: yes configure:14018: result: Detecting pthread cflags ... configure:14034: gcc -c -g -O2 -fstack-check conftest.c >&5 configure:14034: $? = 0 configure:14074: result: pthread cflags ... none configure:14181: checking for bash configure:14212: result: /bin/sh configure:14222: checking for pod2man configure:14240: found /bin/pod2man configure:14253: result: /bin/pod2man configure:14263: checking for mkdir configure:14281: found /bin/mkdir configure:14293: result: /bin/mkdir configure:14303: checking for sed configure:14333: result: /bin/sed configure:14343: checking for gzip configure:14361: found /bin/gzip configure:14373: result: /bin/gzip configure:14383: checking for gzip configure:14401: found /bin/gzip configure:14413: result: /bin/gzip configure:14423: checking for tar configure:14441: found /bin/tar configure:14453: result: /bin/tar configure:14463: checking for pwd configure:14493: result: /usr/local/src/libpki configure:14503: checking for chmod configure:14533: result: /bin/chmod configure:14543: checking for chown configure:14561: found /bin/chown configure:14573: result: /bin/chown configure:14583: checking for cp configure:14601: found /bin/cp configure:14613: result: /bin/cp configure:14623: checking for echo configure:14641: found /bin/echo configure:14653: result: /bin/echo configure:14663: checking for doxygen configure:14681: found /bin/doxygen configure:14693: result: /bin/doxygen configure:14703: checking for pdflatex configure:14736: result: no configure:14744: checking for pkg-config configure:14760: found /bin/pkg-config configure:14772: result: yes configure:14791: checking for builder configure:14824: result: no configure:14891: checking checking for ldap vendor configure:14990: result: LDAP VENDOR () ===> searching for Sun configure:15015: checking checking for OpenLDAP vendor () configure:15041: result: LDAP VENDOR: OPENLDAP configure:15060: result: LDAP Vendor......: OPENLDAP configure:15062: result: LDAP CFLAGS......: configure:15064: result: LDAP LDADD.......: -lldap_r configure:15066: result: LDAP LDFLAGS.....: configure:15138: checking for xml2-config configure:15157: found /bin/xml2-config configure:15169: result: /bin/xml2-config configure:15205: result: with xml2-prefix : /usr configure:15207: result: with xml2-cflags : -I/usr/include/libxml2 configure:15209: result: with xml2-ldflags : -L/usr/lib64 configure:15211: result: with xml2-ldadd : -lxml2 -lz -lm -ldl configure:15275: checking for mysql_config configure:15309: result: no configure:15359: gcc -o conftest -I/include -L/lib -lmysqlclient_r conftest.c >&5 conftest.c:55:21: fatal error: mysql.h: No such file or directory

include

^ compilation terminated. configure:15359: $? = 1 configure: program exited with status 1 configure: failed program was: // confdefs.h // #define PACKAGE_NAME "libpki" #define PACKAGE_TARNAME "libpki" #define PACKAGE_VERSION "0.8.9" #define PACKAGE_STRING "libpki 0.8.9" #define PACKAGE_BUGREPORT "libpki-users@lists.sourceforge.net mailto:libpki-users@lists.sourceforge.net" #define PACKAGE_URL "" #define ENABLE_ARCH_64 1 #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 PACKAGE "libpki" #define VERSION "0.8.9" #define HAVE_CALLOC 1 #define STDC_HEADERS 1 #define HAVE_SYS_WAIT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_SYSLOG_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_FORK 1 #define HAVE_VFORK 1 #define HAVE_WORKING_VFORK 1 #define HAVE_WORKING_FORK 1 #define HAVE_STDLIB_H 1 #define HAVE_MALLOC 1 #define HAVE_BZERO 1 #define HAVE_MEMSET 1 #define HAVE_SETENV 1 #define HAVE_SOCKET 1 #define HAVE_STRCASECMP 1 #define HAVE_STRCHR 1 #define HAVE_STRRCHR 1 #define HAVE_STRSTR 1 #define HAVE_GCC_PRAGMA_IGNORED 1 #define HAVE_GCC_PRAGMA_POP 1 #define HAVE_LIBPTHREAD 1 #define HAVE_PTHREAD_RWLOCK 1 #define LDAP_VENDOR_OPENLDAP 1 #define HAVE_LDAP 1 #define LDAP_VENDOR_OPENLDAP 1 #define HAVE_XML2 1 // end confdefs.h. //
#include
int main(void) {
MYSQL _x;
return(0);
}

configure:15399: result: /_\ WARNING::MySQL URLs are disabled! **** configure:15448: checking for pg_config configure:15482: result: no configure:15531: gcc -o conftest -I/usr/include -L/usr/lib64 -lpq conftest.c >&5 conftest.c:55:24: fatal error: libpq-fe.h: No such file or directory

include

^ compilation terminated. configure:15531: $? = 1 configure: program exited with status 1 configure: failed program was: /* confdefs.h // #define PACKAGE_NAME "libpki" #define PACKAGE_TARNAME "libpki" #define PACKAGE_VERSION "0.8.9" #define PACKAGE_STRING "libpki 0.8.9" #define PACKAGE_BUGREPORT "libpki-users@lists.sourceforge.net mailto:libpki-users@lists.sourceforge.net" #define PACKAGE_URL "" #define ENABLE_ARCH_64 1 #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 PACKAGE "libpki" #define VERSION "0.8.9" #define HAVE_CALLOC 1 #define STDC_HEADERS 1 #define HAVE_SYS_WAIT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_SYSLOG_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_FORK 1 #define HAVE_VFORK 1 #define HAVE_WORKING_VFORK 1 #define HAVE_WORKING_FORK 1 #define HAVE_STDLIB_H 1 #define HAVE_MALLOC 1 #define HAVE_BZERO 1 #define HAVE_MEMSET 1 #define HAVE_SETENV 1 #define HAVE_SOCKET 1 #define HAVE_STRCASECMP 1 #define HAVE_STRCHR 1 #define HAVE_STRRCHR 1 #define HAVE_STRSTR 1 #define HAVE_GCC_PRAGMA_IGNORED 1 #define HAVE_GCC_PRAGMA_POP 1 #define HAVE_LIBPTHREAD 1 #define HAVE_PTHREAD_RWLOCK 1 #define LDAP_VENDOR_OPENLDAP 1 #define HAVE_LDAP 1 #define LDAP_VENDOR_OPENLDAP 1 #define HAVE_XML2 1 // end confdefs.h. //
#include
int main(void) {
PGconn _sql;
return(0);
}

configure:15567: result: /_\ WARNING::PostgreSQL disabled! **** configure:15623: gcc -c conftest.c >&5 configure:15623: $? = 0 configure:15685: result: enable_kmf: no configure:15687: result: enable_openssl: yes configure:15813: result: with openssl-prefix :

configure:15829: result: openssl lib dir : (default) configure:15836: result: crypto package for token operations... OPENSSL configure:15898: checking for pkg-config configure:15916: found /bin/pkg-config configure:15928: result: /bin/pkg-config configure:15953: checking pkg-config is at least version 0.9.0 configure:15956: result: yes configure:15966: checking for OPENSSL configure:15973: $PKG_CONFIG --exists --print-errors "openssl >= $openssl_pkg_min_ver" configure:15976: $? = 0 configure:15990: $PKG_CONFIG --exists --print-errors "openssl >= $openssl_pkg_min_ver" configure:15993: $? = 0 configure:16033: result: yes configure:16036: result: openssl 0.9.8 or greater found via pkgconfig configure:16105: checking for OPENSSL configure:16178: result: yes configure:16181: result: OPENSSL 0.9.8 or greater found via pkg-config configure:16361: gcc -o conftest conftest.c -lssl -lcrypto >&5 configure:16361: $? = 0 configure:16361: ./conftest configure:16361: $? = 0 configure:16385: result: Library OPENSSL prefix... /usr configure:16387: result: Library OPENSSL is SHARED...

configure:16389: result: Library OPENSSL C flags...

configure:16391: result: Library OPENSSL LD flags...

configure:16393: result: Library OPENSSL LIBS flags ...

configure:16407: result: OpenSSL Prefix: /usr configure:16420: result: OpenSSL Prefix: /usr configure:16457: result: OPENSSL ldflags: ................. configure:16459: result: OPENSSL ldadd: ................... -lssl -lcrypto

configure:16466: checking for library containing BIO_new configure:16497: gcc -o conftest -lssl -lcrypto conftest.c >&5 configure:16497: $? = 0 configure:16514: result: none required configure:16556: result: OpenSSL EC/ECDSA: Checking support in files configure:16575: result: OpenSSL Support for EC/ECDSA: ............ yes configure:16655: result: OPENSSL ldflags: ................. configure:16657: result: OPENSSL ldadd: ................... -lssl -lcrypto

configure:16680: result: enable engine support : yes configure:16785: result: Removed /usr/lib64 from linking (non-existing dir) configure:16790: result: Removing duplicate entries for -L/usr/lib64 from libpki_ldflags configure:16794: result: Removed duplicate entries for -L/usr/lib64 from libpki_ldflags configure:16812: result: Removed duplicate entries for -I/usr/include from libpki_cflags configure:16854: result: Removed /usr/lib64 from linking (non-existing dir) configure:16859: result: Removing duplicate entries for -L/usr/lib64 from my_ldflags configure:16863: result: Removed duplicate entries for -L/usr/lib64 from my_ldflags configure:16866: result: New my_ldflags: -L/usr/lib64 -L/usr/lib64 configure:16883: result: Removed duplicate entries for -I/usr/include from my_cflags configure:17018: checking that generated files are newer than configure configure:17024: result: done configure:17107: creating ./config.status

----------------------

Running config.status.

----------------------

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

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

on template.cts.local

config.status:1284: creating Makefile config.status:1284: creating src/global-vars config.status:1392: WARNING: 'src/global-vars.in' seems to ignore the --datarootdir setting config.status:1284: creating src/Makefile config.status:1284: creating src/drivers/Makefile config.status:1284: creating src/drivers/openssl/Makefile config.status:1284: creating src/drivers/engine/Makefile config.status:1284: creating src/drivers/pkcs11/Makefile config.status:1284: creating src/drivers/kmf/Makefile config.status:1284: creating src/openssl/Makefile config.status:1284: creating src/io/Makefile config.status:1284: creating src/net/Makefile config.status:1284: creating src/scep/Makefile config.status:1284: creating src/cms/Makefile config.status:1284: creating src/prqp/Makefile config.status:1284: creating src/lirt/Makefile config.status:1284: creating src/tools/Makefile config.status:1284: creating src/scripts/libpki-config config.status:1284: creating src/tests/Makefile config.status:1284: creating src/libpki/pki_config.h config.status:1284: creating contrib/libpki.pc config.status:1284: creating contrib/libpki-inst.xml config.status:1284: creating examples/prqp/Makefile config.status:1284: creating examples/profiles/Makefile config.status:1284: creating examples/token/Makefile config.status:1284: creating examples/url/Makefile config.status:1284: creating examples/crl/Makefile config.status:1284: creating examples/pkcs11/Makefile config.status:1284: creating examples/pkcs12/Makefile config.status:1284: creating examples/fips-mode/Makefile config.status:1284: creating docs/Makefile config.status:1284: creating docs/pkginfo config.status:1284: creating etc/Makefile config.status:1284: creating etc/profile.d/test.xml config.status:1284: creating etc/profile.d/user.xml config.status:1284: creating etc/profile.d/server.xml config.status:1284: creating etc/store.d/empty.xml config.status:1284: creating src/libpki/config.h config.status:1513: executing libtool commands config.status:1513: executing depfiles commands

----------------

Cache variables.

----------------

ac_cv_build=x86_64-unknown-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes 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_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_OPENSSL_CFLAGS_set= ac_cv_env_OPENSSL_CFLAGS_value= ac_cv_env_OPENSSL_LIBS_set= ac_cv_env_OPENSSL_LIBS_value= ac_cv_env_PKG_CONFIG_LIBDIR_set= ac_cv_env_PKG_CONFIG_LIBDIR_value= ac_cv_env_PKG_CONFIG_PATH_set= ac_cv_env_PKG_CONFIG_PATH_value= ac_cv_env_PKG_CONFIG_set= ac_cv_env_PKG_CONFIG_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_bzero=yes ac_cv_func_fork=yes ac_cv_func_fork_works=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_memset=yes ac_cv_func_setenv=yes ac_cv_func_socket=yes ac_cv_func_strcasecmp=yes ac_cv_func_strchr=yes ac_cv_func_strrchr=yes ac_cv_func_strstr=yes ac_cv_func_vfork=yes ac_cv_func_vfork_works=yes ac_cv_header_dlfcn_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_memory_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_select_h=yes ac_cv_header_sys_socket_h=yes ac_cv_header_sys_stat_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_unistd_h=yes ac_cv_header_vfork_h=no ac_cv_host=x86_64-unknown-linux-gnu ac_cv_lib_c_calloc=yes ac_cv_lib_pthread_pthread_create=yes ac_cv_objext=o ac_cv_path_AR=/bin/ar ac_cv_path_CHMOD=/bin/chmod ac_cv_path_CHOWN=/bin/chown ac_cv_path_CP=/bin/cp ac_cv_path_DATE=/bin/date ac_cv_path_DOXYGEN=/bin/doxygen ac_cv_path_ECHO=/bin/echo ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_FGREP='/bin/grep -F' ac_cv_path_GREP=/bin/grep ac_cv_path_GZIP=/bin/gzip ac_cv_path_MAKE=/bin/make ac_cv_path_MKDIR=/bin/mkdir ac_cv_path_PERL=/bin/perl ac_cv_path_POD2MAN=/bin/pod2man ac_cv_path_PWD=/usr/local/src/libpki ac_cv_path_RPM=/bin/rpm ac_cv_path_SED=/bin/sed ac_cv_path_SHELL=/bin/sh ac_cv_path_TAR=/bin/tar ac_cv_path_ZIP=/bin/gzip ac_cv_path_ac_pt_PKG_CONFIG=/bin/pkg-config ac_cv_path_install='/bin/install -c' ac_cv_path_mkdir=/bin/mkdir ac_cv_path_xml2_config=/bin/xml2-config ac_cv_prog_AWK=gawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_HAS_PKGCONF=yes ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=gcc 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_g=yes ac_cv_prog_make__bin_make_set=yes ac_cv_prog_make_make_set=yes ac_cv_search_BIO_new='none required' ac_cv_struct_tm=time.h ac_cv_target=x86_64-unknown-linux-gnu ac_cv_type_pid_t=yes am_cv_CC_dependencies_compiler_type=gcc3 am_cv_make_support_nested_variables=yes am_cv_prog_cc_c_o=yes jm_cv_func_working_malloc=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=/bin/ld lt_cv_path_NM='/bin/nm -B' lt_cv_path_mainfest_tool=no lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_pic='-fPIC -DPIC' lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_compiler_static_works=no lt_cv_prog_gnu_ld=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/^./ [ ][ ]/([_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]/ ([^ ]/) ([^ ]/)$/ {"\2", (void /) &\2},/p'\''' lt_cv_sys_global_symbol_to_c_name_address_libprefix='sed -n -e '\''s/^: ([^ ]/)[ ]/$/ {\"\1\", (void ) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]/ ([^ ]/) (lib[^ ]/)$/ {"\2", (void /) &\2},/p'\'' -e '\''s/^[ABCDGIRSTW]/ ([^ ]/) ([^ ]/)$/ {"lib\2", (void /) &\2},/p'\''' lt_cv_sys_global_symbol_tocdecl='sed -n -e '\''s/^T ./ (./)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]/ . (.*)$/extern char \1;/p'\''' 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 pkg_cv_OPENSSL_CFLAGS=' ' pkg_cv_OPENSSL_LIBS='-lssl -lcrypto '

-----------------

Output variables.

-----------------

ACLOCAL='${SHELL} /usr/local/src/libpki/build/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='/bin/ar ' AUTOCONF='${SHELL} /usr/local/src/libpki/build/missing autoconf' AUTOHEADER='${SHELL} /usr/local/src/libpki/build/missing autoheader' AUTOMAKE='${SHELL} /usr/local/src/libpki/build/missing automake-1.15' AWK='gawk' CC='gcc' CCDEPMODE='depmode=gcc3' CFLAGS='-g -O2 -fstack-check' CHMOD='/bin/chmod' CHOWN='/bin/chown' CP='/bin/cp' CPP='gcc -E' CPPFLAGS='' CPU='x86_64' CXX='' CYGPATH_W='echo' DATE='/bin/date' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' DESTDIR='' DIST_NAME='\S' DIST_VERSION='' DLLTOOL='false' DOXYGEN='/bin/doxygen' DSYMUTIL='' DUMPBIN='' ECHO='/bin/echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' ENABLE_KMF_FALSE='' ENABLE_KMF_TRUE='#' ENABLE_OPENSSL_ENGINE_FALSE='#' ENABLE_OPENSSL_ENGINE_TRUE='' ENABLE_OPENSSL_FALSE='#' ENABLE_OPENSSL_TRUE='' EXEEXT='' FGREP='/bin/grep -F' GREP='/bin/grep' GZIP='/bin/gzip' HAS_PKGCONF='yes' INSTALL_BUILDER='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LD='/bin/ld -m elf_x86_64' LDAP_PREFIX_FALSE='' LDAP_PREFIX_TRUE='#' LDFLAGS='' LIBOBJS='' LIBPKI_ARCH_AIX_FALSE='' LIBPKI_ARCH_AIX_TRUE='#' LIBPKI_ARCH_BSD_FALSE='' LIBPKI_ARCH_BSD_TRUE='#' LIBPKI_ARCH_HPUX_FALSE='' LIBPKI_ARCH_HPUX_TRUE='#' LIBPKI_ARCH_LINUX_FALSE='#' LIBPKI_ARCH_LINUX_TRUE='' LIBPKI_ARCH_OSX_FALSE='' LIBPKI_ARCH_OSX_TRUE='#' LIBPKI_ARCH_SOLARIS_FALSE='' LIBPKI_ARCH_SOLARIS_TRUE='#' LIBPKI_ENABLE_IPHONE_FALSE='' LIBPKI_ENABLE_IPHONE_TRUE='#' LIBS='' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIBTOOL_DEPS='build/ltmain.sh' LIPO='' LN_S='ln -s' LTLIBOBJS='' MAINT='#' MAINTAINER_MODE_FALSE='' MAINTAINER_MODE_TRUE='#' MAKE='/bin/make' MAKEINFO='${SHELL} /usr/local/src/libpki/build/missing makeinfo' MANIFEST_TOOL=':' MKDIR='/bin/mkdir' MKDIR_P='/bin/mkdir -p' MYSQL_CONFIG='' MYSQL_CPPFLAGS='' NM='/bin/nm -B' NMEDIT='' OBJDUMP='objdump' OBJEXT='o' OPENSSL_CFLAGS=' ' OPENSSL_LIBS='-lssl -lcrypto ' OPENSSL_PREFIX_FALSE='' OPENSSL_PREFIX_TRUE='#' OTOOL64='' OTOOL='' PACKAGE='libpki' PACKAGE_BUGREPORT='libpki-users@lists.sourceforge.net mailto:libpki-users@lists.sourceforge.net' PACKAGE_NAME='libpki' PACKAGE_STRING='libpki 0.8.9' PACKAGE_TARNAME='libpki' PACKAGE_URL='' PACKAGE_VERSION='0.8.9' PATH_SEPARATOR=':' PDFLATEX='' PERL='/bin/perl' PG_CONFIG='' PG_CPPFLAGS='' PKGMK='rpm' PKG_CONFIG='/bin/pkg-config' PKG_CONFIG_LIBDIR='' PKG_CONFIG_PATH='' POD2MAN='/bin/pod2man' PWD='/usr/local/src/libpki' RANLIB='ranlib' RC='1' RPM='/bin/rpm' SED='/bin/sed' SET_MAKE='' SHELL='/bin/sh' STATIC_COMPILE_FALSE='' STATIC_COMPILE_TRUE='#' STRIP='strip' TAR='/bin/tar' TODAY='20161013' VERSION='0.8.9' ZIP='/bin/gzip' ac_aux_dir='build' ac_ct_AR='ar' ac_ct_CC='gcc' ac_ct_DUMPBIN='' amEXEEXT_FALSE='' am__EXEEXT_TRUE='#' amfastdepCC_FALSE='#' amfastdepCC_TRUE='' aminclude='include' amisrc='' am__leading_dot='.' amnodep='_no' amquote='' amtar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' arch_target='x86_64' bindir='${exec_prefix}/bin' build='x86_64-unknown-linux-gnu' build_alias='' build_cpu='x86_64' build_os='linux-gnu' build_vendor='unknown' conf_dir='file:///usr/etc' datadir='${datarootdir}' datarootdir='${prefix}/share' dist_group='openca' dist_user='madwolf' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' etc_dir='/usr/etc' exec_prefix='${prefix}' extra_checks='no' host='x86_64-unknown-linux-gnu' host_alias='' host_cpu='x86_64' host_os='linux-gnu' host_vendor='unknown' htmldir='${docdir}' iface_age='9' iface_current='89' iface_revision='89' iface_version='89' include_dir='/usr/include' include_prefix='/usr/include' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='${SHELL} /usr/local/src/libpki/build/install-sh' kmf_cflags='' kmf_ldadd='' kmf_libflags='' kmf_prefix='' ldap_cflags='' ldap_ldadd='-lldap_r' ldap_ldflags='' ldap_prefix='' ldap_vendor='OPENLDAP' lib_prefix='/usr/lib64' libdir='/usr/lib64' libexecdir='${exec_prefix}/libexec' libpki_cflags='-I/usr/include -DENABLE_ECDSA=1 -I/usr/include/libxml2 ' libpki_ldadd='-lpthread' libpki_ldflags='-L/usr/lib64 -lssl -lcrypto -L/usr/lib64' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='$(MKDIR_P)' my_cflags='-I/usr/include -g -O2 -fstack-check -maccumulate-outgoing-args -DENABLE_ECDSA=1 -I/usr/include/libxml2 ' my_ldadd='-lpthread -ldl -lrt -lldap_r -lssl -lcrypto -lxml2 -lz -lm -ldl -lresolv' my_ldflags='-L/usr/lib64 -L/usr/lib64' myarch='linux' mybits='64' mybits_install='64' mysql_cflags='' mysql_config='' mysql_ldadd='' mysql_ldflags='' mysql_prefix='' oldincludedir='/usr/include' openssl_cflags=' -DENABLE_ECDSA=1' openssl_ldadd='-lssl -lcrypto ' openssl_ldflags='' openssl_prefix='/usr' openssl_static_libs='' package_build='no' package_prefix='/usr' pdfdir='${docdir}' pg_cflags='' pg_config='' pg_ldadd='' pg_ldflags='' pg_prefix='' prefix='/usr' program_transform_name='s,x,x,' psdir='${docdir}' pthread_opts='' resolv_ldadd='-lresolv' rpath='-Wl,-rpath -Wl,"/usr/lib64" ' sbindir='${exec_prefix}/sbin' sdkver='5.0' sharedstatedir='${prefix}/com' shlext='so' sys_cflags='-DLINUX' sys_ldadd='-ldl -lrt' sysconfdir='${prefix}/etc' target='x86_64-unknown-linux-gnu' target_alias='' target_cpu='x86_64' target_os='linux-gnu' target_vendor='unknown' test_libs=' -ldl -lrt' xml2_cflags='-I/usr/include/libxml2' xml2_config='/usr/bin/xml2-config' xml2_ldadd='-lxml2 -lz -lm -ldl' xml2_ldflags='-L/usr/lib64' xml2_prefix='/usr' xml2_prefix_FALSE='#' xml2_prefix_TRUE=''

-----------

confdefs.h.

-----------

/* confdefs.h */

define PACKAGE_NAME "libpki"

define PACKAGE_TARNAME "libpki"

define PACKAGE_VERSION "0.8.9"

define PACKAGE_STRING "libpki 0.8.9"

define PACKAGE_BUGREPORT "libpki-users@lists.sourceforge.net

mailto:libpki-users@lists.sourceforge.net"

define PACKAGE_URL ""

define ENABLE_ARCH_64 1

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 PACKAGE "libpki"

define VERSION "0.8.9"

define HAVE_CALLOC 1

define STDC_HEADERS 1

define HAVE_SYS_WAIT_H 1

define HAVE_STDLIB_H 1

define HAVE_STRING_H 1

define HAVE_SYS_SOCKET_H 1

define HAVE_SYSLOG_H 1

define HAVE_SYS_SELECT_H 1

define HAVE_FORK 1

define HAVE_VFORK 1

define HAVE_WORKING_VFORK 1

define HAVE_WORKING_FORK 1

define HAVE_STDLIB_H 1

define HAVE_MALLOC 1

define HAVE_BZERO 1

define HAVE_MEMSET 1

define HAVE_SETENV 1

define HAVE_SOCKET 1

define HAVE_STRCASECMP 1

define HAVE_STRCHR 1

define HAVE_STRRCHR 1

define HAVE_STRSTR 1

define HAVE_GCC_PRAGMA_IGNORED 1

define HAVE_GCC_PRAGMA_POP 1

define HAVE_LIBPTHREAD 1

define HAVE_PTHREAD_RWLOCK 1

define LDAP_VENDOR_OPENLDAP 1

define HAVE_LDAP 1

define LDAP_VENDOR_OPENLDAP 1

define HAVE_XML2 1

define HAVE_LIBRESOLV 1

define ENABLE_OPENSSL 1

define ENABLE_ECDSA 1

define HAVE_ENGINE 1

define LIBPKI_TARGET_LINUX 1

configure: exit 0

But at the same time I'm able to compile it for any version of Ubuntu/Debian.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/openca/libpki/issues/14, or mute the thread https://github.com/notifications/unsubscribe-auth/AHk2hHgK_q3IWKhc0fVJlcO4fAh9cx0Qks5qznoZgaJpZM4KWODi.

AndreiBrajnicov commented 7 years ago

Hi Max.

Thank you very much. Now it works.