Created
December 12, 2011 17:32
-
-
Save nrh/1468275 to your computer and use it in GitHub Desktop.
This file contains 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
[nrh@toki ~] cd projects/range | |
[nrh@toki ~/projects/range (stdlayout)] autoreconf -if && ./configure --enable-perl --enable-mod-range && make install | |
glibtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'. | |
glibtoolize: copying file `build-aux/ltmain.sh' | |
glibtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. | |
glibtoolize: copying file `m4/libtool.m4' | |
glibtoolize: copying file `m4/ltoptions.m4' | |
glibtoolize: copying file `m4/ltsugar.m4' | |
glibtoolize: copying file `m4/ltversion.m4' | |
glibtoolize: copying file `m4/lt~obsolete.m4' | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... build-aux/install-sh -c -d | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... yes | |
checking for bison... bison -y | |
checking for style of include used by make... GNU | |
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 dependency style of gcc... gcc3 | |
checking for flex... flex | |
checking lex output file root... lex.yy | |
checking lex library... -lfl | |
checking whether yytext is a pointer... yes | |
checking for gcc... (cached) gcc | |
checking whether we are using the GNU C compiler... (cached) yes | |
checking whether gcc accepts -g... (cached) yes | |
checking for gcc option to accept ISO C89... (cached) none needed | |
checking dependency style of gcc... (cached) gcc3 | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether make sets $(MAKE)... (cached) yes | |
checking build system type... i386-apple-darwin11.2.0 | |
checking host system type... i386-apple-darwin11.2.0 | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /usr/local/bin/gsed | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by gcc... /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld | |
checking if the linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) is GNU ld... no | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm | |
checking the name lister (/usr/bin/nm) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 196608 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking for /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld option to reload object files... -r | |
checking for objdump... no | |
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 output from gcc object... ok | |
checking for dsymutil... dsymutil | |
checking for nmedit... nmedit | |
checking for lipo... lipo | |
checking for otool... otool | |
checking for otool64... no | |
checking for -single_module linker flag... yes | |
checking for -exported_symbols_list linker flag... yes | |
checking for -force_load linker flag... yes | |
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... -fno-common -DPIC | |
checking if gcc PIC flag -fno-common -DPIC works... yes | |
checking if gcc static flag -static works... no | |
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/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin11.2.0 dyld | |
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... yes | |
checking whether gcc and cc understand -c and -o together... yes | |
checking for apr-config... no | |
checking for apr-1-config... /usr/bin/apr-1-config | |
checking apr includes... -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -I/usr/include/apr-1 | |
checking apr libraries... -L/usr/lib -R/usr/lib -lapr-1 -lpthread | |
checking perl in /usr/local/bin/perl... yes | |
checking perl includes... -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -I/usr/local/lib/perl5/5.12.3/darwin-2level/CORE | |
checking perl libraries... -fstack-protector -L/usr/local/lib -L/usr/local/lib/perl5/5.12.3/darwin-2level/CORE -lperl -ldl -lm -lutil -lc | |
checking for pcre-config... /usr/local/bin/pcre-config | |
checking pcre includes... -I/usr/local/Cellar/pcre/8.13/include | |
checking pcre libraries... -L/usr/local/Cellar/pcre/8.13/lib -lpcre | |
checking for apxs... apxs | |
checking for sin in -lm... yes | |
checking for pthread_create in -lpthread... yes | |
checking for zlibVersion in -lz... yes | |
checking for ANSI C header files... (cached) yes | |
checking for stdlib.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking for unistd.h... (cached) yes | |
checking for an ANSI C-conforming const... yes | |
checking for size_t... yes | |
checking whether lstat dereferences a symlink specified with a trailing slash... no | |
checking whether stat accepts an empty string... no | |
checking whether strerror_r is declared... yes | |
checking for strerror_r... yes | |
checking whether strerror_r returns char *... no | |
checking for strerror... yes | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating doc/Makefile | |
config.status: creating m4/Makefile | |
config.status: creating src/Makefile | |
config.status: creating mod_range/Makefile | |
config.status: creating plugins/Makefile | |
config.status: creating src/config.h | |
config.status: src/config.h is unchanged | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
Making install in src | |
make install-am | |
test -z "/usr/local/lib" || ../build-aux/install-sh -c -d "/usr/local/lib" | |
/bin/sh ../libtool --mode=install /usr/bin/install -c 'librange.la' '/usr/local/lib/librange.la' | |
libtool: install: /usr/bin/install -c .libs/librange.0.dylib /usr/local/lib/librange.0.dylib | |
libtool: install: (cd /usr/local/lib && { ln -s -f librange.0.dylib librange.dylib || { rm -f librange.dylib && ln -s librange.0.dylib librange.dylib; }; }) | |
libtool: install: (cd /usr/local/lib && { ln -s -f librange.0.dylib librange.0.0.0.dylib || { rm -f librange.0.0.0.dylib && ln -s librange.0.dylib librange.0.0.0.dylib; }; }) | |
libtool: install: /usr/bin/install -c .libs/librange.lai /usr/local/lib/librange.la | |
libtool: install: /usr/bin/install -c .libs/librange.a /usr/local/lib/librange.a | |
libtool: install: chmod 644 /usr/local/lib/librange.a | |
libtool: install: ranlib /usr/local/lib/librange.a | |
libtool: install: warning: remember to run `libtool --finish /tmp/foo/lib' | |
test -z "/usr/local/bin" || ../build-aux/install-sh -c -d "/usr/local/bin" | |
/bin/sh ../libtool --mode=install /usr/bin/install -c 'range' '/usr/local/bin/range' | |
libtool: install: /usr/bin/install -c .libs/range /usr/local/bin/range | |
test -z "/usr/local/include" || ../build-aux/install-sh -c -d "/usr/local/include" | |
/usr/bin/install -c -m 644 'librange.h' '/usr/local/include/librange.h' | |
Making install in plugins | |
test -z "/usr/local/lib/librange" || ../build-aux/install-sh -c -d "/usr/local/lib/librange" | |
/bin/sh ../libtool --mode=install /usr/bin/install -c 'yst-ip-list.la' '/usr/local/lib/librange/yst-ip-list.la' | |
libtool: install: /usr/bin/install -c .libs/yst-ip-list.0.so /usr/local/lib/librange/yst-ip-list.0.so | |
libtool: install: (cd /usr/local/lib/librange && { ln -s -f yst-ip-list.0.so yst-ip-list.so || { rm -f yst-ip-list.so && ln -s yst-ip-list.0.so yst-ip-list.so; }; }) | |
libtool: install: (cd /usr/local/lib/librange && { ln -s -f yst-ip-list.0.so yst-ip-list.0.0.0.so || { rm -f yst-ip-list.0.0.0.so && ln -s yst-ip-list.0.so yst-ip-list.0.0.0.so; }; }) | |
libtool: install: /usr/bin/install -c .libs/yst-ip-list.lai /usr/local/lib/librange/yst-ip-list.la | |
libtool: install: /usr/bin/install -c .libs/yst-ip-list.a /usr/local/lib/librange/yst-ip-list.a | |
libtool: install: chmod 644 /usr/local/lib/librange/yst-ip-list.a | |
libtool: install: ranlib /usr/local/lib/librange/yst-ip-list.a | |
libtool: install: warning: remember to run `libtool --finish /tmp/foo/lib/librange' | |
/bin/sh ../libtool --mode=install /usr/bin/install -c 'ip.la' '/usr/local/lib/librange/ip.la' | |
libtool: install: /usr/bin/install -c .libs/ip.0.so /usr/local/lib/librange/ip.0.so | |
libtool: install: (cd /usr/local/lib/librange && { ln -s -f ip.0.so ip.so || { rm -f ip.so && ln -s ip.0.so ip.so; }; }) | |
libtool: install: (cd /usr/local/lib/librange && { ln -s -f ip.0.so ip.0.0.0.so || { rm -f ip.0.0.0.so && ln -s ip.0.so ip.0.0.0.so; }; }) | |
libtool: install: /usr/bin/install -c .libs/ip.lai /usr/local/lib/librange/ip.la | |
libtool: install: /usr/bin/install -c .libs/ip.a /usr/local/lib/librange/ip.a | |
libtool: install: chmod 644 /usr/local/lib/librange/ip.a | |
libtool: install: ranlib /usr/local/lib/librange/ip.a | |
libtool: install: warning: remember to run `libtool --finish /tmp/foo/lib/librange' | |
/bin/sh ../libtool --mode=install /usr/bin/install -c 'nodescf.la' '/usr/local/lib/librange/nodescf.la' | |
libtool: install: /usr/bin/install -c .libs/nodescf.0.so /usr/local/lib/librange/nodescf.0.so | |
libtool: install: (cd /usr/local/lib/librange && { ln -s -f nodescf.0.so nodescf.so || { rm -f nodescf.so && ln -s nodescf.0.so nodescf.so; }; }) | |
libtool: install: (cd /usr/local/lib/librange && { ln -s -f nodescf.0.so nodescf.0.0.0.so || { rm -f nodescf.0.0.0.so && ln -s nodescf.0.so nodescf.0.0.0.so; }; }) | |
libtool: install: /usr/bin/install -c .libs/nodescf.lai /usr/local/lib/librange/nodescf.la | |
libtool: install: /usr/bin/install -c .libs/nodescf.a /usr/local/lib/librange/nodescf.a | |
libtool: install: chmod 644 /usr/local/lib/librange/nodescf.a | |
libtool: install: ranlib /usr/local/lib/librange/nodescf.a | |
libtool: install: warning: remember to run `libtool --finish /tmp/foo/lib/librange' | |
/bin/sh ../libtool --mode=install /usr/bin/install -c 'yamlfile.la' '/usr/local/lib/librange/yamlfile.la' | |
libtool: install: /usr/bin/install -c .libs/yamlfile.0.so /usr/local/lib/librange/yamlfile.0.so | |
libtool: install: (cd /usr/local/lib/librange && { ln -s -f yamlfile.0.so yamlfile.so || { rm -f yamlfile.so && ln -s yamlfile.0.so yamlfile.so; }; }) | |
libtool: install: (cd /usr/local/lib/librange && { ln -s -f yamlfile.0.so yamlfile.0.0.0.so || { rm -f yamlfile.0.0.0.so && ln -s yamlfile.0.so yamlfile.0.0.0.so; }; }) | |
libtool: install: /usr/bin/install -c .libs/yamlfile.lai /usr/local/lib/librange/yamlfile.la | |
libtool: install: /usr/bin/install -c .libs/yamlfile.a /usr/local/lib/librange/yamlfile.a | |
libtool: install: chmod 644 /usr/local/lib/librange/yamlfile.a | |
libtool: install: ranlib /usr/local/lib/librange/yamlfile.a | |
libtool: install: warning: remember to run `libtool --finish /tmp/foo/lib/librange' | |
/bin/sh ../libtool --mode=install /usr/bin/install -c 'sqlite.la' '/usr/local/lib/librange/sqlite.la' | |
libtool: install: /usr/bin/install -c .libs/sqlite.0.so /usr/local/lib/librange/sqlite.0.so | |
libtool: install: (cd /usr/local/lib/librange && { ln -s -f sqlite.0.so sqlite.so || { rm -f sqlite.so && ln -s sqlite.0.so sqlite.so; }; }) | |
libtool: install: (cd /usr/local/lib/librange && { ln -s -f sqlite.0.so sqlite.0.0.0.so || { rm -f sqlite.0.0.0.so && ln -s sqlite.0.so sqlite.0.0.0.so; }; }) | |
libtool: install: /usr/bin/install -c .libs/sqlite.lai /usr/local/lib/librange/sqlite.la | |
libtool: install: /usr/bin/install -c .libs/sqlite.a /usr/local/lib/librange/sqlite.a | |
libtool: install: chmod 644 /usr/local/lib/librange/sqlite.a | |
libtool: install: ranlib /usr/local/lib/librange/sqlite.a | |
libtool: install: warning: remember to run `libtool --finish /tmp/foo/lib/librange' | |
make[2]: Nothing to be done for `install-data-am'. | |
Making install in mod_range | |
*** installing apache module via apxs *** | |
apxs -i -a -n range libmodrange.so | |
/usr/share/httpd/build/instdso.sh SH_LIBTOOL='/usr/share/apr-1/build-1/libtool' libmodrange.so /usr/libexec/apache2 | |
/usr/share/apr-1/build-1/libtool --mode=install cp libmodrange.so /usr/libexec/apache2/ | |
libtool: install: cp libmodrange.so /usr/libexec/apache2/libmodrange.so | |
cp: libmodrange.so: No such file or directory | |
apxs:Error: Command failed with rc=65536 | |
. | |
make[1]: *** [install] Error 1 | |
make: *** [install-recursive] Error 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment