Advertisement
Guest User

Untitled

a guest
May 9th, 2013
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. native]# ./configure --with-apr=/usr/bin/apr-1-config --with-java-home=/usr/java/jdk1.7.0_21 --with-ssl=/usr/include/openssl --prefix=/opt/tomcat/lib
  2. checking build system type... x86_64-unknown-linux-gnu
  3. checking host system type... x86_64-unknown-linux-gnu
  4. checking target system type... x86_64-unknown-linux-gnu
  5. checking for a BSD-compatible install... /usr/bin/install -c
  6. checking for working mkdir -p... yes
  7. Tomcat Native Version: 1.1.27
  8. checking for chosen layout... tcnative
  9. checking for APR... yes
  10. setting CC to "gcc"
  11. setting CPP to "gcc -E"
  12. checking for JDK location (please wait)... /usr/java/jdk1.7.0_21
  13. checking Java platform... checking Java platform...
  14. checking for sablevm... NONE
  15. adding "-I/usr/java/jdk1.7.0_21/include" to TCNATIVE_PRIV_INCLUDES
  16. checking os_type directory... linux
  17. adding "-I/usr/java/jdk1.7.0_21/include/linux" to TCNATIVE_PRIV_INCLUDES
  18. checking for gcc... gcc
  19. checking whether the C compiler works... yes
  20. checking for C compiler default output file name... a.out
  21. checking for suffix of executables...
  22. checking whether we are cross compiling... no
  23. checking for suffix of object files... o
  24. checking whether we are using the GNU C compiler... yes
  25. checking whether gcc accepts -g... yes
  26. checking for gcc option to accept ISO C89... none needed
  27. checking for OpenSSL library... using openssl from /usr/include/openssl/lib and /usr/include/openssl/include
  28. checking OpenSSL library version... ok
  29. checking for OpenSSL DSA support... no
  30. adding "-I/usr/include/openssl/include" to TCNATIVE_PRIV_INCLUDES
  31. setting TCNATIVE_LDFLAGS to "-L/usr/include/openssl/lib -Wl,-rpath,/usr/include/openssl/lib -lssl -lcrypto"
  32. setting CFLAGS to "-DHAVE_OPENSSL"
  33. setting TCNATIVE_LIBS to ""
  34. setting TCNATIVE_LIBS to " /usr/lib64/libapr-1.la -lpthread -ldl"
  35. configure: creating ./config.status
  36. config.status: creating tcnative.pc
  37. config.status: creating Makefile
  38. config.status: executing default commands
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement