Advertisement
Guest User

suPHP make error

a guest
Jun 25th, 2014
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 14.41 KB | None | 0 0
  1. [root@server1 suphp-0.7.1]# ./configure --prefix=/usr/local --with-apache-user=apache --with-setid-mode=owner --disable-checkpath --with-apxs=/usr/sbin/apxs --with-apr=/usr/bin/apr-1-config
  2. checking for a BSD-compatible install... /usr/bin/install -c
  3. checking whether build environment is sane... yes
  4. checking for a thread-safe mkdir -p... /bin/mkdir -p
  5. checking for gawk... gawk
  6. checking whether make sets $(MAKE)... yes
  7. checking whether build environment is sane... yes
  8. checking for a BSD-compatible install... /usr/bin/install -c
  9. checking for gcc... gcc
  10. checking for C compiler default output file name... a.out
  11. checking whether the C compiler works... yes
  12. checking whether we are cross compiling... no
  13. checking for suffix of executables...
  14. checking for suffix of object files... o
  15. checking whether we are using the GNU C compiler... yes
  16. checking whether gcc accepts -g... yes
  17. checking for gcc option to accept ISO C89... none needed
  18. checking for style of include used by make... GNU
  19. checking dependency style of gcc... gcc3
  20. checking for g++... g++
  21. checking whether we are using the GNU C++ compiler... yes
  22. checking whether g++ accepts -g... yes
  23. checking dependency style of g++... gcc3
  24. checking build system type... x86_64-unknown-linux-gnu
  25. checking host system type... x86_64-unknown-linux-gnu
  26. checking for a sed that does not truncate output... /bin/sed
  27. checking for grep that handles long lines and -e... /bin/grep
  28. checking for egrep... /bin/grep -E
  29. checking for ld used by gcc... /usr/bin/ld
  30. checking if the linker (/usr/bin/ld) is GNU ld... yes
  31. checking for /usr/bin/ld option to reload object files... -r
  32. checking for BSD-compatible nm... /usr/bin/nm -B
  33. checking whether ln -s works... yes
  34. checking how to recognize dependent libraries... pass_all
  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 dlfcn.h usability... yes
  47. checking dlfcn.h presence... yes
  48. checking for dlfcn.h... yes
  49. checking how to run the C++ preprocessor... g++ -E
  50. checking for g77... no
  51. checking for xlf... no
  52. checking for f77... no
  53. checking for frt... no
  54. checking for pgf77... no
  55. checking for cf77... no
  56. checking for fort77... no
  57. checking for fl32... no
  58. checking for af77... no
  59. checking for xlf90... no
  60. checking for f90... no
  61. checking for pgf90... no
  62. checking for pghpf... no
  63. checking for epcf90... no
  64. checking for gfortran... no
  65. checking for g95... no
  66. checking for xlf95... no
  67. checking for f95... no
  68. checking for fort... no
  69. checking for ifort... no
  70. checking for ifc... no
  71. checking for efc... no
  72. checking for pgf95... no
  73. checking for lf95... no
  74. checking for ftn... no
  75. checking whether we are using the GNU Fortran 77 compiler... no
  76. checking whether  accepts -g... no
  77. checking the maximum length of command line arguments... 1966080
  78. checking command to parse /usr/bin/nm -B output from gcc object... ok
  79. checking for objdir... .libs
  80. checking for ar... ar
  81. checking for ranlib... ranlib
  82. checking for strip... strip
  83. checking if gcc supports -fno-rtti -fno-exceptions... no
  84. checking for gcc option to produce PIC... -fPIC
  85. checking if gcc PIC flag -fPIC works... yes
  86. checking if gcc static flag -static works... no
  87. checking if gcc supports -c -o file.o... yes
  88. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  89. checking whether -lc should be explicitly linked in... no
  90. checking dynamic linker characteristics... GNU/Linux ld.so
  91. checking how to hardcode library paths into programs... immediate
  92. checking whether stripping libraries is possible... yes
  93. checking if libtool supports shared libraries... yes
  94. checking whether to build shared libraries... yes
  95. checking whether to build static libraries... yes
  96. configure: creating libtool
  97. appending configuration tag "CXX" to libtool
  98. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  99. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  100. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  101. checking for g++ option to produce PIC... -fPIC
  102. checking if g++ PIC flag -fPIC works... yes
  103. checking if g++ static flag -static works... no
  104. checking if g++ supports -c -o file.o... yes
  105. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  106. checking dynamic linker characteristics... GNU/Linux ld.so
  107. (cached) (cached) checking how to hardcode library paths into programs... immediate
  108. appending configuration tag "F77" to libtool
  109. checking for ANSI C header files... (cached) yes
  110. checking fcntl.h usability... yes
  111. checking fcntl.h presence... yes
  112. checking for fcntl.h... yes
  113. checking for stdlib.h... (cached) yes
  114. checking for string.h... (cached) yes
  115. checking for unistd.h... (cached) yes
  116. checking for APR... yes
  117. checking for dynamic Apache module support (via APXS)... found at /usr/sbin/apxs (version 2.2.15)
  118. checking for set-UID/set-GID mode... ok - using owner
  119. configure: creating ./config.status
  120. config.status: creating Makefile
  121. config.status: creating src/Makefile
  122. config.status: creating src/apache/Makefile
  123. config.status: creating src/apache2/Makefile
  124. config.status: creating src/config.h
  125. config.status: executing depfiles commands
  126. [root@server1 suphp-0.7.1]# make
  127. Making all in src
  128. make[1]: Entering directory `/root/suphp-0.7.1/src'
  129. make  all-recursive
  130. make[2]: Entering directory `/root/suphp-0.7.1/src'
  131. Making all in apache2
  132. make[3]: Entering directory `/root/suphp-0.7.1/src/apache2'
  133. /bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../src  -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE  -I/usr/include/httpd -I/usr/include/apr-1 -pthread -DSUPHP_PATH_TO_SUPHP=\"/usr/local/sbin/suphp\"  -g -O2 -MT mod_suphp.lo -MD -MP -MF .deps/mod_suphp.Tpo -c -o mod_suphp.lo mod_suphp.c
  134. mkdir .libs
  135. gcc -DHAVE_CONFIG_H -I. -I../../src -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I/usr/include/httpd -I/usr/include/apr-1 -pthread -DSUPHP_PATH_TO_SUPHP=\"/usr/local/sbin/suphp\" -g -O2 -MT mod_suphp.lo -MD -MP -MF .deps/mod_suphp.Tpo -c mod_suphp.c  -fPIC -DPIC -o .libs/mod_suphp.o
  136. mod_suphp.c: In function ‘suphp_brigade_read’:
  137. mod_suphp.c:85: warning: passing argument 2 of ‘b->type->read’ from incompatible pointer type
  138. mod_suphp.c:85: note: expected ‘const char **’ but argument is of type ‘char **’
  139. gcc -DHAVE_CONFIG_H -I. -I../../src -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -I/usr/include/httpd -I/usr/include/apr-1 -pthread -DSUPHP_PATH_TO_SUPHP=\"/usr/local/sbin/suphp\" -g -O2 -MT mod_suphp.lo -MD -MP -MF .deps/mod_suphp.Tpo -c mod_suphp.c -o mod_suphp.o >/dev/null 2>&1
  140. mv -f .deps/mod_suphp.Tpo .deps/mod_suphp.Plo
  141. /bin/sh ../../libtool --tag=CC   --mode=link gcc -I/usr/include/httpd -I/usr/include/apr-1 -pthread -DSUPHP_PATH_TO_SUPHP=\"/usr/local/sbin/suphp\"  -g -O2 -module -rpath '/usr/lib64/httpd/modules'  -o mod_suphp.la  mod_suphp.lo  
  142. gcc -shared  .libs/mod_suphp.o   -pthread -Wl,-soname -Wl,mod_suphp.so.0 -o .libs/mod_suphp.so.0.0.0
  143. (cd .libs && rm -f mod_suphp.so.0 && ln -s mod_suphp.so.0.0.0 mod_suphp.so.0)
  144. (cd .libs && rm -f mod_suphp.so && ln -s mod_suphp.so.0.0.0 mod_suphp.so)
  145. ar cru .libs/mod_suphp.a  mod_suphp.o
  146. ranlib .libs/mod_suphp.a
  147. creating mod_suphp.la
  148. (cd .libs && rm -f mod_suphp.la && ln -s ../mod_suphp.la mod_suphp.la)
  149. make[3]: Leaving directory `/root/suphp-0.7.1/src/apache2'
  150. make[3]: Entering directory `/root/suphp-0.7.1/src'
  151. g++ -DHAVE_CONFIG_H -I.    -DOPT_CONFIGFILE=\"/usr/local/etc/suphp.conf\" -g -O2 -MT API.o -MD -MP -MF .deps/API.Tpo -c -o API.o API.cpp
  152. mv -f .deps/API.Tpo .deps/API.Po
  153. g++ -DHAVE_CONFIG_H -I.    -DOPT_CONFIGFILE=\"/usr/local/etc/suphp.conf\" -g -O2 -MT API_Helper.o -MD -MP -MF .deps/API_Helper.Tpo -c -o API_Helper.o API_Helper.cpp
  154. mv -f .deps/API_Helper.Tpo .deps/API_Helper.Po
  155. g++ -DHAVE_CONFIG_H -I.    -DOPT_CONFIGFILE=\"/usr/local/etc/suphp.conf\" -g -O2 -MT API_Linux.o -MD -MP -MF .deps/API_Linux.Tpo -c -o API_Linux.o API_Linux.cpp
  156. mv -f .deps/API_Linux.Tpo .deps/API_Linux.Po
  157. g++ -DHAVE_CONFIG_H -I.    -DOPT_CONFIGFILE=\"/usr/local/etc/suphp.conf\" -g -O2 -MT API_Linux_Logger.o -MD -MP -MF .deps/API_Linux_Logger.Tpo -c -o API_Linux_Logger.o API_Linux_Logger.cpp
  158. mv -f .deps/API_Linux_Logger.Tpo .deps/API_Linux_Logger.Po
  159. g++ -DHAVE_CONFIG_H -I.    -DOPT_CONFIGFILE=\"/usr/local/etc/suphp.conf\" -g -O2 -MT Application.o -MD -MP -MF .deps/Application.Tpo -c -o Application.o Application.cpp
  160. mv -f .deps/Application.Tpo .deps/Application.Po
  161. g++ -DHAVE_CONFIG_H -I.    -DOPT_CONFIGFILE=\"/usr/local/etc/suphp.conf\" -g -O2 -MT CommandLine.o -MD -MP -MF .deps/CommandLine.Tpo -c -o CommandLine.o CommandLine.cpp
  162. mv -f .deps/CommandLine.Tpo .deps/CommandLine.Po
  163. g++ -DHAVE_CONFIG_H -I.    -DOPT_CONFIGFILE=\"/usr/local/etc/suphp.conf\" -g -O2 -MT Configuration.o -MD -MP -MF .deps/Configuration.Tpo -c -o Configuration.o Configuration.cpp
  164. mv -f .deps/Configuration.Tpo .deps/Configuration.Po
  165. g++ -DHAVE_CONFIG_H -I.    -DOPT_CONFIGFILE=\"/usr/local/etc/suphp.conf\" -g -O2 -MT Environment.o -MD -MP -MF .deps/Environment.Tpo -c -o Environment.o Environment.cpp
  166. mv -f .deps/Environment.Tpo .deps/Environment.Po
  167. g++ -DHAVE_CONFIG_H -I.    -DOPT_CONFIGFILE=\"/usr/local/etc/suphp.conf\" -g -O2 -MT Exception.o -MD -MP -MF .deps/Exception.Tpo -c -o Exception.o Exception.cpp
  168. mv -f .deps/Exception.Tpo .deps/Exception.Po
  169. g++ -DHAVE_CONFIG_H -I.    -DOPT_CONFIGFILE=\"/usr/local/etc/suphp.conf\" -g -O2 -MT File.o -MD -MP -MF .deps/File.Tpo -c -o File.o File.cpp
  170. mv -f .deps/File.Tpo .deps/File.Po
  171. g++ -DHAVE_CONFIG_H -I.    -DOPT_CONFIGFILE=\"/usr/local/etc/suphp.conf\" -g -O2 -MT GroupInfo.o -MD -MP -MF .deps/GroupInfo.Tpo -c -o GroupInfo.o GroupInfo.cpp
  172. mv -f .deps/GroupInfo.Tpo .deps/GroupInfo.Po
  173. g++ -DHAVE_CONFIG_H -I.    -DOPT_CONFIGFILE=\"/usr/local/etc/suphp.conf\" -g -O2 -MT IOException.o -MD -MP -MF .deps/IOException.Tpo -c -o IOException.o IOException.cpp
  174. mv -f .deps/IOException.Tpo .deps/IOException.Po
  175. g++ -DHAVE_CONFIG_H -I.    -DOPT_CONFIGFILE=\"/usr/local/etc/suphp.conf\" -g -O2 -MT IniFile.o -MD -MP -MF .deps/IniFile.Tpo -c -o IniFile.o IniFile.cpp
  176. mv -f .deps/IniFile.Tpo .deps/IniFile.Po
  177. g++ -DHAVE_CONFIG_H -I.    -DOPT_CONFIGFILE=\"/usr/local/etc/suphp.conf\" -g -O2 -MT IniSection.o -MD -MP -MF .deps/IniSection.Tpo -c -o IniSection.o IniSection.cpp
  178. mv -f .deps/IniSection.Tpo .deps/IniSection.Po
  179. g++ -DHAVE_CONFIG_H -I.    -DOPT_CONFIGFILE=\"/usr/local/etc/suphp.conf\" -g -O2 -MT KeyNotFoundException.o -MD -MP -MF .deps/KeyNotFoundException.Tpo -c -o KeyNotFoundException.o KeyNotFoundException.cpp
  180. mv -f .deps/KeyNotFoundException.Tpo .deps/KeyNotFoundException.Po
  181. g++ -DHAVE_CONFIG_H -I.    -DOPT_CONFIGFILE=\"/usr/local/etc/suphp.conf\" -g -O2 -MT Logger.o -MD -MP -MF .deps/Logger.Tpo -c -o Logger.o Logger.cpp
  182. mv -f .deps/Logger.Tpo .deps/Logger.Po
  183. g++ -DHAVE_CONFIG_H -I.    -DOPT_CONFIGFILE=\"/usr/local/etc/suphp.conf\" -g -O2 -MT LookupException.o -MD -MP -MF .deps/LookupException.Tpo -c -o LookupException.o LookupException.cpp
  184. mv -f .deps/LookupException.Tpo .deps/LookupException.Po
  185. g++ -DHAVE_CONFIG_H -I.    -DOPT_CONFIGFILE=\"/usr/local/etc/suphp.conf\" -g -O2 -MT OutOfRangeException.o -MD -MP -MF .deps/OutOfRangeException.Tpo -c -o OutOfRangeException.o OutOfRangeException.cpp
  186. mv -f .deps/OutOfRangeException.Tpo .deps/OutOfRangeException.Po
  187. g++ -DHAVE_CONFIG_H -I.    -DOPT_CONFIGFILE=\"/usr/local/etc/suphp.conf\" -g -O2 -MT PathMatcher.o -MD -MP -MF .deps/PathMatcher.Tpo -c -o PathMatcher.o PathMatcher.cpp
  188. mv -f .deps/PathMatcher.Tpo .deps/PathMatcher.Po
  189. g++ -DHAVE_CONFIG_H -I.    -DOPT_CONFIGFILE=\"/usr/local/etc/suphp.conf\" -g -O2 -MT ParsingException.o -MD -MP -MF .deps/ParsingException.Tpo -c -o ParsingException.o ParsingException.cpp
  190. mv -f .deps/ParsingException.Tpo .deps/ParsingException.Po
  191. g++ -DHAVE_CONFIG_H -I.    -DOPT_CONFIGFILE=\"/usr/local/etc/suphp.conf\" -g -O2 -MT PointerException.o -MD -MP -MF .deps/PointerException.Tpo -c -o PointerException.o PointerException.cpp
  192. mv -f .deps/PointerException.Tpo .deps/PointerException.Po
  193. g++ -DHAVE_CONFIG_H -I.    -DOPT_CONFIGFILE=\"/usr/local/etc/suphp.conf\" -g -O2 -MT SecurityException.o -MD -MP -MF .deps/SecurityException.Tpo -c -o SecurityException.o SecurityException.cpp
  194. mv -f .deps/SecurityException.Tpo .deps/SecurityException.Po
  195. g++ -DHAVE_CONFIG_H -I.    -DOPT_CONFIGFILE=\"/usr/local/etc/suphp.conf\" -g -O2 -MT SoftException.o -MD -MP -MF .deps/SoftException.Tpo -c -o SoftException.o SoftException.cpp
  196. mv -f .deps/SoftException.Tpo .deps/SoftException.Po
  197. g++ -DHAVE_CONFIG_H -I.    -DOPT_CONFIGFILE=\"/usr/local/etc/suphp.conf\" -g -O2 -MT SystemException.o -MD -MP -MF .deps/SystemException.Tpo -c -o SystemException.o SystemException.cpp
  198. mv -f .deps/SystemException.Tpo .deps/SystemException.Po
  199. g++ -DHAVE_CONFIG_H -I.    -DOPT_CONFIGFILE=\"/usr/local/etc/suphp.conf\" -g -O2 -MT UserInfo.o -MD -MP -MF .deps/UserInfo.Tpo -c -o UserInfo.o UserInfo.cpp
  200. mv -f .deps/UserInfo.Tpo .deps/UserInfo.Po
  201. g++ -DHAVE_CONFIG_H -I.    -DOPT_CONFIGFILE=\"/usr/local/etc/suphp.conf\" -g -O2 -MT Util.o -MD -MP -MF .deps/Util.Tpo -c -o Util.o Util.cpp
  202. mv -f .deps/Util.Tpo .deps/Util.Po
  203. /bin/sh ../libtool --tag=CXX   --mode=link g++ -DOPT_CONFIGFILE=\"/usr/local/etc/suphp.conf\" -g -O2   -o suphp API.o API_Helper.o API_Linux.o API_Linux_Logger.o Application.o CommandLine.o Configuration.o Environment.o Exception.o File.o GroupInfo.o IOException.o IniFile.o IniSection.o KeyNotFoundException.o Logger.o LookupException.o OutOfRangeException.o PathMatcher.o ParsingException.o PointerException.o SecurityException.o SoftException.o SystemException.o UserInfo.o Util.o  
  204. mkdir .libs
  205. g++ -DOPT_CONFIGFILE=\"/usr/local/etc/suphp.conf\" -g -O2 -o suphp API.o API_Helper.o API_Linux.o API_Linux_Logger.o Application.o CommandLine.o Configuration.o Environment.o Exception.o File.o GroupInfo.o IOException.o IniFile.o IniSection.o KeyNotFoundException.o Logger.o LookupException.o OutOfRangeException.o PathMatcher.o ParsingException.o PointerException.o SecurityException.o SoftException.o SystemException.o UserInfo.o Util.o  
  206. make[3]: Leaving directory `/root/suphp-0.7.1/src'
  207. make[2]: Leaving directory `/root/suphp-0.7.1/src'
  208. make[1]: Leaving directory `/root/suphp-0.7.1/src'
  209. make[1]: Entering directory `/root/suphp-0.7.1'
  210. make[1]: Nothing to be done for `all-am'.
  211. make[1]: Leaving directory `/root/suphp-0.7.1'
  212. [root@server1 suphp-0.7.1]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement