Created
May 5, 2020 20:59
-
-
Save ASRdesignHouse/9147583fbfa46dfc212933de76499cbc to your computer and use it in GitHub Desktop.
centmin not found
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
Download pcre-8.43.tar.gz ... | |
pcre-8.43.tar.gz Archive found, skipping download... | |
pcre-8.43.tar.gz valid file. | |
checking dependency style of ccache gcc... gcc3 | |
checking the archiver (ar) interface... ar | |
checking dependency style of ccache gcc... (cached) gcc3 | |
checking dependency style of ccache g++... gcc3 | |
checking how to run the C preprocessor... ccache gcc -E | |
checking build system type... x86_64-pc-linux-gnu | |
checking host system type... x86_64-pc-linux-gnu | |
checking how to print strings... printf | |
checking if the linker (/bin/ld) is GNU ld... yes | |
checking the name lister (/bin/nm -B) interface... BSD nm | |
checking the maximum length of command line arguments... 1572864 | |
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop | |
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop | |
checking how to recognize dependent libraries... pass_all | |
checking how to associate runtime and link libraries... printf %s\n | |
checking command to parse /bin/nm -B output from ccache gcc object... ok | |
checking how to truncate binary pipes... /bin/dd bs=4096 count=1 | |
checking if : is a manifest tool... no | |
checking if ccache gcc supports -fno-rtti -fno-exceptions... no | |
checking if ccache gcc PIC flag -fPIC -DPIC works... yes | |
checking if ccache gcc static flag -static works... no | |
checking if ccache gcc supports -c -o file.o... yes | |
checking if ccache gcc supports -c -o file.o... (cached) yes | |
checking dynamic linker characteristics... GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking if libtool supports shared libraries... yes | |
checking how to run the C++ preprocessor... ccache g++ -E | |
checking if the linker (/bin/ld -m elf_x86_64) is GNU ld... yes | |
checking if ccache g++ PIC flag -fPIC -DPIC works... yes | |
checking if ccache g++ static flag -static works... no | |
checking if ccache g++ supports -c -o file.o... yes | |
checking if ccache g++ supports -c -o file.o... (cached) yes | |
checking dynamic linker characteristics... (cached) GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking limits.h usability... yes | |
checking limits.h presence... yes | |
checking dirent.h usability... yes | |
checking dirent.h presence... yes | |
checking windows.h usability... no | |
checking windows.h presence... no | |
checking string usability... yes | |
checking string presence... yes | |
checking bits/type_traits.h usability... no | |
checking bits/type_traits.h presence... no | |
checking type_traits.h usability... no | |
checking type_traits.h presence... no | |
checking zlib.h usability... yes | |
checking zlib.h presence... yes | |
checking bzlib.h usability... yes | |
checking bzlib.h presence... yes | |
checking readline/readline.h usability... yes | |
checking readline/readline.h presence... yes | |
checking readline/history.h usability... yes | |
checking readline/history.h presence... yes | |
checking if more special flags are required for pthreads... no | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating libpcre.pc | |
config.status: creating libpcre16.pc | |
config.status: creating libpcre32.pc | |
config.status: creating libpcreposix.pc | |
config.status: creating libpcrecpp.pc | |
config.status: creating pcre-config | |
config.status: creating pcre.h | |
config.status: creating pcre_stringpiece.h | |
config.status: creating pcrecpparg.h | |
config.status: creating config.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
config.status: executing script-chmod commands | |
config.status: executing delete-old-chartables commands | |
pcre-8.43 configuration summary: | |
Install prefix .................. : /usr/local | |
C preprocessor .................. : ccache gcc -E | |
C compiler ...................... : ccache gcc | |
C++ preprocessor ................ : ccache g++ -E | |
C++ compiler .................... : ccache g++ | |
Linker .......................... : /bin/ld -m elf_x86_64 | |
C preprocessor flags ............ : | |
C compiler flags ................ : -pthread -g -O2 -fvisibility=hidden | |
C++ compiler flags .............. : -O2 -fvisibility=hidden -fvisibility-inlines-hidden | |
Linker flags .................... : | |
Extra libraries ................. : | |
Build 8 bit pcre library ........ : yes | |
Build 16 bit pcre library ....... : yes | |
Build 32 bit pcre library ....... : yes | |
Build C++ library ............... : yes | |
Enable JIT compiling support .... : yes | |
Enable UTF-8/16/32 support ...... : yes | |
Unicode properties .............. : yes | |
Newline char/sequence ........... : lf | |
\R matches only ANYCRLF ......... : no | |
EBCDIC coding ................... : no | |
EBCDIC code for NL .............. : n/a | |
Rebuild char tables ............. : no | |
Use stack recursion ............. : yes | |
POSIX mem threshold ............. : 10 | |
Internal link size .............. : 2 | |
Nested parentheses limit ........ : 250 | |
Match limit ..................... : 10000000 | |
Match limit recursion ........... : MATCH_LIMIT | |
Build shared libs ............... : yes | |
Build static libs ............... : yes | |
Use JIT in pcregrep ............. : yes | |
Buffer size for pcregrep ........ : 20480 | |
Link pcregrep with libz ......... : yes | |
Link pcregrep with libbz2 ....... : yes | |
Link pcretest with libedit ...... : no | |
Link pcretest with libreadline .. : yes | |
Valgrind support ................ : no | |
Code coverage ................... : no | |
rm -f pcre_chartables.c | |
ln -s ./pcre_chartables.c.dist pcre_chartables.c | |
make all-am | |
CC pcretest-pcretest.o | |
CC pcretest-pcre16_printint.o | |
CC pcretest-pcre_printint.o | |
CC pcretest-pcre32_printint.o | |
CC libpcre_la-pcre_byte_order.lo | |
CC libpcre_la-pcre_compile.lo | |
CC libpcre_la-pcre_config.lo | |
CC libpcre_la-pcre_dfa_exec.lo | |
CC libpcre_la-pcre_exec.lo | |
CC libpcre_la-pcre_fullinfo.lo | |
CC libpcre_la-pcre_get.lo | |
CC libpcre_la-pcre_globals.lo | |
CC libpcre_la-pcre_jit_compile.lo | |
CC libpcre_la-pcre_maketables.lo | |
CC libpcre_la-pcre_newline.lo | |
CC libpcre_la-pcre_ord2utf8.lo | |
CC libpcre_la-pcre_refcount.lo | |
CC libpcre_la-pcre_string_utils.lo | |
CC libpcre_la-pcre_study.lo | |
CC libpcre_la-pcre_tables.lo | |
CC libpcre_la-pcre_ucd.lo | |
CC libpcre_la-pcre_valid_utf8.lo | |
CC libpcre_la-pcre_version.lo | |
CC libpcre_la-pcre_xclass.lo | |
CC libpcre_la-pcre_chartables.lo | |
CC libpcreposix_la-pcreposix.lo | |
CC libpcre16_la-pcre16_byte_order.lo | |
CC libpcre16_la-pcre16_chartables.lo | |
CC libpcre16_la-pcre16_compile.lo | |
CC libpcre16_la-pcre16_config.lo | |
CC libpcre16_la-pcre16_dfa_exec.lo | |
CC libpcre16_la-pcre16_exec.lo | |
CC libpcre16_la-pcre16_fullinfo.lo | |
CC libpcre16_la-pcre16_get.lo | |
CC libpcre16_la-pcre16_globals.lo | |
CC libpcre16_la-pcre16_jit_compile.lo | |
CC libpcre16_la-pcre16_maketables.lo | |
CC libpcre16_la-pcre16_newline.lo | |
CC libpcre16_la-pcre16_ord2utf16.lo | |
CC libpcre16_la-pcre16_refcount.lo | |
CC libpcre16_la-pcre16_string_utils.lo | |
CC libpcre16_la-pcre16_study.lo | |
CC libpcre16_la-pcre16_tables.lo | |
CC libpcre16_la-pcre16_ucd.lo | |
CC libpcre16_la-pcre16_utf16_utils.lo | |
CC libpcre16_la-pcre16_valid_utf16.lo | |
CC libpcre16_la-pcre16_version.lo | |
CC libpcre16_la-pcre16_xclass.lo | |
CC libpcre16_la-pcre_chartables.lo | |
CC libpcre32_la-pcre32_byte_order.lo | |
CC libpcre32_la-pcre32_chartables.lo | |
CC libpcre32_la-pcre32_compile.lo | |
CC libpcre32_la-pcre32_config.lo | |
CC libpcre32_la-pcre32_dfa_exec.lo | |
CC libpcre32_la-pcre32_exec.lo | |
CC libpcre32_la-pcre32_fullinfo.lo | |
CC libpcre32_la-pcre32_get.lo | |
CC libpcre32_la-pcre32_globals.lo | |
CC libpcre32_la-pcre32_jit_compile.lo | |
CC libpcre32_la-pcre32_maketables.lo | |
CC libpcre32_la-pcre32_newline.lo | |
CC libpcre32_la-pcre32_ord2utf32.lo | |
CC libpcre32_la-pcre32_refcount.lo | |
CC libpcre32_la-pcre32_string_utils.lo | |
CC libpcre32_la-pcre32_study.lo | |
CC libpcre32_la-pcre32_tables.lo | |
CC libpcre32_la-pcre32_ucd.lo | |
CC libpcre32_la-pcre32_utf32_utils.lo | |
CC libpcre32_la-pcre32_valid_utf32.lo | |
CC libpcre32_la-pcre32_version.lo | |
CC libpcre32_la-pcre32_xclass.lo | |
CC libpcre32_la-pcre_chartables.lo | |
CC pcregrep-pcregrep.o | |
CC pcre_jit_test-pcre_jit_test.o | |
CXX pcrecpp_unittest-pcrecpp_unittest.o | |
CXX libpcrecpp_la-pcrecpp.lo | |
CXX libpcrecpp_la-pcre_scanner.lo | |
CXX libpcrecpp_la-pcre_stringpiece.lo | |
CXX pcre_scanner_unittest-pcre_scanner_unittest.o | |
CXX pcre_stringpiece_unittest-pcre_stringpiece_unittest.o | |
CCLD libpcre.la | |
CCLD libpcre16.la | |
CCLD libpcreposix.la | |
CCLD pcregrep | |
CXXLD libpcrecpp.la | |
CXXLD pcrecpp_unittest | |
CXXLD pcre_scanner_unittest | |
CXXLD pcre_stringpiece_unittest | |
CCLD libpcre32.la | |
CCLD pcretest | |
CCLD pcre_jit_test | |
make install-am | |
/bin/mkdir -p '/usr/local/lib' | |
/bin/sh ./libtool --mode=install /bin/install -c libpcre.la libpcre16.la libpcre32.la libpcreposix.la libpcrecpp.la '/usr/local/lib' | |
libtool: install: /bin/install -c .libs/libpcre.so.1.2.11 /usr/local/lib/libpcre.so.1.2.11 | |
libtool: install: (cd /usr/local/lib && { ln -s -f libpcre.so.1.2.11 libpcre.so.1 || { rm -f libpcre.so.1 && ln -s libpcre.so.1.2.11 libpcre.so.1; }; }) | |
libtool: install: (cd /usr/local/lib && { ln -s -f libpcre.so.1.2.11 libpcre.so || { rm -f libpcre.so && ln -s libpcre.so.1.2.11 libpcre.so; }; }) | |
libtool: install: /bin/install -c .libs/libpcre.lai /usr/local/lib/libpcre.la | |
libtool: install: /bin/install -c .libs/libpcre16.so.0.2.11 /usr/local/lib/libpcre16.so.0.2.11 | |
libtool: install: (cd /usr/local/lib && { ln -s -f libpcre16.so.0.2.11 libpcre16.so.0 || { rm -f libpcre16.so.0 && ln -s libpcre16.so.0.2.11 libpcre16.so.0; }; }) | |
libtool: install: (cd /usr/local/lib && { ln -s -f libpcre16.so.0.2.11 libpcre16.so || { rm -f libpcre16.so && ln -s libpcre16.so.0.2.11 libpcre16.so; }; }) | |
libtool: install: /bin/install -c .libs/libpcre16.lai /usr/local/lib/libpcre16.la | |
libtool: install: /bin/install -c .libs/libpcre32.so.0.0.11 /usr/local/lib/libpcre32.so.0.0.11 | |
libtool: install: (cd /usr/local/lib && { ln -s -f libpcre32.so.0.0.11 libpcre32.so.0 || { rm -f libpcre32.so.0 && ln -s libpcre32.so.0.0.11 libpcre32.so.0; }; }) | |
libtool: install: (cd /usr/local/lib && { ln -s -f libpcre32.so.0.0.11 libpcre32.so || { rm -f libpcre32.so && ln -s libpcre32.so.0.0.11 libpcre32.so; }; }) | |
libtool: install: /bin/install -c .libs/libpcre32.lai /usr/local/lib/libpcre32.la | |
libtool: warning: relinking 'libpcreposix.la' | |
libtool: install: (cd /svr-setup/pcre-8.43; /bin/sh "/svr-setup/pcre-8.43/libtool" --silent --tag CC --mode=relink ccache gcc -fvisibility=hidden -pthread -g -O2 -version-info 0:6:0 -o libpcreposix.la -rpath /usr/local/lib libpcreposix_la-pcreposix.lo libpcre.la ) | |
libtool: install: /bin/install -c .libs/libpcreposix.so.0.0.6T /usr/local/lib/libpcreposix.so.0.0.6 | |
libtool: install: (cd /usr/local/lib && { ln -s -f libpcreposix.so.0.0.6 libpcreposix.so.0 || { rm -f libpcreposix.so.0 && ln -s libpcreposix.so.0.0.6 libpcreposix.so.0; }; }) | |
libtool: install: (cd /usr/local/lib && { ln -s -f libpcreposix.so.0.0.6 libpcreposix.so || { rm -f libpcreposix.so && ln -s libpcreposix.so.0.0.6 libpcreposix.so; }; }) | |
libtool: install: /bin/install -c .libs/libpcreposix.lai /usr/local/lib/libpcreposix.la | |
libtool: warning: relinking 'libpcrecpp.la' | |
libtool: install: (cd /svr-setup/pcre-8.43; /bin/sh "/svr-setup/pcre-8.43/libtool" --silent --tag CXX --mode=relink ccache g++ -fvisibility=hidden -fvisibility-inlines-hidden -O2 -version-info 0:1:0 -o libpcrecpp.la -rpath /usr/local/lib libpcrecpp_la-pcrecpp.lo libpcrecpp_la-pcre_scanner.lo libpcrecpp_la-pcre_stringpiece.lo libpcre.la ) | |
libtool: install: /bin/install -c .libs/libpcrecpp.so.0.0.1T /usr/local/lib/libpcrecpp.so.0.0.1 | |
libtool: install: (cd /usr/local/lib && { ln -s -f libpcrecpp.so.0.0.1 libpcrecpp.so.0 || { rm -f libpcrecpp.so.0 && ln -s libpcrecpp.so.0.0.1 libpcrecpp.so.0; }; }) | |
libtool: install: (cd /usr/local/lib && { ln -s -f libpcrecpp.so.0.0.1 libpcrecpp.so || { rm -f libpcrecpp.so && ln -s libpcrecpp.so.0.0.1 libpcrecpp.so; }; }) | |
libtool: install: /bin/install -c .libs/libpcrecpp.lai /usr/local/lib/libpcrecpp.la | |
libtool: install: /bin/install -c .libs/libpcre.a /usr/local/lib/libpcre.a | |
libtool: install: chmod 644 /usr/local/lib/libpcre.a | |
libtool: install: ranlib /usr/local/lib/libpcre.a | |
libtool: install: /bin/install -c .libs/libpcre16.a /usr/local/lib/libpcre16.a | |
libtool: install: chmod 644 /usr/local/lib/libpcre16.a | |
libtool: install: ranlib /usr/local/lib/libpcre16.a | |
libtool: install: /bin/install -c .libs/libpcre32.a /usr/local/lib/libpcre32.a | |
libtool: install: chmod 644 /usr/local/lib/libpcre32.a | |
libtool: install: ranlib /usr/local/lib/libpcre32.a | |
libtool: install: /bin/install -c .libs/libpcreposix.a /usr/local/lib/libpcreposix.a | |
libtool: install: chmod 644 /usr/local/lib/libpcreposix.a | |
libtool: install: ranlib /usr/local/lib/libpcreposix.a | |
libtool: install: /bin/install -c .libs/libpcrecpp.a /usr/local/lib/libpcrecpp.a | |
libtool: install: chmod 644 /usr/local/lib/libpcrecpp.a | |
libtool: install: ranlib /usr/local/lib/libpcrecpp.a | |
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin:/sbin" ldconfig -n /usr/local/lib | |
---------------------------------------------------------------------- | |
Libraries have been installed in: | |
/usr/local/lib | |
If you ever happen to want to link against installed libraries | |
in a given directory, LIBDIR, you must either use libtool, and | |
specify the full pathname of the library, or use the '-LLIBDIR' | |
flag during linking and do at least one of the following: | |
- add LIBDIR to the 'LD_LIBRARY_PATH' environment variable | |
during execution | |
- add LIBDIR to the 'LD_RUN_PATH' environment variable | |
during linking | |
- use the '-Wl,-rpath -Wl,LIBDIR' linker flag | |
- have your system administrator add LIBDIR to '/etc/ld.so.conf' | |
See any operating system documentation about shared libraries for | |
more information, such as the ld(1) and ld.so(8) manual pages. | |
---------------------------------------------------------------------- | |
/bin/mkdir -p '/usr/local/bin' | |
/bin/sh ./libtool --mode=install /bin/install -c pcretest pcregrep '/usr/local/bin' | |
libtool: install: /bin/install -c .libs/pcretest /usr/local/bin/pcretest | |
libtool: install: /bin/install -c .libs/pcregrep /usr/local/bin/pcregrep | |
/bin/mkdir -p '/usr/local/bin' | |
/bin/install -c pcre-config '/usr/local/bin' | |
/bin/mkdir -p '/usr/local/share/doc/pcre' | |
/bin/install -c -m 644 doc/pcre.txt doc/pcre-config.txt doc/pcregrep.txt doc/pcretest.txt AUTHORS COPYING ChangeLog LICENCE NEWS README '/usr/local/share/doc/pcre' | |
/bin/mkdir -p '/usr/local/share/doc/pcre/html' | |
/bin/install -c -m 644 doc/html/NON-AUTOTOOLS-BUILD.txt doc/html/README.txt doc/html/index.html doc/html/pcre-config.html doc/html/pcre.html doc/html/pcre16.html doc/html/pcre32.html doc/html/pcre_assign_jit_stack.html doc/html/pcre_compile.html doc/html/pcre_compile2.html doc/html/pcre_config.html doc/html/pcre_copy_named_substring.html doc/html/pcre_copy_substring.html doc/html/pcre_dfa_exec.html doc/html/pcre_exec.html doc/html/pcre_free_study.html doc/html/pcre_free_substring.html doc/html/pcre_free_substring_list.html doc/html/pcre_fullinfo.html doc/html/pcre_get_named_substring.html doc/html/pcre_get_stringnumber.html doc/html/pcre_get_stringtable_entries.html doc/html/pcre_get_substring.html doc/html/pcre_get_substring_list.html doc/html/pcre_jit_exec.html doc/html/pcre_jit_stack_alloc.html doc/html/pcre_jit_stack_free.html doc/html/pcre_maketables.html doc/html/pcre_pattern_to_host_byte_order.html doc/html/pcre_refcount.html doc/html/pcre_study.html doc/html/pcre_utf16_to_host_byte_order.html doc/html/pcre_utf32_to_host_byte_order.html doc/html/pcre_version.html doc/html/pcreapi.html doc/html/pcrebuild.html doc/html/pcrecallout.html doc/html/pcrecompat.html doc/html/pcredemo.html doc/html/pcregrep.html '/usr/local/share/doc/pcre/html' | |
/bin/install -c -m 644 doc/html/pcrejit.html doc/html/pcrelimits.html doc/html/pcrematching.html doc/html/pcrepartial.html doc/html/pcrepattern.html doc/html/pcreperform.html doc/html/pcreposix.html doc/html/pcreprecompile.html doc/html/pcresample.html doc/html/pcrestack.html doc/html/pcresyntax.html doc/html/pcretest.html doc/html/pcreunicode.html '/usr/local/share/doc/pcre/html' | |
/bin/mkdir -p '/usr/local/share/doc/pcre/html' | |
/bin/install -c -m 644 doc/html/pcrecpp.html '/usr/local/share/doc/pcre/html' | |
/bin/mkdir -p '/usr/local/include' | |
/bin/install -c -m 644 pcreposix.h pcrecpp.h pcre_scanner.h '/usr/local/include' | |
/bin/mkdir -p '/usr/local/share/man/man1' | |
/bin/install -c -m 644 doc/pcre-config.1 doc/pcregrep.1 doc/pcretest.1 '/usr/local/share/man/man1' | |
/bin/mkdir -p '/usr/local/share/man/man3' | |
/bin/install -c -m 644 doc/pcre.3 doc/pcre16.3 doc/pcre32.3 doc/pcre_assign_jit_stack.3 doc/pcre_compile.3 doc/pcre_compile2.3 doc/pcre_config.3 doc/pcre_copy_named_substring.3 doc/pcre_copy_substring.3 doc/pcre_dfa_exec.3 doc/pcre_exec.3 doc/pcre_free_study.3 doc/pcre_free_substring.3 doc/pcre_free_substring_list.3 doc/pcre_fullinfo.3 doc/pcre_get_named_substring.3 doc/pcre_get_stringnumber.3 doc/pcre_get_stringtable_entries.3 doc/pcre_get_substring.3 doc/pcre_get_substring_list.3 doc/pcre_jit_exec.3 doc/pcre_jit_stack_alloc.3 doc/pcre_jit_stack_free.3 doc/pcre_maketables.3 doc/pcre_pattern_to_host_byte_order.3 doc/pcre_refcount.3 doc/pcre_study.3 doc/pcre_utf16_to_host_byte_order.3 doc/pcre_utf32_to_host_byte_order.3 doc/pcre_version.3 doc/pcreapi.3 doc/pcrebuild.3 doc/pcrecallout.3 doc/pcrecompat.3 doc/pcredemo.3 doc/pcrejit.3 doc/pcrelimits.3 doc/pcrematching.3 doc/pcrepartial.3 doc/pcrepattern.3 '/usr/local/share/man/man3' | |
/bin/install -c -m 644 doc/pcreperform.3 doc/pcreposix.3 doc/pcreprecompile.3 doc/pcresample.3 doc/pcrestack.3 doc/pcresyntax.3 doc/pcreunicode.3 doc/pcrecpp.3 '/usr/local/share/man/man3' | |
/bin/mkdir -p '/usr/local/include' | |
/bin/install -c -m 644 pcre.h pcrecpparg.h pcre_stringpiece.h '/usr/local/include' | |
/bin/mkdir -p '/usr/local/lib/pkgconfig' | |
/bin/install -c -m 644 libpcre.pc libpcreposix.pc libpcre16.pc libpcre32.pc libpcrecpp.pc '/usr/local/lib/pkgconfig' | |
make install-data-hook | |
ln -sf pcre_assign_jit_stack.3 /usr/local/share/man/man3/pcre16_assign_jit_stack.3 | |
ln -sf pcre_compile.3 /usr/local/share/man/man3/pcre16_compile.3 | |
ln -sf pcre_compile2.3 /usr/local/share/man/man3/pcre16_compile2.3 | |
ln -sf pcre_config.3 /usr/local/share/man/man3/pcre16_config.3 | |
ln -sf pcre_copy_named_substring.3 /usr/local/share/man/man3/pcre16_copy_named_substring.3 | |
ln -sf pcre_copy_substring.3 /usr/local/share/man/man3/pcre16_copy_substring.3 | |
ln -sf pcre_dfa_exec.3 /usr/local/share/man/man3/pcre16_dfa_exec.3 | |
ln -sf pcre_exec.3 /usr/local/share/man/man3/pcre16_exec.3 | |
ln -sf pcre_free_study.3 /usr/local/share/man/man3/pcre16_free_study.3 | |
ln -sf pcre_free_substring.3 /usr/local/share/man/man3/pcre16_free_substring.3 | |
ln -sf pcre_free_substring_list.3 /usr/local/share/man/man3/pcre16_free_substring_list.3 | |
ln -sf pcre_fullinfo.3 /usr/local/share/man/man3/pcre16_fullinfo.3 | |
ln -sf pcre_get_named_substring.3 /usr/local/share/man/man3/pcre16_get_named_substring.3 | |
ln -sf pcre_get_stringnumber.3 /usr/local/share/man/man3/pcre16_get_stringnumber.3 | |
ln -sf pcre_get_stringtable_entries.3 /usr/local/share/man/man3/pcre16_get_stringtable_entries.3 | |
ln -sf pcre_get_substring.3 /usr/local/share/man/man3/pcre16_get_substring.3 | |
ln -sf pcre_get_substring_list.3 /usr/local/share/man/man3/pcre16_get_substring_list.3 | |
ln -sf pcre_jit_exec.3 /usr/local/share/man/man3/pcre16_jit_exec.3 | |
ln -sf pcre_jit_stack_alloc.3 /usr/local/share/man/man3/pcre16_jit_stack_alloc.3 | |
ln -sf pcre_jit_stack_free.3 /usr/local/share/man/man3/pcre16_jit_stack_free.3 | |
ln -sf pcre_maketables.3 /usr/local/share/man/man3/pcre16_maketables.3 | |
ln -sf pcre_pattern_to_host_byte_order.3 /usr/local/share/man/man3/pcre16_pattern_to_host_byte_order.3 | |
ln -sf pcre_refcount.3 /usr/local/share/man/man3/pcre16_refcount.3 | |
ln -sf pcre_study.3 /usr/local/share/man/man3/pcre16_study.3 | |
ln -sf pcre_utf16_to_host_byte_order.3 /usr/local/share/man/man3/pcre16_utf16_to_host_byte_order.3 | |
ln -sf pcre_version.3 /usr/local/share/man/man3/pcre16_version.3 | |
ln -sf pcre_assign_jit_stack.3 /usr/local/share/man/man3/pcre32_assign_jit_stack.3 | |
ln -sf pcre_compile.3 /usr/local/share/man/man3/pcre32_compile.3 | |
ln -sf pcre_compile2.3 /usr/local/share/man/man3/pcre32_compile2.3 | |
ln -sf pcre_config.3 /usr/local/share/man/man3/pcre32_config.3 | |
ln -sf pcre_copy_named_substring.3 /usr/local/share/man/man3/pcre32_copy_named_substring.3 | |
ln -sf pcre_copy_substring.3 /usr/local/share/man/man3/pcre32_copy_substring.3 | |
ln -sf pcre_dfa_exec.3 /usr/local/share/man/man3/pcre32_dfa_exec.3 | |
ln -sf pcre_exec.3 /usr/local/share/man/man3/pcre32_exec.3 | |
ln -sf pcre_free_study.3 /usr/local/share/man/man3/pcre32_free_study.3 | |
ln -sf pcre_free_substring.3 /usr/local/share/man/man3/pcre32_free_substring.3 | |
ln -sf pcre_free_substring_list.3 /usr/local/share/man/man3/pcre32_free_substring_list.3 | |
ln -sf pcre_fullinfo.3 /usr/local/share/man/man3/pcre32_fullinfo.3 | |
ln -sf pcre_get_named_substring.3 /usr/local/share/man/man3/pcre32_get_named_substring.3 | |
ln -sf pcre_get_stringnumber.3 /usr/local/share/man/man3/pcre32_get_stringnumber.3 | |
ln -sf pcre_get_stringtable_entries.3 /usr/local/share/man/man3/pcre32_get_stringtable_entries.3 | |
ln -sf pcre_get_substring.3 /usr/local/share/man/man3/pcre32_get_substring.3 | |
ln -sf pcre_get_substring_list.3 /usr/local/share/man/man3/pcre32_get_substring_list.3 | |
ln -sf pcre_jit_exec.3 /usr/local/share/man/man3/pcre32_jit_exec.3 | |
ln -sf pcre_jit_stack_alloc.3 /usr/local/share/man/man3/pcre32_jit_stack_alloc.3 | |
ln -sf pcre_jit_stack_free.3 /usr/local/share/man/man3/pcre32_jit_stack_free.3 | |
ln -sf pcre_maketables.3 /usr/local/share/man/man3/pcre32_maketables.3 | |
ln -sf pcre_pattern_to_host_byte_order.3 /usr/local/share/man/man3/pcre32_pattern_to_host_byte_order.3 | |
ln -sf pcre_refcount.3 /usr/local/share/man/man3/pcre32_refcount.3 | |
ln -sf pcre_study.3 /usr/local/share/man/man3/pcre32_study.3 | |
ln -sf pcre_utf32_to_host_byte_order.3 /usr/local/share/man/man3/pcre32_utf32_to_host_byte_order.3 | |
ln -sf pcre_version.3 /usr/local/share/man/man3/pcre32_version.3 | |
8.43 | |
Download axel-2.16.1.tar.gz ... | |
Axel 2.16.1 Archive found, skipping download... | |
axel-2.16.1.tar.gz valid file. | |
checking pkg-config is at least version 0.9.0... yes | |
checking dependency style of ccache gcc... gcc3 | |
checking how to run the C preprocessor... ccache gcc -std=gnu99 -E | |
checking arpa/inet.h usability... yes | |
checking arpa/inet.h presence... yes | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking libintl.h usability... yes | |
checking libintl.h presence... yes | |
checking limits.h usability... yes | |
checking limits.h presence... yes | |
checking locale.h usability... yes | |
checking locale.h presence... yes | |
checking netdb.h usability... yes | |
checking netdb.h presence... yes | |
checking netinet/in.h usability... yes | |
checking netinet/in.h presence... yes | |
checking sys/ioctl.h usability... yes | |
checking sys/ioctl.h presence... yes | |
checking sys/socket.h usability... yes | |
checking sys/socket.h presence... yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking build system type... x86_64-pc-linux-gnu | |
checking host system type... x86_64-pc-linux-gnu | |
checking if the linker (/bin/ld) is GNU ld... yes | |
checking where the gettext function comes from... libc | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating src/Makefile | |
config.status: creating po/Makefile.in | |
config.status: creating config.h | |
config.status: config.h is unchanged | |
config.status: executing depfiles commands | |
config.status: executing po-directories commands | |
config.status: creating po/POTFILES | |
config.status: creating po/Makefile | |
make all-recursive | |
Making all in src | |
CC axel.o | |
CC conf.o | |
CC conn.o | |
CC ftp.o | |
CC http.o | |
CC search.o | |
CC ssl.o | |
CC tcp.o | |
CC text.o | |
CCLD axel | |
Making all in po | |
Making install in src | |
/bin/mkdir -p '/usr/local/bin' | |
/bin/install -c axel '/usr/local/bin' | |
Making install in po | |
installing de.gmo as /usr/local/share/locale/de/LC_MESSAGES/axel.mo | |
installing es.gmo as /usr/local/share/locale/es/LC_MESSAGES/axel.mo | |
installing id_ID.gmo as /usr/local/share/locale/id_ID/LC_MESSAGES/axel.mo | |
installing it.gmo as /usr/local/share/locale/it/LC_MESSAGES/axel.mo | |
installing ja.gmo as /usr/local/share/locale/ja/LC_MESSAGES/axel.mo | |
installing nl.gmo as /usr/local/share/locale/nl/LC_MESSAGES/axel.mo | |
installing pt_BR.gmo as /usr/local/share/locale/pt_BR/LC_MESSAGES/axel.mo | |
installing ru.gmo as /usr/local/share/locale/ru/LC_MESSAGES/axel.mo | |
installing zh_CN.gmo as /usr/local/share/locale/zh_CN/LC_MESSAGES/axel.mo | |
if test "axel" = "gettext-tools"; then \ | |
/bin/mkdir -p /usr/local/share/gettext/po; \ | |
for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed [email protected] [email protected] insert-header.sin Rules-quot Makevars.template; do \ | |
/bin/install -c -m 644 ./$file \ | |
/usr/local/share/gettext/po/$file; \ | |
done; \ | |
for file in Makevars; do \ | |
rm -f /usr/local/share/gettext/po/$file; \ | |
done; \ | |
else \ | |
: ; \ | |
fi | |
/bin/mkdir -p '/usr/local/share/man/man1' | |
/bin/install -c -m 644 man/axel.1 '/usr/local/share/man/man1' | |
/usr/local/bin/axel | |
____ _ _ __ __ _ | |
/ ___| ___ _ __ | |_ _ __ ___ (_) _ __ | \/ | ___ __| | | |
| | / _ \| '_ \ | __|| '_ ` _ \ | || '_ \ | |\/| | / _ \ / _` | | |
| |___| __/| | | || |_ | | | | | || || | | | | | | || (_) || (_| | | |
\____|\___||_| |_| \__||_| |_| |_||_||_| |_| |_| |_| \___/ \__,_| | |
___ _ _ _ | |
|_ _| _ __ ___ | |_ __ _ | || | | |
| | | '_ \ / __|| __|/ _` || || | | |
| | | | | |\__ \| |_| (_| || || | | |
|___||_| |_||___/ \__|\__,_||_||_| | |
git clone Centmin Mod repo... | |
./betainstaller73.sh: line 1151: git: command not found | |
real 0m0.001s | |
user 0m0.000s | |
sys 0m0.001s | |
./betainstaller73.sh: line 1154: cd: centminmod: No such file or directory | |
chmod: cannot access ‘centmin.sh’: No such file or directory | |
sed: can't read centmin.sh: No such file or directory | |
sed: can't read centmin.sh: No such file or directory | |
./betainstaller73.sh: line 1225: cd: /usr/local/src/centminmod: No such file or directory | |
./betainstaller73.sh: line 1226: ./centmin.sh: No such file or directory | |
Created command shortcuts: | |
* type cmdir to change to Centmin Mod install directory | |
at /usr/local/src/centminmod | |
* type centmin call and run centmin.sh | |
at /usr/local/src/centminmod/centmin.sh | |
--------------------------------------------------------------------------- | |
tail: option used in invalid context -- 1 | |
tail: option used in invalid context -- 1 | |
tail: option used in invalid context -- 1 | |
Total YUM or DNF + Source Download Time: 60.5292 | |
Total Nginx First Time Install Time: 378.5765 | |
Total PHP First Time Install Time: 762.0198 | |
Download From Github Time: 0.0028 | |
Total Time Other eg. source compiles: -1201.1255 | |
Total Centmin Mod Install Time: 0.0000 | |
--------------------------------------------------------------------------- | |
Total Install Time (curl yum + cm install + zip download): 0.0028 seconds | |
--------------------------------------------------------------------------- | |
4 Intel(R) Xeon(R) CPU E5-2630 v4 @ 2.20GHz | |
4 2199.996 | |
--------------------------------------------------------------------------- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment