Advertisement
ponce

webalizer current

Nov 22nd, 2020 (edited)
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.87 KB | None | 0 0
  1. webalizer-2.23-08/
  2. webalizer-2.23-08/CHANGES
  3. webalizer-2.23-08/COPYING
  4. webalizer-2.23-08/Copyright
  5. webalizer-2.23-08/DNS.README
  6. webalizer-2.23-08/INSTALL
  7. webalizer-2.23-08/Makefile.in
  8. webalizer-2.23-08/Makefile.std
  9. webalizer-2.23-08/README
  10. webalizer-2.23-08/README.FIRST
  11. webalizer-2.23-08/configure
  12. webalizer-2.23-08/configure.in
  13. webalizer-2.23-08/country-codes.txt
  14. webalizer-2.23-08/dns_resolv.c
  15. webalizer-2.23-08/dns_resolv.h
  16. webalizer-2.23-08/graphs.c
  17. webalizer-2.23-08/graphs.h
  18. webalizer-2.23-08/hashtab.c
  19. webalizer-2.23-08/hashtab.h
  20. webalizer-2.23-08/install-sh
  21. webalizer-2.23-08/lang.h
  22. webalizer-2.23-08/linklist.c
  23. webalizer-2.23-08/linklist.h
  24. webalizer-2.23-08/msfree.png
  25. webalizer-2.23-08/output.c
  26. webalizer-2.23-08/output.h
  27. webalizer-2.23-08/parser.c
  28. webalizer-2.23-08/parser.h
  29. webalizer-2.23-08/preserve.c
  30. webalizer-2.23-08/preserve.h
  31. webalizer-2.23-08/sample.conf
  32. webalizer-2.23-08/wcmgr.1
  33. webalizer-2.23-08/wcmgr.c
  34. webalizer-2.23-08/webalizer.1
  35. webalizer-2.23-08/webalizer.LSM
  36. webalizer-2.23-08/webalizer.c
  37. webalizer-2.23-08/webalizer.h
  38. webalizer-2.23-08/webalizer.png
  39. webalizer-2.23-08/lang/
  40. webalizer-2.23-08/lang/webalizer_lang.albanian
  41. webalizer-2.23-08/lang/webalizer_lang.arabic
  42. webalizer-2.23-08/lang/webalizer_lang.catalan
  43. webalizer-2.23-08/lang/webalizer_lang.chinese
  44. webalizer-2.23-08/lang/webalizer_lang.croatian
  45. webalizer-2.23-08/lang/webalizer_lang.czech
  46. webalizer-2.23-08/lang/webalizer_lang.danish
  47. webalizer-2.23-08/lang/webalizer_lang.dutch
  48. webalizer-2.23-08/lang/webalizer_lang.english
  49. webalizer-2.23-08/lang/webalizer_lang.estonian
  50. webalizer-2.23-08/lang/webalizer_lang.finnish
  51. webalizer-2.23-08/lang/webalizer_lang.french
  52. webalizer-2.23-08/lang/webalizer_lang.galician
  53. webalizer-2.23-08/lang/webalizer_lang.german
  54. webalizer-2.23-08/lang/webalizer_lang.greek
  55. webalizer-2.23-08/lang/webalizer_lang.hungarian
  56. webalizer-2.23-08/lang/webalizer_lang.icelandic
  57. webalizer-2.23-08/lang/webalizer_lang.indonesian
  58. webalizer-2.23-08/lang/webalizer_lang.italian
  59. webalizer-2.23-08/lang/webalizer_lang.japanese
  60. webalizer-2.23-08/lang/webalizer_lang.korean
  61. webalizer-2.23-08/lang/webalizer_lang.latvian
  62. webalizer-2.23-08/lang/webalizer_lang.lithuanian
  63. webalizer-2.23-08/lang/webalizer_lang.malay
  64. webalizer-2.23-08/lang/webalizer_lang.norwegian
  65. webalizer-2.23-08/lang/webalizer_lang.polish
  66. webalizer-2.23-08/lang/webalizer_lang.portuguese
  67. webalizer-2.23-08/lang/webalizer_lang.portuguese_brazil
  68. webalizer-2.23-08/lang/webalizer_lang.romanian
  69. webalizer-2.23-08/lang/webalizer_lang.romanian-iso-8859-2
  70. webalizer-2.23-08/lang/webalizer_lang.russian
  71. webalizer-2.23-08/lang/webalizer_lang.serbian
  72. webalizer-2.23-08/lang/webalizer_lang.simplified_chinese
  73. webalizer-2.23-08/lang/webalizer_lang.slovak
  74. webalizer-2.23-08/lang/webalizer_lang.slovene
  75. webalizer-2.23-08/lang/webalizer_lang.spanish
  76. webalizer-2.23-08/lang/webalizer_lang.swedish
  77. webalizer-2.23-08/lang/webalizer_lang.thai
  78. webalizer-2.23-08/lang/webalizer_lang.turkish
  79. webalizer-2.23-08/lang/webalizer_lang.ukrainian
  80. checking for gcc... gcc
  81. checking for C compiler default output file name... a.out
  82. checking whether the C compiler works... yes
  83. checking whether we are cross compiling... no
  84. checking for suffix of executables...
  85. checking for suffix of object files... o
  86. checking whether we are using the GNU C compiler... yes
  87. checking whether gcc accepts -g... yes
  88. checking for gcc option to accept ISO C89... none needed
  89. checking whether ln -s works... yes
  90. checking for a BSD-compatible install... /usr/bin/ginstall -c
  91. checking for special C compiler options needed for large files... no
  92. checking for _FILE_OFFSET_BITS value needed for large files... no
  93. checking how to run the C preprocessor... gcc -E
  94. checking for grep that handles long lines and -e... /usr/bin/grep
  95. checking for egrep... /usr/bin/grep -E
  96. checking for ANSI C header files... yes
  97. checking for sys/types.h... yes
  98. checking for sys/stat.h... yes
  99. checking for stdlib.h... yes
  100. checking for string.h... yes
  101. checking for memory.h... yes
  102. checking for strings.h... yes
  103. checking for inttypes.h... yes
  104. checking for stdint.h... yes
  105. checking for unistd.h... yes
  106. checking whether char is unsigned... no
  107. checking for u_int64_t... yes
  108. checking whether altzone is declared... no
  109. checking for main in -l44bsd... no
  110. checking getopt.h usability... yes
  111. checking getopt.h presence... yes
  112. checking for getopt.h... yes
  113. checking for main in -lm... yes
  114. checking math.h usability... yes
  115. checking math.h presence... yes
  116. checking for math.h... yes
  117. checking for main in -lz... yes
  118. checking for gzrewind in -lz... yes
  119. checking zlib.h usability... yes
  120. checking zlib.h presence... yes
  121. checking for zlib.h... yes
  122. checking for main in -lpng... yes
  123. checking for main in -lgd... yes
  124. checking for gdImagePng in -lgd... yes
  125. checking gd.h usability... yes
  126. checking gd.h presence... yes
  127. checking for gd.h... yes
  128. checking for main in -ldb... yes
  129. checking db.h usability... yes
  130. checking db.h presence... yes
  131. checking for db.h... yes
  132. checking for fdatasync... yes
  133. checking for socket... yes
  134. checking sys/socket.h usability... yes
  135. checking sys/socket.h presence... yes
  136. checking for sys/socket.h... yes
  137. checking for inet_pton... yes
  138. checking for main in -lbz2... yes
  139. checking for BZ2_bzopen in -lbz2... yes
  140. checking bzlib.h usability... yes
  141. checking bzlib.h presence... yes
  142. checking for bzlib.h... yes
  143. checking for main in -lGeoIP... yes
  144. checking GeoIP.h usability... yes
  145. checking GeoIP.h presence... yes
  146. checking for GeoIP.h... yes
  147. checking for language file... yes - english
  148. configure: creating ./config.status
  149. config.status: creating Makefile
  150. config.status: linking ./lang/webalizer_lang.english to webalizer_lang.h
  151. configure: Done. Type 'make' to continue with build.
  152. gcc -O2 -fPIC -DETCDIR=\"/etc/webalizer\" -DGEODB_LOC=\"/usr/share/GeoDB\" -DPACKAGE_NAME=\"webalizer\" -DPACKAGE_TARNAME=\"webalizer\" -DPACKAGE_VERSION=\"V2.23\" -DPACKAGE_STRING=\"webalizer\ V2.23\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETOPT_H=1 -DHAVE_MATH_H=1 -DHAVE_SYS_SOCKET_H=1 -DUSE_GEOIP -DUSE_BZIP -DUSE_DNS -c webalizer.c
  153. gcc -O2 -fPIC -DETCDIR=\"/etc/webalizer\" -DGEODB_LOC=\"/usr/share/GeoDB\" -DPACKAGE_NAME=\"webalizer\" -DPACKAGE_TARNAME=\"webalizer\" -DPACKAGE_VERSION=\"V2.23\" -DPACKAGE_STRING=\"webalizer\ V2.23\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETOPT_H=1 -DHAVE_MATH_H=1 -DHAVE_SYS_SOCKET_H=1 -DUSE_GEOIP -DUSE_BZIP -DUSE_DNS -c hashtab.c
  154. gcc -O2 -fPIC -DETCDIR=\"/etc/webalizer\" -DGEODB_LOC=\"/usr/share/GeoDB\" -DPACKAGE_NAME=\"webalizer\" -DPACKAGE_TARNAME=\"webalizer\" -DPACKAGE_VERSION=\"V2.23\" -DPACKAGE_STRING=\"webalizer\ V2.23\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETOPT_H=1 -DHAVE_MATH_H=1 -DHAVE_SYS_SOCKET_H=1 -DUSE_GEOIP -DUSE_BZIP -DUSE_DNS -c linklist.c
  155. gcc -O2 -fPIC -DETCDIR=\"/etc/webalizer\" -DGEODB_LOC=\"/usr/share/GeoDB\" -DPACKAGE_NAME=\"webalizer\" -DPACKAGE_TARNAME=\"webalizer\" -DPACKAGE_VERSION=\"V2.23\" -DPACKAGE_STRING=\"webalizer\ V2.23\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETOPT_H=1 -DHAVE_MATH_H=1 -DHAVE_SYS_SOCKET_H=1 -DUSE_GEOIP -DUSE_BZIP -DUSE_DNS -c preserve.c
  156. gcc -O2 -fPIC -DETCDIR=\"/etc/webalizer\" -DGEODB_LOC=\"/usr/share/GeoDB\" -DPACKAGE_NAME=\"webalizer\" -DPACKAGE_TARNAME=\"webalizer\" -DPACKAGE_VERSION=\"V2.23\" -DPACKAGE_STRING=\"webalizer\ V2.23\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETOPT_H=1 -DHAVE_MATH_H=1 -DHAVE_SYS_SOCKET_H=1 -DUSE_GEOIP -DUSE_BZIP -DUSE_DNS -c dns_resolv.c
  157. gcc -O2 -fPIC -DETCDIR=\"/etc/webalizer\" -DGEODB_LOC=\"/usr/share/GeoDB\" -DPACKAGE_NAME=\"webalizer\" -DPACKAGE_TARNAME=\"webalizer\" -DPACKAGE_VERSION=\"V2.23\" -DPACKAGE_STRING=\"webalizer\ V2.23\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETOPT_H=1 -DHAVE_MATH_H=1 -DHAVE_SYS_SOCKET_H=1 -DUSE_GEOIP -DUSE_BZIP -DUSE_DNS -c parser.c
  158. gcc -O2 -fPIC -DETCDIR=\"/etc/webalizer\" -DGEODB_LOC=\"/usr/share/GeoDB\" -DPACKAGE_NAME=\"webalizer\" -DPACKAGE_TARNAME=\"webalizer\" -DPACKAGE_VERSION=\"V2.23\" -DPACKAGE_STRING=\"webalizer\ V2.23\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETOPT_H=1 -DHAVE_MATH_H=1 -DHAVE_SYS_SOCKET_H=1 -DUSE_GEOIP -DUSE_BZIP -DUSE_DNS -c output.c
  159. output.c: In function ‘top_sites_table’:
  160. output.c:838:22: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  161. 838 | switch ( (int)((HNODEPTR)(*pointer)->flag) )
  162. | ^
  163. output.c:838:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  164. 838 | switch ( (int)((HNODEPTR)(*pointer)->flag) )
  165. | ^
  166. output.c: In function ‘top_urls_table’:
  167. output.c:1028:22: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  168. 1028 | switch ( (int)((UNODEPTR)(*pointer)->flag) )
  169. | ^
  170. output.c:1028:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  171. 1028 | switch ( (int)((UNODEPTR)(*pointer)->flag) )
  172. | ^
  173. output.c: In function ‘top_entry_table’:
  174. output.c:1231:18: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  175. 1231 | if ( (int)((UNODEPTR)(*pointer)->flag) == OBJ_REG )
  176. | ^
  177. output.c:1231:12: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  178. 1231 | if ( (int)((UNODEPTR)(*pointer)->flag) == OBJ_REG )
  179. | ^
  180. output.c: In function ‘top_refs_table’:
  181. output.c:1335:22: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  182. 1335 | switch ( (int)((RNODEPTR)(*pointer)->flag) )
  183. | ^
  184. output.c:1335:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  185. 1335 | switch ( (int)((RNODEPTR)(*pointer)->flag) )
  186. | ^
  187. output.c: In function ‘top_agents_table’:
  188. output.c:1500:22: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  189. 1500 | switch ( (int)((ANODEPTR)(*pointer)->flag) )
  190. | ^
  191. output.c:1500:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  192. 1500 | switch ( (int)((ANODEPTR)(*pointer)->flag) )
  193. | ^
  194. output.c: In function ‘top_users_table’:
  195. output.c:1767:22: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  196. 1767 | switch ( (int)((INODEPTR)(*pointer)->flag) )
  197. | ^
  198. output.c:1767:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  199. 1767 | switch ( (int)((INODEPTR)(*pointer)->flag) )
  200. | ^
  201. gcc -O2 -fPIC -DETCDIR=\"/etc/webalizer\" -DGEODB_LOC=\"/usr/share/GeoDB\" -DPACKAGE_NAME=\"webalizer\" -DPACKAGE_TARNAME=\"webalizer\" -DPACKAGE_VERSION=\"V2.23\" -DPACKAGE_STRING=\"webalizer\ V2.23\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETOPT_H=1 -DHAVE_MATH_H=1 -DHAVE_SYS_SOCKET_H=1 -DUSE_GEOIP -DUSE_BZIP -DUSE_DNS -c graphs.c
  202. gcc -o webalizer webalizer.o hashtab.o linklist.o preserve.o parser.o output.o dns_resolv.o graphs.o -lGeoIP -lbz2 -ldb -lgd -lpng -lz -lm
  203. rm -f webazolver
  204. ln -s webalizer webazolver
  205. gcc -O2 -fPIC -DETCDIR=\"/etc/webalizer\" -DGEODB_LOC=\"/usr/share/GeoDB\" -DPACKAGE_NAME=\"webalizer\" -DPACKAGE_TARNAME=\"webalizer\" -DPACKAGE_VERSION=\"V2.23\" -DPACKAGE_STRING=\"webalizer\ V2.23\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETOPT_H=1 -DHAVE_MATH_H=1 -DHAVE_SYS_SOCKET_H=1 -DUSE_GEOIP -DUSE_BZIP -DUSE_DNS -c wcmgr.c
  206. In function ‘add_rec’,
  207. inlined from ‘add_rec’ at wcmgr.c:702:6:
  208. wcmgr.c:764:13: warning: ‘strncpy’ specified bound depends on the length of the source argument [-Wstringop-overflow=]
  209. 764 | strncpy(name,addr,strlen(addr));
  210. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  211. gcc -o wcmgr wcmgr.o -ldb
  212. mkdir -p /tmp/SBo/package-webalizer/usr/bin
  213. mkdir -p /tmp/SBo/package-webalizer/usr/man
  214. mkdir -p /tmp/SBo/package-webalizer/etc/webalizer
  215. /usr/bin/ginstall -c webalizer /tmp/SBo/package-webalizer/usr/bin/webalizer
  216. /usr/bin/ginstall -c wcmgr /tmp/SBo/package-webalizer/usr/bin/wcmgr
  217. rm -f /tmp/SBo/package-webalizer/usr/bin/webazolver
  218. ln -s webalizer /tmp/SBo/package-webalizer/usr/bin/webazolver
  219. /usr/bin/ginstall -c -m 644 webalizer.1 /tmp/SBo/package-webalizer/usr/man/webalizer.1
  220. /usr/bin/ginstall -c -m 644 wcmgr.1 /tmp/SBo/package-webalizer/usr/man/wcmgr.1
  221. rm -f /tmp/SBo/package-webalizer/usr/man/webazolver.1
  222. ln -s webalizer.1 /tmp/SBo/package-webalizer/usr/man/webazolver.1
  223. /usr/bin/ginstall -c -m 644 sample.conf /tmp/SBo/package-webalizer/etc/webalizer/webalizer.conf.sample
  224.  
  225. Slackware package maker, version 3.14159265.
  226.  
  227. Searching for symbolic links:
  228. usr/bin/webazolver webalizer
  229. usr/man/webazolver.1 webalizer.1
  230.  
  231. Making symbolic link creation script:
  232. ( cd usr/bin ; rm -rf webazolver )
  233. ( cd usr/bin ; ln -sf webalizer webazolver )
  234. ( cd usr/man ; rm -rf webazolver.1 )
  235. ( cd usr/man ; ln -sf webalizer.1 webazolver.1 )
  236.  
  237. It is recommended that you make these lines your new installation script.
  238.  
  239. Would you like to make this stuff the install script for this package
  240. and remove the symbolic links ([y]es, [n]o)? y
  241.  
  242.  
  243. Removing symbolic links:
  244. removed './usr/man/webazolver.1'
  245. removed './usr/bin/webazolver'
  246.  
  247. Creating your new ./install/doinst.sh...
  248.  
  249. This next step is optional - you can set the directories in your package
  250. to some sane permissions. If any of the directories in your package have
  251. special permissions, then DO NOT reset them here!
  252.  
  253. Would you like to reset all directory permissions to 755 (drwxr-xr-x) and
  254. directory ownerships to root.root ([y]es, [n]o)? n
  255.  
  256. Creating Slackware package: /tmp/webalizer-2.23_08-x86_64-1ponce.txz
  257.  
  258. ./
  259. etc/
  260. etc/webalizer/
  261. etc/webalizer/webalizer.conf.sample
  262. install/
  263. install/doinst.sh
  264. install/slack-desc
  265. usr/
  266. usr/bin/
  267. usr/bin/wcmgr
  268. usr/bin/webalizer
  269. usr/doc/
  270. usr/doc/webalizer-2.23_08/
  271. usr/doc/webalizer-2.23_08/CHANGES
  272. usr/doc/webalizer-2.23_08/COPYING
  273. usr/doc/webalizer-2.23_08/Copyright
  274. usr/doc/webalizer-2.23_08/DNS.README
  275. usr/doc/webalizer-2.23_08/INSTALL
  276. usr/doc/webalizer-2.23_08/README
  277. usr/doc/webalizer-2.23_08/README.FIRST
  278. usr/doc/webalizer-2.23_08/README.SLACKWARE
  279. usr/doc/webalizer-2.23_08/webalizer.SlackBuild
  280. usr/man/
  281. usr/man/wcmgr.1.gz
  282. usr/man/webalizer.1.gz
  283.  
  284. Slackware package /tmp/webalizer-2.23_08-x86_64-1ponce.txz created.
  285.  
  286. # ldd /tmp/SBo/package-webalizer/usr/bin/webalizer | grep libgd
  287. libgd.so.3 => /usr/lib64/libgd.so.3 (0x00007f5db1597000)
  288.  
  289.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement