Advertisement
Guest User

geoip

a guest
May 22nd, 2019
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 10.67 KB | None | 0 0
  1. downloading geoip-1.1.1.tgz ...
  2. Starting to download geoip-1.1.1.tgz (13,004 bytes)
  3. .....done: 13,004 bytes
  4. WARNING: channel "pecl.php.net" has updated its protocols, use "pecl channel-update pecl.php.net" to update
  5. 5 source files, building
  6. running: phpize
  7. Configuring for:
  8. PHP Api Version:         20151012
  9. Zend Module Api No:      20151012
  10. Zend Extension Api No:   320151012
  11. building in /root/tmp/pear/pear-build-rootWbZIHY/geoip-1.1.1
  12. running: /root/tmp/pear/geoip/configure --with-php-config=/opt/cpanel/ea-php70/root/usr/bin/php-config
  13. checking for grep that handles long lines and -e... /bin/grep
  14. checking for egrep... /bin/grep -E
  15. checking for a sed that does not truncate output... /bin/sed
  16. checking for cc... cc
  17. checking for C compiler default output file name... a.out
  18. checking whether the C compiler works... yes
  19. checking whether we are cross compiling... no
  20. checking for suffix of executables...
  21. checking for suffix of object files... o
  22. checking whether we are using the GNU C compiler... yes
  23. checking whether cc accepts -g... yes
  24. checking for cc option to accept ISO C89... none needed
  25. checking how to run the C preprocessor... cc -E
  26. checking for icc... no
  27. checking for suncc... no
  28. checking whether cc understands -c and -o together... yes
  29. checking for system library directory... lib
  30. checking if compiler supports -R... no
  31. checking if compiler supports -Wl,-rpath,... yes
  32. checking build system type... x86_64-unknown-linux-gnu
  33. checking host system type... x86_64-unknown-linux-gnu
  34. checking target system type... x86_64-unknown-linux-gnu
  35. checking for PHP prefix... /opt/cpanel/ea-php70/root/usr
  36. checking for PHP includes... -I/opt/cpanel/ea-php70/root/usr/include/php -I/opt/cpanel/ea-php70/root/usr/include/php/main -I/opt/cpanel/ea-php70/root/usr/include/php/TSRM -I/opt/cpanel/ea-php70/root/usr/include/php/Zend -I/opt/cpanel/ea-php70/root/usr/include/php/ext -I/opt/cpanel/ea-php70/root/usr/include/php/ext/date/lib
  37. checking for PHP extension directory... /opt/cpanel/ea-php70/root/usr/lib64/php/modules
  38. checking for PHP installed headers prefix... /opt/cpanel/ea-php70/root/usr/include/php
  39. checking if debug is enabled... no
  40. checking if zts is enabled... no
  41. checking for re2c... no
  42. configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
  43. checking for gawk... gawk
  44. checking for geoip support... yes, shared
  45. checking for geoip files in default path... found in /usr
  46. checking for GeoIP_open in -lGeoIP... yes
  47. checking for GeoIP_setup_custom_directory in -lGeoIP... yes
  48. checking for GeoIP_set_charset in -lGeoIP... yes
  49. checking for GeoIP_continent_by_id in -lGeoIP... yes
  50. checking for GeoIP_addr_to_num in -lGeoIP... yes
  51. checking whether GEOIP_NETSPEED_EDITION_REV1 is declared... yes
  52. checking whether GEOIP_ACCURACYRADIUS_EDITION is declared... yes
  53. checking for LGPL compatible GeoIP libs... expr: non-numeric argument
  54. cannot detect
  55. checking library features to determine version (not acurate)... found 1005000
  56. checking for a sed that does not truncate output... (cached) /bin/sed
  57. checking for fgrep... /bin/grep -F
  58. checking for ld used by cc... /usr/bin/ld
  59. checking if the linker (/usr/bin/ld) is GNU ld... yes
  60. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  61. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  62. checking whether ln -s works... yes
  63. checking the maximum length of command line arguments... 1572864
  64. checking whether the shell understands some XSI constructs... yes
  65. checking whether the shell understands "+="... yes
  66. checking for /usr/bin/ld option to reload object files... -r
  67. checking for objdump... objdump
  68. checking how to recognize dependent libraries... pass_all
  69. checking for ar... ar
  70. checking for strip... strip
  71. checking for ranlib... ranlib
  72. checking command to parse /usr/bin/nm -B output from cc object... ok
  73. checking for ANSI C header files... yes
  74. checking for sys/types.h... yes
  75. checking for sys/stat.h... yes
  76. checking for stdlib.h... yes
  77. checking for string.h... yes
  78. checking for memory.h... yes
  79. checking for strings.h... yes
  80. checking for inttypes.h... yes
  81. checking for stdint.h... yes
  82. checking for unistd.h... yes
  83. checking for dlfcn.h... yes
  84. checking for objdir... .libs
  85. checking if cc supports -fno-rtti -fno-exceptions... no
  86. checking for cc option to produce PIC... -fPIC -DPIC
  87. checking if cc PIC flag -fPIC -DPIC works... yes
  88. checking if cc static flag -static works... yes
  89. checking if cc supports -c -o file.o... yes
  90. checking if cc supports -c -o file.o... (cached) yes
  91. checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  92. checking whether -lc should be explicitly linked in... no
  93. checking dynamic linker characteristics... GNU/Linux ld.so
  94. checking how to hardcode library paths into programs... immediate
  95. checking whether stripping libraries is possible... yes
  96. checking if libtool supports shared libraries... yes
  97. checking whether to build shared libraries... yes
  98. checking whether to build static libraries... no
  99. configure: creating ./config.status
  100. config.status: creating config.h
  101. config.status: executing libtool commands
  102. running: make
  103. /bin/sh /root/tmp/pear/pear-build-rootWbZIHY/geoip-1.1.1/libtool --mode=compile cc  -I. -I/root/tmp/pear/geoip -DPHP_ATOM_INC -I/root/tmp/pear/pear-build-rootWbZIHY/geoip-1.1.1/include -I/root/tmp/pear/pear-build-rootWbZIHY/geoip-1.1.1/main -I/root/tmp/pear/geoip -I/opt/cpanel/ea-php70/root/usr/include/php -I/opt/cpanel/ea-php70/root/usr/include/php/main -I/opt/cpanel/ea-php70/root/usr/include/php/TSRM -I/opt/cpanel/ea-php70/root/usr/include/php/Zend -I/opt/cpanel/ea-php70/root/usr/include/php/ext -I/opt/cpanel/ea-php70/root/usr/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /root/tmp/pear/geoip/geoip.c -o geoip.lo
  104. libtool: compile:  cc -I. -I/root/tmp/pear/geoip -DPHP_ATOM_INC -I/root/tmp/pear/pear-build-rootWbZIHY/geoip-1.1.1/include -I/root/tmp/pear/pear-build-rootWbZIHY/geoip-1.1.1/main -I/root/tmp/pear/geoip -I/opt/cpanel/ea-php70/root/usr/include/php -I/opt/cpanel/ea-php70/root/usr/include/php/main -I/opt/cpanel/ea-php70/root/usr/include/php/TSRM -I/opt/cpanel/ea-php70/root/usr/include/php/Zend -I/opt/cpanel/ea-php70/root/usr/include/php/ext -I/opt/cpanel/ea-php70/root/usr/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /root/tmp/pear/geoip/geoip.c  -fPIC -DPIC -o .libs/geoip.o
  105. /bin/sh /root/tmp/pear/pear-build-rootWbZIHY/geoip-1.1.1/libtool --mode=link cc -DPHP_ATOM_INC -I/root/tmp/pear/pear-build-rootWbZIHY/geoip-1.1.1/include -I/root/tmp/pear/pear-build-rootWbZIHY/geoip-1.1.1/main -I/root/tmp/pear/geoip -I/opt/cpanel/ea-php70/root/usr/include/php -I/opt/cpanel/ea-php70/root/usr/include/php/main -I/opt/cpanel/ea-php70/root/usr/include/php/TSRM -I/opt/cpanel/ea-php70/root/usr/include/php/Zend -I/opt/cpanel/ea-php70/root/usr/include/php/ext -I/opt/cpanel/ea-php70/root/usr/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -o geoip.la -export-dynamic -avoid-version -prefer-pic -module -rpath /root/tmp/pear/pear-build-rootWbZIHY/geoip-1.1.1/modules  geoip.lo -lGeoIP
  106. libtool: link: cc -shared  .libs/geoip.o   -lGeoIP    -Wl,-soname -Wl,geoip.so -o .libs/geoip.so
  107. libtool: link: ( cd ".libs" && rm -f "geoip.la" && ln -s "../geoip.la" "geoip.la" )
  108. /bin/sh /root/tmp/pear/pear-build-rootWbZIHY/geoip-1.1.1/libtool --mode=install cp ./geoip.la /root/tmp/pear/pear-build-rootWbZIHY/geoip-1.1.1/modules
  109. libtool: install: cp ./.libs/geoip.so /root/tmp/pear/pear-build-rootWbZIHY/geoip-1.1.1/modules/geoip.so
  110. libtool: install: cp ./.libs/geoip.lai /root/tmp/pear/pear-build-rootWbZIHY/geoip-1.1.1/modules/geoip.la
  111. libtool: finish: PATH="/opt/cpanel/ea-php70/root/usr/bin:/usr/local/cpanel/3rdparty/lib/path-bin:/usr/local/jdk/bin:/usr/local/cpanel/3rdparty/lib/path-bin:/usr/local/cpanel/3rdparty/lib/path-bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/opt/cpanel/composer/bin:/usr/local/bin:/usr/X11R6/bin:/root/bin:/sbin" ldconfig -n /root/tmp/pear/pear-build-rootWbZIHY/geoip-1.1.1/modules
  112. ----------------------------------------------------------------------
  113. Libraries have been installed in:
  114.    /root/tmp/pear/pear-build-rootWbZIHY/geoip-1.1.1/modules
  115.  
  116. If you ever happen to want to link against installed libraries
  117. in a given directory, LIBDIR, you must either use libtool, and
  118. specify the full pathname of the library, or use the `-LLIBDIR'
  119. flag during linking and do at least one of the following:
  120.   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  121.      during execution
  122.    - add LIBDIR to the `LD_RUN_PATH' environment variable
  123.     during linking
  124.   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  125.    - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  126.  
  127. See any operating system documentation about shared libraries for
  128. more information, such as the ld(1) and ld.so(8) manual pages.
  129. ----------------------------------------------------------------------
  130.  
  131. Build complete.
  132. Don't forget to run 'make test'.
  133.  
  134. running: make INSTALL_ROOT="/root/tmp/pear/pear-build-rootWbZIHY/install-geoip-1.1.1" install
  135. Installing shared extensions:     /root/tmp/pear/pear-build-rootWbZIHY/install-geoip-1.1.1/opt/cpanel/ea-php70/root/usr/lib64/php/modules/
  136. running: find "/root/tmp/pear/pear-build-rootWbZIHY/install-geoip-1.1.1" | xargs ls -dils
  137. 86509985  4 drwxr-xr-x 3 root root  4096 May 22 12:11 /root/tmp/pear/pear-build-rootWbZIHY/install-geoip-1.1.1
  138. 86510107  4 drwxr-xr-x 3 root root  4096 May 22 12:11 /root/tmp/pear/pear-build-rootWbZIHY/install-geoip-1.1.1/opt
  139. 86510108  4 drwxr-xr-x 3 root root  4096 May 22 12:11 /root/tmp/pear/pear-build-rootWbZIHY/install-geoip-1.1.1/opt/cpanel
  140. 86510109  4 drwxr-xr-x 3 root root  4096 May 22 12:11 /root/tmp/pear/pear-build-rootWbZIHY/install-geoip-1.1.1/opt/cpanel/ea-php70
  141. 86510110  4 drwxr-xr-x 3 root root  4096 May 22 12:11 /root/tmp/pear/pear-build-rootWbZIHY/install-geoip-1.1.1/opt/cpanel/ea-php70/root
  142. 86510111  4 drwxr-xr-x 3 root root  4096 May 22 12:11 /root/tmp/pear/pear-build-rootWbZIHY/install-geoip-1.1.1/opt/cpanel/ea-php70/root/usr
  143. 86510112  4 drwxr-xr-x 3 root root  4096 May 22 12:11 /root/tmp/pear/pear-build-rootWbZIHY/install-geoip-1.1.1/opt/cpanel/ea-php70/root/usr/lib64
  144. 86510113  4 drwxr-xr-x 3 root root  4096 May 22 12:11 /root/tmp/pear/pear-build-rootWbZIHY/install-geoip-1.1.1/opt/cpanel/ea-php70/root/usr/lib64/php
  145. 86510114  4 drwxr-xr-x 2 root root  4096 May 22 12:11 /root/tmp/pear/pear-build-rootWbZIHY/install-geoip-1.1.1/opt/cpanel/ea-php70/root/usr/lib64/php/modules
  146. 86510106 80 -rwxr-xr-x 1 root root 79510 May 22 12:11 /root/tmp/pear/pear-build-rootWbZIHY/install-geoip-1.1.1/opt/cpanel/ea-php70/root/usr/lib64/php/modules/geoip.so
  147.  
  148. Build process completed successfully
  149. Installing '/opt/cpanel/ea-php70/root/usr/lib64/php/modules/geoip.so'
  150. install ok: channel://pecl.php.net/geoip-1.1.1
  151. Extension geoip enabled in php.ini
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement