Advertisement
Xliff

Untitled

Jul 28th, 2013
370
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. Apache22 configure log excerpt
  2. ==============================
  3.  
  4. Configuring Apache Portable Runtime library...
  5.  
  6. checking for APR... yes
  7. setting APR_LIBTOOL to "/usr/local/share/apr/build-1/libtool"
  8. setting CPPFLAGS to " "
  9. setting LDFLAGS to " "
  10. setting LTFLAGS to "--silent"
  11.  
  12. Configuring Apache Portable Runtime Utility library...
  13.  
  14. checking for APR-util... yes
  15. adding "-L/usr/local/lib" to LDFLAGS
  16. adding "-L/usr/lib" to LDFLAGS
  17. adding "-L/usr/local/lib/db42" to LDFLAGS
  18.  
  19.  
  20. checking whether to enable mod_ssl... checking dependencies
  21. checking for SSL/TLS toolkit base... /usr/local
  22. adding "-I/usr/local/include" to CPPFLAGS
  23. checking for OpenSSL version... checking openssl/opensslv.h usability... yes
  24. checking openssl/opensslv.h presence... yes
  25. checking for openssl/opensslv.h... yes
  26. checking openssl/ssl.h usability... yes
  27. checking openssl/ssl.h presence... yes
  28. checking for openssl/ssl.h... yes
  29. OK
  30. forcing SSL_LIBS to "-lssl -lcrypto "
  31. adding "-lssl" to LIBS
  32. adding "-lcrypto" to LIBS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement