Advertisement
Guest User

Untitled

a guest
Jul 5th, 2016
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
autoconf 31.91 KB | None | 0 0
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. It was created by pmacct configure 1.6.0, which was
  5. generated by GNU Autoconf 2.69.  Invocation command line was
  6.  
  7.   $ ./configure --enable-mysql
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = pmacct01
  14. uname -m = x86_64
  15. uname -r = 3.16.0-4-amd64
  16. uname -s = Linux
  17. uname -v = #1 SMP Debian 3.16.7-ckt25-2+deb8u3 (2016-07-02)
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X     = unknown
  21.  
  22. /bin/arch              = unknown
  23. /usr/bin/arch -k       = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo      = unknown
  26. /bin/machine           = unknown
  27. /usr/bin/oslevel       = unknown
  28. /bin/universe          = unknown
  29.  
  30. PATH: /usr/local/sbin
  31. PATH: /usr/local/bin
  32. PATH: /usr/sbin
  33. PATH: /usr/bin
  34. PATH: /sbin
  35. PATH: /bin
  36.  
  37.  
  38. ## ----------- ##
  39. ## Core tests. ##
  40. ## ----------- ##
  41.  
  42. configure:2428: checking for a BSD-compatible install
  43. configure:2496: result: /usr/bin/install -c
  44. configure:2507: checking whether build environment is sane
  45. configure:2557: result: yes
  46. configure:2698: checking for a thread-safe mkdir -p
  47. configure:2737: result: /bin/mkdir -p
  48. configure:2750: checking for gawk
  49. configure:2766: found /usr/bin/gawk
  50. configure:2777: result: gawk
  51. configure:2788: checking whether make sets $(MAKE)
  52. configure:2810: result: yes
  53. configure:2920: checking build system type
  54. configure:2934: result: x86_64-unknown-linux-gnu
  55. configure:2954: checking host system type
  56. configure:2967: result: x86_64-unknown-linux-gnu
  57. configure:3008: checking how to print strings
  58. configure:3035: result: printf
  59. configure:3068: checking for style of include used by make
  60. configure:3096: result: GNU
  61. configure:3167: checking for gcc
  62. configure:3183: found /usr/bin/gcc
  63. configure:3194: result: gcc
  64. configure:3423: checking for C compiler version
  65. configure:3432: gcc --version >&5
  66. gcc (Debian 4.9.2-10) 4.9.2
  67. Copyright (C) 2014 Free Software Foundation, Inc.
  68. This is free software; see the source for copying conditions.  There is NO
  69. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  70.  
  71. configure:3443: $? = 0
  72. configure:3432: gcc -v >&5
  73. Using built-in specs.
  74. COLLECT_GCC=gcc
  75. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.9/lto-wrapper
  76. Target: x86_64-linux-gnu
  77. Configured with: ../src/configure -v --with-pkgversion='Debian 4.9.2-10' --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.9 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.9-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --with-arch-32=i586 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  78. Thread model: posix
  79. gcc version 4.9.2 (Debian 4.9.2-10)
  80. configure:3443: $? = 0
  81. configure:3432: gcc -V >&5
  82. gcc: error: unrecognized command line option '-V'
  83. gcc: fatal error: no input files
  84. compilation terminated.
  85. configure:3443: $? = 4
  86. configure:3432: gcc -qversion >&5
  87. gcc: error: unrecognized command line option '-qversion'
  88. gcc: fatal error: no input files
  89. compilation terminated.
  90. configure:3443: $? = 4
  91. configure:3463: checking whether the C compiler works
  92. configure:3485: gcc    conftest.c  >&5
  93. configure:3489: $? = 0
  94. configure:3537: result: yes
  95. configure:3540: checking for C compiler default output file name
  96. configure:3542: result: a.out
  97. configure:3548: checking for suffix of executables
  98. configure:3555: gcc -o conftest    conftest.c  >&5
  99. configure:3559: $? = 0
  100. configure:3581: result:
  101. configure:3603: checking whether we are cross compiling
  102. configure:3611: gcc -o conftest    conftest.c  >&5
  103. configure:3615: $? = 0
  104. configure:3622: ./conftest
  105. configure:3626: $? = 0
  106. configure:3641: result: no
  107. configure:3646: checking for suffix of object files
  108. configure:3668: gcc -c   conftest.c >&5
  109. configure:3672: $? = 0
  110. configure:3693: result: o
  111. configure:3697: checking whether we are using the GNU C compiler
  112. configure:3716: gcc -c   conftest.c >&5
  113. configure:3716: $? = 0
  114. configure:3725: result: yes
  115. configure:3734: checking whether gcc accepts -g
  116. configure:3754: gcc -c -g  conftest.c >&5
  117. configure:3754: $? = 0
  118. configure:3795: result: yes
  119. configure:3812: checking for gcc option to accept ISO C89
  120. configure:3875: gcc  -c -g -O2  conftest.c >&5
  121. configure:3875: $? = 0
  122. configure:3888: result: none needed
  123. configure:3910: checking dependency style of gcc
  124. configure:4021: result: gcc3
  125. configure:4036: checking for a sed that does not truncate output
  126. configure:4100: result: /bin/sed
  127. configure:4118: checking for grep that handles long lines and -e
  128. configure:4176: result: /bin/grep
  129. configure:4181: checking for egrep
  130. configure:4243: result: /bin/grep -E
  131. configure:4248: checking for fgrep
  132. configure:4310: result: /bin/grep -F
  133. configure:4345: checking for ld used by gcc
  134. configure:4412: result: /usr/bin/ld
  135. configure:4419: checking if the linker (/usr/bin/ld) is GNU ld
  136. configure:4434: result: yes
  137. configure:4446: checking for BSD- or MS-compatible name lister (nm)
  138. configure:4495: result: /usr/bin/nm -B
  139. configure:4625: checking the name lister (/usr/bin/nm -B) interface
  140. configure:4632: gcc -c -g -O2  conftest.c >&5
  141. configure:4635: /usr/bin/nm -B "conftest.o"
  142. configure:4638: output
  143. 0000000000000000 B some_variable
  144. configure:4645: result: BSD nm
  145. configure:4648: checking whether ln -s works
  146. configure:4652: result: yes
  147. configure:4660: checking the maximum length of command line arguments
  148. configure:4790: result: 1572864
  149. configure:4807: checking whether the shell understands some XSI constructs
  150. configure:4817: result: yes
  151. configure:4821: checking whether the shell understands "+="
  152. configure:4827: result: yes
  153. configure:4862: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
  154. configure:4902: result: func_convert_file_noop
  155. configure:4909: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
  156. configure:4929: result: func_convert_file_noop
  157. configure:4936: checking for /usr/bin/ld option to reload object files
  158. configure:4943: result: -r
  159. configure:5017: checking for objdump
  160. configure:5033: found /usr/bin/objdump
  161. configure:5044: result: objdump
  162. configure:5076: checking how to recognize dependent libraries
  163. configure:5274: result: pass_all
  164. configure:5359: checking for dlltool
  165. configure:5389: result: no
  166. configure:5419: checking how to associate runtime and link libraries
  167. configure:5446: result: printf %s\n
  168. configure:5507: checking for ar
  169. configure:5523: found /usr/bin/ar
  170. configure:5534: result: ar
  171. configure:5571: checking for archiver @FILE support
  172. configure:5588: gcc -c -g -O2  conftest.c >&5
  173. configure:5588: $? = 0
  174. configure:5591: ar cru libconftest.a @conftest.lst >&5
  175. configure:5594: $? = 0
  176. configure:5599: ar cru libconftest.a @conftest.lst >&5
  177. ar: conftest.o: No such file or directory
  178. configure:5602: $? = 1
  179. configure:5614: result: @
  180. configure:5672: checking for strip
  181. configure:5688: found /usr/bin/strip
  182. configure:5699: result: strip
  183. configure:5771: checking for ranlib
  184. configure:5787: found /usr/bin/ranlib
  185. configure:5798: result: ranlib
  186. configure:5900: checking command to parse /usr/bin/nm -B output from gcc object
  187. configure:6020: gcc -c -g -O2  conftest.c >&5
  188. configure:6023: $? = 0
  189. configure:6027: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
  190. configure:6030: $? = 0
  191. configure:6096: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
  192. configure:6099: $? = 0
  193. configure:6137: result: ok
  194. configure:6174: checking for sysroot
  195. configure:6204: result: no
  196. configure:6281: gcc -c -g -O2  conftest.c >&5
  197. configure:6284: $? = 0
  198. configure:6460: checking for mt
  199. configure:6476: found /bin/mt
  200. configure:6487: result: mt
  201. configure:6510: checking if mt is a manifest tool
  202. configure:6516: mt '-?'
  203. configure:6524: result: no
  204. configure:7166: checking how to run the C preprocessor
  205. configure:7197: gcc -E  conftest.c
  206. configure:7197: $? = 0
  207. configure:7211: gcc -E  conftest.c
  208. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  209.  #include <ac_nonexistent.h>
  210.                             ^
  211. compilation terminated.
  212. configure:7211: $? = 1
  213. configure: failed program was:
  214. | /* confdefs.h */
  215. | #define PACKAGE_NAME "pmacct"
  216. | #define PACKAGE_TARNAME "pmacct"
  217. | #define PACKAGE_VERSION "1.6.0"
  218. | #define PACKAGE_STRING "pmacct 1.6.0"
  219. | #define PACKAGE_BUGREPORT "paolo@pmacct.net"
  220. | #define PACKAGE_URL ""
  221. | #define PACKAGE "pmacct"
  222. | #define VERSION "1.6.0"
  223. | /* end confdefs.h.  */
  224. | #include <ac_nonexistent.h>
  225. configure:7236: result: gcc -E
  226. configure:7256: gcc -E  conftest.c
  227. configure:7256: $? = 0
  228. configure:7270: gcc -E  conftest.c
  229. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  230.  #include <ac_nonexistent.h>
  231.                             ^
  232. compilation terminated.
  233. configure:7270: $? = 1
  234. configure: failed program was:
  235. | /* confdefs.h */
  236. | #define PACKAGE_NAME "pmacct"
  237. | #define PACKAGE_TARNAME "pmacct"
  238. | #define PACKAGE_VERSION "1.6.0"
  239. | #define PACKAGE_STRING "pmacct 1.6.0"
  240. | #define PACKAGE_BUGREPORT "paolo@pmacct.net"
  241. | #define PACKAGE_URL ""
  242. | #define PACKAGE "pmacct"
  243. | #define VERSION "1.6.0"
  244. | /* end confdefs.h.  */
  245. | #include <ac_nonexistent.h>
  246. configure:7299: checking for ANSI C header files
  247. configure:7319: gcc -c -g -O2  conftest.c >&5
  248. configure:7319: $? = 0
  249. configure:7392: gcc -o conftest -g -O2   conftest.c  >&5
  250. configure:7392: $? = 0
  251. configure:7392: ./conftest
  252. configure:7392: $? = 0
  253. configure:7403: result: yes
  254. configure:7416: checking for sys/types.h
  255. configure:7416: gcc -c -g -O2  conftest.c >&5
  256. configure:7416: $? = 0
  257. configure:7416: result: yes
  258. configure:7416: checking for sys/stat.h
  259. configure:7416: gcc -c -g -O2  conftest.c >&5
  260. configure:7416: $? = 0
  261. configure:7416: result: yes
  262. configure:7416: checking for stdlib.h
  263. configure:7416: gcc -c -g -O2  conftest.c >&5
  264. configure:7416: $? = 0
  265. configure:7416: result: yes
  266. configure:7416: checking for string.h
  267. configure:7416: gcc -c -g -O2  conftest.c >&5
  268. configure:7416: $? = 0
  269. configure:7416: result: yes
  270. configure:7416: checking for memory.h
  271. configure:7416: gcc -c -g -O2  conftest.c >&5
  272. configure:7416: $? = 0
  273. configure:7416: result: yes
  274. configure:7416: checking for strings.h
  275. configure:7416: gcc -c -g -O2  conftest.c >&5
  276. configure:7416: $? = 0
  277. configure:7416: result: yes
  278. configure:7416: checking for inttypes.h
  279. configure:7416: gcc -c -g -O2  conftest.c >&5
  280. configure:7416: $? = 0
  281. configure:7416: result: yes
  282. configure:7416: checking for stdint.h
  283. configure:7416: gcc -c -g -O2  conftest.c >&5
  284. configure:7416: $? = 0
  285. configure:7416: result: yes
  286. configure:7416: checking for unistd.h
  287. configure:7416: gcc -c -g -O2  conftest.c >&5
  288. configure:7416: $? = 0
  289. configure:7416: result: yes
  290. configure:7430: checking for dlfcn.h
  291. configure:7430: gcc -c -g -O2  conftest.c >&5
  292. configure:7430: $? = 0
  293. configure:7430: result: yes
  294. configure:7636: checking for objdir
  295. configure:7651: result: .libs
  296. configure:7922: checking if gcc supports -fno-rtti -fno-exceptions
  297. configure:7940: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
  298. cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
  299. configure:7944: $? = 0
  300. configure:7957: result: no
  301. configure:8284: checking for gcc option to produce PIC
  302. configure:8291: result: -fPIC -DPIC
  303. configure:8299: checking if gcc PIC flag -fPIC -DPIC works
  304. configure:8317: gcc -c -g -O2  -fPIC -DPIC -DPIC conftest.c >&5
  305. configure:8321: $? = 0
  306. configure:8334: result: yes
  307. configure:8363: checking if gcc static flag -static works
  308. configure:8391: result: yes
  309. configure:8406: checking if gcc supports -c -o file.o
  310. configure:8427: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
  311. configure:8431: $? = 0
  312. configure:8453: result: yes
  313. configure:8461: checking if gcc supports -c -o file.o
  314. configure:8508: result: yes
  315. configure:8541: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  316. configure:9698: result: yes
  317. configure:9735: checking whether -lc should be explicitly linked in
  318. configure:9743: gcc -c -g -O2  conftest.c >&5
  319. configure:9746: $? = 0
  320. configure:9761: gcc -shared  -fPIC -DPIC conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
  321. configure:9764: $? = 0
  322. configure:9778: result: no
  323. configure:9938: checking dynamic linker characteristics
  324. configure:10438: gcc -o conftest -g -O2   -Wl,-rpath -Wl,/foo conftest.c  >&5
  325. configure:10438: $? = 0
  326. configure:10672: result: GNU/Linux ld.so
  327. configure:10779: checking how to hardcode library paths into programs
  328. configure:10804: result: immediate
  329. configure:11344: checking whether stripping libraries is possible
  330. configure:11349: result: yes
  331. configure:11384: checking if libtool supports shared libraries
  332. configure:11386: result: yes
  333. configure:11389: checking whether to build shared libraries
  334. configure:11410: result: yes
  335. configure:11413: checking whether to build static libraries
  336. configure:11417: result: yes
  337. configure:11466: checking whether make supports nested variables
  338. configure:11483: result: yes
  339. configure:11549: checking for gcc
  340. configure:11576: result: gcc
  341. configure:11805: checking for C compiler version
  342. configure:11814: gcc --version >&5
  343. gcc (Debian 4.9.2-10) 4.9.2
  344. Copyright (C) 2014 Free Software Foundation, Inc.
  345. This is free software; see the source for copying conditions.  There is NO
  346. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  347.  
  348. configure:11825: $? = 0
  349. configure:11814: gcc -v >&5
  350. Using built-in specs.
  351. COLLECT_GCC=gcc
  352. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.9/lto-wrapper
  353. Target: x86_64-linux-gnu
  354. Configured with: ../src/configure -v --with-pkgversion='Debian 4.9.2-10' --with-bugurl=file:///usr/share/doc/gcc-4.9/README.Bugs --enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.9 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.9 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.9-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.9-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.9-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --with-arch-32=i586 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  355. Thread model: posix
  356. gcc version 4.9.2 (Debian 4.9.2-10)
  357. configure:11825: $? = 0
  358. configure:11814: gcc -V >&5
  359. gcc: error: unrecognized command line option '-V'
  360. gcc: fatal error: no input files
  361. compilation terminated.
  362. configure:11825: $? = 4
  363. configure:11814: gcc -qversion >&5
  364. gcc: error: unrecognized command line option '-qversion'
  365. gcc: fatal error: no input files
  366. compilation terminated.
  367. configure:11825: $? = 4
  368. configure:11829: checking whether we are using the GNU C compiler
  369. configure:11857: result: yes
  370. configure:11866: checking whether gcc accepts -g
  371. configure:11927: result: yes
  372. configure:11944: checking for gcc option to accept ISO C89
  373. configure:12020: result: none needed
  374. configure:12042: checking dependency style of gcc
  375. configure:12153: result: gcc3
  376. configure:12225: checking for pkg-config
  377. configure:12243: found /usr/bin/pkg-config
  378. configure:12255: result: /usr/bin/pkg-config
  379. configure:12280: checking pkg-config is at least version 0.9.0
  380. configure:12283: result: yes
  381. configure:12296: checking OS
  382. configure:12298: result: Linux
  383. configure:12301: checking hardware
  384. configure:12303: result: x86_64
  385. configure:12310: checking whether to enable debugging compiler options
  386. configure:12328: result: no
  387. configure:12335: checking whether to relax compiler optimizations
  388. configure:12352: result: no
  389. configure:12359: checking whether to disable linking against shared objects
  390. configure:12426: result: no
  391. configure:12428: checking for dlopen
  392. configure:12428: gcc -o conftest -O2 -g -O2   conftest.c  >&5
  393. /tmp/cceLlOBA.o: In function `main':
  394. /usr/local/src/pmacct-1.6.0/conftest.c:58: undefined reference to `dlopen'
  395. collect2: error: ld returned 1 exit status
  396. configure:12428: $? = 1
  397. configure: failed program was:
  398. | /* confdefs.h */
  399. | #define PACKAGE_NAME "pmacct"
  400. | #define PACKAGE_TARNAME "pmacct"
  401. | #define PACKAGE_VERSION "1.6.0"
  402. | #define PACKAGE_STRING "pmacct 1.6.0"
  403. | #define PACKAGE_BUGREPORT "paolo@pmacct.net"
  404. | #define PACKAGE_URL ""
  405. | #define PACKAGE "pmacct"
  406. | #define VERSION "1.6.0"
  407. | #define STDC_HEADERS 1
  408. | #define HAVE_SYS_TYPES_H 1
  409. | #define HAVE_SYS_STAT_H 1
  410. | #define HAVE_STDLIB_H 1
  411. | #define HAVE_STRING_H 1
  412. | #define HAVE_MEMORY_H 1
  413. | #define HAVE_STRINGS_H 1
  414. | #define HAVE_INTTYPES_H 1
  415. | #define HAVE_STDINT_H 1
  416. | #define HAVE_UNISTD_H 1
  417. | #define HAVE_DLFCN_H 1
  418. | #define LT_OBJDIR ".libs/"
  419. | #define COMPILE_ARGS " '--enable-mysql'"
  420. | /* end confdefs.h.  */
  421. | /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
  422. |    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  423. | #define dlopen innocuous_dlopen
  424. |
  425. | /* System header to define __stub macros and hopefully few prototypes,
  426. |     which can conflict with char dlopen (); below.
  427. |     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  428. |     <limits.h> exists even on freestanding compilers.  */
  429. |
  430. | #ifdef __STDC__
  431. | # include <limits.h>
  432. | #else
  433. | # include <assert.h>
  434. | #endif
  435. |
  436. | #undef dlopen
  437. |
  438. | /* Override any GCC internal prototype to avoid an error.
  439. |    Use char because int might match the return type of a GCC
  440. |    builtin and then its argument prototype would still apply.  */
  441. | #ifdef __cplusplus
  442. | extern "C"
  443. | #endif
  444. | char dlopen ();
  445. | /* The GNU C library defines this for functions which it implements
  446. |     to always fail with ENOSYS.  Some functions are actually named
  447. |     something starting with __ and the normal name is an alias.  */
  448. | #if defined __stub_dlopen || defined __stub___dlopen
  449. | choke me
  450. | #endif
  451. |
  452. | int
  453. | main ()
  454. | {
  455. | return dlopen ();
  456. |   ;
  457. |   return 0;
  458. | }
  459. configure:12428: result: no
  460. configure:12433: checking for dlopen in -ldl
  461. configure:12458: gcc -o conftest -O2 -g -O2   conftest.c -ldl   >&5
  462. configure:12458: $? = 0
  463. configure:12467: result: yes
  464. configure:12503: checking for gmake
  465. configure:12533: result: no
  466. configure:12541: checking for make
  467. configure:12557: found /usr/bin/make
  468. configure:12568: result: make
  469. configure:12578: checking whether make sets $(MAKE)
  470. configure:12600: result: yes
  471. configure:12610: checking for __progname
  472. configure:12623: gcc -o conftest -O2 -g -O2   conftest.c  -ldl >&5
  473. configure:12623: $? = 0
  474. configure:12624: result: yes
  475. configure:12635: checking for extra flags needed to export symbols
  476. configure:12651: gcc -o conftest -O2 -g -O2  -Wl,--export-dynamic  conftest.c  -ldl >&5
  477. configure:12651: $? = 0
  478. configure:12652: result: --export-dynamic
  479. configure:12688: checking for static inline
  480. configure:12708: gcc -c -O2 -g -O2  conftest.c >&5
  481. configure:12708: $? = 0
  482. configure:12709: result: yes
  483. configure:12720: checking endianess
  484. configure:12738: gcc -o conftest -O2 -g -O2  -Wl,--export-dynamic  conftest.c  -ldl >&5
  485. conftest.c: In function 'main':
  486. conftest.c:33:3: warning: incompatible implicit declaration of built-in function 'exit'
  487.    exit (u.c[sizeof (long) - 1] == 1);
  488.    ^
  489. configure:12738: $? = 0
  490. configure:12738: ./conftest
  491. configure:12738: $? = 0
  492. configure:12747: result: little
  493. configure:12772: checking unaligned accesses
  494. configure:12809: result: ok
  495. configure:12818: checking whether to enable L2 features
  496. configure:12835: result: yes
  497. configure:12844: checking whether to enable IPv6 code
  498. configure:12893: result: no
  499. configure:12901: checking whether to enable IP prefix labels
  500. configure:12918: result: no
  501. configure:12957: checking default locations for pcap.h
  502. configure:12972: result: found in /usr/local/include
  503. configure:13036: checking default locations for libpcap
  504. configure:13040: result: found in /usr/local/lib
  505. configure:13043: checking for PF_RING library
  506. configure:13047: result: yes
  507. configure:13206: checking packet capture type
  508. configure:13240: result: linux
  509. configure:13247: checking whether to enable MySQL support
  510. configure:13253: result: yes
  511. configure:13258: checking for mysql_config
  512. configure:13274: found /usr/bin/mysql_config
  513. configure:13286: result: mysql_config
  514. configure:13297: checking for mysql_init in -lmysqlclient
  515. configure:13322: gcc -o conftest -O2 -g -O2  -Wl,--export-dynamic  conftest.c -lmysqlclient -L/usr/lib/x86_64-linux-gnu -lmysqlclient -lpthread -lz -lm -ldl  -ldl -L/usr/local/lib -lpfring -lpcap -lrt -lnuma >&5
  516. /usr/bin/ld: cannot find -lnuma
  517. collect2: error: ld returned 1 exit status
  518. configure:13322: $? = 1
  519. configure: failed program was:
  520. | /* confdefs.h */
  521. | #define PACKAGE_NAME "pmacct"
  522. | #define PACKAGE_TARNAME "pmacct"
  523. | #define PACKAGE_VERSION "1.6.0"
  524. | #define PACKAGE_STRING "pmacct 1.6.0"
  525. | #define PACKAGE_BUGREPORT "paolo@pmacct.net"
  526. | #define PACKAGE_URL ""
  527. | #define PACKAGE "pmacct"
  528. | #define VERSION "1.6.0"
  529. | #define STDC_HEADERS 1
  530. | #define HAVE_SYS_TYPES_H 1
  531. | #define HAVE_SYS_STAT_H 1
  532. | #define HAVE_STDLIB_H 1
  533. | #define HAVE_STRING_H 1
  534. | #define HAVE_MEMORY_H 1
  535. | #define HAVE_STRINGS_H 1
  536. | #define HAVE_INTTYPES_H 1
  537. | #define HAVE_STDINT_H 1
  538. | #define HAVE_UNISTD_H 1
  539. | #define HAVE_DLFCN_H 1
  540. | #define LT_OBJDIR ".libs/"
  541. | #define COMPILE_ARGS " '--enable-mysql'"
  542. | #define PROGNAME 1
  543. | #define IM_LITTLE_ENDIAN 1
  544. | #define HAVE_L2 1
  545. | #define HAVE_PCAP_H 1
  546. | #define PCAP_TYPE_linux 1
  547. | /* end confdefs.h.  */
  548. |
  549. | /* Override any GCC internal prototype to avoid an error.
  550. |    Use char because int might match the return type of a GCC
  551. |    builtin and then its argument prototype would still apply.  */
  552. | #ifdef __cplusplus
  553. | extern "C"
  554. | #endif
  555. | char mysql_init ();
  556. | int
  557. | main ()
  558. | {
  559. | return mysql_init ();
  560. |   ;
  561. |   return 0;
  562. | }
  563. configure:13331: result: no
  564. configure:13337: error: ERROR: missing MySQL client library
  565.  
  566. ## ---------------- ##
  567. ## Cache variables. ##
  568. ## ---------------- ##
  569.  
  570. ac_cv_build=x86_64-unknown-linux-gnu
  571. ac_cv_c_compiler_gnu=yes
  572. ac_cv_endianess=little
  573. ac_cv_env_CC_set=
  574. ac_cv_env_CC_value=
  575. ac_cv_env_CFLAGS_set=
  576. ac_cv_env_CFLAGS_value=
  577. ac_cv_env_CPPFLAGS_set=
  578. ac_cv_env_CPPFLAGS_value=
  579. ac_cv_env_CPP_set=
  580. ac_cv_env_CPP_value=
  581. ac_cv_env_GEOIPV2_CFLAGS_set=
  582. ac_cv_env_GEOIPV2_CFLAGS_value=
  583. ac_cv_env_GEOIPV2_LIBS_set=
  584. ac_cv_env_GEOIPV2_LIBS_value=
  585. ac_cv_env_GEOIP_CFLAGS_set=
  586. ac_cv_env_GEOIP_CFLAGS_value=
  587. ac_cv_env_GEOIP_LIBS_set=
  588. ac_cv_env_GEOIP_LIBS_value=
  589. ac_cv_env_JANSSON_CFLAGS_set=
  590. ac_cv_env_JANSSON_CFLAGS_value=
  591. ac_cv_env_JANSSON_LIBS_set=
  592. ac_cv_env_JANSSON_LIBS_value=
  593. ac_cv_env_KAFKA_CFLAGS_set=
  594. ac_cv_env_KAFKA_CFLAGS_value=
  595. ac_cv_env_KAFKA_LIBS_set=
  596. ac_cv_env_KAFKA_LIBS_value=
  597. ac_cv_env_LDFLAGS_set=
  598. ac_cv_env_LDFLAGS_value=
  599. ac_cv_env_LIBS_set=
  600. ac_cv_env_LIBS_value=
  601. ac_cv_env_MONGODB_CFLAGS_set=
  602. ac_cv_env_MONGODB_CFLAGS_value=
  603. ac_cv_env_MONGODB_LIBS_set=
  604. ac_cv_env_MONGODB_LIBS_value=
  605. ac_cv_env_NFLOG_CFLAGS_set=
  606. ac_cv_env_NFLOG_CFLAGS_value=
  607. ac_cv_env_NFLOG_LIBS_set=
  608. ac_cv_env_NFLOG_LIBS_value=
  609. ac_cv_env_PGSQL_CFLAGS_set=
  610. ac_cv_env_PGSQL_CFLAGS_value=
  611. ac_cv_env_PGSQL_LIBS_set=
  612. ac_cv_env_PGSQL_LIBS_value=
  613. ac_cv_env_PKG_CONFIG_LIBDIR_set=
  614. ac_cv_env_PKG_CONFIG_LIBDIR_value=
  615. ac_cv_env_PKG_CONFIG_PATH_set=
  616. ac_cv_env_PKG_CONFIG_PATH_value=
  617. ac_cv_env_PKG_CONFIG_set=
  618. ac_cv_env_PKG_CONFIG_value=
  619. ac_cv_env_RABBITMQ_CFLAGS_set=
  620. ac_cv_env_RABBITMQ_CFLAGS_value=
  621. ac_cv_env_RABBITMQ_LIBS_set=
  622. ac_cv_env_RABBITMQ_LIBS_value=
  623. ac_cv_env_SQLITE3_CFLAGS_set=
  624. ac_cv_env_SQLITE3_CFLAGS_value=
  625. ac_cv_env_SQLITE3_LIBS_set=
  626. ac_cv_env_SQLITE3_LIBS_value=
  627. ac_cv_env_build_alias_set=
  628. ac_cv_env_build_alias_value=
  629. ac_cv_env_host_alias_set=
  630. ac_cv_env_host_alias_value=
  631. ac_cv_env_target_alias_set=
  632. ac_cv_env_target_alias_value=
  633. ac_cv_func_dlopen=no
  634. ac_cv_header_dlfcn_h=yes
  635. ac_cv_header_inttypes_h=yes
  636. ac_cv_header_memory_h=yes
  637. ac_cv_header_stdc=yes
  638. ac_cv_header_stdint_h=yes
  639. ac_cv_header_stdlib_h=yes
  640. ac_cv_header_string_h=yes
  641. ac_cv_header_strings_h=yes
  642. ac_cv_header_sys_stat_h=yes
  643. ac_cv_header_sys_types_h=yes
  644. ac_cv_header_unistd_h=yes
  645. ac_cv_host=x86_64-unknown-linux-gnu
  646. ac_cv_lib_dl_dlopen=yes
  647. ac_cv_lib_mysqlclient_mysql_init=no
  648. ac_cv_objext=o
  649. ac_cv_path_EGREP='/bin/grep -E'
  650. ac_cv_path_FGREP='/bin/grep -F'
  651. ac_cv_path_GREP=/bin/grep
  652. ac_cv_path_SED=/bin/sed
  653. ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
  654. ac_cv_path_install='/usr/bin/install -c'
  655. ac_cv_path_mkdir=/bin/mkdir
  656. ac_cv_prog_AWK=gawk
  657. ac_cv_prog_CPP='gcc -E'
  658. ac_cv_prog_MAKE=make
  659. ac_cv_prog_MYSQL_CONFIG=mysql_config
  660. ac_cv_prog_ac_ct_AR=ar
  661. ac_cv_prog_ac_ct_CC=gcc
  662. ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
  663. ac_cv_prog_ac_ct_OBJDUMP=objdump
  664. ac_cv_prog_ac_ct_RANLIB=ranlib
  665. ac_cv_prog_ac_ct_STRIP=strip
  666. ac_cv_prog_cc_c89=
  667. ac_cv_prog_cc_g=yes
  668. ac_cv_prog_make_make_set=yes
  669. ac_cv_unaligned=ok
  670. am_cv_CC_dependencies_compiler_type=gcc3
  671. am_cv_make_support_nested_variables=yes
  672. lt_cv_ar_at_file=@
  673. lt_cv_archive_cmds_need_lc=no
  674. lt_cv_deplibs_check_method=pass_all
  675. lt_cv_file_magic_cmd='$MAGIC_CMD'
  676. lt_cv_file_magic_test_file=
  677. lt_cv_ld_reload_flag=-r
  678. lt_cv_nm_interface='BSD nm'
  679. lt_cv_objdir=.libs
  680. lt_cv_path_LD=/usr/bin/ld
  681. lt_cv_path_NM='/usr/bin/nm -B'
  682. lt_cv_path_mainfest_tool=no
  683. lt_cv_prog_compiler_c_o=yes
  684. lt_cv_prog_compiler_pic='-fPIC -DPIC'
  685. lt_cv_prog_compiler_pic_works=yes
  686. lt_cv_prog_compiler_rtti_exceptions=no
  687. lt_cv_prog_compiler_static_works=yes
  688. lt_cv_prog_gnu_ld=yes
  689. lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
  690. lt_cv_shlibpath_overrides_runpath=no
  691. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[       ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
  692. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
  693. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'''
  694. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  695. lt_cv_sys_max_cmd_len=1572864
  696. lt_cv_to_host_file_cmd=func_convert_file_noop
  697. lt_cv_to_tool_file_cmd=func_convert_file_noop
  698.  
  699. ## ----------------- ##
  700. ## Output variables. ##
  701. ## ----------------- ##
  702.  
  703. ACLOCAL='${SHELL} /usr/local/src/pmacct-1.6.0/missing --run aclocal-1.11'
  704. AMDEPBACKSLASH='\'
  705. AMDEP_FALSE='#'
  706. AMDEP_TRUE=''
  707. AMTAR='$${TAR-tar}'
  708. AM_BACKSLASH='\'
  709. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  710. AM_DEFAULT_VERBOSITY='0'
  711. AM_V='$(V)'
  712. AR='ar'
  713. AUTOCONF='${SHELL} /usr/local/src/pmacct-1.6.0/missing --run autoconf'
  714. AUTOHEADER='${SHELL} /usr/local/src/pmacct-1.6.0/missing --run autoheader'
  715. AUTOMAKE='${SHELL} /usr/local/src/pmacct-1.6.0/missing --run automake-1.11'
  716. AWK='gawk'
  717. CC='gcc'
  718. CCDEPMODE='depmode=gcc3'
  719. CFLAGS='-O2 -g -O2'
  720. CPP='gcc -E'
  721. CPPFLAGS=''
  722. CYGPATH_W='echo'
  723. DEFS=''
  724. DEPDIR='.deps'
  725. DLLTOOL='false'
  726. DSYMUTIL=''
  727. DUMPBIN=''
  728. ECHO_C=''
  729. ECHO_N='-n'
  730. ECHO_T=''
  731. EGREP='/bin/grep -E'
  732. EXEEXT=''
  733. EXTRABIN=''
  734. FGREP='/bin/grep -F'
  735. GEOIPV2_CFLAGS=''
  736. GEOIPV2_LIBS=''
  737. GEOIP_CFLAGS=''
  738. GEOIP_LIBS=''
  739. GREP='/bin/grep'
  740. INSTALL_DATA='${INSTALL} -m 644'
  741. INSTALL_PROGRAM='${INSTALL}'
  742. INSTALL_SCRIPT='${INSTALL}'
  743. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  744. JANSSON_CFLAGS=''
  745. JANSSON_LIBS=''
  746. KAFKA_CFLAGS=''
  747. KAFKA_LIBS=''
  748. LD='/usr/bin/ld -m elf_x86_64'
  749. LDFLAGS='-Wl,--export-dynamic '
  750. LIBOBJS=''
  751. LIBS=' -ldl -L/usr/local/lib -lpfring -lpcap -lrt -lnuma'
  752. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  753. LIPO=''
  754. LN_S='ln -s'
  755. LTLIBOBJS=''
  756. MAKE='make'
  757. MAKEINFO='${SHELL} /usr/local/src/pmacct-1.6.0/missing --run makeinfo'
  758. MANIFEST_TOOL=':'
  759. MKDIR_P='/bin/mkdir -p'
  760. MONGODB_CFLAGS=''
  761. MONGODB_LIBS=''
  762. MYSQL_CFLAGS=''
  763. MYSQL_CONFIG='mysql_config'
  764. MYSQL_LIBS=''
  765. NFLOG_CFLAGS=''
  766. NFLOG_LIBS=''
  767. NM='/usr/bin/nm -B'
  768. NMEDIT=''
  769. OBJDUMP='objdump'
  770. OBJEXT='o'
  771. OTOOL64=''
  772. OTOOL=''
  773. PACKAGE='pmacct'
  774. PACKAGE_BUGREPORT='paolo@pmacct.net'
  775. PACKAGE_NAME='pmacct'
  776. PACKAGE_STRING='pmacct 1.6.0'
  777. PACKAGE_TARNAME='pmacct'
  778. PACKAGE_URL=''
  779. PACKAGE_VERSION='1.6.0'
  780. PATH_SEPARATOR=':'
  781. PGSQL_CFLAGS=''
  782. PGSQL_LIBS=''
  783. PKG_CONFIG='/usr/bin/pkg-config'
  784. PKG_CONFIG_LIBDIR=''
  785. PKG_CONFIG_PATH=':/usr/local/lib/pkgconfig'
  786. RABBITMQ_CFLAGS=''
  787. RABBITMQ_LIBS=''
  788. RANLIB='ranlib'
  789. SED='/bin/sed'
  790. SET_MAKE=''
  791. SHELL='/bin/bash'
  792. SQLITE3_CFLAGS=''
  793. SQLITE3_LIBS=''
  794. STRIP='strip'
  795. USING_SQL_FALSE=''
  796. USING_SQL_TRUE=''
  797. USING_THREADPOOL_FALSE=''
  798. USING_THREADPOOL_TRUE=''
  799. VERSION='1.6.0'
  800. WITH_KAFKA_FALSE=''
  801. WITH_KAFKA_TRUE=''
  802. WITH_MONGODB_FALSE=''
  803. WITH_MONGODB_TRUE=''
  804. WITH_MYSQL_FALSE=''
  805. WITH_MYSQL_TRUE=''
  806. WITH_NFLOG_FALSE=''
  807. WITH_NFLOG_TRUE=''
  808. WITH_PGSQL_FALSE=''
  809. WITH_PGSQL_TRUE=''
  810. WITH_RABBITMQ_FALSE=''
  811. WITH_RABBITMQ_TRUE=''
  812. WITH_SQLITE3_FALSE=''
  813. WITH_SQLITE3_TRUE=''
  814. ac_ct_AR='ar'
  815. ac_ct_CC='gcc'
  816. ac_ct_DUMPBIN=''
  817. am__EXEEXT_FALSE=''
  818. am__EXEEXT_TRUE=''
  819. am__fastdepCC_FALSE='#'
  820. am__fastdepCC_TRUE=''
  821. am__include='include'
  822. am__isrc=''
  823. am__leading_dot='.'
  824. am__nodep='_no'
  825. am__quote=''
  826. am__tar='$${TAR-tar} chof - "$$tardir"'
  827. am__untar='$${TAR-tar} xf -'
  828. bindir='${exec_prefix}/bin'
  829. build='x86_64-unknown-linux-gnu'
  830. build_alias=''
  831. build_cpu='x86_64'
  832. build_os='linux-gnu'
  833. build_vendor='unknown'
  834. datadir='${datarootdir}'
  835. datarootdir='${prefix}/share'
  836. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  837. dvidir='${docdir}'
  838. exec_prefix='NONE'
  839. host='x86_64-unknown-linux-gnu'
  840. host_alias=''
  841. host_cpu='x86_64'
  842. host_os='Linux'
  843. host_vendor='unknown'
  844. htmldir='${docdir}'
  845. includedir='${prefix}/include'
  846. infodir='${datarootdir}/info'
  847. install_sh='${SHELL} /usr/local/src/pmacct-1.6.0/install-sh'
  848. libdir='${exec_prefix}/lib'
  849. libexecdir='${exec_prefix}/libexec'
  850. localedir='${datarootdir}/locale'
  851. localstatedir='${prefix}/var'
  852. mandir='${datarootdir}/man'
  853. mkdir_p='/bin/mkdir -p'
  854. oldincludedir='/usr/include'
  855. pdfdir='${docdir}'
  856. prefix='NONE'
  857. program_transform_name='s,x,x,'
  858. psdir='${docdir}'
  859. sbindir='${exec_prefix}/sbin'
  860. sharedstatedir='${prefix}/com'
  861. sysconfdir='${prefix}/etc'
  862. target_alias=''
  863.  
  864. ## ----------- ##
  865. ## confdefs.h. ##
  866. ## ----------- ##
  867.  
  868. /* confdefs.h */
  869. #define PACKAGE_NAME "pmacct"
  870. #define PACKAGE_TARNAME "pmacct"
  871. #define PACKAGE_VERSION "1.6.0"
  872. #define PACKAGE_STRING "pmacct 1.6.0"
  873. #define PACKAGE_BUGREPORT "paolo@pmacct.net"
  874. #define PACKAGE_URL ""
  875. #define PACKAGE "pmacct"
  876. #define VERSION "1.6.0"
  877. #define STDC_HEADERS 1
  878. #define HAVE_SYS_TYPES_H 1
  879. #define HAVE_SYS_STAT_H 1
  880. #define HAVE_STDLIB_H 1
  881. #define HAVE_STRING_H 1
  882. #define HAVE_MEMORY_H 1
  883. #define HAVE_STRINGS_H 1
  884. #define HAVE_INTTYPES_H 1
  885. #define HAVE_STDINT_H 1
  886. #define HAVE_UNISTD_H 1
  887. #define HAVE_DLFCN_H 1
  888. #define LT_OBJDIR ".libs/"
  889. #define COMPILE_ARGS " '--enable-mysql'"
  890. #define PROGNAME 1
  891. #define IM_LITTLE_ENDIAN 1
  892. #define HAVE_L2 1
  893. #define HAVE_PCAP_H 1
  894. #define PCAP_TYPE_linux 1
  895.  
  896. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement