Guest User

Vusaged config.log

a guest
Jan 24th, 2011
326
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.59 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 vusage configure 1.0.0, which was
  5. generated by GNU Autoconf 2.61. Invocation command line was
  6.  
  7. $ ./configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = xxxx.domain.com
  14. uname -m = x86_64
  15. uname -r = 2.6.18-194.26.1.el5
  16. uname -s = Linux
  17. uname -v = #1 SMP Tue Nov 9 12:54:20 EST 2010
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = x86_64
  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/kerberos/sbin
  31. PATH: /usr/kerberos/bin
  32. PATH: /usr/local/sbin
  33. PATH: /usr/local/bin
  34. PATH: /sbin
  35. PATH: /bin
  36. PATH: /usr/sbin
  37. PATH: /usr/bin
  38. PATH: /root/bin
  39.  
  40.  
  41. ## ----------- ##
  42. ## Core tests. ##
  43. ## ----------- ##
  44.  
  45. configure:1750: checking for gcc
  46. configure:1766: found /usr/bin/gcc
  47. configure:1777: result: gcc
  48. configure:2015: checking for C compiler version
  49. configure:2022: gcc --version >&5
  50. gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-48)
  51. Copyright (C) 2006 Free Software Foundation, Inc.
  52. This is free software; see the source for copying conditions. There is NO
  53. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  54.  
  55. configure:2025: $? = 0
  56. configure:2032: gcc -v >&5
  57. Using built-in specs.
  58. Target: x86_64-redhat-linux
  59. Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=x86_64-redhat-linux
  60. Thread model: posix
  61. gcc version 4.1.2 20080704 (Red Hat 4.1.2-48)
  62. configure:2035: $? = 0
  63. configure:2042: gcc -V >&5
  64. gcc: '-V' option must have argument
  65. configure:2045: $? = 1
  66. configure:2068: checking for C compiler default output file name
  67. configure:2095: gcc conftest.c >&5
  68. configure:2098: $? = 0
  69. configure:2136: result: a.out
  70. configure:2153: checking whether the C compiler works
  71. configure:2163: ./a.out
  72. configure:2166: $? = 0
  73. configure:2183: result: yes
  74. configure:2190: checking whether we are cross compiling
  75. configure:2192: result: no
  76. configure:2195: checking for suffix of executables
  77. configure:2202: gcc -o conftest conftest.c >&5
  78. configure:2205: $? = 0
  79. configure:2229: result:
  80. configure:2235: checking for suffix of object files
  81. configure:2261: gcc -c conftest.c >&5
  82. configure:2264: $? = 0
  83. configure:2287: result: o
  84. configure:2291: checking whether we are using the GNU C compiler
  85. configure:2320: gcc -c conftest.c >&5
  86. configure:2326: $? = 0
  87. configure:2343: result: yes
  88. configure:2348: checking whether gcc accepts -g
  89. configure:2378: gcc -c -g conftest.c >&5
  90. configure:2384: $? = 0
  91. configure:2483: result: yes
  92. configure:2500: checking for gcc option to accept ISO C89
  93. configure:2574: gcc -c -g -O2 conftest.c >&5
  94. configure:2580: $? = 0
  95. configure:2603: result: none needed
  96. configure:2664: checking build system type
  97. configure:2682: result: x86_64-unknown-linux-gnu
  98. configure:2704: checking host system type
  99. configure:2719: result: x86_64-unknown-linux-gnu
  100. configure:2762: checking if we're building on Solaris
  101. configure:2991: result: no
  102. configure:3275: checking for the pthreads library -lpthreads
  103. configure:3318: gcc -o conftest -g -O2 conftest.c -lpthreads >&5
  104. /usr/bin/ld: cannot find -lpthreads
  105. collect2: ld returned 1 exit status
  106. configure:3324: $? = 1
  107. configure: failed program was:
  108. | /* confdefs.h. */
  109. | #define PACKAGE_NAME "vusage"
  110. | #define PACKAGE_TARNAME "vusage"
  111. | #define PACKAGE_VERSION "1.0.0"
  112. | #define PACKAGE_STRING "vusage 1.0.0"
  113. | #define PACKAGE_BUGREPORT ""
  114. | /* end confdefs.h. */
  115. | #include <pthread.h>
  116. | int
  117. | main ()
  118. | {
  119. | pthread_t th; pthread_join(th, 0);
  120. | pthread_attr_init(0); pthread_cleanup_push(0, 0);
  121. | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
  122. | ;
  123. | return 0;
  124. | }
  125. configure:3344: result: no
  126. configure:3220: checking whether pthreads work without any flags
  127. configure:3318: gcc -o conftest -g -O2 conftest.c >&5
  128. /tmp/ccybno2m.o: In function `main':
  129. /var/src/vpopmail-5.4.32/vusaged/conftest.c:12: undefined reference to `pthread_join'
  130. /var/src/vpopmail-5.4.32/vusaged/conftest.c:13: undefined reference to `__pthread_register_cancel'
  131. /var/src/vpopmail-5.4.32/vusaged/conftest.c:14: undefined reference to `pthread_create'
  132. /var/src/vpopmail-5.4.32/vusaged/conftest.c:14: undefined reference to `__pthread_unregister_cancel'
  133. collect2: ld returned 1 exit status
  134. configure:3324: $? = 1
  135. configure: failed program was:
  136. | /* confdefs.h. */
  137. | #define PACKAGE_NAME "vusage"
  138. | #define PACKAGE_TARNAME "vusage"
  139. | #define PACKAGE_VERSION "1.0.0"
  140. | #define PACKAGE_STRING "vusage 1.0.0"
  141. | #define PACKAGE_BUGREPORT ""
  142. | /* end confdefs.h. */
  143. | #include <pthread.h>
  144. | int
  145. | main ()
  146. | {
  147. | pthread_t th; pthread_join(th, 0);
  148. | pthread_attr_init(0); pthread_cleanup_push(0, 0);
  149. | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
  150. | ;
  151. | return 0;
  152. | }
  153. configure:3344: result: no
  154. configure:3225: checking whether pthreads work with -Kthread
  155. configure:3318: gcc -o conftest -g -O2 -Kthread conftest.c >&5
  156. gcc: unrecognized option '-Kthread'
  157. /tmp/ccaQvVHq.o: In function `main':
  158. /var/src/vpopmail-5.4.32/vusaged/conftest.c:12: undefined reference to `pthread_join'
  159. /var/src/vpopmail-5.4.32/vusaged/conftest.c:13: undefined reference to `__pthread_register_cancel'
  160. /var/src/vpopmail-5.4.32/vusaged/conftest.c:14: undefined reference to `pthread_create'
  161. /var/src/vpopmail-5.4.32/vusaged/conftest.c:14: undefined reference to `__pthread_unregister_cancel'
  162. collect2: ld returned 1 exit status
  163. configure:3324: $? = 1
  164. configure: failed program was:
  165. | /* confdefs.h. */
  166. | #define PACKAGE_NAME "vusage"
  167. | #define PACKAGE_TARNAME "vusage"
  168. | #define PACKAGE_VERSION "1.0.0"
  169. | #define PACKAGE_STRING "vusage 1.0.0"
  170. | #define PACKAGE_BUGREPORT ""
  171. | /* end confdefs.h. */
  172. | #include <pthread.h>
  173. | int
  174. | main ()
  175. | {
  176. | pthread_t th; pthread_join(th, 0);
  177. | pthread_attr_init(0); pthread_cleanup_push(0, 0);
  178. | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
  179. | ;
  180. | return 0;
  181. | }
  182. configure:3344: result: no
  183. configure:3225: checking whether pthreads work with -kthread
  184. configure:3318: gcc -o conftest -g -O2 -kthread conftest.c >&5
  185. gcc: unrecognized option '-kthread'
  186. /tmp/cc8RM0ix.o: In function `main':
  187. /var/src/vpopmail-5.4.32/vusaged/conftest.c:12: undefined reference to `pthread_join'
  188. /var/src/vpopmail-5.4.32/vusaged/conftest.c:13: undefined reference to `__pthread_register_cancel'
  189. /var/src/vpopmail-5.4.32/vusaged/conftest.c:14: undefined reference to `pthread_create'
  190. /var/src/vpopmail-5.4.32/vusaged/conftest.c:14: undefined reference to `__pthread_unregister_cancel'
  191. collect2: ld returned 1 exit status
  192. configure:3324: $? = 1
  193. configure: failed program was:
  194. | /* confdefs.h. */
  195. | #define PACKAGE_NAME "vusage"
  196. | #define PACKAGE_TARNAME "vusage"
  197. | #define PACKAGE_VERSION "1.0.0"
  198. | #define PACKAGE_STRING "vusage 1.0.0"
  199. | #define PACKAGE_BUGREPORT ""
  200. | /* end confdefs.h. */
  201. | #include <pthread.h>
  202. | int
  203. | main ()
  204. | {
  205. | pthread_t th; pthread_join(th, 0);
  206. | pthread_attr_init(0); pthread_cleanup_push(0, 0);
  207. | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
  208. | ;
  209. | return 0;
  210. | }
  211. configure:3344: result: no
  212. configure:3275: checking for the pthreads library -llthread
  213. configure:3318: gcc -o conftest -g -O2 conftest.c -llthread >&5
  214. /usr/bin/ld: cannot find -llthread
  215. collect2: ld returned 1 exit status
  216. configure:3324: $? = 1
  217. configure: failed program was:
  218. | /* confdefs.h. */
  219. | #define PACKAGE_NAME "vusage"
  220. | #define PACKAGE_TARNAME "vusage"
  221. | #define PACKAGE_VERSION "1.0.0"
  222. | #define PACKAGE_STRING "vusage 1.0.0"
  223. | #define PACKAGE_BUGREPORT ""
  224. | /* end confdefs.h. */
  225. | #include <pthread.h>
  226. | int
  227. | main ()
  228. | {
  229. | pthread_t th; pthread_join(th, 0);
  230. | pthread_attr_init(0); pthread_cleanup_push(0, 0);
  231. | pthread_create(0,0,0,0); pthread_cleanup_pop(0);
  232. | ;
  233. | return 0;
  234. | }
  235. configure:3344: result: no
  236. configure:3225: checking whether pthreads work with -pthread
  237. configure:3318: gcc -o conftest -g -O2 -pthread conftest.c >&5
  238. configure:3324: $? = 0
  239. configure:3344: result: yes
  240. configure:3363: checking for joinable pthread attribute
  241. configure:3388: gcc -o conftest -g -O2 -pthread conftest.c >&5
  242. configure:3394: $? = 0
  243. configure:3411: result: PTHREAD_CREATE_JOINABLE
  244. configure:3421: checking if more special flags are required for pthreads
  245. configure:3428: result: no
  246. configure:3529: checking how to run the C preprocessor
  247. configure:3569: gcc -E conftest.c
  248. configure:3575: $? = 0
  249. configure:3606: gcc -E conftest.c
  250. conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
  251. configure:3612: $? = 1
  252. configure: failed program was:
  253. | /* confdefs.h. */
  254. | #define PACKAGE_NAME "vusage"
  255. | #define PACKAGE_TARNAME "vusage"
  256. | #define PACKAGE_VERSION "1.0.0"
  257. | #define PACKAGE_STRING "vusage 1.0.0"
  258. | #define PACKAGE_BUGREPORT ""
  259. | #define HAVE_PTHREAD 1
  260. | /* end confdefs.h. */
  261. | #include <ac_nonexistent.h>
  262. configure:3645: result: gcc -E
  263. configure:3674: gcc -E conftest.c
  264. configure:3680: $? = 0
  265. configure:3711: gcc -E conftest.c
  266. conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
  267. configure:3717: $? = 1
  268. configure: failed program was:
  269. | /* confdefs.h. */
  270. | #define PACKAGE_NAME "vusage"
  271. | #define PACKAGE_TARNAME "vusage"
  272. | #define PACKAGE_VERSION "1.0.0"
  273. | #define PACKAGE_STRING "vusage 1.0.0"
  274. | #define PACKAGE_BUGREPORT ""
  275. | #define HAVE_PTHREAD 1
  276. | /* end confdefs.h. */
  277. | #include <ac_nonexistent.h>
  278. configure:3755: checking for grep that handles long lines and -e
  279. configure:3829: result: /bin/grep
  280. configure:3834: checking for egrep
  281. configure:3912: result: /bin/grep -E
  282. configure:3917: checking for ANSI C header files
  283. configure:3947: gcc -c -g -O2 conftest.c >&5
  284. configure:3953: $? = 0
  285. configure:4052: gcc -o conftest -g -O2 conftest.c >&5
  286. configure:4055: $? = 0
  287. configure:4061: ./conftest
  288. configure:4064: $? = 0
  289. configure:4081: result: yes
  290. configure:4105: checking for sys/types.h
  291. configure:4126: gcc -c -g -O2 conftest.c >&5
  292. configure:4132: $? = 0
  293. configure:4148: result: yes
  294. configure:4105: checking for sys/stat.h
  295. configure:4126: gcc -c -g -O2 conftest.c >&5
  296. configure:4132: $? = 0
  297. configure:4148: result: yes
  298. configure:4105: checking for stdlib.h
  299. configure:4126: gcc -c -g -O2 conftest.c >&5
  300. configure:4132: $? = 0
  301. configure:4148: result: yes
  302. configure:4105: checking for string.h
  303. configure:4126: gcc -c -g -O2 conftest.c >&5
  304. configure:4132: $? = 0
  305. configure:4148: result: yes
  306. configure:4105: checking for memory.h
  307. configure:4126: gcc -c -g -O2 conftest.c >&5
  308. configure:4132: $? = 0
  309. configure:4148: result: yes
  310. configure:4105: checking for strings.h
  311. configure:4126: gcc -c -g -O2 conftest.c >&5
  312. configure:4132: $? = 0
  313. configure:4148: result: yes
  314. configure:4105: checking for inttypes.h
  315. configure:4126: gcc -c -g -O2 conftest.c >&5
  316. configure:4132: $? = 0
  317. configure:4148: result: yes
  318. configure:4105: checking for stdint.h
  319. configure:4126: gcc -c -g -O2 conftest.c >&5
  320. configure:4132: $? = 0
  321. configure:4148: result: yes
  322. configure:4105: checking for unistd.h
  323. configure:4126: gcc -c -g -O2 conftest.c >&5
  324. configure:4132: $? = 0
  325. configure:4148: result: yes
  326. configure:4175: checking ev.h usability
  327. configure:4192: gcc -c -g -O2 conftest.c >&5
  328. configure:4198: $? = 0
  329. configure:4212: result: yes
  330. configure:4216: checking ev.h presence
  331. configure:4231: gcc -E conftest.c
  332. configure:4237: $? = 0
  333. configure:4251: result: yes
  334. configure:4279: checking for ev.h
  335. configure:4287: result: yes
  336. configure:4301: checking for ev_loop_new in -lev
  337. configure:4336: gcc -o conftest -g -O2 conftest.c -lev >&5
  338. configure:4342: $? = 0
  339. configure:4360: result: yes
  340. configure:4427: checking vpopmail.h usability
  341. configure:4444: gcc -c -g -O2 -g -O2 -I/home/vpopmail/include conftest.c >&5
  342. configure:4450: $? = 0
  343. configure:4464: result: yes
  344. configure:4468: checking vpopmail.h presence
  345. configure:4483: gcc -E -g -O2 -I/home/vpopmail/include conftest.c
  346. configure:4489: $? = 0
  347. configure:4503: result: yes
  348. configure:4531: checking for vpopmail.h
  349. configure:4539: result: yes
  350. configure:4567: checking vauth.h usability
  351. configure:4584: gcc -c -g -O2 -g -O2 -I/home/vpopmail/include conftest.c >&5
  352. configure:4590: $? = 0
  353. configure:4604: result: yes
  354. configure:4608: checking vauth.h presence
  355. configure:4623: gcc -E -g -O2 -I/home/vpopmail/include conftest.c
  356. configure:4629: $? = 0
  357. configure:4643: result: yes
  358. configure:4671: checking for vauth.h
  359. configure:4679: result: yes
  360. configure:4693: checking for vauth_getpw in -lvpopmail
  361. configure:4728: gcc -o conftest -g -O2 -g -O2 -I/home/vpopmail/include -L/home/vpopmail/lib -lvpopmail -lcrypt conftest.c -lvpopmail -lev >&5
  362. /home/vpopmail/lib/libvpopmail.so: undefined reference to `dlsym'
  363. /home/vpopmail/lib/libvpopmail.so: undefined reference to `dlerror'
  364. /home/vpopmail/lib/libvpopmail.so: undefined reference to `dlopen'
  365. /home/vpopmail/lib/libvpopmail.so: undefined reference to `dlclose'
  366. collect2: ld returned 1 exit status
  367. configure:4734: $? = 1
  368. configure: failed program was:
  369. | /* confdefs.h. */
  370. | #define PACKAGE_NAME "vusage"
  371. | #define PACKAGE_TARNAME "vusage"
  372. | #define PACKAGE_VERSION "1.0.0"
  373. | #define PACKAGE_STRING "vusage 1.0.0"
  374. | #define PACKAGE_BUGREPORT ""
  375. | #define HAVE_PTHREAD 1
  376. | #define STDC_HEADERS 1
  377. | #define HAVE_SYS_TYPES_H 1
  378. | #define HAVE_SYS_STAT_H 1
  379. | #define HAVE_STDLIB_H 1
  380. | #define HAVE_STRING_H 1
  381. | #define HAVE_MEMORY_H 1
  382. | #define HAVE_STRINGS_H 1
  383. | #define HAVE_INTTYPES_H 1
  384. | #define HAVE_STDINT_H 1
  385. | #define HAVE_UNISTD_H 1
  386. | #define HAVE_EV_H 1
  387. | #define HAVE_LIBEV 1
  388. | #define HAVE_VPOPMAIL_H 1
  389. | #define HAVE_VAUTH_H 1
  390. | /* end confdefs.h. */
  391. |
  392. | /* Override any GCC internal prototype to avoid an error.
  393. | Use char because int might match the return type of a GCC
  394. | builtin and then its argument prototype would still apply. */
  395. | #ifdef __cplusplus
  396. | extern "C"
  397. | #endif
  398. | char vauth_getpw ();
  399. | int
  400. | main ()
  401. | {
  402. | return vauth_getpw ();
  403. | ;
  404. | return 0;
  405. | }
  406. configure:4752: result: no
  407. configure:4764: checking for vauth_getall in -lvpopmail
  408. configure:4799: gcc -o conftest -g -O2 -g -O2 -I/home/vpopmail/include -L/home/vpopmail/lib -lvpopmail -lcrypt conftest.c -lvpopmail -lev >&5
  409. /home/vpopmail/lib/libvpopmail.so: undefined reference to `dlsym'
  410. /home/vpopmail/lib/libvpopmail.so: undefined reference to `dlerror'
  411. /home/vpopmail/lib/libvpopmail.so: undefined reference to `dlopen'
  412. /home/vpopmail/lib/libvpopmail.so: undefined reference to `dlclose'
  413. collect2: ld returned 1 exit status
  414. configure:4805: $? = 1
  415. configure: failed program was:
  416. | /* confdefs.h. */
  417. | #define PACKAGE_NAME "vusage"
  418. | #define PACKAGE_TARNAME "vusage"
  419. | #define PACKAGE_VERSION "1.0.0"
  420. | #define PACKAGE_STRING "vusage 1.0.0"
  421. | #define PACKAGE_BUGREPORT ""
  422. | #define HAVE_PTHREAD 1
  423. | #define STDC_HEADERS 1
  424. | #define HAVE_SYS_TYPES_H 1
  425. | #define HAVE_SYS_STAT_H 1
  426. | #define HAVE_STDLIB_H 1
  427. | #define HAVE_STRING_H 1
  428. | #define HAVE_MEMORY_H 1
  429. | #define HAVE_STRINGS_H 1
  430. | #define HAVE_INTTYPES_H 1
  431. | #define HAVE_STDINT_H 1
  432. | #define HAVE_UNISTD_H 1
  433. | #define HAVE_EV_H 1
  434. | #define HAVE_LIBEV 1
  435. | #define HAVE_VPOPMAIL_H 1
  436. | #define HAVE_VAUTH_H 1
  437. | /* end confdefs.h. */
  438. |
  439. | /* Override any GCC internal prototype to avoid an error.
  440. | Use char because int might match the return type of a GCC
  441. | builtin and then its argument prototype would still apply. */
  442. | #ifdef __cplusplus
  443. | extern "C"
  444. | #endif
  445. | char vauth_getall ();
  446. | int
  447. | main ()
  448. | {
  449. | return vauth_getall ();
  450. | ;
  451. | return 0;
  452. | }
  453. configure:4823: result: no
  454. configure:4835: checking for get_domain_entries in -lvpopmail
  455. configure:4870: gcc -o conftest -g -O2 -g -O2 -I/home/vpopmail/include -L/home/vpopmail/lib -lvpopmail -lcrypt conftest.c -lvpopmail -lev >&5
  456. /home/vpopmail/lib/libvpopmail.so: undefined reference to `dlsym'
  457. /home/vpopmail/lib/libvpopmail.so: undefined reference to `dlerror'
  458. /home/vpopmail/lib/libvpopmail.so: undefined reference to `dlopen'
  459. /home/vpopmail/lib/libvpopmail.so: undefined reference to `dlclose'
  460. collect2: ld returned 1 exit status
  461. configure:4876: $? = 1
  462. configure: failed program was:
  463. | /* confdefs.h. */
  464. | #define PACKAGE_NAME "vusage"
  465. | #define PACKAGE_TARNAME "vusage"
  466. | #define PACKAGE_VERSION "1.0.0"
  467. | #define PACKAGE_STRING "vusage 1.0.0"
  468. | #define PACKAGE_BUGREPORT ""
  469. | #define HAVE_PTHREAD 1
  470. | #define STDC_HEADERS 1
  471. | #define HAVE_SYS_TYPES_H 1
  472. | #define HAVE_SYS_STAT_H 1
  473. | #define HAVE_STDLIB_H 1
  474. | #define HAVE_STRING_H 1
  475. | #define HAVE_MEMORY_H 1
  476. | #define HAVE_STRINGS_H 1
  477. | #define HAVE_INTTYPES_H 1
  478. | #define HAVE_STDINT_H 1
  479. | #define HAVE_UNISTD_H 1
  480. | #define HAVE_EV_H 1
  481. | #define HAVE_LIBEV 1
  482. | #define HAVE_VPOPMAIL_H 1
  483. | #define HAVE_VAUTH_H 1
  484. | /* end confdefs.h. */
  485. |
  486. | /* Override any GCC internal prototype to avoid an error.
  487. | Use char because int might match the return type of a GCC
  488. | builtin and then its argument prototype would still apply. */
  489. | #ifdef __cplusplus
  490. | extern "C"
  491. | #endif
  492. | char get_domain_entries ();
  493. | int
  494. | main ()
  495. | {
  496. | return get_domain_entries ();
  497. | ;
  498. | return 0;
  499. | }
  500. configure:4894: result: no
  501. configure:4906: checking for client_query_quick in -lvpopmail
  502. configure:4941: gcc -o conftest -g -O2 -g -O2 -I/home/vpopmail/include -L/home/vpopmail/lib -lvpopmail -lcrypt conftest.c -lvpopmail -lev >&5
  503. /home/vpopmail/lib/libvpopmail.so: undefined reference to `dlsym'
  504. /home/vpopmail/lib/libvpopmail.so: undefined reference to `dlerror'
  505. /home/vpopmail/lib/libvpopmail.so: undefined reference to `dlopen'
  506. /home/vpopmail/lib/libvpopmail.so: undefined reference to `dlclose'
  507. collect2: ld returned 1 exit status
  508. configure:4947: $? = 1
  509. configure: failed program was:
  510. | /* confdefs.h. */
  511. | #define PACKAGE_NAME "vusage"
  512. | #define PACKAGE_TARNAME "vusage"
  513. | #define PACKAGE_VERSION "1.0.0"
  514. | #define PACKAGE_STRING "vusage 1.0.0"
  515. | #define PACKAGE_BUGREPORT ""
  516. | #define HAVE_PTHREAD 1
  517. | #define STDC_HEADERS 1
  518. | #define HAVE_SYS_TYPES_H 1
  519. | #define HAVE_SYS_STAT_H 1
  520. | #define HAVE_STDLIB_H 1
  521. | #define HAVE_STRING_H 1
  522. | #define HAVE_MEMORY_H 1
  523. | #define HAVE_STRINGS_H 1
  524. | #define HAVE_INTTYPES_H 1
  525. | #define HAVE_STDINT_H 1
  526. | #define HAVE_UNISTD_H 1
  527. | #define HAVE_EV_H 1
  528. | #define HAVE_LIBEV 1
  529. | #define HAVE_VPOPMAIL_H 1
  530. | #define HAVE_VAUTH_H 1
  531. | /* end confdefs.h. */
  532. |
  533. | /* Override any GCC internal prototype to avoid an error.
  534. | Use char because int might match the return type of a GCC
  535. | builtin and then its argument prototype would still apply. */
  536. | #ifdef __cplusplus
  537. | extern "C"
  538. | #endif
  539. | char client_query_quick ();
  540. | int
  541. | main ()
  542. | {
  543. | return client_query_quick ();
  544. | ;
  545. | return 0;
  546. | }
  547. configure:4965: result: no
  548. configure:4979: error: No vauth_getpw in libvpopmail
  549.  
  550. ## ---------------- ##
  551. ## Cache variables. ##
  552. ## ---------------- ##
  553.  
  554. ac_cv_build=x86_64-unknown-linux-gnu
  555. ac_cv_c_compiler_gnu=yes
  556. ac_cv_env_CC_set=
  557. ac_cv_env_CC_value=
  558. ac_cv_env_CFLAGS_set=
  559. ac_cv_env_CFLAGS_value=
  560. ac_cv_env_CPPFLAGS_set=
  561. ac_cv_env_CPPFLAGS_value=
  562. ac_cv_env_CPP_set=
  563. ac_cv_env_CPP_value=
  564. ac_cv_env_LDFLAGS_set=
  565. ac_cv_env_LDFLAGS_value=
  566. ac_cv_env_LIBS_set=
  567. ac_cv_env_LIBS_value=
  568. ac_cv_env_build_alias_set=
  569. ac_cv_env_build_alias_value=
  570. ac_cv_env_host_alias_set=
  571. ac_cv_env_host_alias_value=
  572. ac_cv_env_target_alias_set=
  573. ac_cv_env_target_alias_value=
  574. ac_cv_header_ev_h=yes
  575. ac_cv_header_inttypes_h=yes
  576. ac_cv_header_memory_h=yes
  577. ac_cv_header_stdc=yes
  578. ac_cv_header_stdint_h=yes
  579. ac_cv_header_stdlib_h=yes
  580. ac_cv_header_string_h=yes
  581. ac_cv_header_strings_h=yes
  582. ac_cv_header_sys_stat_h=yes
  583. ac_cv_header_sys_types_h=yes
  584. ac_cv_header_unistd_h=yes
  585. ac_cv_header_vauth_h=yes
  586. ac_cv_header_vpopmail_h=yes
  587. ac_cv_host=x86_64-unknown-linux-gnu
  588. ac_cv_lib_ev_ev_loop_new=yes
  589. ac_cv_lib_vpopmail_client_query_quick=no
  590. ac_cv_lib_vpopmail_get_domain_entries=no
  591. ac_cv_lib_vpopmail_vauth_getall=no
  592. ac_cv_lib_vpopmail_vauth_getpw=no
  593. ac_cv_objext=o
  594. ac_cv_path_EGREP='/bin/grep -E'
  595. ac_cv_path_GREP=/bin/grep
  596. ac_cv_prog_CPP='gcc -E'
  597. ac_cv_prog_ac_ct_CC=gcc
  598. ac_cv_prog_cc_c89=
  599. ac_cv_prog_cc_g=yes
  600.  
  601. ## ----------------- ##
  602. ## Output variables. ##
  603. ## ----------------- ##
  604.  
  605. CC='gcc'
  606. CFLAGS='-g -O2'
  607. CPP='gcc -E'
  608. CPPFLAGS='-g -O2 -I/home/vpopmail/include'
  609. DEFS=''
  610. ECHO_C=''
  611. ECHO_N='-n'
  612. ECHO_T=''
  613. EGREP='/bin/grep -E'
  614. EXEEXT=''
  615. GREP='/bin/grep'
  616. LDFLAGS=' -L/home/vpopmail/lib -lvpopmail -lcrypt '
  617. LIBOBJS=''
  618. LIBS='-lev '
  619. LTLIBOBJS=''
  620. OBJEXT='o'
  621. PACKAGE_BUGREPORT=''
  622. PACKAGE_NAME='vusage'
  623. PACKAGE_STRING='vusage 1.0.0'
  624. PACKAGE_TARNAME='vusage'
  625. PACKAGE_VERSION='1.0.0'
  626. PATH_SEPARATOR=':'
  627. PTHREAD_CC='gcc'
  628. PTHREAD_CFLAGS='-pthread'
  629. PTHREAD_LIBS=''
  630. SHELL='/bin/sh'
  631. ac_ct_CC='gcc'
  632. acx_pthread_config=''
  633. bindir='${exec_prefix}/bin'
  634. build='x86_64-unknown-linux-gnu'
  635. build_alias=''
  636. build_cpu='x86_64'
  637. build_os='linux-gnu'
  638. build_vendor='unknown'
  639. datadir='${datarootdir}'
  640. datarootdir='${prefix}/share'
  641. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  642. dvidir='${docdir}'
  643. exec_prefix='NONE'
  644. host='x86_64-unknown-linux-gnu'
  645. host_alias=''
  646. host_cpu='x86_64'
  647. host_os='linux-gnu'
  648. host_vendor='unknown'
  649. htmldir='${docdir}'
  650. includedir='${prefix}/include'
  651. infodir='${datarootdir}/info'
  652. libdir='${exec_prefix}/lib'
  653. libexecdir='${exec_prefix}/libexec'
  654. localedir='${datarootdir}/locale'
  655. localstatedir='${prefix}/var'
  656. mandir='${datarootdir}/man'
  657. oldincludedir='/usr/include'
  658. pdfdir='${docdir}'
  659. prefix='NONE'
  660. program_transform_name='s,x,x,'
  661. psdir='${docdir}'
  662. sbindir='${exec_prefix}/sbin'
  663. sharedstatedir='${prefix}/com'
  664. sysconfdir='${prefix}/etc'
  665. target_alias=''
  666.  
  667. ## ----------- ##
  668. ## confdefs.h. ##
  669. ## ----------- ##
  670.  
  671. #define PACKAGE_NAME "vusage"
  672. #define PACKAGE_TARNAME "vusage"
  673. #define PACKAGE_VERSION "1.0.0"
  674. #define PACKAGE_STRING "vusage 1.0.0"
  675. #define PACKAGE_BUGREPORT ""
  676. #define HAVE_PTHREAD 1
  677. #define STDC_HEADERS 1
  678. #define HAVE_SYS_TYPES_H 1
  679. #define HAVE_SYS_STAT_H 1
  680. #define HAVE_STDLIB_H 1
  681. #define HAVE_STRING_H 1
  682. #define HAVE_MEMORY_H 1
  683. #define HAVE_STRINGS_H 1
  684. #define HAVE_INTTYPES_H 1
  685. #define HAVE_STDINT_H 1
  686. #define HAVE_UNISTD_H 1
  687. #define HAVE_EV_H 1
  688. #define HAVE_LIBEV 1
  689. #define HAVE_VPOPMAIL_H 1
  690. #define HAVE_VAUTH_H 1
  691.  
  692. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment