Advertisement
Guest User

config for mod_auth_cas

a guest
Jan 18th, 2012
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.65 KB | None | 0 0
  1. checking for gcc... gcc
  2. checking whether the C compiler works... yes
  3. checking for C compiler default output file name... a.out
  4. checking for suffix of executables...
  5. checking whether we are cross compiling... no
  6. checking for suffix of object files... o
  7. checking whether we are using the GNU C compiler... yes
  8. checking whether gcc accepts -g... yes
  9. checking for gcc option to accept ISO C89... none needed
  10. configure: Locating apxs
  11. checking for --with-apxs... no
  12. checking for apxs... /usr/sbin/apxs
  13. configure: apxs found at /usr/sbin/apxs
  14. checking for --with-openssl... no
  15. checking for CRYPTO_new_ex_data in -lcrypto... yes
  16. checking for SSL_library_init in -lssl... yes
  17. checking how to run the C preprocessor... gcc -E
  18. checking for grep that handles long lines and -e... /bin/grep
  19. checking for egrep... /bin/grep -E
  20. checking for ANSI C header files... yes
  21. checking for sys/types.h... yes
  22. checking for sys/stat.h... yes
  23. checking for stdlib.h... yes
  24. checking for string.h... yes
  25. checking for memory.h... yes
  26. checking for strings.h... yes
  27. checking for inttypes.h... yes
  28. checking for stdint.h... yes
  29. checking for unistd.h... yes
  30. checking openssl/crypto.h usability... yes
  31. checking openssl/crypto.h presence... yes
  32. checking for openssl/crypto.h... yes
  33. checking openssl/x509.h usability... yes
  34. checking openssl/x509.h presence... yes
  35. checking for openssl/x509.h... yes
  36. checking openssl/pem.h usability... yes
  37. checking openssl/pem.h presence... yes
  38. checking for openssl/pem.h... yes
  39. checking openssl/ssl.h usability... yes
  40. checking openssl/ssl.h presence... yes
  41. checking for openssl/ssl.h... yes
  42. checking openssl/err.h usability... yes
  43. checking openssl/err.h presence... yes
  44. checking for openssl/err.h... yes
  45. checking for gawk... gawk
  46. checking for curl-config... /usr/bin/curl-config
  47. checking for the version of libcurl... 7.19.7
  48. checking whether libcurl is usable... yes
  49. checking for curl_free... yes
  50. checking netdb.h usability... yes
  51. checking netdb.h presence... yes
  52. checking for netdb.h... yes
  53. checking stddef.h usability... yes
  54. checking stddef.h presence... yes
  55. checking for stddef.h... yes
  56. checking sys/socket.h usability... yes
  57. checking sys/socket.h presence... yes
  58. checking for sys/socket.h... yes
  59. checking for unistd.h... (cached) yes
  60. checking for size_t... yes
  61. checking for gethostbyname... yes
  62. checking for memset... yes
  63. checking for socket... yes
  64. checking for strcasecmp... yes
  65. checking for strchr... yes
  66. checking for strncasecmp... yes
  67. checking for strstr... yes
  68. configure: creating ./config.status
  69. config.status: creating Makefile
  70. config.status: creating src/Makefile
  71. config.status: creating config.h
  72. config.status: config.h is unchanged
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement