Created
September 3, 2012 00:38
-
-
Save anonymous/3605914 to your computer and use it in GitHub Desktop.
CouchDB 1.2.0 Amazon EC2 AMI ./configure command
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ec2-user@ip-xx-xxx-xx-xx apache-couchdb-1.2.0]$ ./configure --with-erlang=/usr/local/lib/erlang/usr/include --with-js-lib=/usr/local/lib/ --with-js-include=/usr/local/include/js/ | |
| checking for a BSD-compatible install... /usr/bin/install -c | |
| checking whether build environment is sane... yes | |
| checking for a thread-safe mkdir -p... /bin/mkdir -p | |
| checking for gawk... gawk | |
| checking whether make sets $(MAKE)... yes | |
| checking for gcc... gcc | |
| checking for C compiler default output file name... a.out | |
| checking whether the C compiler works... yes | |
| checking whether we are cross compiling... no | |
| checking for suffix of executables... | |
| checking for suffix of object files... o | |
| checking whether we are using the GNU C compiler... yes | |
| checking whether gcc accepts -g... yes | |
| checking for gcc option to accept ISO C89... none needed | |
| checking for style of include used by make... GNU | |
| checking dependency style of gcc... gcc3 | |
| checking build system type... x86_64-unknown-linux-gnu | |
| checking host system type... x86_64-unknown-linux-gnu | |
| checking how to print strings... printf | |
| checking for a sed that does not truncate output... /bin/sed | |
| checking for grep that handles long lines and -e... /bin/grep | |
| checking for egrep... /bin/grep -E | |
| checking for fgrep... /bin/grep -F | |
| checking for ld used by gcc... /usr/bin/ld | |
| checking if the linker (/usr/bin/ld) is GNU ld... yes | |
| checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B | |
| checking the name lister (/usr/bin/nm -B) interface... BSD nm | |
| checking whether ln -s works... yes | |
| checking the maximum length of command line arguments... 1572864 | |
| checking whether the shell understands some XSI constructs... yes | |
| checking whether the shell understands "+="... yes | |
| checking for /usr/bin/ld option to reload object files... -r | |
| checking for objdump... objdump | |
| checking how to recognize dependent libraries... pass_all | |
| checking for ar... ar | |
| checking for strip... strip | |
| checking for ranlib... ranlib | |
| checking command to parse /usr/bin/nm -B output from gcc object... ok | |
| checking how to run the C preprocessor... gcc -E | |
| checking for ANSI C header files... yes | |
| checking for sys/types.h... yes | |
| checking for sys/stat.h... yes | |
| checking for stdlib.h... yes | |
| checking for string.h... yes | |
| checking for memory.h... yes | |
| checking for strings.h... yes | |
| checking for inttypes.h... yes | |
| checking for stdint.h... yes | |
| checking for unistd.h... yes | |
| checking for dlfcn.h... yes | |
| checking for objdir... .libs | |
| checking if gcc supports -fno-rtti -fno-exceptions... no | |
| checking for gcc option to produce PIC... -fPIC -DPIC | |
| checking if gcc PIC flag -fPIC -DPIC works... yes | |
| checking if gcc static flag -static works... yes | |
| checking if gcc supports -c -o file.o... yes | |
| checking if gcc supports -c -o file.o... (cached) yes | |
| checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
| checking whether -lc should be explicitly linked in... no | |
| checking dynamic linker characteristics... GNU/Linux ld.so | |
| checking how to hardcode library paths into programs... immediate | |
| checking whether stripping libraries is possible... yes | |
| checking if libtool supports shared libraries... yes | |
| checking whether to build shared libraries... yes | |
| checking whether to build static libraries... no | |
| checking whether ln -s works... yes | |
| checking for pkg-config... /usr/bin/pkg-config | |
| checking pkg-config is at least version 0.9.0... yes | |
| checking for g++... g++ | |
| checking whether we are using the GNU C++ compiler... yes | |
| checking whether g++ accepts -g... yes | |
| checking dependency style of g++... gcc3 | |
| checking how to run the C++ preprocessor... g++ -E | |
| checking for ld used by g++... /usr/bin/ld -m elf_x86_64 | |
| checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes | |
| checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
| checking for g++ option to produce PIC... -fPIC -DPIC | |
| checking if g++ PIC flag -fPIC -DPIC works... yes | |
| checking if g++ static flag -static works... yes | |
| checking if g++ supports -c -o file.o... yes | |
| checking if g++ supports -c -o file.o... (cached) yes | |
| checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes | |
| checking dynamic linker characteristics... (cached) GNU/Linux ld.so | |
| checking how to hardcode library paths into programs... immediate | |
| checking whether byte ordering is bigendian... no | |
| checking for stdint.h... (cached) yes | |
| checking stddef.h usability... yes | |
| checking stddef.h presence... yes | |
| checking for stddef.h... yes | |
| checking sys/mman.h usability... yes | |
| checking sys/mman.h presence... yes | |
| checking for sys/mman.h... yes | |
| checking sys/resource.h usability... yes | |
| checking sys/resource.h presence... yes | |
| checking for sys/resource.h... yes | |
| checking for mmap... yes | |
| checking if the compiler supports __builtin_expect... yes | |
| checking if the compiler supports __builtin_ctzll... yes | |
| checking for pthread_create in -lpthread... no | |
| checking for erl... /usr/local/bin/erl | |
| checking jsapi.h usability... yes | |
| checking jsapi.h presence... yes | |
| checking for jsapi.h... yes | |
| checking for JS_NewObject in -lmozjs... no | |
| checking for JS_NewObject in -ljs... no | |
| checking for JS_NewObject in -ljs3250... no | |
| checking for JS_NewObject in -ljs32... no | |
| checking for JS_NewObject in -lmozjs185-1.0... no | |
| checking for JS_NewObject in -lmozjs185... yes | |
| checking for JS_NewCompartmentAndGlobalObject in -lmozjs185... yes | |
| checking whether JSOPTION_ANONFUNFIX is declared... yes | |
| checking for JS_ThrowStopIteration in -lmozjs185... yes | |
| checking for JS_GetStringCharsAndLength in -lmozjs185... yes | |
| checking for JSScript*... no | |
| checking for icu-config... /usr/bin/icu-config | |
| checking for ICU >= 3.4.1... yes | |
| checking ICU_CFLAGS... -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fno-strict-aliasing -Wall -ansi -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -Wno-long-long $(THREADSCFLAGS) | |
| checking ICU_CXXFLAGS... -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -fno-strict-aliasing -W -Wall -ansi -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long | |
| checking ICU_LIBS... -licui18n -licuuc -licudata -lpthread -lm | |
| checking for curl-config... no | |
| *** The curl-config script could not be found. Make sure it is | |
| *** in your path, and that curl is properly installed. | |
| *** Or see http://curl.haxx.se/ | |
| configure: WARNING: You will be unable to run some JavaScript unit tests. | |
| checking for erlc... /usr/local/bin/erlc | |
| checking erl_driver.h usability... yes | |
| checking erl_driver.h presence... yes | |
| checking for erl_driver.h... yes | |
| checking for help2man... no | |
| configure: WARNING: You will be unable to regenerate any man pages. | |
| checking location of init directory... ${sysconfdir}/rc.d | |
| checking location of launchd directory... not found | |
| configure: creating ./config.status | |
| config.status: creating Makefile | |
| config.status: creating bin/couch-config.tpl | |
| config.status: creating bin/couchdb.tpl | |
| config.status: creating bin/couchdb.bat.tpl | |
| config.status: creating bin/Makefile | |
| config.status: creating etc/couchdb/Makefile | |
| config.status: creating etc/couchdb/default.ini.tpl | |
| config.status: creating etc/default/Makefile | |
| config.status: creating etc/init/couchdb.tpl | |
| config.status: creating etc/init/Makefile | |
| config.status: creating etc/launchd/org.apache.couchdb.plist.tpl | |
| config.status: creating etc/launchd/Makefile | |
| config.status: creating etc/logrotate.d/couchdb.tpl | |
| config.status: creating etc/logrotate.d/Makefile | |
| config.status: creating etc/windows/Makefile | |
| config.status: creating etc/Makefile | |
| config.status: creating share/Makefile | |
| config.status: creating src/Makefile | |
| config.status: creating src/couchdb/couch.app.tpl | |
| config.status: creating src/couchdb/Makefile | |
| config.status: creating src/couchdb/priv/Makefile | |
| config.status: creating src/erlang-oauth/Makefile | |
| config.status: creating src/etap/Makefile | |
| config.status: creating src/ibrowse/Makefile | |
| config.status: creating src/mochiweb/Makefile | |
| config.status: creating src/snappy/Makefile | |
| config.status: creating src/snappy/google-snappy/snappy-stubs-public.h | |
| config.status: creating src/ejson/Makefile | |
| config.status: creating test/Makefile | |
| config.status: creating test/bench/Makefile | |
| config.status: creating test/etap/Makefile | |
| config.status: creating test/etap/test_util.erl | |
| config.status: creating test/javascript/Makefile | |
| config.status: creating test/view_server/Makefile | |
| config.status: creating utils/Makefile | |
| config.status: creating var/Makefile | |
| config.status: creating config.h | |
| config.status: creating src/snappy/google-snappy/config.h | |
| config.status: executing depfiles commands | |
| config.status: executing libtool commands | |
| You have configured Apache CouchDB, time to relax. | |
| Run `make && sudo make install' to install. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment