Advertisement
Guest User

Untitled

a guest
Nov 14th, 2011
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.51 KB | None | 0 0
  1. /opt/PDO_OCI-1.0 $ sudo ./configure --with-pdo-oci=instantclient,$ORACLE_HOME,10.2.0.5
  2. [sudo] password for igor:
  3. checking for grep that handles long lines and -e... /bin/grep
  4. checking for egrep... /bin/grep -E
  5. checking for a sed that does not truncate output... /bin/sed
  6. checking for cc... cc
  7. checking whether the C compiler works... yes
  8. checking for C compiler default output file name... a.out
  9. checking for suffix of executables...
  10. checking whether we are cross compiling... no
  11. checking for suffix of object files... o
  12. checking whether we are using the GNU C compiler... yes
  13. checking whether cc accepts -g... yes
  14. checking for cc option to accept ISO C89... none needed
  15. checking how to run the C preprocessor... cc -E
  16. checking for icc... no
  17. checking for suncc... no
  18. checking whether cc understands -c and -o together... yes
  19. checking for system library directory... lib
  20. checking if compiler supports -R... no
  21. checking if compiler supports -Wl,-rpath,... yes
  22. checking build system type... i686-pc-linux-gnu
  23. checking host system type... i686-pc-linux-gnu
  24. checking target system type... i686-pc-linux-gnu
  25. checking for PHP prefix... /usr
  26. checking for PHP includes... -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
  27. checking for PHP extension directory... /usr/lib/php5/20090626+lfs
  28. checking for PHP installed headers prefix... /usr/include/php5
  29. checking if debug is enabled... no
  30. checking if zts is enabled... no
  31. checking for re2c... no
  32. configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
  33. checking for gawk... gawk
  34. checking Oracle OCI support for PDO... yes, shared
  35. checking Oracle Install-Dir... instantclient,/opt/oracle-instantclient_10_2/,10.2.0.5 :instantclient,/opt/oracle-instantclient_10_2/,10.2.0.5:
  36. checking if that is sane... yes
  37. checking for oci.h... /opt/oracle-instantclient_10_2//include/oracle/10.2.0.5/client
  38. checking for OCIEnvCreate in -lclntsh... no
  39. checking for OCIEnvNlsCreate in -lclntsh... no
  40. checking for OCILobIsTemporary in -lclntsh... no
  41. checking for OCILobIsTemporary in -locijdbc8... no
  42. checking for OCICollAssign in -lclntsh... no
  43. checking for OCIStmtFetch2 in -lclntsh... no
  44. checking for PDO includes... checking for PDO includes... /opt/PDO_OCI-1.0/ext
  45. checking for a sed that does not truncate output... (cached) /bin/sed
  46. checking for fgrep... /bin/grep -F
  47. checking for ld used by cc... /usr/bin/ld
  48. checking if the linker (/usr/bin/ld) is GNU ld... yes
  49. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  50. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  51. checking whether ln -s works... yes
  52. checking the maximum length of command line arguments... 1572864
  53. checking whether the shell understands some XSI constructs... yes
  54. checking whether the shell understands "+="... yes
  55. checking for /usr/bin/ld option to reload object files... -r
  56. checking for objdump... objdump
  57. checking how to recognize dependent libraries... pass_all
  58. checking for ar... ar
  59. checking for strip... strip
  60. checking for ranlib... ranlib
  61. checking command to parse /usr/bin/nm -B output from cc object... ok
  62. checking for ANSI C header files... yes
  63. checking for sys/types.h... yes
  64. checking for sys/stat.h... yes
  65. checking for stdlib.h... yes
  66. checking for string.h... yes
  67. checking for memory.h... yes
  68. checking for strings.h... yes
  69. checking for inttypes.h... yes
  70. checking for stdint.h... yes
  71. checking for unistd.h... yes
  72. checking for dlfcn.h... yes
  73. checking for objdir... .libs
  74. checking if cc supports -fno-rtti -fno-exceptions... no
  75. checking for cc option to produce PIC... -fPIC -DPIC
  76. checking if cc PIC flag -fPIC -DPIC works... yes
  77. checking if cc static flag -static works... yes
  78. checking if cc supports -c -o file.o... yes
  79. checking if cc supports -c -o file.o... (cached) yes
  80. checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
  81. checking whether -lc should be explicitly linked in... no
  82. checking dynamic linker characteristics... GNU/Linux ld.so
  83. checking how to hardcode library paths into programs... immediate
  84. checking whether stripping libraries is possible... yes
  85. checking if libtool supports shared libraries... yes
  86. checking whether to build shared libraries... yes
  87. checking whether to build static libraries... no
  88. configure: creating ./config.status
  89. config.status: creating config.h
  90. config.status: config.h is unchanged
  91. config.status: executing libtool commands
  92. /opt/PDO_OCI-1.0 $
  93.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement