Advertisement
JetForMe

Untitled

Oct 26th, 2014
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.91 KB | None | 0 0
  1. $ cd Downloads/resin-pro-4.0.41
  2. $ ./configure --prefix=/Library/Resin/resin-pro-4.0.41
  3. checking build system type... x86_64-apple-darwin14.0.0
  4. checking host system type... x86_64-apple-darwin14.0.0
  5. checking target system type... x86_64-apple-darwin14.0.0
  6. checking for a BSD-compatible install... /usr/local/bin/ginstall -c
  7. checking whether build environment is sane... yes
  8. checking for a thread-safe mkdir -p... /usr/local/bin/gmkdir -p
  9. checking for gawk... no
  10. checking for mawk... no
  11. checking for nawk... no
  12. checking for awk... awk
  13. checking whether make sets $(MAKE)... yes
  14. checking whether make supports nested variables... yes
  15. checking for gcc... gcc
  16. checking whether the C compiler works... yes
  17. checking for C compiler default output file name... a.out
  18. checking for suffix of executables...
  19. checking whether we are cross compiling... no
  20. checking for suffix of object files... o
  21. checking whether we are using the GNU C compiler... yes
  22. checking whether gcc accepts -g... yes
  23. checking for gcc option to accept ISO C89... none needed
  24. checking whether gcc understands -c and -o together... yes
  25. checking for style of include used by make... GNU
  26. checking dependency style of gcc... none
  27. checking for a sed that does not truncate output... /usr/local/bin/gsed
  28. checking for grep that handles long lines and -e... /usr/bin/grep
  29. checking for egrep... /usr/bin/grep -E
  30. checking for fgrep... /usr/bin/grep -F
  31. checking how to print strings... printf
  32. checking for ld used by gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
  33. checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
  34. checking for egrep... (cached) /usr/bin/grep -E
  35. checking how to run the C preprocessor... gcc -E
  36. checking for ANSI C header files... yes
  37. checking for sys/types.h... yes
  38. checking for sys/stat.h... yes
  39. checking for stdlib.h... yes
  40. checking for string.h... yes
  41. checking for memory.h... yes
  42. checking for strings.h... yes
  43. checking for inttypes.h... yes
  44. checking for stdint.h... yes
  45. checking for unistd.h... yes
  46. checking sys/poll.h usability... yes
  47. checking sys/poll.h presence... yes
  48. checking for sys/poll.h... yes
  49. checking sys/epoll.h usability... no
  50. checking sys/epoll.h presence... no
  51. checking for sys/epoll.h... no
  52. checking for JAVA_HOME... /Library/Java/JavaVirtualMachines/jdk1.7.0_17.jdk/Contents/Home
  53. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
  54. checking the name lister (/usr/bin/nm) interface... BSD nm
  55. checking whether ln -s works... yes
  56. checking the maximum length of command line arguments... 196608
  57. checking whether the shell understands some XSI constructs... yes
  58. checking whether the shell understands "+="... yes
  59. checking how to convert x86_64-apple-darwin14.0.0 file names to x86_64-apple-darwin14.0.0 format... func_convert_file_noop
  60. checking how to convert x86_64-apple-darwin14.0.0 file names to toolchain format... func_convert_file_noop
  61. checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
  62. checking for objdump... no
  63. checking how to recognize dependent libraries... pass_all
  64. checking for dlltool... no
  65. checking how to associate runtime and link libraries... printf %s\n
  66. checking for ar... ar
  67. checking for archiver @FILE support... no
  68. checking for strip... strip
  69. checking for ranlib... ranlib
  70. checking command to parse /usr/bin/nm output from gcc object... ok
  71. checking for sysroot... no
  72. checking for mt... no
  73. checking if : is a manifest tool... no
  74. checking for dsymutil... dsymutil
  75. checking for nmedit... nmedit
  76. checking for lipo... lipo
  77. checking for otool... otool
  78. checking for otool64... no
  79. checking for -single_module linker flag... yes
  80. checking for -exported_symbols_list linker flag... yes
  81. checking for -force_load linker flag... yes
  82. checking for dlfcn.h... yes
  83. checking for objdir... .libs
  84. checking if gcc supports -fno-rtti -fno-exceptions... yes
  85. checking for gcc option to produce PIC... -fno-common -DPIC
  86. checking if gcc PIC flag -fno-common -DPIC works... yes
  87. checking if gcc static flag -static works... no
  88. checking if gcc supports -c -o file.o... yes
  89. checking if gcc supports -c -o file.o... (cached) yes
  90. checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
  91. checking dynamic linker characteristics... darwin14.0.0 dyld
  92. checking how to hardcode library paths into programs... immediate
  93. checking whether stripping libraries is possible... yes
  94. checking if libtool supports shared libraries... yes
  95. checking whether to build shared libraries... yes
  96. checking whether to build static libraries... yes
  97. ld: library not found for -lrt
  98. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  99. configure: WARNING: Can't compile posix shared memory test. Check compilation flags: gcc -o conftest -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 -lrt conftest.c
  100. checking if apache is 2.4 or later...
  101. no
  102. conftest.c:1:10: fatal error: 'httpd.h' file not found
  103. #include "httpd.h"
  104. ^
  105. 1 error generated.
  106. configure: WARNING: Can't compile apache 2.4 test. Check compilation flags if apache is 2.4: gcc -o conftest -I/usr/include/apache2 -I/usr/include/apr-1 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10 conftest.c
  107. configure: WARNING: Assuming lower apache version
  108. checking if /Library/Java/JavaVirtualMachines/jdk1.7.0_17.jdk/Contents/Home/bin/java is Java 1.6...
  109. yes
  110. checking if /Library/Java/JavaVirtualMachines/jdk1.7.0_17.jdk/Contents/Home/bin/java is 64-bit...
  111. yes
  112. Using Apache CFLAGS: -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -DDARWIN_10
  113. checking if /bin/cp accepts -u...
  114. no
  115. checking for JNI in /Library/Java/JavaVirtualMachines/jdk1.7.0_17.jdk/Contents/Home/include/darwin ... found
  116. Using JVMTI for class reloading
  117. Can't find OpenSSL include ''
  118. checking that generated files are newer than configure... done
  119. configure: creating ./config.status
  120. config.status: creating Makefile
  121. config.status: creating modules/c/src/Makefile
  122. config.status: creating modules/c/src/common/Makefile
  123. config.status: creating modules/c/src/apache2/Makefile
  124. config.status: creating modules/c/src/resin_os/Makefile
  125. config.status: creating init.d/resin
  126. config.status: creating bin/resinctl
  127. config.status: executing depfiles commands
  128. config.status: executing libtool commands
  129. checking that generated files are newer than configure... done
  130. configure: creating ./config.status
  131. config.status: creating Makefile
  132. config.status: creating modules/c/src/Makefile
  133. config.status: creating modules/c/src/common/Makefile
  134. config.status: creating modules/c/src/apache2/Makefile
  135. config.status: creating modules/c/src/resin_os/Makefile
  136. config.status: creating init.d/resin
  137. config.status: creating bin/resinctl
  138. config.status: creating modules/c/src/resin/Makefile
  139. config.status: creating modules/c/src/resinssl/Makefile
  140. config.status: executing depfiles commands
  141. config.status: executing libtool commands
  142.  
  143.  
  144. Resin Configuration Summary:
  145.  
  146. RESIN : 4.0.41
  147. home : /Library/Resin/resin-pro-4.0.41
  148. root : /Library/Resin/resin-pro-4.0.41
  149. conf : /Library/Resin/resin-pro-4.0.41/conf
  150. log : /Library/Resin/resin-pro-4.0.41/log
  151. plugins : common resin_os resin resinssl
  152.  
  153. JAVA_HOME : /Library/Java/JavaVirtualMachines/jdk1.7.0_17.jdk/Contents/Home
  154.  
  155. JNI : 64-bit
  156. include : -I/Library/Java/JavaVirtualMachines/jdk1.7.0_17.jdk/Contents/Home/include -I/Library/Java/JavaVirtualMachines/jdk1.7.0_17.jdk/Contents/Home/include/darwin
  157. CFLAGS :
  158. cflags_shlib : -DSHARED_MODULE
  159. ld_shlib : gcc
  160. ldflags_shlib : -arch x86_64 -arch x86_64 -dynamiclib -undefined suppress -flat_namespace
  161. libs_shlib :
  162. select() for keepalives
  163.  
  164. OPENSSL : No OpenSSL has been found
  165. *** OpenSSL libraries cannot be compiled ***
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement