Advertisement
Guest User

Untitled

a guest
Sep 9th, 2017
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.47 KB | None | 0 0
  1. [root@test php-5.3.6]# ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql
  2. loading cache ./config.cache
  3. checking for Cygwin environment... no
  4. checking for mingw32 environment... no
  5. checking for egrep... grep -E
  6. checking for a sed that does not truncate output... /bin/sed
  7. checking host system type... i686-pc-linux-gnu
  8. checking target system type... i686-pc-linux-gnu
  9. checking for gcc... gcc
  10. checking whether the C compiler (gcc ) works... yes
  11. checking whether the C compiler (gcc ) is a cross-compiler... no
  12. checking whether we are using GNU C... yes
  13. checking whether gcc accepts -g... yes
  14. checking how to run the C preprocessor... gcc -E
  15. checking for icc... no
  16. checking for suncc... no
  17. checking whether gcc and cc understand -c and -o together... yes
  18. checking how to run the C preprocessor... gcc -E
  19. checking for AIX... no
  20. checking whether ln -s works... yes
  21. checking for system library directory... lib
  22. checking whether to enable runpaths... yes
  23. checking if compiler supports -R... no
  24. checking if compiler supports -Wl,-rpath,... yes
  25. checking for gawk... gawk
  26. checking for bison... no
  27. checking for byacc... no
  28. checking for bison version... invalid
  29. configure: warning: bison versions supported for regeneration of the Zend/PHP parsers: 1.28 1.35 1.75 1.875 2.0 2.1 2.2 2.3 2.4 2.4.1 2.4.2 2.4.3 (found: none).
  30. checking for re2c... no
  31. configure: warning: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
  32. checking whether to enable computed goto gcc extension with re2c... no
  33. checking whether to force non-PIC code in shared modules... yes
  34. checking whether /dev/urandom exists... yes
  35. checking for pthreads_cflags... -pthread
  36. checking for pthreads_lib...
  37.  
  38. Configuring SAPI modules
  39. checking for AOLserver support... no
  40. checking for Apache 1.x module support via DSO through APXS... no
  41. checking for Apache 1.x module support... no
  42. checking whether to enable Apache charset compatibility option... no
  43. checking for Apache 2.0 filter-module support via DSO through APXS... no
  44. checking for Apache 2.0 handler-module support via DSO through APXS...
  45.  
  46. Sorry, I cannot run apxs. Possible reasons follow:
  47.  
  48. 1. Perl is not installed
  49. 2. apxs was not found. Try to pass the path using --with-apxs2=/path/to/apxs
  50. 3. Apache was not built using --enable-so (the apxs usage page is displayed)
  51.  
  52. The output of /usr/local/apache2/bin/apxs follows:
  53. ./configure: line 6355: /usr/local/apache2/bin/apxs: No such file or directory
  54. configure: error: Aborting
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement