Advertisement
ehime

configure

May 28th, 2014
321
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. bash-3.2$ ./configure \
  2. > --quiet \
  3. > --enable-debug \
  4. > --prefix=`pwd` \
  5. > --with-apache=/usr/local/Cellar/apache24/2.4.9 \
  6. > --with-java-home=$JAVA_HOME
  7.  
  8. rm: conftest.dSYM: is a directory
  9. rm: conftest.dSYM: is a directory
  10. appending configuration tag "CXX" to libtool
  11. appending configuration tag "F77" to libtool
  12. Using shared library flags from /usr/local/Cellar/apache24/2.4.9/bin/apxs
  13. checking for JAVA_HOME... /Library/Java/JavaVirtualMachines/jdk1.7.0_55.jdk/Contents/Home
  14. -n checking if Java is 64-bit...
  15. yes
  16. Using Apache 2.0 configuration /usr/local/etc/apache2/httpd.conf
  17. Using Apache CFLAGS: -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -g -O2 -Wall
  18. checking for JNI in /System/Library/Frameworks/JavaVM.framework/Headers ... found
  19. Using JVMTI for class reloading
  20. Using openssl include in ... /usr/include
  21. Using openssl lib in ... /usr/lib
  22. Using openssl libraries in ... -lssl -lcrypto
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement