Advertisement
Guest User

Untitled

a guest
Mar 14th, 2012
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.77 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 configure, which was
  5. generated by GNU Autoconf 2.61. Invocation command line was
  6.  
  7. $ ./configure --with-pdo-mysql=shared,/usr/bin/mysql --with-zlib-dir=/usr
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = hlrc.byu.edu
  14. uname -m = i386
  15. uname -r = 9.8.0
  16. uname -s = Darwin
  17. uname -v = Darwin Kernel Version 9.8.0: Wed Jul 15 16:55:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_I386
  18.  
  19. /usr/bin/uname -p = i386
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = unknown
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = Mach kernel version:
  26. Darwin Kernel Version 9.8.0: Wed Jul 15 16:55:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_I386
  27. Kernel configured for up to 4 processors.
  28. 4 processors are physically available.
  29. 4 processors are logically available.
  30. Processor type: i486 (Intel 80486)
  31. Processors active: 0 1 2 3
  32. Primary memory available: 4.00 gigabytes
  33. Default processor set: 96 tasks, 519 threads, 4 processors
  34. Load average: 0.77, Mach factor: 3.21
  35. /bin/machine = unknown
  36. /usr/bin/oslevel = unknown
  37. /bin/universe = unknown
  38.  
  39. PATH: /usr/bin
  40. PATH: /bin
  41. PATH: /usr/sbin
  42. PATH: /sbin
  43. PATH: /usr/local/bin
  44. PATH: /usr/X11/bin
  45. PATH: /usr/local/git/bin
  46. ## ----------- ##
  47. ## Core tests. ##
  48. ## ----------- ##
  49.  
  50. configure:1893: checking for grep that handles long lines and -e
  51. configure:1967: result: /usr/bin/grep
  52. configure:1972: checking for egrep
  53. configure:2050: result: /usr/bin/grep -E
  54. configure:2055: checking for a sed that does not truncate output
  55. configure:2109: result: /usr/bin/sed
  56. configure:2241: checking for cc
  57. configure:2257: found /usr/bin/cc
  58. configure:2268: result: cc
  59. configure:2304: checking for C compiler version
  60. configure:2311: cc --version >&5
  61. i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5493)
  62. Copyright (C) 2005 Free Software Foundation, Inc.
  63. This is free software; see the source for copying conditions. There is NO
  64. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  65.  
  66. configure:2314: $? = 0
  67. configure:2321: cc -v >&5
  68. Using built-in specs.
  69. Target: i686-apple-darwin9
  70. Configured with: /var/tmp/gcc/gcc-5493~1/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transf
  71. orm-name=/^[cg][^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib --build=i686-apple-darwin9 --with-arch=apple --with-tune=generic --host=i686-a
  72. pple-darwin9 --target=i686-apple-darwin9
  73. Thread model: posix
  74. gcc version 4.0.1 (Apple Inc. build 5493)
  75. configure:2324: $? = 0
  76. configure:2331: cc -V >&5
  77. gcc-4.0: argument to `-V' is missing
  78. configure:2334: $? = 1
  79. configure:2357: checking for C compiler default output file name
  80. configure:2384: cc conftest.c >&5
  81. configure:2387: $? = 0
  82. configure:2425: result: a.out
  83. configure:2442: checking whether the C compiler works
  84. configure:2452: ./a.out
  85. configure:2455: $? = 0
  86. configure:2472: result: yes
  87. configure:2479: checking whether we are cross compiling
  88. configure:2481: result: no
  89. configure:2484: checking for suffix of executables
  90. configure:2491: cc -o conftest conftest.c >&5
  91. configure:2494: $? = 0
  92. configure:2518: result:
  93. configure:2524: checking for suffix of object files
  94. configure:2550: cc -c conftest.c >&5
  95. configure:2553: $? = 0
  96. configure:2576: result: o
  97. configure:2580: checking whether we are using the GNU C compiler
  98. configure:2609: cc -c conftest.c >&5
  99. configure:2615: $? = 0
  100. configure:2632: result: yes
  101. configure:2637: checking whether cc accepts -g
  102. configure:2667: cc -c -g conftest.c >&5
  103. configure:2673: $? = 0
  104. configure:2772: result: yes
  105. configure:2789: checking for cc option to accept ISO C89
  106. configure:2863: cc -c -g -O2 conftest.c >&5
  107. configure:2869: $? = 0
  108. configure:2892: result: none needed
  109. configure:2916: checking how to run the C preprocessor
  110. configure:2956: cc -E conftest.c
  111. configure:2962: $? = 0
  112. configure:2993: cc -E conftest.c
  113. conftest.c:8:28: error: ac_nonexistent.h: No such file or directory
  114. configure:2999: $? = 1
  115. configure: failed program was:
  116. | /* confdefs.h. */
  117. | #define PACKAGE_NAME ""
  118. | #define PACKAGE_TARNAME ""
  119. | #define PACKAGE_VERSION ""
  120. | #define PACKAGE_STRING ""
  121. | #define PACKAGE_BUGREPORT ""
  122. | /* end confdefs.h. */
  123. | #include <ac_nonexistent.h>
  124. configure:3032: result: cc -E
  125. configure:3061: cc -E conftest.c
  126. configure:3067: $? = 0
  127. configure:3098: cc -E conftest.c
  128. conftest.c:8:28: error: ac_nonexistent.h: No such file or directory
  129. configure:3104: $? = 1
  130. configure: failed program was:
  131. | /* confdefs.h. */
  132. | #define PACKAGE_NAME ""
  133. | #define PACKAGE_TARNAME ""
  134. | #define PACKAGE_VERSION ""
  135. | #define PACKAGE_STRING ""
  136. | #define PACKAGE_BUGREPORT ""
  137. | /* end confdefs.h. */
  138. | #include <ac_nonexistent.h>
  139. configure:3144: checking for icc
  140.  
  141. configure:3157: result: no
  142. configure:3171: checking for suncc
  143. configure:3184: result: no
  144. configure:3202: checking whether cc understands -c and -o together
  145. configure:3234: cc -c conftest.c -o conftest2.o >&5
  146. configure:3237: $? = 0
  147. configure:3243: cc -c conftest.c -o conftest2.o >&5
  148. configure:3246: $? = 0
  149. configure:3298: result: yes
  150. configure:3314: checking for system library directory
  151. configure:3332: result: lib
  152. configure:3339: checking if compiler supports -R
  153. configure:3368: cc -o conftest -g -O2 conftest.c -R /usr/lib >&5
  154. ld: in /usr/lib, can't map file, errno=22
  155. collect2: ld returned 1 exit status
  156. configure:3374: $? = 1
  157. configure: failed program was:
  158. | /* confdefs.h. */
  159. | #define PACKAGE_NAME ""
  160. | #define PACKAGE_TARNAME ""
  161. | #define PACKAGE_VERSION ""
  162. | #define PACKAGE_STRING ""
  163. | #define PACKAGE_BUGREPORT ""
  164. | /* end confdefs.h. */
  165. |
  166. | int
  167. | main ()
  168. | {
  169. |
  170. | ;
  171. | return 0;
  172. | }
  173. configure:3393: result: no
  174. configure:3398: checking if compiler supports -Wl,-rpath,
  175. configure:3427: cc -o conftest -g -O2 conftest.c -Wl,-rpath,/usr/lib >&5
  176. configure:3433: $? = 0
  177. configure:3452: result: yes
  178. configure:3501: checking build system type
  179. configure:3519: result: i386-apple-darwin9.8.0
  180. configure:3541: checking host system type
  181. configure:3556: result: i386-apple-darwin9.8.0
  182. configure:3578: checking target system type
  183. configure:3593: result: i386-apple-darwin9.8.0
  184. configure:3705: checking for PHP prefix
  185. configure:3707: result: /usr
  186. configure:3709: checking for PHP includes
  187. configure:3711: result: -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM -I/usr/include/php/Zend -I/usr/include/php/ext -I/usr/include/php/ext/date/lib
  188.  
  189. configure:3713: checking for PHP extension directory
  190. configure:3715: result: /usr/lib/php/extensions/no-debug-non-zts-20060613
  191. configure:3717: checking for PHP installed headers prefix
  192. configure:3719: result: /usr/include/php
  193. configure:3722: checking if debug is enabled
  194. configure:3752: result: no
  195. configure:3755: checking if zts is enabled
  196. configure:3785: result: no
  197. configure:3867: checking for re2c
  198. configure:3897: result: no
  199. configure:3922: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
  200. configure:3936: checking for gawk
  201. configure:3967: result: no
  202. configure:3936: checking for nawk
  203. configure:3967: result: no
  204. configure:3936: checking for awk
  205. configure:3953: found /usr/bin/awk
  206. configure:3964: result: awk
  207. configure:3989: checking if awk is broken
  208. configure:3998: result: no
  209. configure:4016: checking for MySQL support for PDO
  210. configure:4059: result: yes, shared
  211. configure:4069: checking for the location of libz
  212. configure:4087: result: /usr
  213. configure:4101: checking for mysql_config
  214. configure:4134: result: /usr/bin/mysql
  215. configure:4456: checking for mysql_query in -lmysqlclient
  216. configure:4491: cc -o conftest -g -O2 conftest.c -lmysqlclient >&5
  217. ld: library not found for -lmysqlclient
  218. collect2: ld returned 1 exit status
  219. configure:4497: $? = 1
  220. configure: failed program was:
  221. | /* confdefs.h. */
  222. | #define PACKAGE_NAME ""
  223. | #define PACKAGE_TARNAME ""
  224. | #define PACKAGE_VERSION ""
  225. | #define PACKAGE_STRING ""
  226. | #define PACKAGE_BUGREPORT ""
  227. | #define HAVE_MYSQL 1
  228. | #define PDO_MYSQL_UNIX_ADDR ""
  229. | /* end confdefs.h. */
  230. |
  231. | /* Override any GCC internal prototype to avoid an error.
  232. | Use char because int might match the return type of a GCC
  233. | builtin and then its argument prototype would still apply. */
  234. | #ifdef __cplusplus
  235. | extern "C"
  236.  
  237. | #endif
  238. | char mysql_query ();
  239. | int
  240. | main ()
  241. | {
  242. | return mysql_query ();
  243. | ;
  244. | return 0;
  245. | }
  246. configure:4516: result: no
  247. configure:4856: checking for mysql_query in -lmysqlclient
  248. configure:4916: result: no
  249. configure:4930: error: PDO_MYSQL configure failed. Please check config.log for more information.
  250.  
  251. ## ---------------- ##
  252. ## Cache variables. ##
  253. ## ---------------- ##
  254.  
  255. ac_cv_build=i386-apple-darwin9.8.0
  256. ac_cv_c_compiler_gnu=yes
  257. ac_cv_env_CC_set=
  258. ac_cv_env_CC_value=
  259. ac_cv_env_CFLAGS_set=
  260. ac_cv_env_CFLAGS_value=
  261. ac_cv_env_CPPFLAGS_set=
  262. ac_cv_env_CPPFLAGS_value=
  263. ac_cv_env_CPP_set=
  264. ac_cv_env_CPP_value=
  265. ac_cv_env_LDFLAGS_set=
  266. ac_cv_env_LDFLAGS_value=
  267. ac_cv_env_LIBS_set=
  268. ac_cv_env_LIBS_value=
  269. ac_cv_env_build_alias_set=
  270. ac_cv_env_build_alias_value=
  271. ac_cv_env_host_alias_set=
  272. ac_cv_env_host_alias_value=
  273. ac_cv_env_target_alias_set=
  274. ac_cv_env_target_alias_value=
  275. ac_cv_host=i386-apple-darwin9.8.0
  276. ac_cv_lib_mysqlclient___mysql_query=no
  277. ac_cv_objext=o
  278. ac_cv_path_EGREP='/usr/bin/grep -E'
  279. ac_cv_path_GREP=/usr/bin/grep
  280. ac_cv_prog_AWK=awk
  281. ac_cv_prog_CPP='cc -E'
  282. ac_cv_prog_ac_ct_CC=cc
  283. ac_cv_prog_cc_c89=
  284.  
  285. ac_cv_prog_cc_cc_c_o=yes
  286. ac_cv_prog_cc_g=yes
  287. ac_cv_target=i386-apple-darwin9.8.0
  288. lt_cv_path_SED=/usr/bin/sed
  289. php_cv_cc_dashr=no
  290. php_cv_cc_rpath=yes
  291.  
  292. ## ----------------- ##
  293. ## Output variables. ##
  294. ## ----------------- ##
  295.  
  296. AR=''
  297. AWK='awk'
  298. CC='cc'
  299. CFLAGS='-g -O2'
  300. CONFIGURE_COMMAND=' '\''./configure'\'' '\''--with-pdo-mysql=shared,/usr/bin/mysql'\'' '\''--with-zlib-dir=/usr'\'''
  301. CONFIGURE_OPTIONS=' '\''--with-pdo-mysql=shared,/usr/bin/mysql'\'' '\''--with-zlib-dir=/usr'\'''
  302. CPP='cc -E'
  303. CPPFLAGS=''
  304. DEFS=''
  305. DSYMUTIL=''
  306. ECHO='/bin/echo'
  307. ECHO_C='ECHO_N=''
  308. ECHO_T=''
  309. EGREP='/usr/bin/grep -E'
  310. EXEEXT=''
  311. GREP='/usr/bin/grep'
  312. LDFLAGS=''
  313. LIBOBJS=''
  314. LIBS=''
  315. LIBTOOL=''
  316. LN_S=''
  317. LTLIBOBJS=''
  318. NMEDIT=''
  319. OBJEXT='o'
  320. PACKAGE_BUGREPORT=''
  321. PACKAGE_NAME=''
  322. PACKAGE_STRING=''
  323. PACKAGE_TARNAME=''
  324. PACKAGE_VERSION=''
  325. PATH_SEPARATOR=':'
  326. PDO_MYSQL_MODULE_TYPE=''
  327. RANLIB=''
  328. RE2C='exit 0;'
  329. SED='/usr/bin/sed'
  330. SHELL='/bin/sh'
  331. SHLIB_DL_SUFFIX_NAME='so'
  332.  
  333. SHLIB_SUFFIX_NAME='dylib'
  334. STRIP=''
  335. ac_ct_CC='cc'
  336. bindir='${exec_prefix}/bin'
  337. build='i386-apple-darwin9.8.0'
  338. build_alias=''
  339. build_cpu='i386'
  340. build_os='darwin9.8.0'
  341. build_vendor='apple'
  342. datadir='${datarootdir}'
  343. datarootdir='${prefix}/share'
  344. docdir='${datarootdir}/doc/${PACKAGE}'
  345. dvidir='${docdir}'
  346. exec_prefix='NONE'
  347. host='i386-apple-darwin9.8.0'
  348. host_alias='i386-apple-darwin9.8.0'
  349. host_cpu='i386'
  350. host_os='darwin9.8.0'
  351. host_vendor='apple'
  352. htmldir='${docdir}'
  353. includedir='${prefix}/include'
  354. infodir='${datarootdir}/info'
  355. libdir='${exec_prefix}/lib'
  356. libexecdir='${exec_prefix}/libexec'
  357. localedir='${datarootdir}/locale'
  358. localstatedir='${prefix}/var'
  359. mandir='${datarootdir}/man'
  360. oldincludedir='/usr/include'
  361. pdfdir='${docdir}'
  362. prefix='/usr'
  363. program_transform_name='s,x,x,'
  364. psdir='${docdir}'
  365. sbindir='${exec_prefix}/sbin'
  366. sharedstatedir='${prefix}/com'
  367. sysconfdir='${prefix}/etc'
  368. target='i386-apple-darwin9.8.0'
  369. target_alias=''
  370. target_cpu='i386'
  371. target_os='darwin9.8.0'
  372. target_vendor='apple'
  373.  
  374. ## ----------- ##
  375. ## confdefs.h. ##
  376. ## ----------- ##
  377.  
  378. #define PACKAGE_NAME ""
  379. #define PACKAGE_TARNAME ""
  380.  
  381. #define PACKAGE_VERSION ""
  382. #define PACKAGE_STRING ""
  383. #define PACKAGE_BUGREPORT ""
  384. #define HAVE_MYSQL 1
  385. #define PDO_MYSQL_UNIX_ADDR ""
  386.  
  387. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement