Advertisement
Guest User

Untitled

a guest
Jul 9th, 2017
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 81.47 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. configure:1897: checking for Cygwin environment
  5. configure:1930: checking for mingw32 environment
  6. configure:1961: checking for egrep
  7. configure:1976: checking for a sed that does not truncate output
  8. configure:2126: checking host system type
  9. configure:2147: checking target system type
  10. configure:2259: checking for gcc
  11. configure:2372: checking whether the C compiler (gcc ) works
  12. configure:2388: gcc -o conftest conftest.c 1>&5
  13. configure:2385:1: warning: return type defaults to 'int' [-Wimplicit-int]
  14. main(){return(0);}
  15. ^
  16. configure:2414: checking whether the C compiler (gcc ) is a cross-compiler
  17. configure:2419: checking whether we are using GNU C
  18. configure:2447: checking whether gcc accepts -g
  19. configure:2479: checking how to run the C preprocessor
  20. configure:2561: checking for icc
  21. configure:2585: checking for suncc
  22. configure:2610: checking whether gcc and cc understand -c and -o together
  23. configure:2661: checking how to run the C preprocessor
  24. configure:2741: checking for AIX
  25. configure:2765: checking whether ln -s works
  26. configure:2790: checking for system library directory
  27. configure:2813: checking whether to enable runpaths
  28. configure:2834: checking if compiler supports -R
  29. configure:2867: checking if compiler supports -Wl,-rpath,
  30. configure:2913: checking for gawk
  31. configure:2973: checking for bison
  32. configure:3013: checking for bison version
  33. configure:3051: checking for re2c
  34. configure:3079: checking for re2c version
  35. configure:3118: checking whether to enable computed goto gcc extension with re2c
  36. configure:3428: checking whether to force non-PIC code in shared modules
  37. configure:3458: checking whether /dev/urandom exists
  38. configure:3537: gcc -o conftest -g -O2 -fvisibility=hidden -pthread conftest.c 1>&5
  39. configure:3557: checking for pthreads_cflags
  40. configure:3627: checking for pthreads_lib
  41. configure:3798: checking for AOLserver support
  42. configure:4063: checking for Apache 1.x module support via DSO through APXS
  43. configure:4394: checking for Apache 1.x module support
  44. configure:5271: checking whether to enable Apache charset compatibility option
  45. configure:5438: checking for Apache 2.0 filter-module support via DSO through APXS
  46. configure:6339: checking for Apache 2.0 handler-module support via DSO through APXS
  47. configure:7241: checking for Apache 1.x (hooks) module support via DSO through APXS
  48. configure:7572: checking for Apache 1.x (hooks) module support
  49. configure:8449: checking whether to enable Apache charset compatibility option
  50. configure:8617: checking for Caudium support
  51. configure:8976: checking for CLI build
  52. configure:9026: checking for Continuity support
  53. configure:9308: checking for embedded SAPI library support
  54. configure:9584: checking for FPM build
  55. configure:9592: checking for setenv
  56. configure:9592: checking for clearenv
  57. configure:9592: checking for setproctitle
  58. configure:9647: checking for library containing socket
  59. configure:9709: checking for library containing inet_addr
  60. configure:9774: checking for errno.h
  61. configure:9774: checking for fcntl.h
  62. configure:9774: checking for stdio.h
  63. configure:9774: checking for stdlib.h
  64. configure:9774: checking for unistd.h
  65. configure:9774: checking for sys/uio.h
  66. configure:9814: checking for sys/select.h
  67. configure:9814: checking for sys/socket.h
  68. configure:9814: checking for sys/time.h
  69. configure:9854: checking for arpa/inet.h
  70. configure:9854: checking for netinet/in.h
  71. configure:9894: checking for sysexits.h
  72. configure:9933: checking for prctl
  73. configure:9943: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5
  74. configure:9966: checking for clock_gettime
  75. configure:9976: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c 1>&5
  76. configure:10097: checking for ptrace
  77. configure:10109: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5
  78. configure:10127: checking whether ptrace works
  79. configure:10204: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c 1>&5
  80. configure:10285: checking for proc mem file
  81. configure:10321: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c 1>&5
  82. configure:10365: checking if gcc supports __sync_bool_compare_and_swap
  83. configure:10378: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c 1>&5
  84. configure:10401: checking for TCP_INFO
  85. configure:10411: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5
  86. configure:10472: checking for sysconf
  87. configure:10482: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5
  88. configure:10503: checking for times
  89. configure:10513: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5
  90. configure:10534: checking for kqueue
  91. configure:10554: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5
  92. configure:10540:25: fatal error: sys/event.h: No such file or directory
  93. compilation terminated.
  94. configure: failed program was:
  95. #line 10537 "configure"
  96. #include "confdefs.h"
  97.  
  98. #include <sys/types.h>
  99. #include <sys/event.h>
  100. #include <sys/time.h>
  101.  
  102. int main() {
  103.  
  104. int kfd;
  105. struct kevent k;
  106. kfd = kqueue();
  107. /* 0 -> STDIN_FILENO */
  108. EV_SET(&k, 0, EVFILT_READ , EV_ADD | EV_CLEAR, 0, 0, NULL);
  109.  
  110. ; return 0; }
  111. configure:10575: checking for port framework
  112. configure:10594: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5
  113. configure:10580:20: fatal error: port.h: No such file or directory
  114. compilation terminated.
  115. configure: failed program was:
  116. #line 10578 "configure"
  117. #include "confdefs.h"
  118.  
  119. #include <port.h>
  120.  
  121. int main() {
  122.  
  123. int port;
  124.  
  125. port = port_create();
  126. if (port < 0) {
  127. return 1;
  128. }
  129.  
  130. ; return 0; }
  131. configure:10615: checking for /dev/poll
  132. configure:10636: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5
  133. configure:10621:27: fatal error: sys/devpoll.h: No such file or directory
  134. compilation terminated.
  135. configure: failed program was:
  136. #line 10618 "configure"
  137. #include "confdefs.h"
  138.  
  139. #include <stdio.h>
  140. #include <sys/devpoll.h>
  141.  
  142. int main() {
  143.  
  144. int n, dp;
  145. struct dvpoll dvp;
  146. dp = 0;
  147. dvp.dp_fds = NULL;
  148. dvp.dp_nfds = 0;
  149. dvp.dp_timeout = 0;
  150. n = ioctl(dp, DP_POLL, &dvp)
  151.  
  152. ; return 0; }
  153. configure:10657: checking for epoll
  154. configure:10689: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5
  155. configure:10710: checking for poll
  156. configure:10732: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5
  157. configure:10753: checking for select
  158. configure:10780: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5
  159. configure:11158: checking for Zeus ISAPI support
  160. configure:11412: checking for LiteSpeed support
  161. configure:11675: checking for Milter support
  162. configure:11967: checking for NSAPI support
  163. configure:12327: checking for PHTTPD support
  164. configure:12581: checking for Pi3Web support
  165. configure:12953: checking whether Roxen module is build using ZTS
  166. configure:12974: checking for Roxen/Pike support
  167. configure:13260: checking for thttpd
  168. configure:13529: checking for TUX
  169. configure:13783: checking for webjames
  170. configure:14336: checking for chosen SAPI module
  171. configure:14393: checking for sendmail
  172. configure:14432: checking whether system uses EBCDIC
  173. configure:14479: checking whether byte ordering is bigendian
  174. configure:14531: checking whether writing to stdout works
  175. configure:14635: checking for socket
  176. configure:14663: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c 1>&5
  177. configure:14892: checking for socketpair
  178. configure:14920: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c 1>&5
  179. configure:15149: checking for htonl
  180. configure:15177: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c 1>&5
  181. configure:15406: checking for gethostname
  182. configure:15434: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c 1>&5
  183. configure:15663: checking for gethostbyaddr
  184. configure:15691: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c 1>&5
  185. configure:15920: checking for yp_get_default_domain
  186. configure:15948: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c 1>&5
  187. /tmp/cc0zgxzh.o: In function `main':
  188. /usr/local/src/php5-build/php-5.3.22/configure:15942: undefined reference to `yp_get_default_domain'
  189. collect2: error: ld returned 1 exit status
  190. configure: failed program was:
  191. #line 15925 "configure"
  192. #include "confdefs.h"
  193. /* System header to define __stub macros and hopefully few prototypes,
  194. which can conflict with char yp_get_default_domain(); below. */
  195. #include <assert.h>
  196. /* Override any gcc2 internal prototype to avoid an error. */
  197. /* We use char because int might match the return type of a gcc2
  198. builtin and then its argument prototype would still apply. */
  199. char yp_get_default_domain();
  200.  
  201. int main() {
  202.  
  203. /* The GNU C library defines this for functions which it implements
  204. to always fail with ENOSYS. Some functions are actually named
  205. something starting with __ and the normal name is an alias. */
  206. #if defined (__stub_yp_get_default_domain) || defined (__stub___yp_get_default_domain)
  207. choke me
  208. #else
  209. yp_get_default_domain();
  210. #endif
  211.  
  212. ; return 0; }
  213. configure:15966: checking for __yp_get_default_domain
  214. configure:15994: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c 1>&5
  215. /tmp/ccSWqLvn.o: In function `main':
  216. /usr/local/src/php5-build/php-5.3.22/configure:15988: undefined reference to `__yp_get_default_domain'
  217. collect2: error: ld returned 1 exit status
  218. configure: failed program was:
  219. #line 15971 "configure"
  220. #include "confdefs.h"
  221. /* System header to define __stub macros and hopefully few prototypes,
  222. which can conflict with char __yp_get_default_domain(); below. */
  223. #include <assert.h>
  224. /* Override any gcc2 internal prototype to avoid an error. */
  225. /* We use char because int might match the return type of a gcc2
  226. builtin and then its argument prototype would still apply. */
  227. char __yp_get_default_domain();
  228.  
  229. int main() {
  230.  
  231. /* The GNU C library defines this for functions which it implements
  232. to always fail with ENOSYS. Some functions are actually named
  233. something starting with __ and the normal name is an alias. */
  234. #if defined (__stub___yp_get_default_domain) || defined (__stub_____yp_get_default_domain)
  235. choke me
  236. #else
  237. __yp_get_default_domain();
  238. #endif
  239.  
  240. ; return 0; }
  241. configure:16032: checking for yp_get_default_domain in -lnsl
  242. configure:16051: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lnsl 1>&5
  243. configure:16126: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lnsl 1>&5
  244. configure:16123:1: warning: return type defaults to 'int' [-Wimplicit-int]
  245. main() { return (0); }
  246. ^
  247. configure:16178: checking for dlopen
  248. configure:16206: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lnsl 1>&5
  249. /tmp/ccYtHvpA.o: In function `main':
  250. /usr/local/src/php5-build/php-5.3.22/configure:16200: undefined reference to `dlopen'
  251. collect2: error: ld returned 1 exit status
  252. configure: failed program was:
  253. #line 16183 "configure"
  254. #include "confdefs.h"
  255. /* System header to define __stub macros and hopefully few prototypes,
  256. which can conflict with char dlopen(); below. */
  257. #include <assert.h>
  258. /* Override any gcc2 internal prototype to avoid an error. */
  259. /* We use char because int might match the return type of a gcc2
  260. builtin and then its argument prototype would still apply. */
  261. char dlopen();
  262.  
  263. int main() {
  264.  
  265. /* The GNU C library defines this for functions which it implements
  266. to always fail with ENOSYS. Some functions are actually named
  267. something starting with __ and the normal name is an alias. */
  268. #if defined (__stub_dlopen) || defined (__stub___dlopen)
  269. choke me
  270. #else
  271. dlopen();
  272. #endif
  273.  
  274. ; return 0; }
  275. configure:16224: checking for __dlopen
  276. configure:16252: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lnsl 1>&5
  277. /tmp/ccX6uTvu.o: In function `main':
  278. /usr/local/src/php5-build/php-5.3.22/configure:16246: undefined reference to `__dlopen'
  279. collect2: error: ld returned 1 exit status
  280. configure: failed program was:
  281. #line 16229 "configure"
  282. #include "confdefs.h"
  283. /* System header to define __stub macros and hopefully few prototypes,
  284. which can conflict with char __dlopen(); below. */
  285. #include <assert.h>
  286. /* Override any gcc2 internal prototype to avoid an error. */
  287. /* We use char because int might match the return type of a gcc2
  288. builtin and then its argument prototype would still apply. */
  289. char __dlopen();
  290.  
  291. int main() {
  292.  
  293. /* The GNU C library defines this for functions which it implements
  294. to always fail with ENOSYS. Some functions are actually named
  295. something starting with __ and the normal name is an alias. */
  296. #if defined (__stub___dlopen) || defined (__stub_____dlopen)
  297. choke me
  298. #else
  299. __dlopen();
  300. #endif
  301.  
  302. ; return 0; }
  303. configure:16290: checking for dlopen in -ldl
  304. configure:16309: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -ldl -lnsl 1>&5
  305. configure:16384: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lnsl -ldl 1>&5
  306. configure:16381:1: warning: return type defaults to 'int' [-Wimplicit-int]
  307. main() { return (0); }
  308. ^
  309. configure:16436: checking for sin in -lm
  310. configure:16489: checking for inet_aton
  311. configure:16517: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
  312. configure:16882: checking for ANSI C header files
  313. configure:16990: checking for dirent.h that defines DIR
  314. configure:17028: checking for opendir in -ldir
  315. configure:17170: checking for inttypes.h
  316. configure:17170: checking for stdint.h
  317. configure:17170: checking for dirent.h
  318. configure:17170: checking for ApplicationServices/ApplicationServices.h
  319. configure:17170: checking for sys/param.h
  320. configure:17170: checking for sys/types.h
  321. configure:17170: checking for sys/time.h
  322. configure:17170: checking for netinet/in.h
  323. configure:17170: checking for alloca.h
  324. configure:17170: checking for arpa/inet.h
  325. configure:17170: checking for arpa/nameser.h
  326. configure:17170: checking for assert.h
  327. configure:17170: checking for crypt.h
  328. configure:17170: checking for dns.h
  329. configure:17170: checking for fcntl.h
  330. configure:17170: checking for grp.h
  331. configure:17170: checking for ieeefp.h
  332. configure:17170: checking for langinfo.h
  333. configure:17170: checking for limits.h
  334. configure:17170: checking for locale.h
  335. configure:17170: checking for monetary.h
  336. configure:17170: checking for netdb.h
  337. configure:17170: checking for pwd.h
  338. configure:17170: checking for resolv.h
  339. configure:17170: checking for signal.h
  340. configure:17170: checking for stdarg.h
  341. configure:17170: checking for stdlib.h
  342. configure:17170: checking for string.h
  343. configure:17170: checking for syslog.h
  344. configure:17170: checking for sysexits.h
  345. configure:17170: checking for sys/ioctl.h
  346. configure:17170: checking for sys/file.h
  347. configure:17170: checking for sys/mman.h
  348. configure:17170: checking for sys/mount.h
  349. configure:17170: checking for sys/poll.h
  350. configure:17170: checking for sys/resource.h
  351. configure:17170: checking for sys/select.h
  352. configure:17170: checking for sys/socket.h
  353. configure:17170: checking for sys/stat.h
  354. configure:17170: checking for sys/statfs.h
  355. configure:17170: checking for sys/statvfs.h
  356. configure:17170: checking for sys/vfs.h
  357. configure:17170: checking for sys/sysexits.h
  358. configure:17170: checking for sys/varargs.h
  359. configure:17170: checking for sys/wait.h
  360. configure:17170: checking for sys/loadavg.h
  361. configure:17170: checking for termios.h
  362. configure:17170: checking for unistd.h
  363. configure:17170: checking for unix.h
  364. configure:17170: checking for utime.h
  365. configure:17170: checking for sys/utsname.h
  366. configure:17170: checking for sys/ipc.h
  367. configure:17170: checking for dlfcn.h
  368. configure:17170: checking for assert.h
  369. configure:17209: checking for fopencookie
  370. configure:17269: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5
  371. configure:17320: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl 1>&5
  372. configure:17308:1: warning: return type defaults to 'int' [-Wimplicit-int]
  373. main() {
  374. ^
  375. configure: In function 'main':
  376. configure:17313:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
  377. exit(0);
  378. ^
  379. configure:17313:5: warning: incompatible implicit declaration of built-in function 'exit'
  380. configure:17313:5: note: include '<stdlib.h>' or provide a declaration of 'exit'
  381. configure:17314:3: warning: incompatible implicit declaration of built-in function 'exit'
  382. exit(1);
  383. ^
  384. configure:17314:3: note: include '<stdlib.h>' or provide a declaration of 'exit'
  385. configure:17384: checking for broken getcwd
  386. configure:17399: checking for broken libc stdio
  387. configure:17488: checking whether struct tm is in sys/time.h or time.h
  388. configure:17522: checking for tm_zone in struct tm
  389. configure:17594: checking for missing declarations of reentrant functions
  390. configure:17603: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5
  391. configure:17628: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5
  392. configure:17653: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5
  393. configure:17678: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5
  394. configure:17703: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5
  395. configure:17724: checking for fclose declaration
  396. configure:17733: gcc -c -g -O2 -fvisibility=hidden conftest.c 1>&5
  397. configure:17759: checking for tm_gmtoff in struct tm
  398. configure:17795: checking for struct flock
  399. configure:17837: checking for socklen_t
  400. configure:17880: checking size of size_t
  401. configure:17919: checking size of long long
  402. configure:17958: checking size of long long int
  403. configure:17997: checking size of long
  404. configure:18036: checking size of int
  405. configure:18077: checking size of intmax_t
  406. configure:18157: checking size of ssize_t
  407. configure:18237: checking size of ptrdiff_t
  408. configure:18317: checking for st_blksize in struct stat
  409. configure:18352: checking for st_blocks in struct stat
  410. configure:18392: checking for st_rdev in struct stat
  411. configure:18427: checking for size_t
  412. configure:18460: checking for uid_t in sys/types.h
  413. configure:18496: checking for struct sockaddr_storage
  414. configure:18530: checking for field sa_len in struct sockaddr
  415. configure:18567: checking for IPv6 support
  416. configure:18597: checking for vprintf
  417. configure:18786: checking for alphasort
  418. configure:18786: checking for asctime_r
  419. configure:18786: checking for chroot
  420. configure:18786: checking for ctime_r
  421. configure:18786: checking for cuserid
  422. configure:18786: checking for crypt
  423. configure:18786: checking for flock
  424. configure:18786: checking for ftok
  425. configure:18786: checking for funopen
  426. configure:18786: checking for gai_strerror
  427. configure:18786: checking for gcvt
  428. configure:18786: checking for getloadavg
  429. configure:18786: checking for getlogin
  430. configure:18786: checking for getprotobyname
  431. configure:18786: checking for getprotobynumber
  432. configure:18786: checking for getservbyname
  433. configure:18786: checking for getservbyport
  434. configure:18786: checking for gethostname
  435. configure:18786: checking for getrusage
  436. configure:18786: checking for gettimeofday
  437. configure:18786: checking for gmtime_r
  438. configure:18786: checking for getpwnam_r
  439. configure:18786: checking for getgrnam_r
  440. configure:18786: checking for getpwuid_r
  441. configure:18786: checking for grantpt
  442. configure:18786: checking for inet_ntoa
  443. configure:18786: checking for inet_ntop
  444. configure:18786: checking for inet_pton
  445. configure:18786: checking for isascii
  446. configure:18786: checking for link
  447. configure:18786: checking for localtime_r
  448. configure:18786: checking for lockf
  449. configure:18786: checking for lchown
  450. configure:18786: checking for lrand48
  451. configure:18786: checking for memcpy
  452. configure:18786: checking for memmove
  453. configure:18786: checking for mkstemp
  454. configure:18786: checking for mmap
  455. configure:18786: checking for nl_langinfo
  456. configure:18786: checking for perror
  457. configure:18786: checking for poll
  458. configure:18786: checking for ptsname
  459. configure:18786: checking for putenv
  460. configure:18786: checking for realpath
  461. configure:18786: checking for random
  462. configure:18786: checking for rand_r
  463. configure:18786: checking for scandir
  464. configure:18786: checking for setitimer
  465. configure:18786: checking for setlocale
  466. configure:18786: checking for localeconv
  467. configure:18786: checking for setenv
  468. configure:18786: checking for setpgid
  469. configure:18786: checking for setsockopt
  470. configure:18786: checking for setvbuf
  471. configure:18786: checking for shutdown
  472. configure:18786: checking for sin
  473. configure:18786: checking for snprintf
  474. configure:18786: checking for srand48
  475. configure:18786: checking for srandom
  476. configure:18786: checking for statfs
  477. configure:18786: checking for statvfs
  478. configure:18786: checking for std_syslog
  479. configure:18786: checking for strcasecmp
  480. configure:18786: checking for strcoll
  481. configure:18786: checking for strdup
  482. configure:18786: checking for strerror
  483. configure:18786: checking for strftime
  484. configure:18786: checking for strnlen
  485. configure:18786: checking for strptime
  486. configure:18786: checking for strstr
  487. configure:18786: checking for strtok_r
  488. configure:18786: checking for symlink
  489. configure:18786: checking for tempnam
  490. configure:18786: checking for tzset
  491. configure:18786: checking for unlockpt
  492. configure:18786: checking for unsetenv
  493. configure:18786: checking for usleep
  494. configure:18786: checking for utime
  495. configure:18786: checking for vsnprintf
  496. configure:18786: checking for vasprintf
  497. configure:18786: checking for asprintf
  498. configure:18786: checking for nanosleep
  499. configure:18845: checking for nanosleep in -lrt
  500. configure:18864: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lrt -lm -ldl -lnsl 1>&5
  501. configure:18939: gcc -o conftest -g -O2 -fvisibility=hidden conftest.c -lm -ldl -lnsl -lrt 1>&5
  502. configure:18936:1: warning: return type defaults to 'int' [-Wimplicit-int]
  503. main() { return (0); }
  504. ^
  505. configure:18983: checking for getaddrinfo
  506. configure:19071: checking for __sync_fetch_and_add
  507. configure:19106: checking for strlcat
  508. configure:19106: checking for strlcpy
  509. configure:19106: checking for getopt
  510. configure:19161: checking whether utime accepts a null argument
  511. configure:19208: checking for working alloca.h
  512. configure:19241: checking for alloca
  513. configure:19441: checking for declared timezone
  514. configure:19488: checking for type of reentrant time-related functions
  515. configure:19587: checking for readdir_r
  516. configure:19637: checking for type of readdir_r
  517. configure:19736: checking for in_addr_t
  518. configure:19775: checking for crypt_r
  519. configure:19960: checking whether to include gcov symbols
  520. configure:20120: checking whether to include debugging symbols
  521. configure:20168: checking layout of installed files
  522. configure:20200: checking path to configuration file
  523. configure:20231: checking where to scan for configuration files
  524. configure:20264: checking whether to enable safe mode by default
  525. configure:20296: checking for safe mode exec dir
  526. configure:20337: checking whether to enable PHP's own SIGCHLD handler
  527. configure:20372: checking whether to enable magic quotes by default
  528. configure:20407: checking whether to explicitly link against libgcc
  529. configure:20484: checking whether to enable short tags by default
  530. configure:20519: checking whether to enable dmalloc
  531. configure:20604: checking whether to enable IPv6 support
  532. configure:20631: checking how big to make fd sets
  533. configure:20699: checking size of long
  534. configure:20738: checking size of int
  535. configure:20778: checking for int32_t
  536. configure:20826: checking for uint32_t
  537. configure:20883: checking for sys/types.h
  538. configure:20883: checking for inttypes.h
  539. configure:20883: checking for stdint.h
  540. configure:20883: checking for string.h
  541. configure:20883: checking for stdlib.h
  542. configure:20923: checking for strtoll
  543. configure:20923: checking for atoll
  544. configure:20923: checking for strftime
  545. configure:21413: checking which regex library to use
  546. configure:21830: checking whether to enable LIBXML support
  547. configure:21875: checking libxml2 install dir
  548. configure:21901: checking for xml2-config path
  549. configure:22059: checking whether libxml build works
  550. configure:22451: checking for OpenSSL support
  551. configure:22495: checking for Kerberos support
  552. configure:22821: checking for krb5-config
  553. configure:23181: checking for DSA_get_default_method in -lssl
  554. configure:23200: gcc -o conftest -g -O2 -fvisibility=hidden -L/usr/lib/x86_64-linux-gnu/mit-krb5 conftest.c -lssl -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err 1>&5
  555. /tmp/ccyaCERy.o: In function `main':
  556. /usr/local/src/php5-build/php-5.3.22/configure:23196: undefined reference to `DSA_get_default_method'
  557. collect2: error: ld returned 1 exit status
  558. configure: failed program was:
  559. #line 23189 "configure"
  560. #include "confdefs.h"
  561. /* Override any gcc2 internal prototype to avoid an error. */
  562. /* We use char because int might match the return type of a gcc2
  563. builtin and then its argument prototype would still apply. */
  564. char DSA_get_default_method();
  565.  
  566. int main() {
  567. DSA_get_default_method()
  568. ; return 0; }
  569. configure:23224: checking for X509_free in -lcrypto
  570. configure:23243: gcc -o conftest -g -O2 -fvisibility=hidden -L/usr/lib/x86_64-linux-gnu/mit-krb5 conftest.c -lcrypto -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err 1>&5
  571. configure:23285: checking for pkg-config
  572. configure:24440: checking for PCRE library to use
  573. configure:24777: checking whether to enable the SQLite3 extension
  574. configure:25432: checking bundled sqlite3 library
  575. configure:25788: checking for ZLIB support
  576. configure:25832: checking if the location of ZLIB install directory is defined
  577. configure:26275: checking for gzgets in -lz
  578. configure:26294: gcc -o conftest -g -O2 -fvisibility=hidden -L/usr/lib/x86_64-linux-gnu/mit-krb5 conftest.c -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err 1>&5
  579. configure:26434: checking whether to enable bc style precision math functions
  580. configure:26799: checking for BZip2 support
  581. configure:26844: checking for BZip2 in default path
  582. configure:26957: checking for BZ2_bzerror in -lbz2
  583. configure:26976: gcc -o conftest -g -O2 -fvisibility=hidden -L/usr/lib/x86_64-linux-gnu/mit-krb5 conftest.c -lbz2 -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err 1>&5
  584. configure:27444: checking whether to enable calendar conversion support
  585. configure:27788: checking whether to enable ctype functions
  586. configure:28132: checking for cURL support
  587. configure:28176: checking if we should use cURL for url streams
  588. configure:28200: checking for cURL in default path
  589. configure:28218: checking for cURL 7.10.5 or greater
  590. configure:28456: checking for SSL support in libcurl
  591. configure:28469: checking how to run the C preprocessor
  592. configure:28549: checking for openssl support in libcurl
  593. configure:28575: gcc -o conftest -L/usr/lib/x86_64-linux-gnu/mit-krb5 -L/usr/lib/x86_64-linux-gnu conftest.c -lcurl -lbz2 -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcurl 1>&5
  594. configure: In function 'main':
  595. configure:28568:12: warning: implicit declaration of function 'strncasecmp' [-Wimplicit-function-declaration]
  596. return strncasecmp(ptr, "OpenSSL", sizeof("OpenSSL")-1);
  597. ^
  598. configure:28583: checking for openssl/crypto.h
  599. configure:28593: gcc -E conftest.c >/dev/null 2>conftest.out
  600. configure:28638: checking for gnutls support in libcurl
  601. configure:28664: gcc -o conftest -L/usr/lib/x86_64-linux-gnu/mit-krb5 -L/usr/lib/x86_64-linux-gnu conftest.c -lcurl -lbz2 -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcurl 1>&5
  602. configure: In function 'main':
  603. configure:28657:12: warning: implicit declaration of function 'strncasecmp' [-Wimplicit-function-declaration]
  604. return strncasecmp(ptr, "GnuTLS", sizeof("GnuTLS")-1);
  605. ^
  606. configure: failed program was:
  607. #line 28645 "configure"
  608. #include "confdefs.h"
  609.  
  610. #include <curl/curl.h>
  611.  
  612. int main(int argc, char *argv[])
  613. {
  614. curl_version_info_data *data = curl_version_info(CURLVERSION_NOW);
  615.  
  616. if (data && data->ssl_version && *data->ssl_version) {
  617. const char *ptr = data->ssl_version;
  618.  
  619. while(*ptr == ' ') ++ptr;
  620. return strncasecmp(ptr, "GnuTLS", sizeof("GnuTLS")-1);
  621. }
  622. return 1;
  623. }
  624.  
  625. configure:28822: checking for curl_easy_perform in -lcurl
  626. configure:28841: gcc -o conftest -g -O2 -fvisibility=hidden -L/usr/lib/x86_64-linux-gnu -L/usr/lib/x86_64-linux-gnu/mit-krb5 -L/usr/lib/x86_64-linux-gnu -lcurl conftest.c -lcurl -lcurl -lbz2 -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcurl 1>&5
  627. configure:28977: checking for curl_version_info in -lcurl
  628. configure:28996: gcc -o conftest -g -O2 -fvisibility=hidden -L/usr/lib/x86_64-linux-gnu -L/usr/lib/x86_64-linux-gnu/mit-krb5 -L/usr/lib/x86_64-linux-gnu -lcurl conftest.c -lcurl -lcurl -lbz2 -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcurl 1>&5
  629. configure:29130: checking for curl_easy_strerror in -lcurl
  630. configure:29149: gcc -o conftest -g -O2 -fvisibility=hidden -L/usr/lib/x86_64-linux-gnu -L/usr/lib/x86_64-linux-gnu/mit-krb5 -L/usr/lib/x86_64-linux-gnu -lcurl conftest.c -lcurl -lcurl -lbz2 -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcurl 1>&5
  631. configure:29283: checking for curl_multi_strerror in -lcurl
  632. configure:29302: gcc -o conftest -g -O2 -fvisibility=hidden -L/usr/lib/x86_64-linux-gnu -L/usr/lib/x86_64-linux-gnu/mit-krb5 -L/usr/lib/x86_64-linux-gnu -lcurl conftest.c -lcurl -lcurl -lbz2 -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcurl 1>&5
  633. configure:30176: checking for QDBM support
  634. configure:30507: checking for GDBM support
  635. configure:30824: checking for NDBM support
  636. configure:31156: checking for Berkeley DB4 support
  637. configure:31479: checking for Berkeley DB3 support
  638. configure:31802: checking for Berkeley DB2 support
  639. configure:32041: checking for DB1 support
  640. configure:32396: checking for DBM support
  641. configure:32796: checking for CDB support
  642. configure:32827: checking for INI File support
  643. configure:32858: checking for FlatFile support
  644. configure:32873: checking whether to enable DBA interface
  645. configure:33203: checking whether to enable DOM support
  646. configure:33276: checking for xml2-config path
  647. configure:33434: checking whether libxml build works
  648. configure:33884: checking for ENCHANT support
  649. configure:34535: checking whether to enable EXIF (metadata from images) support
  650. configure:34879: checking for fileinfo support
  651. configure:35229: checking for utimes
  652. configure:35229: checking for strndup
  653. configure:35295: checking whether to enable input filter support
  654. configure:35339: checking pcre install prefix
  655. configure:35755: checking whether to enable FTP support
  656. configure:35799: checking OpenSSL dir for FTP
  657. configure:36836: checking for GD support
  658. configure:36881: checking for the location of libjpeg
  659. configure:36906: checking for the location of libpng
  660. configure:36955: checking for the location of libXpm
  661. configure:36978: checking for FreeType 2
  662. configure:37001: checking for T1lib support
  663. configure:37024: checking whether to enable truetype string function in GD
  664. configure:37047: checking whether to enable JIS-mapped Japanese font support in GD
  665. configure:37099: checking for fabsf
  666. configure:37127: gcc -o conftest -g -O2 -fvisibility=hidden -L/usr/lib/x86_64-linux-gnu/mit-krb5 -L/usr/lib/x86_64-linux-gnu conftest.c -lcurl -lbz2 -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcurl -lxml2 1>&5
  667. configure:37111:6: warning: conflicting types for built-in function 'fabsf'
  668. char $ac_func();
  669. ^
  670. configure:37099: checking for floorf
  671. configure:37127: gcc -o conftest -g -O2 -fvisibility=hidden -L/usr/lib/x86_64-linux-gnu/mit-krb5 -L/usr/lib/x86_64-linux-gnu conftest.c -lcurl -lbz2 -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcurl -lxml2 1>&5
  672. configure:37111:6: warning: conflicting types for built-in function 'floorf'
  673. char $ac_func();
  674. ^
  675. configure:37299: checking for jpeg_read_header in -ljpeg
  676. configure:37318: gcc -o conftest -g -O2 -fvisibility=hidden -L/usr/lib/x86_64-linux-gnu/mit-krb5 -L/usr/lib/x86_64-linux-gnu conftest.c -ljpeg -lcurl -lbz2 -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcurl -lxml2 1>&5
  677. configure:37596: checking for png_write_image in -lpng
  678. configure:37615: gcc -o conftest -g -O2 -fvisibility=hidden -L/usr/lib/x86_64-linux-gnu/mit-krb5 -L/usr/lib/x86_64-linux-gnu -lz conftest.c -lpng -ljpeg -lcurl -lbz2 -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcurl -lxml2 1>&5
  679. configure:38389: checking for FT_New_Face in -lfreetype
  680. configure:38408: gcc -o conftest -g -O2 -fvisibility=hidden -L/usr/lib/x86_64-linux-gnu/mit-krb5 -L/usr/lib/x86_64-linux-gnu conftest.c -lfreetype -lpng -lz -ljpeg -lcurl -lbz2 -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcurl -lxml2 1>&5
  681. configure:44841: gcc -o conftest -g -O2 -fvisibility=hidden -L/usr/lib/x86_64-linux-gnu/mit-krb5 -L/usr/lib/x86_64-linux-gnu conftest.c -lfreetype -lpng -lz -ljpeg -lcurl -lbz2 -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcurl -lxml2 1>&5
  682. configure:45076: checking for GNU gettext support
  683. configure:45131: checking for bindtextdomain in -lintl
  684. configure:45150: gcc -o conftest -g -O2 -fvisibility=hidden -L/usr/lib/x86_64-linux-gnu/mit-krb5 -L/usr/lib/x86_64-linux-gnu -L/usr//lib/x86_64-linux-gnu conftest.c -lintl -lfreetype -lpng -lz -ljpeg -lcurl -lbz2 -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcurl -lxml2 1>&5
  685. /usr/bin/ld: cannot find -lintl
  686. collect2: error: ld returned 1 exit status
  687. configure: failed program was:
  688. #line 45139 "configure"
  689. #include "confdefs.h"
  690. /* Override any gcc2 internal prototype to avoid an error. */
  691. /* We use char because int might match the return type of a gcc2
  692. builtin and then its argument prototype would still apply. */
  693. char bindtextdomain();
  694.  
  695. int main() {
  696. bindtextdomain()
  697. ; return 0; }
  698. configure:45172: checking for bindtextdomain in -lc
  699. configure:45191: gcc -o conftest -g -O2 -fvisibility=hidden -L/usr/lib/x86_64-linux-gnu/mit-krb5 -L/usr/lib/x86_64-linux-gnu -L/usr//lib/x86_64-linux-gnu conftest.c -lc -lfreetype -lpng -lz -ljpeg -lcurl -lbz2 -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcurl -lxml2 1>&5
  700. configure:45655: checking for ngettext in -lc
  701. configure:45674: gcc -o conftest -g -O2 -fvisibility=hidden -L/usr/lib/x86_64-linux-gnu/mit-krb5 -L/usr/lib/x86_64-linux-gnu conftest.c -lc -lfreetype -lpng -lz -ljpeg -lcurl -lbz2 -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcurl -lxml2 1>&5
  702. configure:45698: checking for dngettext in -lc
  703. configure:45717: gcc -o conftest -g -O2 -fvisibility=hidden -L/usr/lib/x86_64-linux-gnu/mit-krb5 -L/usr/lib/x86_64-linux-gnu conftest.c -lc -lfreetype -lpng -lz -ljpeg -lcurl -lbz2 -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcurl -lxml2 1>&5
  704. configure:45741: checking for dcngettext in -lc
  705. configure:45760: gcc -o conftest -g -O2 -fvisibility=hidden -L/usr/lib/x86_64-linux-gnu/mit-krb5 -L/usr/lib/x86_64-linux-gnu conftest.c -lc -lfreetype -lpng -lz -ljpeg -lcurl -lbz2 -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcurl -lxml2 1>&5
  706. configure:45784: checking for bind_textdomain_codeset in -lc
  707. configure:45803: gcc -o conftest -g -O2 -fvisibility=hidden -L/usr/lib/x86_64-linux-gnu/mit-krb5 -L/usr/lib/x86_64-linux-gnu conftest.c -lc -lfreetype -lpng -lz -ljpeg -lcurl -lbz2 -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcurl -lxml2 1>&5
  708. configure:45834: checking for GNU MP support
  709. configure:46617: checking for mhash support
  710. configure:46661: checking whether to enable hash support
  711. configure:46719: checking whether byte ordering is bigendian
  712. configure:46770: checking size of short
  713. configure:46809: checking size of int
  714. configure:46848: checking size of long
  715. configure:46887: checking size of long long
  716. configure:47255: checking for iconv support
  717. configure:47319: checking for iconv
  718. configure:47943: checking if iconv is glibc's
  719. configure:47952: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr//lib/x86_64-linux-gnu -L/usr/lib/x86_64-linux-gnu/mit-krb5 -L/usr/lib/x86_64-linux-gnu conftest.c -lfreetype -lpng -lz -ljpeg -lcurl -lbz2 -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcurl -lxml2 1>&5
  720. configure:48237: checking if iconv supports errno
  721. configure:48272: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr//lib/x86_64-linux-gnu -L/usr/lib/x86_64-linux-gnu/mit-krb5 -L/usr/lib/x86_64-linux-gnu conftest.c -lfreetype -lpng -lz -ljpeg -lcurl -lbz2 -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcurl -lxml2 1>&5
  722. configure:48304: checking if your cpp allows macro usage in include lines
  723. configure:48316: gcc -c -I/usr/include -g -O2 -fvisibility=hidden conftest.c 1>&5
  724. configure:48672: checking for IMAP support
  725. configure:48716: checking for IMAP Kerberos support
  726. configure:48739: checking for IMAP SSL support
  727. configure:49163: checking for utf8_mime2text signature
  728. configure:49181: gcc -c -I/usr/include/c-client conftest.c 1>&5
  729. configure: In function 'main':
  730. configure:49176:9: error: too few arguments to function 'utf8_mime2text'
  731. utf8_mime2text(src, dst);
  732. ^
  733. In file included from /usr/include/c-client/c-client.h:47:0,
  734. from configure:49171:
  735. /usr/include/c-client/utf8aux.h:37:6: note: declared here
  736. long utf8_mime2text (SIZEDTEXT *src,SIZEDTEXT *dst,long flags);
  737. ^
  738. configure: failed program was:
  739. #line 49168 "configure"
  740. #include "confdefs.h"
  741.  
  742. #include <stdio.h>
  743. #include <c-client.h>
  744.  
  745. int main() {
  746.  
  747. SIZEDTEXT *src, *dst;
  748. utf8_mime2text(src, dst);
  749.  
  750. ; return 0; }
  751. configure:49210: checking for U8T_DECOMPOSE
  752. configure:49226: gcc -c -I/usr/include/c-client conftest.c 1>&5
  753. configure:49375: checking for pam_start in -lpam
  754. configure:49394: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr//lib/x86_64-linux-gnu -L/usr/lib/x86_64-linux-gnu/mit-krb5 -L/usr/lib/x86_64-linux-gnu conftest.c -lpam -lfreetype -lpng -lz -ljpeg -lcurl -lbz2 -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcurl -lxml2 1>&5
  755. configure:49549: checking for crypt in -lcrypt
  756. configure:50945: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr//lib/x86_64-linux-gnu -L/usr/lib/x86_64-linux-gnu/mit-krb5 -L/usr/lib/x86_64-linux-gnu conftest.c -lc-client -lcrypt -lpam -lfreetype -lpng -lz -ljpeg -lcurl -lbz2 -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcurl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err 1>&5
  757. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_onceonlyinit.part.8':
  758. (.text+0x641e): warning: the use of `tmpnam' is dangerous, better use `mkstemp'
  759. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_open_verify':
  760. (.text+0x227): undefined reference to `X509_STORE_CTX_get_error'
  761. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_open_verify':
  762. (.text+0x22f): undefined reference to `X509_verify_cert_error_string'
  763. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_open_verify':
  764. (.text+0x23a): undefined reference to `X509_STORE_CTX_get_current_cert'
  765. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_open_verify':
  766. (.text+0x242): undefined reference to `X509_get_subject_name'
  767. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_open_verify':
  768. (.text+0x256): undefined reference to `X509_NAME_oneline'
  769. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_input_wait':
  770. (.text+0x1afa): undefined reference to `SSL_get_fd'
  771. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_input_wait':
  772. (.text+0x1b15): undefined reference to `SSL_pending'
  773. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_input_wait':
  774. (.text+0x1bd1): undefined reference to `SSL_read'
  775. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_abort':
  776. (.text+0x56d5): undefined reference to `SSL_shutdown'
  777. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_abort':
  778. (.text+0x56de): undefined reference to `SSL_free'
  779. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_abort':
  780. (.text+0x56f4): undefined reference to `SSL_CTX_free'
  781. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_sout':
  782. (.text+0x57c6): undefined reference to `SSL_write'
  783. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_sout':
  784. (.text+0x57df): undefined reference to `SSL_get_error'
  785. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  786. (.text+0x59cc): undefined reference to `TLSv1_client_method'
  787. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  788. (.text+0x59d4): undefined reference to `SSL_CTX_new'
  789. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  790. (.text+0x59f2): undefined reference to `SSL_CTX_ctrl'
  791. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  792. (.text+0x5a1a): undefined reference to `SSL_CTX_set_verify'
  793. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  794. (.text+0x5a23): undefined reference to `SSL_CTX_set_default_verify_paths'
  795. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  796. (.text+0x5a44): undefined reference to `SSL_CTX_load_verify_locations'
  797. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  798. (.text+0x5a6e): undefined reference to `SSL_new'
  799. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  800. (.text+0x5a88): undefined reference to `BIO_new_socket'
  801. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  802. (.text+0x5a97): undefined reference to `SSL_set_bio'
  803. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  804. (.text+0x5aa0): undefined reference to `SSL_set_connect_state'
  805. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  806. (.text+0x5aa9): undefined reference to `SSL_state'
  807. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  808. (.text+0x5ac2): undefined reference to `SSL_write'
  809. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  810. (.text+0x5ae1): undefined reference to `SSL_get_peer_certificate'
  811. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  812. (.text+0x5b62): undefined reference to `X509_get_ext_d2i'
  813. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  814. (.text+0x5b76): undefined reference to `sk_num'
  815. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  816. (.text+0x5b9f): undefined reference to `sk_value'
  817. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  818. (.text+0x5c61): undefined reference to `SSLv23_client_method'
  819. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  820. (.text+0x5c75): undefined reference to `SSL_CTX_set_verify'
  821. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  822. (.text+0x5dae): undefined reference to `SSL_ctrl'
  823. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  824. (.text+0x5e25): undefined reference to `BIO_new_mem_buf'
  825. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  826. (.text+0x5e3a): undefined reference to `PEM_read_bio_X509'
  827. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  828. (.text+0x5e56): undefined reference to `SSL_CTX_use_certificate'
  829. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  830. (.text+0x5e65): undefined reference to `X509_free'
  831. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  832. (.text+0x5e71): undefined reference to `BIO_free'
  833. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  834. (.text+0x5f56): undefined reference to `BIO_free'
  835. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  836. (.text+0x5fab): undefined reference to `BIO_new_mem_buf'
  837. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  838. (.text+0x5fc3): undefined reference to `PEM_read_bio_PrivateKey'
  839. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  840. (.text+0x5ff7): undefined reference to `SSL_CTX_use_PrivateKey'
  841. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  842. (.text+0x6006): undefined reference to `EVP_PKEY_free'
  843. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  844. (.text+0x602e): undefined reference to `BIO_free'
  845. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_onceonlyinit.part.8':
  846. (.text+0x63e7): undefined reference to `SSL_library_init'
  847. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_onceonlyinit.part.8':
  848. (.text+0x6559): undefined reference to `RAND_seed'
  849. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_genkey':
  850. (.text+0x6e48): undefined reference to `RSA_generate_key'
  851. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_genkey':
  852. (.text+0x6e80): undefined reference to `ERR_error_string'
  853. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_genkey':
  854. (.text+0x6e9e): undefined reference to `ERR_get_error'
  855. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_getdata':
  856. (.text+0xd092): undefined reference to `SSL_get_fd'
  857. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_getdata':
  858. (.text+0xd112): undefined reference to `SSL_pending'
  859. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_getdata':
  860. (.text+0xd308): undefined reference to `SSL_read'
  861. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_getdata':
  862. (.text+0xd387): undefined reference to `SSL_get_error'
  863. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_getdata':
  864. (.text+0xd3d8): undefined reference to `SSL_get_error'
  865. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init':
  866. (.text+0xd9c4): undefined reference to `ERR_load_crypto_strings'
  867. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init':
  868. (.text+0xd9c9): undefined reference to `SSL_load_error_strings'
  869. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init':
  870. (.text+0xda7d): undefined reference to `TLSv1_server_method'
  871. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init':
  872. (.text+0xda85): undefined reference to `SSL_CTX_new'
  873. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init':
  874. (.text+0xdaa6): undefined reference to `SSL_CTX_ctrl'
  875. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init':
  876. (.text+0xdab4): undefined reference to `SSL_CTX_set_cipher_list'
  877. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init':
  878. (.text+0xdacc): undefined reference to `SSL_CTX_use_certificate_chain_file'
  879. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init':
  880. (.text+0xdae9): undefined reference to `SSL_CTX_use_RSAPrivateKey_file'
  881. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init':
  882. (.text+0xdb03): undefined reference to `SSL_CTX_ctrl'
  883. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init':
  884. (.text+0xdb15): undefined reference to `SSL_new'
  885. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init':
  886. (.text+0xdb2c): undefined reference to `SSL_set_fd'
  887. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init':
  888. (.text+0xdb35): undefined reference to `SSL_accept'
  889. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init':
  890. (.text+0xdc8a): undefined reference to `SSL_CTX_set_tmp_rsa_callback'
  891. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init':
  892. (.text+0xdc99): undefined reference to `SSLv23_server_method'
  893. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init':
  894. (.text+0xdcce): undefined reference to `ERR_error_string'
  895. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init':
  896. (.text+0xdcec): undefined reference to `ERR_get_error'
  897. collect2: error: ld returned 1 exit status
  898. configure: failed program was:
  899. #line 50912 "configure"
  900. #include "confdefs.h"
  901.  
  902.  
  903. #if defined(__GNUC__) && __GNUC__ >= 4
  904. # define PHP_IMAP_EXPORT __attribute__ ((visibility("default")))
  905. #else
  906. # define PHP_IMAP_EXPORT
  907. #endif
  908.  
  909. PHP_IMAP_EXPORT void mm_log(void){}
  910. PHP_IMAP_EXPORT void mm_dlog(void){}
  911. PHP_IMAP_EXPORT void mm_flags(void){}
  912. PHP_IMAP_EXPORT void mm_fatal(void){}
  913. PHP_IMAP_EXPORT void mm_critical(void){}
  914. PHP_IMAP_EXPORT void mm_nocritical(void){}
  915. PHP_IMAP_EXPORT void mm_notify(void){}
  916. PHP_IMAP_EXPORT void mm_login(void){}
  917. PHP_IMAP_EXPORT void mm_diskerror(void){}
  918. PHP_IMAP_EXPORT void mm_status(void){}
  919. PHP_IMAP_EXPORT void mm_lsub(void){}
  920. PHP_IMAP_EXPORT void mm_list(void){}
  921. PHP_IMAP_EXPORT void mm_exists(void){}
  922. PHP_IMAP_EXPORT void mm_searched(void){}
  923. PHP_IMAP_EXPORT void mm_expunged(void){}
  924.  
  925. char auth_gssapi_valid();
  926. int main() {
  927. auth_gssapi_valid();
  928. return 0;
  929. }
  930.  
  931. configure:51014: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr//lib/x86_64-linux-gnu -L/usr/lib/x86_64-linux-gnu/mit-krb5 -L/usr/lib/x86_64-linux-gnu conftest.c -lc-client -lcrypt -lpam -lfreetype -lpng -lz -ljpeg -lcurl -lbz2 -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcurl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err 1>&5
  932. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_onceonlyinit.part.8':
  933. (.text+0x641e): warning: the use of `tmpnam' is dangerous, better use `mkstemp'
  934. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_open_verify':
  935. (.text+0x227): undefined reference to `X509_STORE_CTX_get_error'
  936. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_open_verify':
  937. (.text+0x22f): undefined reference to `X509_verify_cert_error_string'
  938. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_open_verify':
  939. (.text+0x23a): undefined reference to `X509_STORE_CTX_get_current_cert'
  940. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_open_verify':
  941. (.text+0x242): undefined reference to `X509_get_subject_name'
  942. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_open_verify':
  943. (.text+0x256): undefined reference to `X509_NAME_oneline'
  944. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_input_wait':
  945. (.text+0x1afa): undefined reference to `SSL_get_fd'
  946. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_input_wait':
  947. (.text+0x1b15): undefined reference to `SSL_pending'
  948. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_input_wait':
  949. (.text+0x1bd1): undefined reference to `SSL_read'
  950. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_abort':
  951. (.text+0x56d5): undefined reference to `SSL_shutdown'
  952. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_abort':
  953. (.text+0x56de): undefined reference to `SSL_free'
  954. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_abort':
  955. (.text+0x56f4): undefined reference to `SSL_CTX_free'
  956. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_sout':
  957. (.text+0x57c6): undefined reference to `SSL_write'
  958. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_sout':
  959. (.text+0x57df): undefined reference to `SSL_get_error'
  960. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  961. (.text+0x59cc): undefined reference to `TLSv1_client_method'
  962. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  963. (.text+0x59d4): undefined reference to `SSL_CTX_new'
  964. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  965. (.text+0x59f2): undefined reference to `SSL_CTX_ctrl'
  966. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  967. (.text+0x5a1a): undefined reference to `SSL_CTX_set_verify'
  968. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  969. (.text+0x5a23): undefined reference to `SSL_CTX_set_default_verify_paths'
  970. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  971. (.text+0x5a44): undefined reference to `SSL_CTX_load_verify_locations'
  972. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  973. (.text+0x5a6e): undefined reference to `SSL_new'
  974. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  975. (.text+0x5a88): undefined reference to `BIO_new_socket'
  976. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  977. (.text+0x5a97): undefined reference to `SSL_set_bio'
  978. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  979. (.text+0x5aa0): undefined reference to `SSL_set_connect_state'
  980. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  981. (.text+0x5aa9): undefined reference to `SSL_state'
  982. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  983. (.text+0x5ac2): undefined reference to `SSL_write'
  984. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  985. (.text+0x5ae1): undefined reference to `SSL_get_peer_certificate'
  986. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  987. (.text+0x5b62): undefined reference to `X509_get_ext_d2i'
  988. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  989. (.text+0x5b76): undefined reference to `sk_num'
  990. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  991. (.text+0x5b9f): undefined reference to `sk_value'
  992. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  993. (.text+0x5c61): undefined reference to `SSLv23_client_method'
  994. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  995. (.text+0x5c75): undefined reference to `SSL_CTX_set_verify'
  996. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  997. (.text+0x5dae): undefined reference to `SSL_ctrl'
  998. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  999. (.text+0x5e25): undefined reference to `BIO_new_mem_buf'
  1000. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  1001. (.text+0x5e3a): undefined reference to `PEM_read_bio_X509'
  1002. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  1003. (.text+0x5e56): undefined reference to `SSL_CTX_use_certificate'
  1004. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  1005. (.text+0x5e65): undefined reference to `X509_free'
  1006. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  1007. (.text+0x5e71): undefined reference to `BIO_free'
  1008. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  1009. (.text+0x5f56): undefined reference to `BIO_free'
  1010. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  1011. (.text+0x5fab): undefined reference to `BIO_new_mem_buf'
  1012. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  1013. (.text+0x5fc3): undefined reference to `PEM_read_bio_PrivateKey'
  1014. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  1015. (.text+0x5ff7): undefined reference to `SSL_CTX_use_PrivateKey'
  1016. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  1017. (.text+0x6006): undefined reference to `EVP_PKEY_free'
  1018. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  1019. (.text+0x602e): undefined reference to `BIO_free'
  1020. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_onceonlyinit.part.8':
  1021. (.text+0x63e7): undefined reference to `SSL_library_init'
  1022. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_onceonlyinit.part.8':
  1023. (.text+0x6559): undefined reference to `RAND_seed'
  1024. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_genkey':
  1025. (.text+0x6e48): undefined reference to `RSA_generate_key'
  1026. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_genkey':
  1027. (.text+0x6e80): undefined reference to `ERR_error_string'
  1028. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_genkey':
  1029. (.text+0x6e9e): undefined reference to `ERR_get_error'
  1030. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_getdata':
  1031. (.text+0xd092): undefined reference to `SSL_get_fd'
  1032. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_getdata':
  1033. (.text+0xd112): undefined reference to `SSL_pending'
  1034. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_getdata':
  1035. (.text+0xd308): undefined reference to `SSL_read'
  1036. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_getdata':
  1037. (.text+0xd387): undefined reference to `SSL_get_error'
  1038. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_getdata':
  1039. (.text+0xd3d8): undefined reference to `SSL_get_error'
  1040. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init':
  1041. (.text+0xd9c4): undefined reference to `ERR_load_crypto_strings'
  1042. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init':
  1043. (.text+0xd9c9): undefined reference to `SSL_load_error_strings'
  1044. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init':
  1045. (.text+0xda7d): undefined reference to `TLSv1_server_method'
  1046. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init':
  1047. (.text+0xda85): undefined reference to `SSL_CTX_new'
  1048. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init':
  1049. (.text+0xdaa6): undefined reference to `SSL_CTX_ctrl'
  1050. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init':
  1051. (.text+0xdab4): undefined reference to `SSL_CTX_set_cipher_list'
  1052. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init':
  1053. (.text+0xdacc): undefined reference to `SSL_CTX_use_certificate_chain_file'
  1054. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init':
  1055. (.text+0xdae9): undefined reference to `SSL_CTX_use_RSAPrivateKey_file'
  1056. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init':
  1057. (.text+0xdb03): undefined reference to `SSL_CTX_ctrl'
  1058. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init':
  1059. (.text+0xdb15): undefined reference to `SSL_new'
  1060. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init':
  1061. (.text+0xdb2c): undefined reference to `SSL_set_fd'
  1062. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init':
  1063. (.text+0xdb35): undefined reference to `SSL_accept'
  1064. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init':
  1065. (.text+0xdc8a): undefined reference to `SSL_CTX_set_tmp_rsa_callback'
  1066. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init':
  1067. (.text+0xdc99): undefined reference to `SSLv23_server_method'
  1068. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init':
  1069. (.text+0xdcce): undefined reference to `ERR_error_string'
  1070. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init':
  1071. (.text+0xdcec): undefined reference to `ERR_get_error'
  1072. collect2: error: ld returned 1 exit status
  1073. configure: failed program was:
  1074. #line 50981 "configure"
  1075. #include "confdefs.h"
  1076.  
  1077.  
  1078. #if defined(__GNUC__) && __GNUC__ >= 4
  1079. # define PHP_IMAP_EXPORT __attribute__ ((visibility("default")))
  1080. #else
  1081. # define PHP_IMAP_EXPORT
  1082. #endif
  1083.  
  1084. PHP_IMAP_EXPORT void mm_log(void){}
  1085. PHP_IMAP_EXPORT void mm_dlog(void){}
  1086. PHP_IMAP_EXPORT void mm_flags(void){}
  1087. PHP_IMAP_EXPORT void mm_fatal(void){}
  1088. PHP_IMAP_EXPORT void mm_critical(void){}
  1089. PHP_IMAP_EXPORT void mm_nocritical(void){}
  1090. PHP_IMAP_EXPORT void mm_notify(void){}
  1091. PHP_IMAP_EXPORT void mm_login(void){}
  1092. PHP_IMAP_EXPORT void mm_diskerror(void){}
  1093. PHP_IMAP_EXPORT void mm_status(void){}
  1094. PHP_IMAP_EXPORT void mm_lsub(void){}
  1095. PHP_IMAP_EXPORT void mm_list(void){}
  1096. PHP_IMAP_EXPORT void mm_exists(void){}
  1097. PHP_IMAP_EXPORT void mm_searched(void){}
  1098. PHP_IMAP_EXPORT void mm_expunged(void){}
  1099.  
  1100. char utf8_to_mutf7();
  1101. int main() {
  1102. utf8_to_mutf7();
  1103. return 0;
  1104. }
  1105.  
  1106. configure:51041: checking whether rfc822_output_address_list function present
  1107. configure:51089: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr//lib/x86_64-linux-gnu -L/usr/lib/x86_64-linux-gnu/mit-krb5 -L/usr/lib/x86_64-linux-gnu conftest.c
  1108. -lc-client
  1109. -lcrypt -lpam -lfreetype -lpng -lz -ljpeg -lcurl -lbz2 -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcurl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err 1>&5
  1110. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_onceonlyinit.part.8':
  1111. (.text+0x641e): warning: the use of `tmpnam' is dangerous, better use `mkstemp'
  1112. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_open_verify':
  1113. (.text+0x227): undefined reference to `X509_STORE_CTX_get_error'
  1114. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_open_verify':
  1115. (.text+0x22f): undefined reference to `X509_verify_cert_error_string'
  1116. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_open_verify':
  1117. (.text+0x23a): undefined reference to `X509_STORE_CTX_get_current_cert'
  1118. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_open_verify':
  1119. (.text+0x242): undefined reference to `X509_get_subject_name'
  1120. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_open_verify':
  1121. (.text+0x256): undefined reference to `X509_NAME_oneline'
  1122. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_input_wait':
  1123. (.text+0x1afa): undefined reference to `SSL_get_fd'
  1124. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_input_wait':
  1125. (.text+0x1b15): undefined reference to `SSL_pending'
  1126. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_input_wait':
  1127. (.text+0x1bd1): undefined reference to `SSL_read'
  1128. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_abort':
  1129. (.text+0x56d5): undefined reference to `SSL_shutdown'
  1130. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_abort':
  1131. (.text+0x56de): undefined reference to `SSL_free'
  1132. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_abort':
  1133. (.text+0x56f4): undefined reference to `SSL_CTX_free'
  1134. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_sout':
  1135. (.text+0x57c6): undefined reference to `SSL_write'
  1136. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_sout':
  1137. (.text+0x57df): undefined reference to `SSL_get_error'
  1138. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  1139. (.text+0x59cc): undefined reference to `TLSv1_client_method'
  1140. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  1141. (.text+0x59d4): undefined reference to `SSL_CTX_new'
  1142. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  1143. (.text+0x59f2): undefined reference to `SSL_CTX_ctrl'
  1144. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  1145. (.text+0x5a1a): undefined reference to `SSL_CTX_set_verify'
  1146. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  1147. (.text+0x5a23): undefined reference to `SSL_CTX_set_default_verify_paths'
  1148. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  1149. (.text+0x5a44): undefined reference to `SSL_CTX_load_verify_locations'
  1150. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  1151. (.text+0x5a6e): undefined reference to `SSL_new'
  1152. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  1153. (.text+0x5a88): undefined reference to `BIO_new_socket'
  1154. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  1155. (.text+0x5a97): undefined reference to `SSL_set_bio'
  1156. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  1157. (.text+0x5aa0): undefined reference to `SSL_set_connect_state'
  1158. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  1159. (.text+0x5aa9): undefined reference to `SSL_state'
  1160. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  1161. (.text+0x5ac2): undefined reference to `SSL_write'
  1162. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  1163. (.text+0x5ae1): undefined reference to `SSL_get_peer_certificate'
  1164. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  1165. (.text+0x5b62): undefined reference to `X509_get_ext_d2i'
  1166. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  1167. (.text+0x5b76): undefined reference to `sk_num'
  1168. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  1169. (.text+0x5b9f): undefined reference to `sk_value'
  1170. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  1171. (.text+0x5c61): undefined reference to `SSLv23_client_method'
  1172. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  1173. (.text+0x5c75): undefined reference to `SSL_CTX_set_verify'
  1174. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  1175. (.text+0x5dae): undefined reference to `SSL_ctrl'
  1176. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  1177. (.text+0x5e25): undefined reference to `BIO_new_mem_buf'
  1178. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  1179. (.text+0x5e3a): undefined reference to `PEM_read_bio_X509'
  1180. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  1181. (.text+0x5e56): undefined reference to `SSL_CTX_use_certificate'
  1182. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  1183. (.text+0x5e65): undefined reference to `X509_free'
  1184. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  1185. (.text+0x5e71): undefined reference to `BIO_free'
  1186. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  1187. (.text+0x5f56): undefined reference to `BIO_free'
  1188. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  1189. (.text+0x5fab): undefined reference to `BIO_new_mem_buf'
  1190. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  1191. (.text+0x5fc3): undefined reference to `PEM_read_bio_PrivateKey'
  1192. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  1193. (.text+0x5ff7): undefined reference to `SSL_CTX_use_PrivateKey'
  1194. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  1195. (.text+0x6006): undefined reference to `EVP_PKEY_free'
  1196. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  1197. (.text+0x602e): undefined reference to `BIO_free'
  1198. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_onceonlyinit.part.8':
  1199. (.text+0x63e7): undefined reference to `SSL_library_init'
  1200. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_onceonlyinit.part.8':
  1201. (.text+0x6559): undefined reference to `RAND_seed'
  1202. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_genkey':
  1203. (.text+0x6e48): undefined reference to `RSA_generate_key'
  1204. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_genkey':
  1205. (.text+0x6e80): undefined reference to `ERR_error_string'
  1206. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_genkey':
  1207. (.text+0x6e9e): undefined reference to `ERR_get_error'
  1208. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_getdata':
  1209. (.text+0xd092): undefined reference to `SSL_get_fd'
  1210. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_getdata':
  1211. (.text+0xd112): undefined reference to `SSL_pending'
  1212. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_getdata':
  1213. (.text+0xd308): undefined reference to `SSL_read'
  1214. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_getdata':
  1215. (.text+0xd387): undefined reference to `SSL_get_error'
  1216. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_getdata':
  1217. (.text+0xd3d8): undefined reference to `SSL_get_error'
  1218. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init':
  1219. (.text+0xd9c4): undefined reference to `ERR_load_crypto_strings'
  1220. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init':
  1221. (.text+0xd9c9): undefined reference to `SSL_load_error_strings'
  1222. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init':
  1223. (.text+0xda7d): undefined reference to `TLSv1_server_method'
  1224. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init':
  1225. (.text+0xda85): undefined reference to `SSL_CTX_new'
  1226. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init':
  1227. (.text+0xdaa6): undefined reference to `SSL_CTX_ctrl'
  1228. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init':
  1229. (.text+0xdab4): undefined reference to `SSL_CTX_set_cipher_list'
  1230. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init':
  1231. (.text+0xdacc): undefined reference to `SSL_CTX_use_certificate_chain_file'
  1232. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init':
  1233. (.text+0xdae9): undefined reference to `SSL_CTX_use_RSAPrivateKey_file'
  1234. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init':
  1235. (.text+0xdb03): undefined reference to `SSL_CTX_ctrl'
  1236. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init':
  1237. (.text+0xdb15): undefined reference to `SSL_new'
  1238. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init':
  1239. (.text+0xdb2c): undefined reference to `SSL_set_fd'
  1240. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init':
  1241. (.text+0xdb35): undefined reference to `SSL_accept'
  1242. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init':
  1243. (.text+0xdc8a): undefined reference to `SSL_CTX_set_tmp_rsa_callback'
  1244. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init':
  1245. (.text+0xdc99): undefined reference to `SSLv23_server_method'
  1246. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init':
  1247. (.text+0xdcce): undefined reference to `ERR_error_string'
  1248. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init':
  1249. (.text+0xdcec): undefined reference to `ERR_get_error'
  1250. collect2: error: ld returned 1 exit status
  1251. configure: failed program was:
  1252. #line 51053 "configure"
  1253. #include "confdefs.h"
  1254.  
  1255.  
  1256. #if defined(__GNUC__) && __GNUC__ >= 4
  1257. # define PHP_IMAP_EXPORT __attribute__ ((visibility("default")))
  1258. #else
  1259. # define PHP_IMAP_EXPORT
  1260. #endif
  1261.  
  1262. PHP_IMAP_EXPORT void mm_log(void){}
  1263. PHP_IMAP_EXPORT void mm_dlog(void){}
  1264. PHP_IMAP_EXPORT void mm_flags(void){}
  1265. PHP_IMAP_EXPORT void mm_fatal(void){}
  1266. PHP_IMAP_EXPORT void mm_critical(void){}
  1267. PHP_IMAP_EXPORT void mm_nocritical(void){}
  1268. PHP_IMAP_EXPORT void mm_notify(void){}
  1269. PHP_IMAP_EXPORT void mm_login(void){}
  1270. PHP_IMAP_EXPORT void mm_diskerror(void){}
  1271. PHP_IMAP_EXPORT void mm_status(void){}
  1272. PHP_IMAP_EXPORT void mm_lsub(void){}
  1273. PHP_IMAP_EXPORT void mm_list(void){}
  1274. PHP_IMAP_EXPORT void mm_exists(void){}
  1275. PHP_IMAP_EXPORT void mm_searched(void){}
  1276. PHP_IMAP_EXPORT void mm_expunged(void){}
  1277. void rfc822_output_address_list(void);
  1278. void (*f)(void);
  1279. char foobar () {f = rfc822_output_address_list;}
  1280.  
  1281. char foobar();
  1282. int main() {
  1283. foobar();
  1284. return 0;
  1285. }
  1286.  
  1287. configure:51118: checking whether build with IMAP works
  1288. configure:51162: gcc -o conftest -I/usr/include -g -O2 -fvisibility=hidden -L/usr//lib/x86_64-linux-gnu -L/usr/lib/x86_64-linux-gnu/mit-krb5 -L/usr/lib/x86_64-linux-gnu conftest.c -lc-client -lcrypt -lpam -lfreetype -lpng -lz -ljpeg -lcurl -lbz2 -lz -lrt -lm -ldl -lnsl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lcurl -lxml2 -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err 1>&5
  1289. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_onceonlyinit.part.8':
  1290. (.text+0x641e): warning: the use of `tmpnam' is dangerous, better use `mkstemp'
  1291. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_open_verify':
  1292. (.text+0x227): undefined reference to `X509_STORE_CTX_get_error'
  1293. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_open_verify':
  1294. (.text+0x22f): undefined reference to `X509_verify_cert_error_string'
  1295. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_open_verify':
  1296. (.text+0x23a): undefined reference to `X509_STORE_CTX_get_current_cert'
  1297. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_open_verify':
  1298. (.text+0x242): undefined reference to `X509_get_subject_name'
  1299. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_open_verify':
  1300. (.text+0x256): undefined reference to `X509_NAME_oneline'
  1301. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_input_wait':
  1302. (.text+0x1afa): undefined reference to `SSL_get_fd'
  1303. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_input_wait':
  1304. (.text+0x1b15): undefined reference to `SSL_pending'
  1305. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_input_wait':
  1306. (.text+0x1bd1): undefined reference to `SSL_read'
  1307. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_abort':
  1308. (.text+0x56d5): undefined reference to `SSL_shutdown'
  1309. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_abort':
  1310. (.text+0x56de): undefined reference to `SSL_free'
  1311. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_abort':
  1312. (.text+0x56f4): undefined reference to `SSL_CTX_free'
  1313. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_sout':
  1314. (.text+0x57c6): undefined reference to `SSL_write'
  1315. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_sout':
  1316. (.text+0x57df): undefined reference to `SSL_get_error'
  1317. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  1318. (.text+0x59cc): undefined reference to `TLSv1_client_method'
  1319. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  1320. (.text+0x59d4): undefined reference to `SSL_CTX_new'
  1321. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  1322. (.text+0x59f2): undefined reference to `SSL_CTX_ctrl'
  1323. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  1324. (.text+0x5a1a): undefined reference to `SSL_CTX_set_verify'
  1325. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  1326. (.text+0x5a23): undefined reference to `SSL_CTX_set_default_verify_paths'
  1327. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  1328. (.text+0x5a44): undefined reference to `SSL_CTX_load_verify_locations'
  1329. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  1330. (.text+0x5a6e): undefined reference to `SSL_new'
  1331. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  1332. (.text+0x5a88): undefined reference to `BIO_new_socket'
  1333. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  1334. (.text+0x5a97): undefined reference to `SSL_set_bio'
  1335. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  1336. (.text+0x5aa0): undefined reference to `SSL_set_connect_state'
  1337. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  1338. (.text+0x5aa9): undefined reference to `SSL_state'
  1339. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  1340. (.text+0x5ac2): undefined reference to `SSL_write'
  1341. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  1342. (.text+0x5ae1): undefined reference to `SSL_get_peer_certificate'
  1343. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  1344. (.text+0x5b62): undefined reference to `X509_get_ext_d2i'
  1345. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  1346. (.text+0x5b76): undefined reference to `sk_num'
  1347. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  1348. (.text+0x5b9f): undefined reference to `sk_value'
  1349. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  1350. (.text+0x5c61): undefined reference to `SSLv23_client_method'
  1351. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  1352. (.text+0x5c75): undefined reference to `SSL_CTX_set_verify'
  1353. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  1354. (.text+0x5dae): undefined reference to `SSL_ctrl'
  1355. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  1356. (.text+0x5e25): undefined reference to `BIO_new_mem_buf'
  1357. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  1358. (.text+0x5e3a): undefined reference to `PEM_read_bio_X509'
  1359. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  1360. (.text+0x5e56): undefined reference to `SSL_CTX_use_certificate'
  1361. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  1362. (.text+0x5e65): undefined reference to `X509_free'
  1363. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  1364. (.text+0x5e71): undefined reference to `BIO_free'
  1365. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  1366. (.text+0x5f56): undefined reference to `BIO_free'
  1367. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  1368. (.text+0x5fab): undefined reference to `BIO_new_mem_buf'
  1369. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  1370. (.text+0x5fc3): undefined reference to `PEM_read_bio_PrivateKey'
  1371. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  1372. (.text+0x5ff7): undefined reference to `SSL_CTX_use_PrivateKey'
  1373. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  1374. (.text+0x6006): undefined reference to `EVP_PKEY_free'
  1375. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_start':
  1376. (.text+0x602e): undefined reference to `BIO_free'
  1377. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_onceonlyinit.part.8':
  1378. (.text+0x63e7): undefined reference to `SSL_library_init'
  1379. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_onceonlyinit.part.8':
  1380. (.text+0x6559): undefined reference to `RAND_seed'
  1381. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_genkey':
  1382. (.text+0x6e48): undefined reference to `RSA_generate_key'
  1383. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_genkey':
  1384. (.text+0x6e80): undefined reference to `ERR_error_string'
  1385. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_genkey':
  1386. (.text+0x6e9e): undefined reference to `ERR_get_error'
  1387. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_getdata':
  1388. (.text+0xd092): undefined reference to `SSL_get_fd'
  1389. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_getdata':
  1390. (.text+0xd112): undefined reference to `SSL_pending'
  1391. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_getdata':
  1392. (.text+0xd308): undefined reference to `SSL_read'
  1393. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_getdata':
  1394. (.text+0xd387): undefined reference to `SSL_get_error'
  1395. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_getdata':
  1396. (.text+0xd3d8): undefined reference to `SSL_get_error'
  1397. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init':
  1398. (.text+0xd9c4): undefined reference to `ERR_load_crypto_strings'
  1399. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init':
  1400. (.text+0xd9c9): undefined reference to `SSL_load_error_strings'
  1401. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init':
  1402. (.text+0xda7d): undefined reference to `TLSv1_server_method'
  1403. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init':
  1404. (.text+0xda85): undefined reference to `SSL_CTX_new'
  1405. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init':
  1406. (.text+0xdaa6): undefined reference to `SSL_CTX_ctrl'
  1407. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init':
  1408. (.text+0xdab4): undefined reference to `SSL_CTX_set_cipher_list'
  1409. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init':
  1410. (.text+0xdacc): undefined reference to `SSL_CTX_use_certificate_chain_file'
  1411. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init':
  1412. (.text+0xdae9): undefined reference to `SSL_CTX_use_RSAPrivateKey_file'
  1413. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init':
  1414. (.text+0xdb03): undefined reference to `SSL_CTX_ctrl'
  1415. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init':
  1416. (.text+0xdb15): undefined reference to `SSL_new'
  1417. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init':
  1418. (.text+0xdb2c): undefined reference to `SSL_set_fd'
  1419. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init':
  1420. (.text+0xdb35): undefined reference to `SSL_accept'
  1421. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init':
  1422. (.text+0xdc8a): undefined reference to `SSL_CTX_set_tmp_rsa_callback'
  1423. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init':
  1424. (.text+0xdc99): undefined reference to `SSLv23_server_method'
  1425. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init':
  1426. (.text+0xdcce): undefined reference to `ERR_error_string'
  1427. /usr//lib/x86_64-linux-gnu/libc-client.a(osdep.o): In function `ssl_server_init':
  1428. (.text+0xdcec): undefined reference to `ERR_get_error'
  1429. collect2: error: ld returned 1 exit status
  1430. configure: failed program was:
  1431. #line 51129 "configure"
  1432. #include "confdefs.h"
  1433.  
  1434.  
  1435. #if defined(__GNUC__) && __GNUC__ >= 4
  1436. # define PHP_IMAP_EXPORT __attribute__ ((visibility("default")))
  1437. #else
  1438. # define PHP_IMAP_EXPORT
  1439. #endif
  1440.  
  1441. PHP_IMAP_EXPORT void mm_log(void){}
  1442. PHP_IMAP_EXPORT void mm_dlog(void){}
  1443. PHP_IMAP_EXPORT void mm_flags(void){}
  1444. PHP_IMAP_EXPORT void mm_fatal(void){}
  1445. PHP_IMAP_EXPORT void mm_critical(void){}
  1446. PHP_IMAP_EXPORT void mm_nocritical(void){}
  1447. PHP_IMAP_EXPORT void mm_notify(void){}
  1448. PHP_IMAP_EXPORT void mm_login(void){}
  1449. PHP_IMAP_EXPORT void mm_diskerror(void){}
  1450. PHP_IMAP_EXPORT void mm_status(void){}
  1451. PHP_IMAP_EXPORT void mm_lsub(void){}
  1452. PHP_IMAP_EXPORT void mm_list(void){}
  1453. PHP_IMAP_EXPORT void mm_exists(void){}
  1454. PHP_IMAP_EXPORT void mm_searched(void){}
  1455. PHP_IMAP_EXPORT void mm_expunged(void){}
  1456.  
  1457. char mail_newbody();
  1458. int main() {
  1459. mail_newbody();
  1460. return 0;
  1461. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement