Advertisement
ljseals

Untitled

Mar 13th, 2017
722
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 253.78 KB | None | 0 0
  1. *****************************************************
  2. Downloading all required software for install routines.
  3. (B*****************************************************
  4. *************************************************
  5. * Installing Development Tools
  6. (B*************************************************
  7. please wait for yum download and installs to complete.
  8. yum installs in less verbose mode so final install status is only shown..
  9. ....
  10. ......
  11. .........
  12. Loaded plugins: fastestmirror
  13. Loading mirror speeds from cached hostfile
  14. * base: ca.mirror.babylon.network
  15. * epel: ca.mirror.babylon.network
  16. * extras: ca.mirror.babylon.network
  17. * updates: ca.mirror.babylon.network
  18. Package yum-3.4.3-150.el7.centos.noarch already installed and latest version
  19. Nothing to do
  20. Loaded plugins: fastestmirror
  21. Loading mirror speeds from cached hostfile
  22. * base: ca.mirror.babylon.network
  23. * epel: ca.mirror.babylon.network
  24. * extras: ca.mirror.babylon.network
  25. * updates: ca.mirror.babylon.network
  26. Package yum-3.4.3-150.el7.centos.noarch already installed and latest version
  27. Nothing to do
  28. setting yum priorities for CentOS-Base.repo
  29. [base]
  30. name=CentOS-$releasever - Base
  31. mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os&infra=$infra
  32. #baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/
  33. gpgcheck=1
  34. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
  35. [updates]
  36. name=CentOS-$releasever - Updates
  37. mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates&infra=$infra
  38. #baseurl=http://mirror.centos.org/centos/$releasever/updates/$basearch/
  39. gpgcheck=1
  40. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
  41. [extras]
  42. name=CentOS-$releasever - Extras
  43. mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras&infra=$infra
  44. #baseurl=http://mirror.centos.org/centos/$releasever/extras/$basearch/
  45. gpgcheck=1
  46. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
  47. [centosplus]
  48. name=CentOS-$releasever - Plus
  49. mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=centosplus&infra=$infra
  50. #baseurl=http://mirror.centos.org/centos/$releasever/centosplus/$basearch/
  51. gpgcheck=1
  52. enabled=0
  53. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
  54. *************************************************
  55. (BFixing CentOS-Base.repo YUM Priorities
  56. (B*************************************************
  57. (B# CentOS-Base.repo
  58. #
  59. # The mirror system uses the connecting IP address of the client and the
  60. # update status of each mirror to pick mirrors that are updated to and
  61. # geographically close to the client. You should use this for CentOS updates
  62. # unless you are manually picking other mirrors.
  63. #
  64. # If the mirrorlist= does not work for you, as a fall back you can try the
  65. # remarked out baseurl= line instead.
  66. #
  67. #
  68.  
  69. [base]
  70. name=CentOS-$releasever - Base
  71. mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os&infra=$infra
  72. #baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/
  73. gpgcheck=1
  74. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
  75. priority=1
  76.  
  77. #released updates
  78. [updates]
  79. name=CentOS-$releasever - Updates
  80. mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates&infra=$infra
  81. #baseurl=http://mirror.centos.org/centos/$releasever/updates/$basearch/
  82. gpgcheck=1
  83. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
  84. priority=1
  85. priority=1
  86.  
  87. #additional packages that may be useful
  88. [extras]
  89. name=CentOS-$releasever - Extras
  90. mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras&infra=$infra
  91. #baseurl=http://mirror.centos.org/centos/$releasever/extras/$basearch/
  92. gpgcheck=1
  93. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
  94. priority=1
  95.  
  96. #additional packages that extend functionality of existing packages
  97. [centosplus]
  98. name=CentOS-$releasever - Plus
  99. mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=centosplus&infra=$infra
  100. #baseurl=http://mirror.centos.org/centos/$releasever/centosplus/$basearch/
  101. gpgcheck=1
  102. enabled=0
  103. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
  104. priority=2
  105. priority=2
  106.  
  107.  
  108. setting yum priorities for CentOS-CR.repo
  109. [cr]
  110. name=CentOS-$releasever - cr
  111. baseurl=http://mirror.centos.org/centos/$releasever/cr/$basearch/
  112. gpgcheck=1
  113. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
  114. *************************************************
  115. (BFixing CentOS-CR.repo YUM Priorities
  116. (B*************************************************
  117. (B# CentOS-CR.repo
  118. #
  119. # The Continuous Release ( CR ) repository contains rpms that are due in the next
  120. # release for a specific CentOS Version ( eg. next release in CentOS-7 ); these rpms
  121. # are far less tested, with no integration checking or update path testing having
  122. # taken place. They are still built from the upstream sources, but might not map
  123. # to an exact upstream distro release.
  124. #
  125. # These packages are made available soon after they are built, for people willing
  126. # to test their environments, provide feedback on content for the next release, and
  127. # for people looking for early-access to next release content.
  128. #
  129. # The CR repo is shipped in a disabled state by default; its important that users
  130. # understand the implications of turning this on.
  131. #
  132. # NOTE: We do not use a mirrorlist for the CR repos, to ensure content is available
  133. # to everyone as soon as possible, and not need to wait for the external
  134. # mirror network to seed first. However, many local mirrors will carry CR repos
  135. # and if desired you can use one of these local mirrors by editing the baseurl
  136. # line in the repo config below.
  137. #
  138.  
  139. [cr]
  140. name=CentOS-$releasever - cr
  141. baseurl=http://mirror.centos.org/centos/$releasever/cr/$basearch/
  142. gpgcheck=1
  143. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
  144. priority=1
  145. enabled=0
  146.  
  147.  
  148. skip unneeded yum package check/installs for curl installer routines
  149.  
  150.  
  151. skip unneeded yum package check/installs for curl installer routines
  152.  
  153. Loaded plugins: fastestmirror, priorities
  154. Loading mirror speeds from cached hostfile
  155. * base: ca.mirror.babylon.network
  156. * epel: ca.mirror.babylon.network
  157. * extras: ca.mirror.babylon.network
  158. * updates: ca.mirror.babylon.network
  159. 265 packages excluded due to repository priority protections
  160. Package ipset-6.19-6.el7.x86_64 already installed and latest version
  161. Resolving Dependencies
  162. --> Running transaction check
  163. ---> Package ipset-devel.x86_64 0:6.19-6.el7 will be installed
  164. --> Finished Dependency Resolution
  165.  
  166. Dependencies Resolved
  167.  
  168. ================================================================================
  169. Package Arch Version Repository Size
  170. ================================================================================
  171. Installing:
  172. ipset-devel x86_64 6.19-6.el7 base 15 k
  173.  
  174. Transaction Summary
  175. ================================================================================
  176. Install 1 Package
  177.  
  178. Total download size: 15 k
  179. Installed size: 40 k
  180. Downloading packages:
  181. Running transaction check
  182. Running transaction test
  183. Transaction test succeeded
  184. Running transaction
  185. Installing : ipset-devel-6.19-6.el7.x86_64 1/1
  186. Verifying : ipset-devel-6.19-6.el7.x86_64 1/1
  187.  
  188. Installed:
  189. ipset-devel.x86_64 0:6.19-6.el7
  190.  
  191. Complete!
  192. *************************************************
  193. * CentOS 7.x detected installing EPEL Repo
  194. (B*************************************************
  195. setting yum priorities for epel.repo
  196. [epel]
  197. name=Extra Packages for Enterprise Linux 7 - $basearch
  198. #baseurl=http://download.fedoraproject.org/pub/epel/7/$basearch
  199. mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=$basearch
  200. failovermethod=priority
  201. enabled=1
  202. gpgcheck=1
  203. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
  204. *************************************************
  205. (BFixing epel.repo YUM Priorities
  206. (B*************************************************
  207. (B[epel]
  208. name=Extra Packages for Enterprise Linux 7 - $basearch
  209. #baseurl=http://download.fedoraproject.org/pub/epel/7/$basearch
  210. mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=$basearch
  211. failovermethod=priority
  212. enabled=1
  213. gpgcheck=1
  214. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
  215. priority=3
  216. exclude=varnish varnish-libs clamd clamav clamav-devel clamav-db galera nodejs nginx
  217.  
  218. [epel-debuginfo]
  219. name=Extra Packages for Enterprise Linux 7 - $basearch - Debug
  220. #baseurl=http://download.fedoraproject.org/pub/epel/7/$basearch/debug
  221. mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-debug-7&arch=$basearch
  222. failovermethod=priority
  223. enabled=0
  224. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
  225. gpgcheck=1
  226.  
  227. [epel-source]
  228. name=Extra Packages for Enterprise Linux 7 - $basearch - Source
  229. #baseurl=http://download.fedoraproject.org/pub/epel/7/SRPMS
  230. mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-source-7&arch=$basearch
  231. failovermethod=priority
  232. enabled=0
  233. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
  234. gpgcheck=1
  235.  
  236. rpmforge-release-0.5.3-1.el7.rf.x86_64.rpm [found]
  237. curl: (6) Could not resolve host: apt.sw.be; Name or service not known
  238. error: http://apt.sw.be/RPM-GPG-KEY.dag.txt: import read failed(2).
  239. warning: rpmforge-release-0.5.3-1.el7.rf.x86_64.rpm: Header V3 DSA/SHA1 Signature, key ID 6b8d79e6: NOKEY
  240. Preparing... ########################################
  241. Updating / installing...
  242. rpmforge-release-0.5.3-1.el7.rf ########################################
  243. setting yum priorities for rpmforge.repo
  244. [rpmforge]
  245. name = RHEL $releasever - RPMforge.net - dag
  246. baseurl = http://apt.sw.be/redhat/el7/en/$basearch/rpmforge
  247. mirrorlist = http://mirrorlist.repoforge.org/el7/mirrors-rpmforge
  248. #mirrorlist = file:///etc/yum.repos.d/mirrors-rpmforge
  249. enabled = 1
  250. protect = 0
  251. gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmforge-dag
  252. gpgcheck = 1
  253. *************************************************
  254. (BFixing rpmforge.repo YUM Priorities
  255. (B*************************************************
  256. (B### Name: RPMforge RPM Repository for RHEL 7 - dag
  257. ### URL: http://rpmforge.net/
  258. [rpmforge]
  259. name = RHEL $releasever - RPMforge.net - dag
  260. baseurl = http://apt.sw.be/redhat/el7/en/$basearch/rpmforge
  261. mirrorlist = http://mirrorlist.repoforge.org/el7/mirrors-rpmforge
  262. #mirrorlist = file:///etc/yum.repos.d/mirrors-rpmforge
  263. enabled = 1
  264. protect = 0
  265. gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmforge-dag
  266. gpgcheck = 1
  267. priority=5
  268. exclude=pure-ftpd optipng
  269.  
  270. [rpmforge-extras]
  271. name = RHEL $releasever - RPMforge.net - extras
  272. baseurl = http://apt.sw.be/redhat/el7/en/$basearch/extras
  273. mirrorlist = http://mirrorlist.repoforge.org/el7/mirrors-rpmforge-extras
  274. #mirrorlist = file:///etc/yum.repos.d/mirrors-rpmforge-extras
  275. enabled = 0
  276. protect = 0
  277. gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmforge-dag
  278. gpgcheck = 1
  279.  
  280. [rpmforge-testing]
  281. name = RHEL $releasever - RPMforge.net - testing
  282. baseurl = http://apt.sw.be/redhat/el7/en/$basearch/testing
  283. mirrorlist = http://mirrorlist.repoforge.org/el7/mirrors-rpmforge-testing
  284. #mirrorlist = file:///etc/yum.repos.d/mirrors-rpmforge-testing
  285. enabled = 0
  286. protect = 0
  287. gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmforge-dag
  288. gpgcheck = 1
  289.  
  290.  
  291. percona-release-0.1-3.noarch.rpm [found]
  292. Preparing... ########################################
  293. Updating / installing...
  294. percona-release-0.1-3 ########################################
  295. setting yum priorities for percona-release.repo
  296. [percona-release-$basearch]
  297. name = Percona-Release YUM repository - $basearch
  298. baseurl = http://repo.percona.com/release/$releasever/RPMS/$basearch
  299. enabled = 1
  300. gpgcheck = 1
  301. *************************************************
  302. (BFixing percona-release.repo YUM Priorities
  303. (B*************************************************
  304. (B########################################
  305. # Percona releases and sources, stable #
  306. ########################################
  307. [percona-release-$basearch]
  308. name = Percona-Release YUM repository - $basearch
  309. baseurl = http://repo.percona.com/release/$releasever/RPMS/$basearch
  310. enabled = 0
  311. gpgcheck = 1
  312. priority=11
  313. exclude=Percona-SQL* Percona-Server* Percona-XtraDB-Cluster*
  314. gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Percona
  315.  
  316. [percona-release-noarch]
  317. name = Percona-Release YUM repository - noarch
  318. baseurl = http://repo.percona.com/release/$releasever/RPMS/noarch
  319. enabled = 0
  320. gpgcheck = 1
  321. gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Percona
  322.  
  323. [percona-release-source]
  324. name = Percona-Release YUM repository - Source packages
  325. baseurl = http://repo.percona.com/release/$releasever/SRPMS
  326. enabled = 0
  327. gpgcheck = 1
  328. gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Percona
  329.  
  330. ####################################################################
  331. # Testing & pre-release packages. You don't need it for production #
  332. ####################################################################
  333. [percona-testing-$basearch]
  334. name = Percona-Testing YUM repository - $basearch
  335. baseurl = http://repo.percona.com/testing/$releasever/RPMS/$basearch
  336. enabled = 0
  337. gpgcheck = 1
  338. gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Percona
  339.  
  340. [percona-testing-noarch]
  341. name = Percona-Testing YUM repository - noarch
  342. baseurl = http://repo.percona.com/testing/$releasever/RPMS/noarch
  343. enabled = 0
  344. gpgcheck = 1
  345. gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Percona
  346.  
  347. [percona-testing-source]
  348. name = Percona-Testing YUM repository - Source packages
  349. baseurl = http://repo.percona.com/testing/$releasever/SRPMS
  350. enabled = 0
  351. gpgcheck = 1
  352. gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Percona
  353.  
  354. ############################################
  355. # Experimental packages, use with caution! #
  356. ############################################
  357. [percona-experimental-$basearch]
  358. name = Percona-Experimental YUM repository - $basearch
  359. baseurl = http://repo.percona.com/experimental/$releasever/RPMS/$basearch
  360. enabled = 0
  361. gpgcheck = 1
  362. gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Percona
  363.  
  364. [percona-experimental-noarch]
  365. name = Percona-Experimental YUM repository - noarch
  366. baseurl = http://repo.percona.com/experimental/$releasever/RPMS/noarch
  367. enabled = 0
  368. gpgcheck = 1
  369. gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Percona
  370.  
  371. [percona-experimental-source]
  372. name = Percona-Experimental YUM repository - Source packages
  373. baseurl = http://repo.percona.com/experimental/$releasever/SRPMS
  374. enabled = 0
  375. gpgcheck = 1
  376. gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Percona
  377.  
  378.  
  379.  
  380. Error: varnish-4.1.el7.rpm not found !!! Downloading now......
  381. 2017-03-13 02:33:56 URL:https://repo.varnish-cache.org/redhat/varnish-4.1.el7.rpm [7088/7088] -> "varnish-4.1.el7.rpm" [1]
  382. Download done.
  383. (Bsetting yum priorities for varnish-4.1.repo
  384. [varnish-4.1]
  385. name=Varnish Cache 4.1 for Enterprise Linux
  386. baseurl=https://repo.varnish-cache.org/redhat/varnish-4.1/el7/$basearch
  387. enabled=1
  388. gpgcheck=1
  389. *************************************************
  390. (BFixing varnish-4.1.repo YUM Priorities
  391. (B*************************************************
  392. (B[varnish-4.1]
  393. name=Varnish Cache 4.1 for Enterprise Linux
  394. baseurl=https://repo.varnish-cache.org/redhat/varnish-4.1/el7/$basearch
  395. enabled=1
  396. gpgcheck=1
  397. priority=2
  398. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-VARNISH
  399.  
  400.  
  401. remi-release-7.rpm [found]
  402. Preparing... ########################################
  403. Updating / installing...
  404. remi-release-7.1-3.el7.remi ########################################
  405. setting yum priorities for remi.repo
  406. [remi]
  407. name=Remi's RPM repository for Enterprise Linux 7 - $basearch
  408. #baseurl=http://rpms.remirepo.net/enterprise/7/remi/$basearch/
  409. mirrorlist=http://rpms.remirepo.net/enterprise/7/remi/mirror
  410. enabled=0
  411. gpgcheck=1
  412. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi
  413. *************************************************
  414. (BFixing remi.repo YUM Priorities
  415. (B*************************************************
  416. (B# Repository: http://rpms.remirepo.net/
  417. # Blog: http://blog.remirepo.net/
  418. # Forum: http://forum.remirepo.net/
  419.  
  420. [remi]
  421. name=Remi's RPM repository for Enterprise Linux 7 - $basearch
  422. #baseurl=http://rpms.remirepo.net/enterprise/7/remi/$basearch/
  423. mirrorlist=http://rpms.remirepo.net/enterprise/7/remi/mirror
  424. enabled=0
  425. gpgcheck=1
  426. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi
  427. priority=9
  428. exclude=php* mysql*
  429.  
  430. [remi-php55]
  431. name=Remi's PHP 5.5 RPM repository for Enterprise Linux 7 - $basearch
  432. #baseurl=http://rpms.remirepo.net/enterprise/7/php55/$basearch/
  433. mirrorlist=http://rpms.remirepo.net/enterprise/7/php55/mirror
  434. # NOTICE: common dependencies are in "remi-safe"
  435. enabled=0
  436. gpgcheck=1
  437. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi
  438.  
  439. [remi-php56]
  440. name=Remi's PHP 5.6 RPM repository for Enterprise Linux 7 - $basearch
  441. #baseurl=http://rpms.remirepo.net/enterprise/7/php56/$basearch/
  442. mirrorlist=http://rpms.remirepo.net/enterprise/7/php56/mirror
  443. # NOTICE: common dependencies are in "remi-safe"
  444. enabled=0
  445. gpgcheck=1
  446. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi
  447.  
  448. [remi-test]
  449. name=Remi's test RPM repository for Enterprise Linux 7 - $basearch
  450. #baseurl=http://rpms.remirepo.net/enterprise/7/test/$basearch/
  451. mirrorlist=http://rpms.remirepo.net/enterprise/7/test/mirror
  452. # WARNING: If you enable this repository, you must also enable "remi"
  453. enabled=0
  454. gpgcheck=1
  455. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi
  456.  
  457. [remi-debuginfo]
  458. name=Remi's RPM repository for Enterprise Linux 7 - $basearch - debuginfo
  459. baseurl=http://rpms.remirepo.net/enterprise/7/debug-remi/$basearch/
  460. enabled=0
  461. gpgcheck=1
  462. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi
  463.  
  464. [remi-php55-debuginfo]
  465. name=Remi's PHP 5.5 RPM repository for Enterprise Linux 7 - $basearch - debuginfo
  466. baseurl=http://rpms.remirepo.net/enterprise/7/debug-php55/$basearch/
  467. enabled=0
  468. gpgcheck=1
  469. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi
  470.  
  471. [remi-php56-debuginfo]
  472. name=Remi's PHP 5.6 RPM repository for Enterprise Linux 7 - $basearch - debuginfo
  473. baseurl=http://rpms.remirepo.net/enterprise/7/debug-php56/$basearch/
  474. enabled=0
  475. gpgcheck=1
  476. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi
  477.  
  478. [remi-test-debuginfo]
  479. name=Remi's test RPM repository for Enterprise Linux 7 - $basearch - debuginfo
  480. baseurl=http://rpms.remirepo.net/enterprise/7/debug-test/$basearch/
  481. enabled=0
  482. gpgcheck=1
  483. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi
  484.  
  485.  
  486.  
  487. GeoIP database and library install...
  488. (BGeoLiteCity database download ...
  489. (B2017-03-13 02:34:00 URL:http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz [12548260/12548260] -> "/usr/share/GeoIP/GeoLiteCity.dat.gz" [1]
  490.  
  491. custom RPM installs
  492.  
  493. rpm -Uvh /svr-setup/rpms/re2c/re2c-0.14.3-1.el7.x86_64.rpm
  494. Preparing... ########################################
  495. package re2c-0.14.3-2.el7.x86_64 (which is newer than re2c-0.14.3-1.x86_64) is already installed
  496. Loaded plugins: fastestmirror, priorities
  497. http://apt.sw.be/redhat/el7/en/x86_64/rpmforge/repodata/repomd.xml: [Errno 14] curl#6 - "Could not resolve host: apt.sw.be; Name or service not known"
  498. Trying other mirror.
  499. Determining fastest mirrors
  500. * base: ca.mirror.babylon.network
  501. * epel: ca.mirror.babylon.network
  502. * extras: ca.mirror.babylon.network
  503. * rpmforge: mirror.us.leaseweb.net
  504. * updates: ca.mirror.babylon.network
  505. 359 packages excluded due to repository priority protections
  506. No packages marked for update
  507. cp: cannot stat ‘/var/cache/yum/timedhosts.txt’: No such file or directory
  508. -rw-r--r--. 1 root root 14K Mar 13 02:34 /root/centminlogs/centminmod_yumtimes_130317-023320.log
  509. 1
  510. Download ccache-3.3.4.tar.gz ...
  511. (BInitializing download: https://centminmod.com/centminmodparts/ccache/ccache-3.3.4.tar.gz
  512. File size: 449905 bytes
  513. Opening output file ccache-3.3.4.tar.gz
  514. Starting download
  515.  
  516. [ 0%] .......... .......... .......... .......... .......... [ 509.8KB/s]
  517. [ 11%] .......... .......... .......... .......... .......... [1035.8KB/s]
  518. [ 22%] .......... .......... .......... .......... .......... [1504.8KB/s]
  519. [ 34%] .......... .......... .......... .......... .......... [1969.9KB/s]
  520. [ 45%] .......... .......... .......... .......... .......... [2481.9KB/s]
  521. [ 56%] .......... .......... .......... .......... .......... [2938.4KB/s]
  522. [ 68%] .......... .......... .......... .......... .......... [3032.2KB/s]
  523. [ 79%] .......... .......... .......... .......... .......... [3050.4KB/s]
  524. [ 91%] .......... .......... .......... .........
  525. Connection 0 finished
  526.  
  527. Downloaded 439.4 Kilobyte in 0 seconds. (1097.32 KB/s)
  528. /usr/local/src/centminmod/centmin.sh: line 889: 12493 Aborted $DOWNLOADAPP $1 $2 $3 $4
  529. Error: ccache-3.3.4.tar.gz download failed.
  530. (Bcheck Centmin Mod log for details at /root/centminlogs/
  531. Aborting script...
  532. -rw-r--r--. 1 root root 21K Mar 13 02:34 /root/centminlogs/centminmod_downloadtimes_130317-023320.log
  533. **********************************************************************
  534. (B* Centmin Mod Nginx, MariaDB MySQL, PHP & DNS Install script for CentOS
  535. (B* Version: 1.2.3-eva2000.09.004 - Date: 31/03/2017
  536. (B* Copyright 2011-2016 CentminMod.com eva2000 (centminmod.com)
  537. (B**********************************************************************
  538. (B
  539. This software comes with no warranty of any kind. You are free to use
  540. (Bit for both personal and commercial use as licensed under the GPL.
  541. (B
  542. Please read the included readme.txt before using this script.
  543. (B
  544. removing any i686 packages installed by default
  545. Loaded plugins: fastestmirror, priorities
  546. No Match for argument: *.i686
  547. No Packages marked for removal
  548. Your origional yum configuration has been backed up to /etc/yum.bak
  549. Centmin Mod secure /tmp # Mon Mar 13 02:34:23 EDT 2017
  550. *************************************************
  551. * Secured /tmp and /var/tmp
  552. (B*************************************************
  553. CentOS 7 Setup /tmp
  554. CentOS 7 + non-OpenVZ virtualisation detected
  555. disabled
  556. *************************************************
  557. * Setting preferred localtime for VPS
  558. (B*************************************************
  559. Current date & time for the zone you selected is:
  560. Mon Mar 13 06:34:23 UTC 2017
  561. *************************************************
  562. * Installing NTP (and syncing time)
  563. (B*************************************************
  564. current ntp servers
  565.  
  566. 3.centos.pool.ntp.org test connectivity: ok
  567. 13 Mar 06:34:31 ntpdate[12540]: adjust time server 158.69.125.231 offset 0.001903 sec
  568.  
  569. 2.centos.pool.ntp.org test connectivity: ok
  570. 13 Mar 06:34:39 ntpdate[12546]: adjust time server 2620:10a:800f::13 offset 0.001712 sec
  571.  
  572. 1.centos.pool.ntp.org test connectivity: ok
  573. 13 Mar 06:34:46 ntpdate[12552]: adjust time server 159.203.31.244 offset -0.000192 sec
  574.  
  575. 0.centos.pool.ntp.org test connectivity: ok
  576. 13 Mar 06:34:52 ntpdate[12558]: adjust time server 206.108.0.131 offset 0.001624 sec
  577.  
  578. setup /etc/ntp/step-tickers server list
  579.  
  580. # List of NTP servers used by the ntpdate service.
  581.  
  582. 0.centos.pool.ntp.org
  583. 3.centos.pool.ntp.org
  584. 2.centos.pool.ntp.org
  585. 1.centos.pool.ntp.org
  586.  
  587. check ntpd peers list
  588. remote local st poll reach delay offset disp
  589. =======================================================================
  590. =64.137.248.161 000.000.000.00 16 64 0 0.00000 0.000000 4.00000
  591. =ntp1.torix.ca 000.000.000.00 16 64 0 0.00000 0.000000 4.00000
  592. =ns504743.ip-198 000.000.000.00 16 64 0 0.00000 0.000000 4.00000
  593. =muug.ca 2607:5300:60:b3 16 64 0 0.00000 0.000000 4.00000
  594. The date/time is now:
  595. Mon Mar 13 06:34:55 UTC 2017
  596. If this is correct, then everything is working properly
  597. *************************************************
  598. * NTP installed
  599. (B*************************************************
  600. ___ _ _ _ _ _ _
  601. |_ _| _ __ ___ | |_ __ _ | || | | \ | | __ _ (_) _ __ __ __
  602. | | | '_ \ / __|| __|/ _` || || | | \| | / _` || || '_ \ \ \/ /
  603. | | | | | |\__ \| |_| (_| || || | | |\ || (_| || || | | | > <
  604. |___||_| |_||___/ \__|\__,_||_||_| |_| \_| \__, ||_||_| |_|/_/\_\
  605. |___/
  606. *************************************************
  607. * Installing nginx
  608. (B*************************************************
  609. Installing nginx Modules / Prerequisites...
  610. (BDownload pcre-8.40.tar.gz ...
  611. (B--2017-03-13 06:34:55-- https://centminmod.com/centminmodparts/pcre/pcre-8.40.tar.gz
  612. Resolving centminmod.com... 45.63.18.5
  613. Connecting to centminmod.com|45.63.18.5|:443... connected.
  614. HTTP request sent, awaiting response... 200 OK
  615. Length: 2065161 (2.0M) [application/octet-stream]
  616. Saving to: ‘pcre-8.40.tar.gz’
  617.  
  618. 0K .......... .......... .......... .......... .......... 2% 2.18M 1s
  619. 50K .......... .......... .......... .......... .......... 4% 2.48M 1s
  620. 100K .......... .......... .......... .......... .......... 7% 10.8M 1s
  621. 150K .......... .......... .......... .......... .......... 9% 4.90M 1s
  622. 200K .......... .......... .......... .......... .......... 12% 6.46M 0s
  623. 250K .......... .......... .......... .......... .......... 14% 10.9M 0s
  624. 300K .......... .......... .......... .......... .......... 17% 9.24M 0s
  625. 350K .......... .......... .......... .......... .......... 19% 10.8M 0s
  626. 400K .......... .......... .......... .......... .......... 22% 10.9M 0s
  627. 450K .......... .......... .......... .......... .......... 24% 9.74M 0s
  628. 500K .......... .......... .......... .......... .......... 27% 11.5M 0s
  629. 550K .......... .......... .......... .......... .......... 29% 10.9M 0s
  630. 600K .......... .......... .......... .......... .......... 32% 10.9M 0s
  631. 650K .......... .......... .......... .......... .......... 34% 11.5M 0s
  632. 700K .......... .......... .......... .......... .......... 37% 10.9M 0s
  633. 750K .......... .......... .......... .......... .......... 39% 10.9M 0s
  634. 800K .......... .......... .......... .......... .......... 42% 10.9M 0s
  635. 850K .......... .......... .......... .......... .......... 44% 10.9M 0s
  636. 900K .......... .......... .......... .......... .......... 47% 11.4M 0s
  637. 950K .......... .......... .......... .......... .......... 49% 10.3M 0s
  638. 1000K .......... .......... .......... .......... .......... 52% 11.5M 0s
  639. 1050K .......... .......... .......... .......... .......... 54% 10.7M 0s
  640. 1100K .......... .......... .......... .......... .......... 57% 11.0M 0s
  641. 1150K .......... .......... .......... .......... .......... 59% 10.8M 0s
  642. 1200K .......... .......... .......... .......... .......... 61% 11.4M 0s
  643. 1250K .......... .......... .......... .......... .......... 64% 10.9M 0s
  644. 1300K .......... .......... .......... .......... .......... 66% 10.8M 0s
  645. 1350K .......... .......... .......... .......... .......... 69% 11.6M 0s
  646. 1400K .......... .......... .......... .......... .......... 71% 10.7M 0s
  647. 1450K .......... .......... .......... .......... .......... 74% 10.8M 0s
  648. 1500K .......... .......... .......... .......... .......... 76% 10.9M 0s
  649. 1550K .......... .......... .......... .......... .......... 79% 11.0M 0s
  650. 1600K .......... .......... .......... .......... .......... 81% 10.9M 0s
  651. 1650K .......... .......... .......... .......... .......... 84% 11.3M 0s
  652. 1700K .......... .......... .......... .......... .......... 86% 10.9M 0s
  653. 1750K .......... .......... .......... .......... .......... 89% 11.0M 0s
  654. 1800K .......... .......... .......... .......... .......... 91% 10.8M 0s
  655. 1850K .......... .......... .......... .......... .......... 94% 11.4M 0s
  656. 1900K .......... .......... .......... .......... .......... 96% 10.9M 0s
  657. 1950K .......... .......... .......... .......... .......... 99% 10.9M 0s
  658. 2000K .......... ...... 100% 11.2M=0.2s
  659.  
  660. 2017-03-13 06:34:55 (8.84 MB/s) - ‘pcre-8.40.tar.gz’ saved [2065161/2065161]
  661.  
  662. Download done.
  663. (Bpcre-8.40.tar.gz valid file.
  664. (B
  665. ____ _ _ _
  666. / ___| ___ _ __ ___ _ __ (_)| |(_) _ __ __ _
  667. | | / _ \ | '_ ` _ \ | '_ \ | || || || '_ \ / _` |
  668. | |___| (_) || | | | | || |_) || || || || | | || (_| |
  669. \____|\___/ |_| |_| |_|| .__/ |_||_||_||_| |_| \__, |
  670. |_| |___/
  671. _ _ _ ____ ____ _
  672. | | (_)| |__ _ __ ___ / ___|/ ___| | |
  673. | | | || '_ \ | '__|/ _ \\___ \\___ \ | |
  674. | |___ | || |_) || | | __/ ___) |___) || |___
  675. |_____||_||_.__/ |_| \___||____/|____/ |_____|
  676.  
  677. Compiling LibreSSL...
  678. inc/openssl_install.inc: line 214: cd: libressl-2.4.5: No such file or directory
  679. bash: autogen.sh: No such file or directory
  680. inc/openssl_install.inc: line 251: ./configure: No such file or directory
  681. make: *** No targets specified and no makefile found. Stop.
  682. make: *** No rule to make target `install'. Stop.
  683. -rw-r--r--. 1 root root 43 Mar 13 06:34 /root/centminlogs/centminmod_libresslinstalltime_130317-023320.log
  684. _ _ _ _ _ _ _ _
  685. | | _ _ __ _ (_)(_)| |_ (_) _ __ ___ | |_ __ _ | || |
  686. | || | | | / _` | | || || __| | || '_ \ / __|| __|/ _` || || |
  687. | || |_| || (_| | | || || |_ | || | | |\__ \| |_| (_| || || |
  688. |_| \__,_| \__,_|_/ ||_| \__| |_||_| |_||___/ \__|\__,_||_||_|
  689. |__/
  690. ____ _ _ _
  691. / ___| ___ _ __ ___ _ __ (_)| |(_) _ __ __ _
  692. | | / _ \ | '_ ` _ \ | '_ \ | || || || '_ \ / _` |
  693. | |___| (_) || | | | | || |_) || || || || | | || (_| |
  694. \____|\___/ |_| |_| |_|| .__/ |_||_||_||_| |_| \__, |
  695. |_| |___/
  696. _ _ _
  697. | \ | | __ _ (_) _ __ __ __
  698. | \| | / _` || || '_ \ \ \/ /
  699. | |\ || (_| || || | | | > <
  700. |_| \_| \__, ||_||_| |_|/_/\_\
  701. |___/
  702. Compiling nginx...
  703. inc/nginx_install.inc: line 206: cd: nginx-1.11.10: No such file or directory
  704. ____ _ _ _ _ _
  705. | _ \ __ _ | |_ ___ | |__ | \ | | __ _ (_) _ __ __ __
  706. | |_) |/ _` || __|/ __|| '_ \ | \| | / _` || || '_ \ \ \/ /
  707. | __/| (_| || |_| (__ | | | | | |\ || (_| || || | | | > <
  708. |_| \__,_| \__|\___||_| |_| |_| \_| \__, ||_||_| |_|/_/\_\
  709. |___/
  710. *************************************************
  711. Nginx Patch Time - NGINXPATCH_DELAY seconds delay
  712. (Bto allow you to patch files
  713. (B*************************************************
  714. awk: fatal: cannot open file `/svr-setup/nginx-1.11.10/src/core/nginx.h' for reading (No such file or directory)
  715. ____ _ _ _ _ _
  716. / ___|| |__ ___ ___ | | __ | \ | | __ _ (_) _ __ __ __
  717. | | | '_ \ / _ \ / __|| |/ / | \| | / _` || || '_ \ \ \/ /
  718. | |___ | | | || __/| (__ | < | |\ || (_| || || | | | > <
  719. \____||_| |_| \___| \___||_|\_\ |_| \_| \__, ||_||_| |_|/_/\_\
  720. |___/
  721. ____ _
  722. | _ \ _ _ _ __ __ _ _ __ ___ (_) ___
  723. | | | || | | || '_ \ / _` || '_ ` _ \ | | / __|
  724. | |_| || |_| || | | || (_| || | | | | || || (__
  725. |____/ \__, ||_| |_| \__,_||_| |_| |_||_| \___|
  726. |___/
  727. __ __ _ _
  728. | \/ | ___ __| | _ _ | | ___
  729. | |\/| | / _ \ / _` || | | || | / _ \
  730. | | | || (_) || (_| || |_| || || __/
  731. |_| |_| \___/ \__,_| \__,_||_| \___|
  732.  
  733. ____ _
  734. / ___| _ _ _ __ _ __ ___ _ __ | |_
  735. \___ \ | | | || '_ \ | '_ \ / _ \ | '__|| __|
  736. ___) || |_| || |_) || |_) || (_) || | | |_
  737. |____/ \__,_|| .__/ | .__/ \___/ |_| \__|
  738. |_| |_|
  739.  
  740. NGX_DYNAMICCHECK nginx_configure
  741. /svr-setup
  742. grep: /svr-setup/nginx-1.11.10/auto/options: No such file or directory
  743. sed: can't read /usr/local/nginx/conf/nginx.conf: No such file or directory
  744. awk: fatal: cannot open file `/svr-setup/nginx-1.11.10/src/core/nginx.h' for reading (No such file or directory)
  745.  
  746. awk: fatal: cannot open file `/svr-setup/nginx-1.11.10/src/core/nginx.h' for reading (No such file or directory)
  747.  
  748. /usr/lib64/libatomic_ops.a found
  749. sed: can't read /usr/local/nginx/conf/nginx.conf: No such file or directory
  750. NGX_MAX_ERROR_STR value
  751. grep: src/core/ngx_log.h: No such file or directory
  752.  
  753. grep: /usr/local/nginx/conf/conf.d/virtual.conf: No such file or directory
  754. sed: can't read /usr/local/nginx/conf/conf.d/virtual.conf: No such file or directory
  755. grep: /svr-setup/nginx-1.11.10/auto/options: No such file or directory
  756. grep: /svr-setup/nginx-1.11.10/auto/options: No such file or directory
  757. sed: can't read src/http/modules/ngx_http_geoip_module.c: No such file or directory
  758. grep: src/http/modules/ngx_http_geoip_module.c: No such file or directory
  759.  
  760. export CC="/usr/bin/clang -ferror-limit=0"
  761. export CXX="/usr/bin/clang++ -ferror-limit=0"
  762. # export CCACHE_CPP2=yes
  763. CLANG_CCOPT=' -Wno-sign-compare -Wno-string-plus-int -Wno-deprecated-declarations -Wno-unused-parameter -Wno-unused-const-variable -Wno-conditional-uninitialized -Wno-mismatched-tags -Wno-sometimes-uninitialized -Wno-parentheses-equality -Wno-tautological-compare -Wno-self-assign -Wno-deprecated-register -Wno-deprecated -Wno-invalid-source-encoding -Wno-pointer-sign -Wno-parentheses -Wno-enum-conversion -Wno-c++11-compat-deprecated-writable-strings -Wno-write-strings'
  764. -m64 [enabled]
  765. -m80387 [enabled]
  766. -m96bit-long-double [enabled]
  767. -malign-stringops [enabled]
  768. -march= corei7-avx
  769. -mavx [enabled]
  770. -mcx16 [enabled]
  771. -mfancy-math-387 [enabled]
  772. -mfentry [enabled]
  773. -mfp-ret-in-387 [enabled]
  774. -mfxsr [enabled]
  775. -mglibc [enabled]
  776. -mhard-float [enabled]
  777. -mieee-fp [enabled]
  778. -mlong-double-80 [enabled]
  779. -mpclmul [enabled]
  780. -mpopcnt [enabled]
  781. -mpush-args [enabled]
  782. -mred-zone [enabled]
  783. -msahf [enabled]
  784. -msse [enabled]
  785. -msse2 [enabled]
  786. -msse3 [enabled]
  787. -msse4 [enabled]
  788. -msse4.1 [enabled]
  789. -msse4.2 [enabled]
  790. -mssse3 [enabled]
  791. -mstackrealign [enabled]
  792. -mtls-direct-seg-refs [enabled]
  793. -mtune= corei7-avx
  794. -mxsave [enabled]
  795. -mxsaveopt [enabled]
  796. /svr-setup
  797. nginx configure options (alternate ordering):
  798. ./configure --with-ld-opt="-lrt -ljemalloc -Wl,-z,relro -Wl,-rpath,/usr/local/lib" --with-cc-opt="-m64 -mtune=native -mfpmath=sse -g -O3 -fstack-protector -fuse-ld=gold --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wno-sign-compare -Wno-string-plus-int -Wno-deprecated-declarations -Wno-unused-parameter -Wno-unused-const-variable -Wno-conditional-uninitialized -Wno-mismatched-tags -Wno-sometimes-uninitialized -Wno-parentheses-equality -Wno-tautological-compare -Wno-self-assign -Wno-deprecated-register -Wno-deprecated -Wno-invalid-source-encoding -Wno-pointer-sign -Wno-parentheses -Wno-enum-conversion -Wno-c++11-compat-deprecated-writable-strings -Wno-write-strings -gsplit-dwarf" --sbin-path=/usr/local/sbin/nginx --conf-path=/usr/local/nginx/conf/nginx.conf --with-http_stub_status_module --with-http_secure_link_module --with-libatomic --with-http_gzip_static_module --with-http_sub_module --with-http_addition_module --with-http_image_filter_module --with-http_geoip_module --with-threads --with-stream --with-stream_ssl_module --with-http_realip_module --add-module=../ngx-fancyindex-0.4.0 --add-module=../ngx_cache_purge-2.3 --add-module=../ngx_devel_kit-0.3.0 --add-module=../set-misc-nginx-module-0.31 --add-module=../echo-nginx-module-0.60 --add-module=../redis2-nginx-module-0.13 --add-module=../ngx_http_redis-0.3.7 --add-module=../memc-nginx-module-0.17 --add-module=../srcache-nginx-module-0.31 --add-module=../headers-more-nginx-module-0.32 --with-pcre=../pcre-8.40 --with-pcre-jit --with-zlib=../zlib-1.2.11 --with-http_ssl_module --with-http_v2_module --with-openssl=../
  799. inc/nginx_configure.inc: line 2348: ./configure: No such file or directory
  800. _ _ _ __ __ _
  801. | \ | | __ _ (_) _ __ __ __ | \/ | __ _ | | __ ___
  802. | \| | / _` || || '_ \ \ \/ / | |\/| | / _` || |/ // _ \
  803. | |\ || (_| || || | | | > < | | | || (_| || <| __/
  804. |_| \_| \__, ||_||_| |_|/_/\_\ |_| |_| \__,_||_|\_\\___|
  805. |___/
  806. make: *** No targets specified and no makefile found. Stop.
  807.  
  808. real 0m0.002s
  809. user 0m0.001s
  810. sys 0m0.000s
  811.  
  812. strip nginx binary...
  813. ls: cannot access objs/nginx: No such file or directory
  814. strip: 'objs/nginx': No such file
  815. ls: cannot access objs/nginx: No such file or directory
  816.  
  817. _ _ _ __ __ _
  818. | \ | | __ _ (_) _ __ __ __ | \/ | __ _ | | __ ___
  819. | \| | / _` || || '_ \ \ \/ / | |\/| | / _` || |/ // _ \
  820. | |\ || (_| || || | | | > < | | | || (_| || <| __/
  821. |_| \_| \__, ||_||_| |_|/_/\_\ |_| |_| \__,_||_|\_\\___|
  822. |___/
  823. ___ _ _ _
  824. |_ _| _ __ ___ | |_ __ _ | || |
  825. | | | '_ \ / __|| __|/ _` || || |
  826. | | | | | |\__ \| |_| (_| || || |
  827. |___||_| |_||___/ \__|\__,_||_||_|
  828.  
  829. make: *** No rule to make target `install'. Stop.
  830.  
  831. real 0m0.002s
  832. user 0m0.001s
  833. sys 0m0.000s
  834. grep: /usr/local/nginx/conf/mime.types: No such file or directory
  835. grep: /usr/local/nginx/conf/mime.types: No such file or directory
  836. grep: /usr/local/nginx/conf/mime.types: No such file or directory
  837. grep: /usr/local/nginx/conf/mime.types: No such file or directory
  838. grep: /usr/local/nginx/conf/mime.types: No such file or directory
  839. grep: /usr/local/nginx/conf/mime.types: No such file or directory
  840.  
  841.  
  842.  
  843.  
  844.  
  845. sed: can't read /usr/local/nginx/conf/mime.types: No such file or directory
  846. ____ _ _ _ _ _
  847. / ___|| |__ ___ ___ | | __ | \ | | __ _ (_) _ __ __ __
  848. | | | '_ \ / _ \ / __|| |/ / | \| | / _` || || '_ \ \ \/ /
  849. | |___ | | | || __/| (__ | < | |\ || (_| || || | | | > <
  850. \____||_| |_| \___| \___||_|\_\ |_| \_| \__, ||_||_| |_|/_/\_\
  851. |___/
  852. ____ _
  853. | _ \ _ _ _ __ __ _ _ __ ___ (_) ___
  854. | | | || | | || '_ \ / _` || '_ ` _ \ | | / __|
  855. | |_| || |_| || | | || (_| || | | | | || || (__
  856. |____/ \__, ||_| |_| \__,_||_| |_| |_||_| \___|
  857. |___/
  858. __ __ _ _
  859. | \/ | ___ __| | _ _ | | ___
  860. | |\/| | / _ \ / _` || | | || | / _ \
  861. | | | || (_) || (_| || |_| || || __/
  862. |_| |_| \___/ \__,_| \__,_||_| \___|
  863.  
  864. ____ _
  865. / ___| _ _ _ __ _ __ ___ _ __ | |_
  866. \___ \ | | | || '_ \ | '_ \ / _ \ | '__|| __|
  867. ___) || |_| || |_) || |_) || (_) || | | |_
  868. |____/ \__,_|| .__/ | .__/ \___/ |_| \__|
  869. |_| |_|
  870.  
  871. NGX_DYNAMICCHECK nginx_configure
  872. /svr-setup
  873. grep: /svr-setup/nginx-1.11.10/auto/options: No such file or directory
  874. ${CUR_DIR} & ${CM_INSTALLDIR}
  875. /usr/local/src/centminmod
  876. /usr/local/src/centminmod
  877.  
  878. Setup default hostname: srv2.domain.com
  879.  
  880.  
  881. ----------------------------------------------
  882. Creating /etc/logrotate.d/nginx file
  883. ----------------------------------------------
  884. ......
  885. ----------------------------------------------------------------------------
  886. /var/log/nginx/*.log /usr/local/nginx/logs/*.log /home/nginx/domains/*/log/*.log {
  887. daily
  888. dateext
  889. missingok
  890. rotate 10
  891. compress
  892. delaycompress
  893. notifempty
  894. postrotate
  895. /bin/kill -SIGUSR1 $(cat /usr/local/nginx/logs/nginx.pid 2>/dev/null) 2>/dev/null || true
  896. endscript
  897. }
  898. ---------------------------------------------------------------------------
  899. Current nginx log directories:
  900. ---------------------------------------------------------------------------
  901. ls -lh /var/log/nginx/
  902. total 0
  903. -rw-rw----. 1 root root 0 Mar 13 06:34 localhost.access.log
  904. -rw-rw----. 1 root root 0 Mar 13 06:34 localhost.error.log
  905. ---------------------------------------------------------------------------
  906. total 0
  907. ---------------------------------------------------------------------------
  908.  
  909. ----------------------------------------------------------------------------
  910. nginx logrotation /etc/logrotate.d/nginx setup completed
  911. ----------------------------------------------------------------------------
  912.  
  913. *************************************************
  914. * nginx installed, Apache disabled
  915. (B*************************************************
  916. _ _ _ ___ _ _ _ _
  917. | \ | | __ _ (_) _ __ __ __ |_ _| _ __ ___ | |_ __ _ | || | ___ __| |
  918. | \| | / _` || || '_ \ \ \/ / | | | '_ \ / __|| __|/ _` || || | / _ \ / _` |
  919. | |\ || (_| || || | | | > < | | | | | |\__ \| |_| (_| || || || __/| (_| |
  920. |_| \_| \__, ||_||_| |_|/_/\_\ |___||_| |_||___/ \__|\__,_||_||_| \___| \__,_|
  921. |___/
  922. -rw-r--r--. 1 root root 20K Mar 13 06:34 /root/centminlogs/centminmod_ngxinstalltime_130317-023320.log
  923. *************************************************
  924. * Installing MariaDB via CentOS Yum Repo
  925. (B*************************************************
  926. MariaDB 10.1 Repo setup...
  927.  
  928. setup /var/log/mysqld.log
  929. chown: invalid user: ‘mysql:mysql’
  930. -rw-------. 1 root root 0 Mar 13 06:34 /var/log/mysqld.log
  931.  
  932. rpm --import http://yum.mariadb.org/RPM-GPG-KEY-MariaDB
  933.  
  934. Check for existing mariadb packages
  935.  
  936. Check for existing mariadb-libs package
  937. yum -y remove mariadb-libs
  938. Loaded plugins: fastestmirror, priorities
  939. Resolving Dependencies
  940. --> Running transaction check
  941. ---> Package mariadb-libs.x86_64 1:5.5.52-1.el7 will be erased
  942. --> Processing Dependency: libmysqlclient.so.18()(64bit) for package: perl-DBD-MySQL-4.023-5.el7.x86_64
  943. --> Processing Dependency: libmysqlclient.so.18()(64bit) for package: 1:net-snmp-5.7.2-24.el7_2.1.x86_64
  944. --> Processing Dependency: libmysqlclient.so.18(libmysqlclient_18)(64bit) for package: perl-DBD-MySQL-4.023-5.el7.x86_64
  945. --> Processing Dependency: mysql-libs for package: 1:net-snmp-5.7.2-24.el7_2.1.x86_64
  946. --> Running transaction check
  947. ---> Package net-snmp.x86_64 1:5.7.2-24.el7_2.1 will be erased
  948. ---> Package perl-DBD-MySQL.x86_64 0:4.023-5.el7 will be erased
  949. --> Processing Dependency: perl(DBD::mysql) >= 1 for package: mytop-1.7-10.b737f60.el7.noarch
  950. --> Running transaction check
  951. ---> Package mytop.noarch 0:1.7-10.b737f60.el7 will be erased
  952. --> Finished Dependency Resolution
  953.  
  954. Dependencies Resolved
  955.  
  956. ================================================================================
  957. Package Arch Version Repository Size
  958. ================================================================================
  959. Removing:
  960. mariadb-libs x86_64 1:5.5.52-1.el7 @anaconda 4.4 M
  961. Removing for dependencies:
  962. mytop noarch 1.7-10.b737f60.el7 @epel 68 k
  963. net-snmp x86_64 1:5.7.2-24.el7_2.1 @base 850 k
  964. perl-DBD-MySQL x86_64 4.023-5.el7 @base 323 k
  965.  
  966. Transaction Summary
  967. ================================================================================
  968. Remove 1 Package (+3 Dependent packages)
  969.  
  970. Installed size: 5.6 M
  971. Downloading packages:
  972. Running transaction check
  973. Running transaction test
  974. Transaction test succeeded
  975. Running transaction
  976. Warning: RPMDB altered outside of yum.
  977. Erasing : mytop-1.7-10.b737f60.el7.noarch 1/4
  978. Erasing : perl-DBD-MySQL-4.023-5.el7.x86_64 2/4
  979. Erasing : 1:net-snmp-5.7.2-24.el7_2.1.x86_64 3/4
  980. Erasing : 1:mariadb-libs-5.5.52-1.el7.x86_64 4/4
  981. warning: file /etc/my.cnf: remove failed: No such file or directory
  982. Verifying : mytop-1.7-10.b737f60.el7.noarch 1/4
  983. Verifying : perl-DBD-MySQL-4.023-5.el7.x86_64 2/4
  984. Verifying : 1:net-snmp-5.7.2-24.el7_2.1.x86_64 3/4
  985. Verifying : 1:mariadb-libs-5.5.52-1.el7.x86_64 4/4
  986.  
  987. Removed:
  988. mariadb-libs.x86_64 1:5.5.52-1.el7
  989.  
  990. Dependency Removed:
  991. mytop.noarch 0:1.7-10.b737f60.el7 net-snmp.x86_64 1:5.7.2-24.el7_2.1
  992. perl-DBD-MySQL.x86_64 0:4.023-5.el7
  993.  
  994. Complete!
  995.  
  996. Check for existing MySQL-shared-compat
  997.  
  998. __ __ _ ____ ____ _ ___ _
  999. | \/ | __ _ _ __ (_) __ _ | _ \ | __ ) / | / _ \ / |
  1000. | |\/| | / _` || '__|| | / _` || | | || _ \ | || | | | | |
  1001. | | | || (_| || | | || (_| || |_| || |_) | | || |_| |_ | |
  1002. |_| |_| \__,_||_| |_| \__,_||____/ |____/ |_| \___/(_)|_|
  1003.  
  1004. __ __ ___ _ _ _
  1005. \ \ / /_ _ _ __ ___ |_ _| _ __ ___ | |_ __ _ | || |
  1006. \ V /| | | || '_ ` _ \ | | | '_ \ / __|| __|/ _` || || |
  1007. | | | |_| || | | | | | | | | | | |\__ \| |_| (_| || || |
  1008. |_| \__,_||_| |_| |_| |___||_| |_||___/ \__|\__,_||_||_|
  1009.  
  1010. MariaDB 10.1 YUM install...
  1011. ____ _
  1012. / ___| ___ | |_
  1013. \___ \ / _ \| __|
  1014. ___) || __/| |_
  1015. |____/ \___| \__|
  1016.  
  1017. __ _ __ __
  1018. / /___ | |_ ___ / /_ __ ___ _ _ ___ _ __ / _|
  1019. / // _ \| __|/ __| / /| '_ ` _ \ | | | | / __|| '_ \ | |_
  1020. / /| __/| |_| (__ / / | | | | | || |_| | _| (__ | | | || _|
  1021. /_/ \___| \__|\___|/_/ |_| |_| |_| \__, |(_)\___||_| |_||_|
  1022. |___/
  1023.  
  1024. Copying MariaDB my-mdb10-4gb.cnf file to /etc/my.cnf
  1025.  
  1026. time yum -q -y --disableplugin=fastestmirror,downloadonly --disablerepo=epel,rpmforge install perl-DBI
  1027. Package perl-DBI-1.627-4.el7.x86_64 already installed and latest version
  1028.  
  1029. real 0m2.934s
  1030. user 0m0.981s
  1031. sys 0m0.098s
  1032.  
  1033. *************************************************
  1034. MariaDB 10.1.x YUM install...
  1035. (Byum -q -y install MariaDB-client MariaDB-common MariaDB-compat MariaDB-devel MariaDB-server MariaDB-shared
  1036. (B*************************************************
  1037.  
  1038. Loaded plugins: fastestmirror, priorities
  1039. Loading mirror speeds from cached hostfile
  1040. * base: ca.mirror.babylon.network
  1041. * epel: ca.mirror.babylon.network
  1042. * extras: ca.mirror.babylon.network
  1043. * rpmforge: mirror.us.leaseweb.net
  1044. * updates: ca.mirror.babylon.network
  1045. 361 packages excluded due to repository priority protections
  1046. Resolving Dependencies
  1047. --> Running transaction check
  1048. ---> Package MariaDB-client.x86_64 0:10.1.21-1.el7.centos will be installed
  1049. ---> Package MariaDB-common.x86_64 0:10.1.21-1.el7.centos will be installed
  1050. ---> Package MariaDB-compat.x86_64 0:10.1.21-1.el7.centos will be installed
  1051. ---> Package MariaDB-devel.x86_64 0:10.1.21-1.el7.centos will be installed
  1052. ---> Package MariaDB-server.x86_64 0:10.1.21-1.el7.centos will be installed
  1053. --> Processing Dependency: galera for package: MariaDB-server-10.1.21-1.el7.centos.x86_64
  1054. ---> Package MariaDB-shared.x86_64 0:10.1.21-1.el7.centos will be installed
  1055. --> Running transaction check
  1056. ---> Package galera.x86_64 0:25.3.19-1.rhel7.el7.centos will be installed
  1057. --> Processing Dependency: libboost_program_options.so.1.53.0()(64bit) for package: galera-25.3.19-1.rhel7.el7.centos.x86_64
  1058. --> Running transaction check
  1059. ---> Package boost-program-options.x86_64 0:1.53.0-26.el7 will be installed
  1060. --> Finished Dependency Resolution
  1061.  
  1062. Dependencies Resolved
  1063.  
  1064. ================================================================================
  1065. Package Arch Version Repository
  1066. Size
  1067. ================================================================================
  1068. Installing:
  1069. MariaDB-client x86_64 10.1.21-1.el7.centos mariadb 39 M
  1070. MariaDB-common x86_64 10.1.21-1.el7.centos mariadb 43 k
  1071. MariaDB-compat x86_64 10.1.21-1.el7.centos mariadb 1.4 M
  1072. MariaDB-devel x86_64 10.1.21-1.el7.centos mariadb 6.6 M
  1073. MariaDB-server x86_64 10.1.21-1.el7.centos mariadb 101 M
  1074. MariaDB-shared x86_64 10.1.21-1.el7.centos mariadb 1.3 M
  1075. Installing for dependencies:
  1076. boost-program-options x86_64 1.53.0-26.el7 base 156 k
  1077. galera x86_64 25.3.19-1.rhel7.el7.centos mariadb 8.0 M
  1078.  
  1079. Transaction Summary
  1080. ================================================================================
  1081. Install 6 Packages (+2 Dependent packages)
  1082.  
  1083. Total download size: 158 M
  1084. Installed size: 692 M
  1085. Downloading packages:
  1086. --------------------------------------------------------------------------------
  1087. Total 11 MB/s | 158 MB 00:14
  1088. Running transaction check
  1089. Running transaction test
  1090. Transaction test succeeded
  1091. Running transaction
  1092. Installing : MariaDB-common-10.1.21-1.el7.centos.x86_64 1/8
  1093. warning: /etc/my.cnf created as /etc/my.cnf.rpmnew
  1094. Installing : MariaDB-client-10.1.21-1.el7.centos.x86_64 2/8
  1095. Installing : boost-program-options-1.53.0-26.el7.x86_64 3/8
  1096. Installing : galera-25.3.19-1.rhel7.el7.centos.x86_64 4/8
  1097. Installing : MariaDB-server-10.1.21-1.el7.centos.x86_64 5/8
  1098. warning: /etc/logrotate.d/mysql saved as /etc/logrotate.d/mysql.rpmorig
  1099. chown: invalid user: ‘mysql’
  1100. 2017-03-13 6:35:48 139862389156096 [Note] Using unique option prefix 'ignore-db-dir' is error-prone and can break in the future. Please use the full name 'ignore_db_dirs' instead.
  1101. 2017-03-13 6:35:48 139862389156096 [Note] /usr/sbin/mysqld (mysqld 10.1.21-MariaDB) starting as process 13424 ...
  1102. 2017-03-13 6:35:48 139862389156096 [Note] InnoDB: Using mutexes to ref count buffer pool pages
  1103. 2017-03-13 6:35:48 139862389156096 [Note] InnoDB: The InnoDB memory heap is disabled
  1104. 2017-03-13 6:35:48 139862389156096 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
  1105. 2017-03-13 6:35:48 139862389156096 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
  1106. 2017-03-13 6:35:48 139862389156096 [Note] InnoDB: Compressed tables use zlib 1.2.7
  1107. 2017-03-13 6:35:48 139862389156096 [Note] InnoDB: Using Linux native AIO
  1108. 2017-03-13 6:35:48 139862389156096 [Note] InnoDB: Using SSE crc32 instructions
  1109. 2017-03-13 6:35:48 139862389156096 [Note] InnoDB: Initializing buffer pool, size = 512.0M
  1110. 2017-03-13 6:35:48 139862389156096 [Note] InnoDB: Completed initialization of buffer pool
  1111. 2017-03-13 6:35:48 139862389156096 [Note] InnoDB: The first specified data file ./ibdata1 did not exist: a new database to be created!
  1112. 2017-03-13 6:35:48 139862389156096 [Note] InnoDB: Setting file ./ibdata1 size to 10 MB
  1113. 2017-03-13 6:35:48 139862389156096 [Note] InnoDB: Database physically writes the file full: wait...
  1114. 2017-03-13 6:35:49 139862389156096 [Note] InnoDB: Setting log file ./ib_logfile101 size to 256 MB
  1115. InnoDB: Progress in MB: 100 200
  1116. 2017-03-13 6:35:51 139862389156096 [Note] InnoDB: Setting log file ./ib_logfile1 size to 256 MB
  1117. InnoDB: Progress in MB: 100 200
  1118. 2017-03-13 6:35:53 139862389156096 [Note] InnoDB: Renaming log file ./ib_logfile101 to ./ib_logfile0
  1119. 2017-03-13 6:35:53 139862389156096 [Warning] InnoDB: New log files created, LSN=45883
  1120. 2017-03-13 6:35:53 139862389156096 [Note] InnoDB: Doublewrite buffer not found: creating new
  1121. 2017-03-13 6:35:55 139862389156096 [Note] InnoDB: Doublewrite buffer created
  1122. 2017-03-13 6:35:56 139862389156096 [Note] InnoDB: 128 rollback segment(s) are active.
  1123. 2017-03-13 6:35:56 139862389156096 [Warning] InnoDB: Creating foreign key constraint system tables.
  1124. 2017-03-13 6:35:56 139862389156096 [Note] InnoDB: Foreign key constraint system tables created
  1125. 2017-03-13 6:35:56 139862389156096 [Note] InnoDB: Creating tablespace and datafile system tables.
  1126. 2017-03-13 6:35:56 139862389156096 [Note] InnoDB: Tablespace and datafile system tables created.
  1127. 2017-03-13 6:35:56 139862389156096 [Note] InnoDB: Waiting for purge to start
  1128. 2017-03-13 6:35:56 139862389156096 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.34-79.1 started; log sequence number 0
  1129. 2017-03-13 6:35:57 139861067560704 [Note] InnoDB: Dumping buffer pool(s) not yet started
  1130. 2017-03-13 6:36:02 139846303189248 [Note] Using unique option prefix 'ignore-db-dir' is error-prone and can break in the future. Please use the full name 'ignore_db_dirs' instead.
  1131. 2017-03-13 6:36:02 139846303189248 [Note] /usr/sbin/mysqld (mysqld 10.1.21-MariaDB) starting as process 13451 ...
  1132. 2017-03-13 6:36:02 139846303189248 [Note] InnoDB: Using mutexes to ref count buffer pool pages
  1133. 2017-03-13 6:36:02 139846303189248 [Note] InnoDB: The InnoDB memory heap is disabled
  1134. 2017-03-13 6:36:02 139846303189248 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
  1135. 2017-03-13 6:36:02 139846303189248 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
  1136. 2017-03-13 6:36:02 139846303189248 [Note] InnoDB: Compressed tables use zlib 1.2.7
  1137. 2017-03-13 6:36:02 139846303189248 [Note] InnoDB: Using Linux native AIO
  1138. 2017-03-13 6:36:02 139846303189248 [Note] InnoDB: Using SSE crc32 instructions
  1139. 2017-03-13 6:36:02 139846303189248 [Note] InnoDB: Initializing buffer pool, size = 512.0M
  1140. 2017-03-13 6:36:02 139846303189248 [Note] InnoDB: Completed initialization of buffer pool
  1141. 2017-03-13 6:36:02 139846303189248 [Note] InnoDB: Highest supported file format is Barracuda.
  1142. 2017-03-13 6:36:02 139846303189248 [Note] InnoDB: 128 rollback segment(s) are active.
  1143. 2017-03-13 6:36:02 139846303189248 [Note] InnoDB: Waiting for purge to start
  1144. 2017-03-13 6:36:02 139846303189248 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.34-79.1 started; log sequence number 1616806
  1145. 2017-03-13 6:36:03 139844990764800 [Note] InnoDB: Dumping buffer pool(s) not yet started
  1146. 2017-03-13 6:36:05 140164535367936 [Note] Using unique option prefix 'ignore-db-dir' is error-prone and can break in the future. Please use the full name 'ignore_db_dirs' instead.
  1147. 2017-03-13 6:36:05 140164535367936 [Note] /usr/sbin/mysqld (mysqld 10.1.21-MariaDB) starting as process 13481 ...
  1148. 2017-03-13 6:36:05 140164535367936 [Note] InnoDB: Using mutexes to ref count buffer pool pages
  1149. 2017-03-13 6:36:05 140164535367936 [Note] InnoDB: The InnoDB memory heap is disabled
  1150. 2017-03-13 6:36:05 140164535367936 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
  1151. 2017-03-13 6:36:05 140164535367936 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
  1152. 2017-03-13 6:36:05 140164535367936 [Note] InnoDB: Compressed tables use zlib 1.2.7
  1153. 2017-03-13 6:36:05 140164535367936 [Note] InnoDB: Using Linux native AIO
  1154. 2017-03-13 6:36:05 140164535367936 [Note] InnoDB: Using SSE crc32 instructions
  1155. 2017-03-13 6:36:05 140164535367936 [Note] InnoDB: Initializing buffer pool, size = 512.0M
  1156. 2017-03-13 6:36:05 140164535367936 [Note] InnoDB: Completed initialization of buffer pool
  1157. 2017-03-13 6:36:06 140164535367936 [Note] InnoDB: Highest supported file format is Barracuda.
  1158. 2017-03-13 6:36:06 140164535367936 [Note] InnoDB: 128 rollback segment(s) are active.
  1159. 2017-03-13 6:36:06 140164535367936 [Note] InnoDB: Waiting for purge to start
  1160. 2017-03-13 6:36:06 140164535367936 [Note] InnoDB: Percona XtraDB (http://www.percona.com) 5.6.34-79.1 started; log sequence number 1616816
  1161. 2017-03-13 6:36:06 140163225192192 [Note] InnoDB: Dumping buffer pool(s) not yet started
  1162.  
  1163. PLEASE REMEMBER TO SET A PASSWORD FOR THE MariaDB root USER !
  1164. To do so, start the server, then issue the following commands:
  1165.  
  1166. '/usr/bin/mysqladmin' -u root password 'new-password'
  1167. '/usr/bin/mysqladmin' -u root -h srv2.domain.com password 'new-password'
  1168.  
  1169. Alternatively you can run:
  1170. '/usr/bin/mysql_secure_installation'
  1171.  
  1172. which will also give you the option of removing the test
  1173. databases and anonymous user created by default. This is
  1174. strongly recommended for production servers.
  1175.  
  1176. See the MariaDB Knowledgebase at http://mariadb.com/kb or the
  1177. MySQL manual for more instructions.
  1178.  
  1179. Please report any problems at http://mariadb.org/jira
  1180.  
  1181. The latest information about MariaDB is available at http://mariadb.org/.
  1182. You can find additional information about the MySQL part at:
  1183. http://dev.mysql.com
  1184. Consider joining MariaDB's strong and vibrant community:
  1185. https://mariadb.org/get-involved/
  1186.  
  1187. Installing : MariaDB-devel-10.1.21-1.el7.centos.x86_64 6/8
  1188. Installing : MariaDB-shared-10.1.21-1.el7.centos.x86_64 7/8
  1189. Installing : MariaDB-compat-10.1.21-1.el7.centos.x86_64 8/8
  1190. Verifying : MariaDB-server-10.1.21-1.el7.centos.x86_64 1/8
  1191. Verifying : MariaDB-common-10.1.21-1.el7.centos.x86_64 2/8
  1192. Verifying : MariaDB-devel-10.1.21-1.el7.centos.x86_64 3/8
  1193. Verifying : boost-program-options-1.53.0-26.el7.x86_64 4/8
  1194. Verifying : MariaDB-client-10.1.21-1.el7.centos.x86_64 5/8
  1195. Verifying : galera-25.3.19-1.rhel7.el7.centos.x86_64 6/8
  1196. Verifying : MariaDB-shared-10.1.21-1.el7.centos.x86_64 7/8
  1197. Verifying : MariaDB-compat-10.1.21-1.el7.centos.x86_64 8/8
  1198.  
  1199. Installed:
  1200. MariaDB-client.x86_64 0:10.1.21-1.el7.centos
  1201. MariaDB-common.x86_64 0:10.1.21-1.el7.centos
  1202. MariaDB-compat.x86_64 0:10.1.21-1.el7.centos
  1203. MariaDB-devel.x86_64 0:10.1.21-1.el7.centos
  1204. MariaDB-server.x86_64 0:10.1.21-1.el7.centos
  1205. MariaDB-shared.x86_64 0:10.1.21-1.el7.centos
  1206.  
  1207. Dependency Installed:
  1208. boost-program-options.x86_64 0:1.53.0-26.el7
  1209. galera.x86_64 0:25.3.19-1.rhel7.el7.centos
  1210.  
  1211. Complete!
  1212.  
  1213. real 1m6.985s
  1214. user 0m32.807s
  1215. sys 0m3.192s
  1216. __ _ __ __
  1217. / /___ | |_ ___ / /_ __ ___ _ _ ___ _ __ / _|
  1218. / // _ \| __|/ __| / /| '_ ` _ \ | | | | / __|| '_ \ | |_
  1219. / /| __/| |_| (__ / / | | | | | || |_| | _| (__ | | | || _|
  1220. /_/ \___| \__|\___|/_/ |_| |_| |_| \__, |(_)\___||_| |_||_|
  1221. |___/
  1222. _ _ _
  1223. ___ ___ _ __ ___ _ __ __ _ | |_ ___ | |__ ___ ___ | | __ ___
  1224. / __|/ _ \ | '_ ` _ \ | '_ \ / _` || __| / __|| '_ \ / _ \ / __|| |/ // __|
  1225. | (__| (_) || | | | | || |_) || (_| || |_ | (__ | | | || __/| (__ | < \__ \
  1226. \___|\___/ |_| |_| |_|| .__/ \__,_| \__| \___||_| |_| \___| \___||_|\_\|___/
  1227. |_|
  1228.  
  1229. __ __ _ ____ ____ _ ___ _
  1230. | \/ | __ _ _ __ (_) __ _ | _ \ | __ ) / | / _ \ / |
  1231. | |\/| | / _` || '__|| | / _` || | | || _ \ | || | | | | |
  1232. | | | || (_| || | | || (_| || |_| || |_) | | || |_| |_ | |
  1233. |_| |_| \__,_||_| |_| \__,_||____/ |____/ |_| \___/(_)|_|
  1234.  
  1235. ____ _ __ _
  1236. / ___| _ __ ___ ___ (_) / _|(_) ___
  1237. \___ \ | '_ \ / _ \ / __|| || |_ | | / __|
  1238. ___) || |_) || __/| (__ | || _|| || (__
  1239. |____/ | .__/ \___| \___||_||_| |_| \___|
  1240. |_|
  1241. __ _ __ __
  1242. / /___ | |_ ___ / /_ __ ___ _ _ ___ _ __ / _|
  1243. / // _ \| __|/ __| / /| '_ ` _ \ | | | | / __|| '_ \ | |_
  1244. / /| __/| |_| (__ / / | | | | | || |_| | _| (__ | | | || _|
  1245. /_/ \___| \__|\___|/_/ |_| |_| |_| \__, |(_)\___||_| |_||_|
  1246. |___/
  1247.  
  1248. _ _ _ _
  1249. _ __ ___ _ _ ___ __ _ | | | |_ _ __ ___ _ __ __| |(_) _ __
  1250. | '_ ` _ \ | | | |/ __| / _` || | | __|| '_ ` _ \ | '_ \ / _` || || '__|
  1251. | | | | | || |_| |\__ \| (_| || | | |_ | | | | | || |_) || (_| || || |
  1252. |_| |_| |_| \__, ||___/ \__, ||_| \__||_| |_| |_|| .__/ \__,_||_||_|
  1253. |___/ |_| |_|
  1254. _
  1255. ___ ___ | |_ _ _ _ __
  1256. / __| / _ \| __|| | | || '_ \
  1257. \__ \| __/| |_ | |_| || |_) |
  1258. |___/ \___| \__| \__,_|| .__/
  1259. |_|
  1260. Update MariaDB 10 setting for ProtectHome=false
  1261. setup /var/log/mysqld.log
  1262. -rw-------. 1 mysql mysql 0 Mar 13 06:36 /var/log/mysqld.log
  1263.  
  1264. Initial Install: Update MariaDB 10 setting for LimitNOFILE=262144
  1265. systemctl restart mysql.service
  1266. __ __ _ ____ ____ _ ___
  1267. | \/ | __ _ _ __ (_) __ _ | _ \ | __ ) / | / _ \
  1268. | |\/| | / _` || '__|| | / _` || | | || _ \ | || | | |
  1269. | | | || (_| || | | || (_| || |_| || |_) | | || |_| |
  1270. |_| |_| \__,_||_| |_| \__,_||____/ |____/ |_| \___/
  1271.  
  1272. ____ _ _
  1273. | _ \ | | _ _ __ _ (_) _ __ ___
  1274. | |_) || || | | | / _` || || '_ \ / __|
  1275. | __/ | || |_| || (_| || || | | |\__ \
  1276. |_| |_| \__,_| \__, ||_||_| |_||___/
  1277. |___/
  1278. ------------------------------------------------
  1279. Installing MariaDB 10 plugins
  1280. ------------------------------------------------
  1281. mysql -e "INSTALL SONAME 'metadata_lock_info';"
  1282. mysql -e "INSTALL SONAME 'query_cache_info';"
  1283. mysql -e "INSTALL SONAME 'query_response_time';"
  1284. mysql -t -e "SELECT * FROM mysql.plugin;"
  1285. +---------------------------+------------------------+
  1286. | name | dl |
  1287. +---------------------------+------------------------+
  1288. | METADATA_LOCK_INFO | metadata_lock_info.so |
  1289. | QUERY_CACHE_INFO | query_cache_info.so |
  1290. | QUERY_RESPONSE_TIME | query_response_time.so |
  1291. | QUERY_RESPONSE_TIME_AUDIT | query_response_time.so |
  1292. +---------------------------+------------------------+
  1293. mysql -t -e "SHOW PLUGINS;"
  1294. +-------------------------------+----------+--------------------+------------------------+---------+
  1295. | Name | Status | Type | Library | License |
  1296. +-------------------------------+----------+--------------------+------------------------+---------+
  1297. | binlog | ACTIVE | STORAGE ENGINE | NULL | GPL |
  1298. | mysql_native_password | ACTIVE | AUTHENTICATION | NULL | GPL |
  1299. | mysql_old_password | ACTIVE | AUTHENTICATION | NULL | GPL |
  1300. | wsrep | ACTIVE | STORAGE ENGINE | NULL | GPL |
  1301. | CSV | ACTIVE | STORAGE ENGINE | NULL | GPL |
  1302. | MEMORY | ACTIVE | STORAGE ENGINE | NULL | GPL |
  1303. | MyISAM | ACTIVE | STORAGE ENGINE | NULL | GPL |
  1304. | MRG_MyISAM | ACTIVE | STORAGE ENGINE | NULL | GPL |
  1305. | CLIENT_STATISTICS | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
  1306. | INDEX_STATISTICS | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
  1307. | TABLE_STATISTICS | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
  1308. | USER_STATISTICS | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
  1309. | InnoDB | ACTIVE | STORAGE ENGINE | NULL | GPL |
  1310. | XTRADB_READ_VIEW | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
  1311. | XTRADB_INTERNAL_HASH_TABLES | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
  1312. | XTRADB_RSEG | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
  1313. | INNODB_TRX | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
  1314. | INNODB_LOCKS | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
  1315. | INNODB_LOCK_WAITS | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
  1316. | INNODB_CMP | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
  1317. | INNODB_CMP_RESET | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
  1318. | INNODB_CMPMEM | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
  1319. | INNODB_CMPMEM_RESET | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
  1320. | INNODB_CMP_PER_INDEX | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
  1321. | INNODB_CMP_PER_INDEX_RESET | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
  1322. | INNODB_BUFFER_PAGE | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
  1323. | INNODB_BUFFER_PAGE_LRU | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
  1324. | INNODB_BUFFER_POOL_STATS | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
  1325. | INNODB_METRICS | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
  1326. | INNODB_FT_DEFAULT_STOPWORD | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
  1327. | INNODB_FT_DELETED | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
  1328. | INNODB_FT_BEING_DELETED | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
  1329. | INNODB_FT_CONFIG | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
  1330. | INNODB_FT_INDEX_CACHE | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
  1331. | INNODB_FT_INDEX_TABLE | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
  1332. | INNODB_SYS_TABLES | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
  1333. | INNODB_SYS_TABLESTATS | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
  1334. | INNODB_SYS_INDEXES | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
  1335. | INNODB_SYS_COLUMNS | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
  1336. | INNODB_SYS_FIELDS | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
  1337. | INNODB_SYS_FOREIGN | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
  1338. | INNODB_SYS_FOREIGN_COLS | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
  1339. | INNODB_SYS_TABLESPACES | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
  1340. | INNODB_SYS_DATAFILES | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
  1341. | INNODB_CHANGED_PAGES | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
  1342. | INNODB_MUTEXES | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
  1343. | INNODB_SYS_SEMAPHORE_WAITS | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
  1344. | INNODB_TABLESPACES_ENCRYPTION | ACTIVE | INFORMATION SCHEMA | NULL | BSD |
  1345. | INNODB_TABLESPACES_SCRUBBING | ACTIVE | INFORMATION SCHEMA | NULL | BSD |
  1346. | CHANGED_PAGE_BITMAPS | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
  1347. | SEQUENCE | ACTIVE | STORAGE ENGINE | NULL | GPL |
  1348. | PERFORMANCE_SCHEMA | ACTIVE | STORAGE ENGINE | NULL | GPL |
  1349. | Aria | ACTIVE | STORAGE ENGINE | NULL | GPL |
  1350. | FEEDBACK | DISABLED | INFORMATION SCHEMA | NULL | GPL |
  1351. | partition | ACTIVE | STORAGE ENGINE | NULL | GPL |
  1352. | METADATA_LOCK_INFO | ACTIVE | INFORMATION SCHEMA | metadata_lock_info.so | GPL |
  1353. | QUERY_CACHE_INFO | ACTIVE | INFORMATION SCHEMA | query_cache_info.so | BSD |
  1354. | QUERY_RESPONSE_TIME | ACTIVE | INFORMATION SCHEMA | query_response_time.so | GPL |
  1355. | QUERY_RESPONSE_TIME_AUDIT | ACTIVE | AUDIT | query_response_time.so | GPL |
  1356. +-------------------------------+----------+--------------------+------------------------+---------+
  1357. mysql -t -e "SHOW ENGINES;"
  1358. +--------------------+---------+--------------------------------------------------------------------------------------------------+--------------+------+------------+
  1359. | Engine | Support | Comment | Transactions | XA | Savepoints |
  1360. +--------------------+---------+--------------------------------------------------------------------------------------------------+--------------+------+------------+
  1361. | MRG_MyISAM | YES | Collection of identical MyISAM tables | NO | NO | NO |
  1362. | CSV | YES | CSV storage engine | NO | NO | NO |
  1363. | Aria | YES | Crash-safe tables with MyISAM heritage | NO | NO | NO |
  1364. | MyISAM | YES | MyISAM storage engine | NO | NO | NO |
  1365. | MEMORY | YES | Hash based, stored in memory, useful for temporary tables | NO | NO | NO |
  1366. | InnoDB | DEFAULT | Percona-XtraDB, Supports transactions, row-level locking, foreign keys and encryption for tables | YES | YES | YES |
  1367. | SEQUENCE | YES | Generated tables filled with sequential values | YES | NO | YES |
  1368. | PERFORMANCE_SCHEMA | YES | Performance Schema | NO | NO | NO |
  1369. +--------------------+---------+--------------------------------------------------------------------------------------------------+--------------+------+------------+
  1370.  
  1371. Loaded plugins: fastestmirror, priorities
  1372. Loading mirror speeds from cached hostfile
  1373. * base: ca.mirror.babylon.network
  1374. * epel: ca.mirror.babylon.network
  1375. * extras: ca.mirror.babylon.network
  1376. * rpmforge: mirror.us.leaseweb.net
  1377. * updates: ca.mirror.babylon.network
  1378. 361 packages excluded due to repository priority protections
  1379. Resolving Dependencies
  1380. --> Running transaction check
  1381. ---> Package postfix.x86_64 2:2.10.1-6.el7 will be installed
  1382. --> Finished Dependency Resolution
  1383.  
  1384. Dependencies Resolved
  1385.  
  1386. ================================================================================
  1387. Package Arch Version Repository Size
  1388. ================================================================================
  1389. Installing:
  1390. postfix x86_64 2:2.10.1-6.el7 base 2.4 M
  1391.  
  1392. Transaction Summary
  1393. ================================================================================
  1394. Install 1 Package
  1395.  
  1396. Total download size: 2.4 M
  1397. Installed size: 12 M
  1398. Downloading packages:
  1399. Running transaction check
  1400. Running transaction test
  1401. Transaction test succeeded
  1402. Running transaction
  1403. Installing : 2:postfix-2.10.1-6.el7.x86_64 1/1
  1404. Verifying : 2:postfix-2.10.1-6.el7.x86_64 1/1
  1405.  
  1406. Installed:
  1407. postfix.x86_64 2:2.10.1-6.el7
  1408.  
  1409. Complete!
  1410. Loaded plugins: fastestmirror, priorities
  1411. Loading mirror speeds from cached hostfile
  1412. * base: ca.mirror.babylon.network
  1413. * epel: ca.mirror.babylon.network
  1414. * extras: ca.mirror.babylon.network
  1415. * rpmforge: mirror.us.leaseweb.net
  1416. * updates: ca.mirror.babylon.network
  1417. 361 packages excluded due to repository priority protections
  1418. Resolving Dependencies
  1419. --> Running transaction check
  1420. ---> Package net-snmp.x86_64 1:5.7.2-24.el7_2.1 will be installed
  1421. --> Finished Dependency Resolution
  1422.  
  1423. Dependencies Resolved
  1424.  
  1425. ================================================================================
  1426. Package Arch Version Repository Size
  1427. ================================================================================
  1428. Installing:
  1429. net-snmp x86_64 1:5.7.2-24.el7_2.1 base 321 k
  1430.  
  1431. Transaction Summary
  1432. ================================================================================
  1433. Install 1 Package
  1434.  
  1435. Total download size: 321 k
  1436. Installed size: 850 k
  1437. Downloading packages:
  1438. Running transaction check
  1439. Running transaction test
  1440. Transaction test succeeded
  1441. Running transaction
  1442. Installing : 1:net-snmp-5.7.2-24.el7_2.1.x86_64 1/1
  1443. Verifying : 1:net-snmp-5.7.2-24.el7_2.1.x86_64 1/1
  1444.  
  1445. Installed:
  1446. net-snmp.x86_64 1:5.7.2-24.el7_2.1
  1447.  
  1448. Complete!
  1449. Loaded plugins: fastestmirror, priorities
  1450. Loading mirror speeds from cached hostfile
  1451. * base: ca.mirror.babylon.network
  1452. * epel: ca.mirror.babylon.network
  1453. * extras: ca.mirror.babylon.network
  1454. * rpmforge: mirror.us.leaseweb.net
  1455. * updates: ca.mirror.babylon.network
  1456. 361 packages excluded due to repository priority protections
  1457. Resolving Dependencies
  1458. --> Running transaction check
  1459. ---> Package mytop.noarch 0:1.7-10.b737f60.el7 will be installed
  1460. --> Finished Dependency Resolution
  1461.  
  1462. Dependencies Resolved
  1463.  
  1464. ================================================================================
  1465. Package Arch Version Repository Size
  1466. ================================================================================
  1467. Installing:
  1468. mytop noarch 1.7-10.b737f60.el7 epel 33 k
  1469.  
  1470. Transaction Summary
  1471. ================================================================================
  1472. Install 1 Package
  1473.  
  1474. Total download size: 33 k
  1475. Installed size: 68 k
  1476. Downloading packages:
  1477. Running transaction check
  1478. Running transaction test
  1479. Transaction test succeeded
  1480. Running transaction
  1481. Installing : mytop-1.7-10.b737f60.el7.noarch 1/1
  1482. Verifying : mytop-1.7-10.b737f60.el7.noarch 1/1
  1483.  
  1484. Installed:
  1485. mytop.noarch 0:1.7-10.b737f60.el7
  1486.  
  1487. Complete!
  1488. ----------------------------------------------
  1489. Creating /etc/logrotate.d/mysql file
  1490. ----------------------------------------------
  1491. ......
  1492. ----------------------------------------------
  1493. Creating /etc/logrotate.d/mysql-slowlog file
  1494. ----------------------------------------------
  1495. ......
  1496. ----------------------------------------------------------------------------
  1497. /var/log/mysqld.log {
  1498. create 600 mysql mysql
  1499. dateext
  1500. notifempty
  1501. daily
  1502. rotate 8
  1503. missingok
  1504. compress
  1505. sharedscripts
  1506. postrotate
  1507. if test -x /usr/bin/mysqladmin && /usr/bin/mysqladmin ping &>/dev/null
  1508. then
  1509. env HOME=/root/ /usr/bin/mysql -e 'select @@global.long_query_time into @lqt_save; set global long_query_time=2000; select sleep(2); FLUSH LOGS; select sleep(2); set global long_query_time=@lqt_save;'
  1510. fi
  1511. endscript
  1512. }
  1513. ----------------------------------------------------------------------------
  1514. /var/lib/mysql/slowq.log {
  1515. create 600 mysql mysql
  1516. dateext
  1517. notifempty
  1518. daily
  1519. rotate 8
  1520. missingok
  1521. compress
  1522. sharedscripts
  1523. postrotate
  1524. # just if mysqld is really running
  1525. if test -x /usr/bin/mysqladmin &&
  1526. /usr/bin/mysqladmin ping &>/dev/null
  1527. then
  1528. env HOME=/root/ /usr/bin/mysql -e 'select @@global.long_query_time into @lqt_save; set global long_query_time=2000; set global slow_query_log = 0; select sleep(2); FLUSH LOGS; select sleep(2); set global long_query_time=@lqt_save; set global slow_query_log = 1;' > /var/log/mysqladmin.flush-logs 2>&1
  1529. fi
  1530. endscript
  1531. }
  1532. ----------------------------------------------------------------------------
  1533. ---------------------------------------------------------------------------
  1534. Current mysql log directories:
  1535. ---------------------------------------------------------------------------
  1536. ls -lh /var/log/ | egrep 'mysql|mysql-slowlog'
  1537. -rw-------. 1 mysql mysql 1.6K Mar 13 06:36 mysqld.log
  1538. ---------------------------------------------------------------------------
  1539. ---------------------------------------------------------------------------
  1540.  
  1541. ----------------------------------------------------------------------------
  1542. mysql logrotation /etc/logrotate.d/mysql & /etc/logrotate.d/mysql-slowlog setup completed
  1543. ----------------------------------------------------------------------------
  1544. _ _ ___ _ _ _ _
  1545. | \ | | ___ __ __ |_ _| _ __ (_)| |_ (_) __ _ | |
  1546. | \| | / _ \\ \ /\ / / | | | '_ \ | || __|| | / _` || |
  1547. | |\ || __/ \ V V / | | | | | || || |_ | || (_| || |
  1548. |_| \_| \___| \_/\_/ |___||_| |_||_| \__||_| \__,_||_|
  1549.  
  1550. __ _ __ __
  1551. / /___ | |_ ___ / /_ __ ___ _ _ ___ _ __ / _|
  1552. / // _ \| __|/ __| / /| '_ ` _ \ | | | | / __|| '_ \ | |_
  1553. / /| __/| |_| (__ / / | | | | | || |_| | _| (__ | | | || _|
  1554. /_/ \___| \__|\___|/_/ |_| |_| |_| \__, |(_)\___||_| |_||_|
  1555. |___/
  1556. new initial /etc/my.cnf
  1557. =================================================
  1558. [client]
  1559. socket=/var/lib/mysql/mysql.sock
  1560.  
  1561. [mysql]
  1562. max_allowed_packet = 64M
  1563.  
  1564. [mysqld]
  1565. local-infile=0
  1566. ignore_db_dirs=lost+found
  1567. character-set-server=utf8
  1568. datadir=/var/lib/mysql
  1569. socket=/var/lib/mysql/mysql.sock
  1570.  
  1571. #bind-address=127.0.0.1
  1572. # optimized my.cnf for MariaDB 5.5.x
  1573. # by eva2000
  1574. # vbtechsupport.com
  1575.  
  1576. tmpdir=/home/mysqltmp
  1577.  
  1578. innodb=ON
  1579. #skip-federated
  1580. ##skip-pbxt
  1581. ##skip-pbxt_statistics
  1582. #skip-archive
  1583. #skip-name-resolve
  1584. #old_passwords
  1585. back_log = 512
  1586. max_connections = 500
  1587. key_buffer_size = 256M
  1588. myisam_sort_buffer_size = 256M
  1589. myisam_max_sort_file_size = 2048M
  1590. join_buffer_size = 256K
  1591. read_buffer_size = 256K
  1592. sort_buffer_size = 256K
  1593. table_definition_cache = 8192
  1594. table_open_cache = 4096
  1595. thread_cache_size = 256
  1596. wait_timeout = 1800
  1597. connect_timeout = 10
  1598. tmp_table_size = 256M
  1599. max_heap_table_size = 256M
  1600. max_allowed_packet = 64M
  1601. #max_seeks_for_key = 4294967295
  1602. group_concat_max_len = 1024
  1603. max_length_for_sort_data = 1024
  1604. net_buffer_length = 16384
  1605. max_connect_errors = 100000
  1606. concurrent_insert = 2
  1607. read_rnd_buffer_size = 512K
  1608. bulk_insert_buffer_size = 8M
  1609. # query_cache boost for MariaDB >10.1.2+
  1610. # https://community.centminmod.com/posts/30811/
  1611. query_cache_limit = 1024K
  1612. query_cache_size = 80M
  1613. query_cache_type = 1
  1614. query_cache_min_res_unit = 2K
  1615. query_prealloc_size = 262144
  1616. query_alloc_block_size = 65536
  1617. transaction_alloc_block_size = 8192
  1618. transaction_prealloc_size = 4096
  1619. default-storage-engine = InnoDB
  1620.  
  1621. log_warnings=1
  1622. slow_query_log=0
  1623. long_query_time=1
  1624. slow_query_log_file=/var/lib/mysql/slowq.log
  1625. log-error=/var/log/mysqld.log
  1626.  
  1627. # innodb settings
  1628. innodb_large_prefix=1
  1629. innodb_purge_threads=1
  1630. innodb_file_format = Barracuda
  1631. innodb_file_per_table = 1
  1632. innodb_open_files = 1000
  1633. innodb_data_file_path= ibdata1:10M:autoextend
  1634. innodb_buffer_pool_size = 512M
  1635.  
  1636. ## https://mariadb.com/kb/en/mariadb/xtradbinnodb-server-system-variables/#innodb_buffer_pool_instances
  1637. #innodb_buffer_pool_instances=2
  1638.  
  1639. innodb_log_files_in_group = 2
  1640. innodb_log_file_size = 256M
  1641. innodb_log_buffer_size = 8M
  1642. innodb_flush_log_at_trx_commit = 2
  1643. #innodb_thread_concurrency = 0
  1644. innodb_lock_wait_timeout=50
  1645. innodb_flush_method = O_DIRECT
  1646. innodb_support_xa=1
  1647.  
  1648. # 200 * # DISKS
  1649. innodb_io_capacity = 300
  1650. innodb_io_capacity_max = 2000
  1651. innodb_read_io_threads = 4
  1652. innodb_write_io_threads = 2
  1653. innodb_flush_neighbors = 1
  1654.  
  1655. # mariadb settings
  1656. [mariadb]
  1657. #thread-handling = pool-of-threads
  1658. #thread-pool-size= 20
  1659. #mysql --port=3307 --protocol=tcp
  1660. #extra-port=3307
  1661. #extra-max-connections=1
  1662.  
  1663. userstat = 0
  1664. key_cache_segments = 1
  1665. aria_group_commit = none
  1666. aria_group_commit_interval = 0
  1667. aria_log_file_size = 64M
  1668. aria_log_purge_type = immediate
  1669. aria_pagecache_buffer_size = 64M
  1670. aria_sort_buffer_size = 64M
  1671.  
  1672. [mariadb-5.5]
  1673. innodb_file_format = Barracuda
  1674. innodb_file_per_table = 1
  1675.  
  1676. #ignore_db_dirs=
  1677. query_cache_strip_comments=0
  1678.  
  1679. innodb_read_ahead = linear
  1680. innodb_adaptive_flushing_method = estimate
  1681. innodb_flush_neighbor_pages = 1
  1682. innodb_stats_update_need_lock = 0
  1683. innodb_log_block_size = 512
  1684.  
  1685. log_slow_filter =admin,filesort,filesort_on_disk,full_join,full_scan,query_cache,query_cache_miss,tmp_table,tmp_table_on_disk
  1686.  
  1687. [mysqld_safe]
  1688. socket=/var/lib/mysql/mysql.sock
  1689. log-error=/var/log/mysqld.log
  1690. #nice = -5
  1691. open-files-limit = 8192
  1692.  
  1693. [mysqldump]
  1694. quick
  1695. max_allowed_packet = 64M
  1696.  
  1697. [myisamchk]
  1698. tmpdir=/home/mysqltmp
  1699. key_buffer = 256M
  1700. sort_buffer = 32M
  1701. read_buffer = 32M
  1702. write_buffer = 32M
  1703.  
  1704. [mysqlhotcopy]
  1705. interactive-timeout
  1706.  
  1707. [mariadb-10.0]
  1708. innodb_file_format = Barracuda
  1709. innodb_file_per_table = 1
  1710.  
  1711. # 2 variables needed to switch from XtraDB to InnoDB plugins
  1712. #plugin-load=ha_innodb
  1713. #ignore_builtin_innodb
  1714.  
  1715. ## MariaDB 10 only save and restore buffer pool pages
  1716. ## warm up InnoDB buffer pool on server restarts
  1717. #innodb_buffer_pool_dump_at_shutdown=1
  1718. #innodb_buffer_pool_load_at_startup=1
  1719. innodb_buffer_pool_populate=0
  1720. ## Disabled settings
  1721. performance_schema=OFF
  1722. innodb_stats_on_metadata=OFF
  1723. innodb_sort_buffer_size=2M
  1724. innodb_online_alter_log_max_size=128M
  1725. query_cache_strip_comments=0
  1726. log_slow_filter =admin,filesort,filesort_on_disk,full_join,full_scan,query_cache,query_cache_miss,tmp_table,tmp_table_on_disk
  1727.  
  1728. [mariadb-10.1]
  1729. innodb_file_format = Barracuda
  1730. innodb_file_per_table = 1
  1731.  
  1732. ## wsrep specific
  1733. # wsrep_on=OFF
  1734. # wsrep_provider
  1735. # wsrep_cluster_address
  1736. # binlog_format=ROW
  1737. # default_storage_engine=InnoDB
  1738. # innodb_autoinc_lock_mode=2
  1739. # innodb_doublewrite=1
  1740. # query_cache_size=0
  1741.  
  1742. # 2 variables needed to switch from XtraDB to InnoDB plugins
  1743. #plugin-load=ha_innodb
  1744. #ignore_builtin_innodb
  1745.  
  1746. ## MariaDB 10 only save and restore buffer pool pages
  1747. ## warm up InnoDB buffer pool on server restarts
  1748. #innodb_buffer_pool_dump_at_shutdown=1
  1749. #innodb_buffer_pool_load_at_startup=1
  1750. innodb_buffer_pool_populate=0
  1751. ## Disabled settings
  1752. performance_schema=OFF
  1753. innodb_stats_on_metadata=OFF
  1754. innodb_sort_buffer_size=2M
  1755. innodb_online_alter_log_max_size=128M
  1756. query_cache_strip_comments=0
  1757. log_slow_filter =admin,filesort,filesort_on_disk,full_join,full_scan,query_cache,query_cache_miss,tmp_table,tmp_table_on_disk
  1758.  
  1759. # Defragmenting unused space on InnoDB tablespace
  1760. innodb_defragment=1
  1761. innodb_defragment_n_pages=7
  1762. innodb_defragment_stats_accuracy=0
  1763. innodb_defragment_fill_factor_n_recs=20
  1764. innodb_defragment_fill_factor=0.9
  1765. innodb_defragment_frequency=40
  1766. =================================================
  1767.  
  1768. exclude line exists... adding exclude line for mysql*
  1769. (B*************************************************
  1770. * Starting MariaDB Secure Installation
  1771. (B*************************************************
  1772. Looking for 'mysql' as: mysql
  1773. Looking for 'mysqlcheck' as: mysqlcheck
  1774. Phase 1/6: Checking and upgrading mysql database
  1775. Processing databases
  1776. mysql
  1777. mysql.column_stats OK
  1778. mysql.columns_priv OK
  1779. mysql.db OK
  1780. mysql.event OK
  1781. mysql.func OK
  1782. mysql.gtid_slave_pos OK
  1783. mysql.help_category OK
  1784. mysql.help_keyword OK
  1785. mysql.help_relation OK
  1786. mysql.help_topic OK
  1787. mysql.host OK
  1788. mysql.index_stats OK
  1789. mysql.innodb_index_stats OK
  1790. mysql.innodb_table_stats OK
  1791. mysql.plugin OK
  1792. mysql.proc OK
  1793. mysql.procs_priv OK
  1794. mysql.proxies_priv OK
  1795. mysql.roles_mapping OK
  1796. mysql.servers OK
  1797. mysql.table_stats OK
  1798. mysql.tables_priv OK
  1799. mysql.time_zone OK
  1800. mysql.time_zone_leap_second OK
  1801. mysql.time_zone_name OK
  1802. mysql.time_zone_transition OK
  1803. mysql.time_zone_transition_type OK
  1804. mysql.user OK
  1805. Phase 2/6: Fixing views
  1806. Processing databases
  1807. information_schema
  1808. mysql
  1809. performance_schema
  1810. test
  1811. Phase 3/6: Running 'mysql_fix_privilege_tables'
  1812. Phase 4/6: Fixing table and database names
  1813. Processing databases
  1814. information_schema
  1815. mysql
  1816. performance_schema
  1817. test
  1818. Phase 5/6: Checking and upgrading tables
  1819. Processing databases
  1820. information_schema
  1821. performance_schema
  1822. test
  1823. Phase 6/6: Running 'FLUSH PRIVILEGES'
  1824. OK
  1825. systemctl restart mysql.service
  1826. systemctl stop mysql.service
  1827. systemctl start mysql.service
  1828. Full Reads: 587
  1829. Full Writes: 464
  1830.  
  1831. set innodb_flush_neighbors = 1
  1832.  
  1833. innodb_io_capacity = 200
  1834.  
  1835. +------------------------+-------+
  1836. /etc/my.cnf adjustment
  1837. +------------------------+-------+
  1838. existing value:
  1839. Variable_name Value
  1840. innodb_io_capacity 300
  1841. innodb_io_capacity_max 2000
  1842. new value:
  1843. Variable_name Value
  1844. innodb_io_capacity 200
  1845. innodb_io_capacity_max 400
  1846.  
  1847. +------------------------+-------+
  1848. innodb io threads adjustment
  1849. +------------------------+-------+
  1850. existing value:
  1851. +------------------------+-------+
  1852. innodb_read_io_threads = 4
  1853. innodb_write_io_threads = 2
  1854. +------------------------+-------+
  1855. new value:
  1856. +------------------------+-------+
  1857. innodb_read_io_threads = 2
  1858. innodb_write_io_threads = 2
  1859. +------------------------+-------+
  1860.  
  1861. Restart MySQL server for io thread changes
  1862.  
  1863. *************************************************
  1864. * MariaDB installed
  1865. (B*************************************************
  1866. systemctl stop mysql.service
  1867. *************************************************
  1868. * Installing PHP
  1869. (B*************************************************
  1870. /usr/local/src/centminmod/centmin.sh: line 1332: cd: php-5.6.30: No such file or directory
  1871. /usr/local/src/centminmod/centmin.sh: line 1334: ./buildconf: No such file or directory
  1872. gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-11)
  1873. Copyright (C) 2015 Free Software Foundation, Inc.
  1874. This is free software; see the source for copying conditions. There is NO
  1875. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  1876.  
  1877. -m64 [enabled]
  1878. -m80387 [enabled]
  1879. -m96bit-long-double [enabled]
  1880. -malign-stringops [enabled]
  1881. -march= corei7-avx
  1882. -mavx [enabled]
  1883. -mcx16 [enabled]
  1884. -mfancy-math-387 [enabled]
  1885. -mfentry [enabled]
  1886. -mfp-ret-in-387 [enabled]
  1887. -mfpmath= 387
  1888. -mfxsr [enabled]
  1889. -mglibc [enabled]
  1890. -mhard-float [enabled]
  1891. -mieee-fp [enabled]
  1892. -mlong-double-80 [enabled]
  1893. -mpclmul [enabled]
  1894. -mpopcnt [enabled]
  1895. -mpush-args [enabled]
  1896. -mred-zone [enabled]
  1897. -msahf [enabled]
  1898. -msse [enabled]
  1899. -msse2 [enabled]
  1900. -msse3 [enabled]
  1901. -msse4 [enabled]
  1902. -msse4.1 [enabled]
  1903. -msse4.2 [enabled]
  1904. -mssse3 [enabled]
  1905. -mstackrealign [enabled]
  1906. -mtls-direct-seg-refs [enabled]
  1907. -mtune= corei7-avx
  1908. -mxsave [enabled]
  1909. -mxsaveopt [enabled]
  1910. Valid arguments to -mfpmath=:
  1911. ../configure --enable-fpm --enable-intl --enable-pcntl --with-mcrypt --with-snmp --with-mhash --with-zlib --with-gettext --enable-exif --enable-zip --with-bz2 --enable-soap --enable-sockets --enable-sysvmsg --enable-sysvsem --enable-sysvshm --enable-shmop --with-pear --enable-mbstring --with-openssl --with-mysql=mysqlnd --with-libdir=lib64 --with-mysqli=mysqlnd --with-mysql-sock=/var/lib/mysql/mysql.sock --with-curl --with-gd --with-xmlrpc --enable-bcmath --enable-calendar --enable-ftp --enable-gd-native-ttf --with-freetype-dir=/usr --with-jpeg-dir=/usr --with-png-dir=/usr --with-xpm-dir=/usr --with-vpx-dir=/usr --with-t1lib=/usr --enable-pdo --with-pdo-sqlite --with-pdo-mysql=mysqlnd --enable-inline-optimization --with-imap --with-imap-ssl --with-kerberos --with-readline --with-libedit --with-gmp --with-pspell --with-tidy --with-enchant --with-fpm-user=nginx --with-fpm-group=nginx --disable-fileinfo --with-ldap --with-ldap-sasl --with-config-file-scan-dir=/etc/centminmod/php.d --with-xsl
  1912. inc/php_configure.inc: line 627: ../configure: No such file or directory
  1913.  
  1914. php_configure.inc make -j4
  1915. make: *** No targets specified and no makefile found. Stop.
  1916.  
  1917. real 0m0.001s
  1918. user 0m0.001s
  1919. sys 0m0.000s
  1920.  
  1921. make: *** No rule to make target `install'. Stop.
  1922.  
  1923. real 0m0.002s
  1924. user 0m0.001s
  1925. sys 0m0.000s
  1926.  
  1927. strip PHP binary...
  1928. ls: cannot access /usr/local/bin/php: No such file or directory
  1929. ls: cannot access /usr/local/bin/php-cgi: No such file or directory
  1930. strip: '/usr/local/bin/php': No such file
  1931. strip: '/usr/local/bin/php-cgi': No such file
  1932. ls: cannot access /usr/local/bin/php: No such file or directory
  1933. ls: cannot access /usr/local/bin/php-cgi: No such file or directory
  1934.  
  1935. ----------------------------------------------------------------------------------
  1936. (BPHP was not installed properly
  1937. ----------------------------------------------------------------------------------
  1938. (Bcp: cannot stat ‘php.ini-production’: No such file or directory
  1939. chmod: cannot access ‘/usr/local/lib/php.ini’: No such file or directory
  1940.  
  1941.  
  1942.  
  1943. Copying php-fpm.conf /usr/local/etc/php-fpm.conf
  1944.  
  1945. Starting php-fpm /etc/init.d/php-fpm: line 80: /usr/local/sbin/php-fpm: No such file or directory
  1946. failed
  1947. exclude line exists... adding nginx* php* exclusions
  1948. (B----------------------------------------------
  1949. Creating /etc/logrotate.d/php-fpm file
  1950. ----------------------------------------------
  1951. ......
  1952. ----------------------------------------------------------------------------
  1953. /var/log/php-fpm/*.log {
  1954. daily
  1955. dateext
  1956. missingok
  1957. rotate 10
  1958. compress
  1959. delaycompress
  1960. notifempty
  1961. postrotate
  1962. /bin/kill -SIGUSR1 $(cat /var/run/php-fpm/php-fpm.pid 2>/dev/null) 2>/dev/null || true
  1963. endscript
  1964. }
  1965. ---------------------------------------------------------------------------
  1966. Current php-fpm log directories:
  1967. ---------------------------------------------------------------------------
  1968. ls -lh /var/log/php-fpm/
  1969. total 0
  1970. -rw-rw----. 1 root root 0 Mar 13 06:37 www-error.log
  1971. -rw-rw----. 1 root root 0 Mar 13 06:37 www-php.error.log
  1972. ---------------------------------------------------------------------------
  1973. ----------------------------------------------------------------------------
  1974. php-fpm logrotation /etc/logrotate.d/php-fpm setup completed
  1975. ----------------------------------------------------------------------------
  1976. *************************************************
  1977. * PHP installed
  1978. (B*************************************************
  1979. -rw-r--r--. 1 root root 57 Mar 13 06:37 /root/centminlogs/centminmod_phpinstalltime_130317-023320.log
  1980. cat: /usr/local/bin/php-config: No such file or directory
  1981. grep: /etc/centminmod/php.d/zendopcache.ini: No such file or directory
  1982.  
  1983.  
  1984.  
  1985. Copying zendopcache.ini > /etc/centminmod/php.d/zendopcache.ini
  1986.  
  1987. *************************************************
  1988. * Zend Optimizer Plus OPcache installed
  1989. (B*************************************************
  1990.  
  1991. setup initial /usr/local/nginx/html/opcache.php
  1992.  
  1993. cp /usr/local/src/centminmod/config/zendopcache/opcache.php /usr/local/nginx/html/45e5a004a6a0337d_opcache.php
  1994.  
  1995. Creating htpasswd_opcache user/pass...
  1996. (B/usr/local/nginx/conf/htpasswd.sh create /usr/local/nginx/conf/htpasswd_opcache opadmin wQT2wGogLM0Bx7MZFayiag==
  1997.  
  1998. /usr/local/nginx/conf/htpasswd_opcache contents:
  1999. opadmin:$apr1$yMETDUIz$Qk5NK6V0BuVyvMU7uiksM/
  2000.  
  2001. Insert Username/Password into /usr/local/nginx/html/45e5a004a6a0337d_opcache.php file itself
  2002. (B
  2003. Create include file /usr/local/nginx/conf/include_opcache.conf
  2004. (B
  2005. location ~ ^/(45e5a004a6a0337d_opcache.php) {
  2006. include /usr/local/nginx/conf/php.conf;
  2007. auth_basic "Password Protected";
  2008. auth_basic_user_file /usr/local/nginx/conf/htpasswd_opcache;
  2009. }
  2010.  
  2011. Setup virtual.conf
  2012. (BAdding /usr/local/nginx/conf/include_opcache.conf include entry
  2013. (B
  2014. service nginx reload
  2015. Reloading nginx configuration (via systemctl): Job for nginx.service invalid.
  2016. [FAILED]
  2017. inc/igbinary.inc: line 9: php: command not found
  2018. 1
  2019. Compiling igbinary...
  2020. --2017-03-13 06:37:50-- https://github.com/igbinary/igbinary/tarball/master
  2021. Resolving github.com... 192.30.253.112, 192.30.253.113
  2022. Connecting to github.com|192.30.253.112|:443... connected.
  2023. HTTP request sent, awaiting response... 302 Found
  2024. Location: https://codeload.github.com/igbinary/igbinary/legacy.tar.gz/master [following]
  2025. --2017-03-13 06:37:50-- https://codeload.github.com/igbinary/igbinary/legacy.tar.gz/master
  2026. Resolving codeload.github.com... 192.30.253.121, 192.30.253.120
  2027. Connecting to codeload.github.com|192.30.253.121|:443... connected.
  2028. HTTP request sent, awaiting response... 200 OK
  2029. Length: unspecified [application/x-gzip]
  2030. Saving to: ‘igbinary-igbinary-1.1.2-dev.tar.gz’
  2031.  
  2032. 0K .......... .......... .......... .......... .......... 1.53M
  2033. 50K .......... .......... .......... .......... .......... 3.26M
  2034. 100K .......... .......... .......... .......... .......... 10.8M
  2035. 150K .......... .......... .... 10.7M=0.05s
  2036.  
  2037. 2017-03-13 06:37:50 (3.18 MB/s) - ‘igbinary-igbinary-1.1.2-dev.tar.gz’ saved [178514]
  2038.  
  2039. igbinary-igbinary-b07cd1e/
  2040. igbinary-igbinary-b07cd1e/.gitignore
  2041. igbinary-igbinary-b07cd1e/.travis.yml
  2042. igbinary-igbinary-b07cd1e/COPYING
  2043. igbinary-igbinary-b07cd1e/CREDITS
  2044. igbinary-igbinary-b07cd1e/ChangeLog
  2045. igbinary-igbinary-b07cd1e/EXPERIMENTAL
  2046. igbinary-igbinary-b07cd1e/Makefile.bench
  2047. igbinary-igbinary-b07cd1e/NEWS
  2048. igbinary-igbinary-b07cd1e/README.md
  2049. igbinary-igbinary-b07cd1e/WINDOWS.md
  2050. igbinary-igbinary-b07cd1e/appveyor.yml
  2051. igbinary-igbinary-b07cd1e/benchmark/
  2052. igbinary-igbinary-b07cd1e/benchmark/.gitignore
  2053. igbinary-igbinary-b07cd1e/benchmark/bench.php
  2054. igbinary-igbinary-b07cd1e/benchmark/l10n-en.ser
  2055. igbinary-igbinary-b07cd1e/benchmark/run-bench.php
  2056. igbinary-igbinary-b07cd1e/benchmark/serialize-objectarray.b.php
  2057. igbinary-igbinary-b07cd1e/benchmark/serialize-scalar-int.b.php
  2058. igbinary-igbinary-b07cd1e/benchmark/serialize-scalararray.b.php
  2059. igbinary-igbinary-b07cd1e/benchmark/serialize-stringarray.b.php
  2060. igbinary-igbinary-b07cd1e/benchmark/unserialize-objectarray.b.php
  2061. igbinary-igbinary-b07cd1e/benchmark/unserialize-scalar-int.b.php
  2062. igbinary-igbinary-b07cd1e/benchmark/unserialize-scalararray.b.php
  2063. igbinary-igbinary-b07cd1e/benchmark/unserialize-stringarray.b.php
  2064. igbinary-igbinary-b07cd1e/ci/
  2065. igbinary-igbinary-b07cd1e/ci/g++-32.sh
  2066. igbinary-igbinary-b07cd1e/ci/gcc-32.sh
  2067. igbinary-igbinary-b07cd1e/ci/generate_php_install_dir.sh
  2068. igbinary-igbinary-b07cd1e/ci/get_global_php_version.sh
  2069. igbinary-igbinary-b07cd1e/ci/install_php_custom.sh
  2070. igbinary-igbinary-b07cd1e/ci/php.ini
  2071. igbinary-igbinary-b07cd1e/ci/print_php_int_max.php
  2072. igbinary-igbinary-b07cd1e/ci/wipe_travis_cache.sh
  2073. igbinary-igbinary-b07cd1e/config.m4
  2074. igbinary-igbinary-b07cd1e/config.w32
  2075. igbinary-igbinary-b07cd1e/igbinary.h
  2076. igbinary-igbinary-b07cd1e/igbinary.php
  2077. igbinary-igbinary-b07cd1e/igbinary.php.ini
  2078. igbinary-igbinary-b07cd1e/igbinary.spec
  2079. igbinary-igbinary-b07cd1e/package.xml
  2080. igbinary-igbinary-b07cd1e/php_igbinary.h
  2081. igbinary-igbinary-b07cd1e/src/
  2082. igbinary-igbinary-b07cd1e/src/php5/
  2083. igbinary-igbinary-b07cd1e/src/php5/apc_serializer.h
  2084. igbinary-igbinary-b07cd1e/src/php5/hash.h
  2085. igbinary-igbinary-b07cd1e/src/php5/hash_ptr.h
  2086. igbinary-igbinary-b07cd1e/src/php5/hash_si.c
  2087. igbinary-igbinary-b07cd1e/src/php5/hash_si_ptr.c
  2088. igbinary-igbinary-b07cd1e/src/php5/ig_win32.h
  2089. igbinary-igbinary-b07cd1e/src/php5/igbinary.c
  2090. igbinary-igbinary-b07cd1e/src/php5/igbinary.h
  2091. igbinary-igbinary-b07cd1e/src/php5/igbinary_macros.h
  2092. igbinary-igbinary-b07cd1e/src/php5/php_igbinary.h
  2093. igbinary-igbinary-b07cd1e/src/php7/
  2094. igbinary-igbinary-b07cd1e/src/php7/hash.h
  2095. igbinary-igbinary-b07cd1e/src/php7/hash_ptr.h
  2096. igbinary-igbinary-b07cd1e/src/php7/hash_si.c
  2097. igbinary-igbinary-b07cd1e/src/php7/hash_si_ptr.c
  2098. igbinary-igbinary-b07cd1e/src/php7/ig_win32.h
  2099. igbinary-igbinary-b07cd1e/src/php7/igbinary.c
  2100. igbinary-igbinary-b07cd1e/src/php7/igbinary.h
  2101. igbinary-igbinary-b07cd1e/src/php7/php_igbinary.h
  2102. igbinary-igbinary-b07cd1e/tags.sh
  2103. igbinary-igbinary-b07cd1e/tests/
  2104. igbinary-igbinary-b07cd1e/tests/igbinary_001.phpt
  2105. igbinary-igbinary-b07cd1e/tests/igbinary_002.phpt
  2106. igbinary-igbinary-b07cd1e/tests/igbinary_003.phpt
  2107. igbinary-igbinary-b07cd1e/tests/igbinary_004.phpt
  2108. igbinary-igbinary-b07cd1e/tests/igbinary_005.phpt
  2109. igbinary-igbinary-b07cd1e/tests/igbinary_006.phpt
  2110. igbinary-igbinary-b07cd1e/tests/igbinary_007.phpt
  2111. igbinary-igbinary-b07cd1e/tests/igbinary_008.phpt
  2112. igbinary-igbinary-b07cd1e/tests/igbinary_009.phpt
  2113. igbinary-igbinary-b07cd1e/tests/igbinary_009b.phpt
  2114. igbinary-igbinary-b07cd1e/tests/igbinary_010.phpt
  2115. igbinary-igbinary-b07cd1e/tests/igbinary_012.phpt
  2116. igbinary-igbinary-b07cd1e/tests/igbinary_013.phpt
  2117. igbinary-igbinary-b07cd1e/tests/igbinary_014.phpt
  2118. igbinary-igbinary-b07cd1e/tests/igbinary_015.phpt
  2119. igbinary-igbinary-b07cd1e/tests/igbinary_015b.phpt
  2120. igbinary-igbinary-b07cd1e/tests/igbinary_016.phpt
  2121. igbinary-igbinary-b07cd1e/tests/igbinary_017.phpt
  2122. igbinary-igbinary-b07cd1e/tests/igbinary_018.phpt
  2123. igbinary-igbinary-b07cd1e/tests/igbinary_019.phpt
  2124. igbinary-igbinary-b07cd1e/tests/igbinary_020.phpt
  2125. igbinary-igbinary-b07cd1e/tests/igbinary_021.phpt
  2126. igbinary-igbinary-b07cd1e/tests/igbinary_022.phpt
  2127. igbinary-igbinary-b07cd1e/tests/igbinary_023.phpt
  2128. igbinary-igbinary-b07cd1e/tests/igbinary_024.phpt
  2129. igbinary-igbinary-b07cd1e/tests/igbinary_025.phpt
  2130. igbinary-igbinary-b07cd1e/tests/igbinary_026.phpt
  2131. igbinary-igbinary-b07cd1e/tests/igbinary_026b.phpt
  2132. igbinary-igbinary-b07cd1e/tests/igbinary_027.phpt
  2133. igbinary-igbinary-b07cd1e/tests/igbinary_028.phpt
  2134. igbinary-igbinary-b07cd1e/tests/igbinary_029.phpt
  2135. igbinary-igbinary-b07cd1e/tests/igbinary_030.phpt
  2136. igbinary-igbinary-b07cd1e/tests/igbinary_031.phpt
  2137. igbinary-igbinary-b07cd1e/tests/igbinary_032.phpt
  2138. igbinary-igbinary-b07cd1e/tests/igbinary_033.phpt
  2139. igbinary-igbinary-b07cd1e/tests/igbinary_034.phpt
  2140. igbinary-igbinary-b07cd1e/tests/igbinary_040.phpt
  2141. igbinary-igbinary-b07cd1e/tests/igbinary_041.phpt
  2142. igbinary-igbinary-b07cd1e/tests/igbinary_042.phpt
  2143. igbinary-igbinary-b07cd1e/tests/igbinary_043.phpt
  2144. igbinary-igbinary-b07cd1e/tests/igbinary_044.phpt
  2145. igbinary-igbinary-b07cd1e/tests/igbinary_045.phpt
  2146. igbinary-igbinary-b07cd1e/tests/igbinary_045b.phpt
  2147. igbinary-igbinary-b07cd1e/tests/igbinary_045c.phpt
  2148. igbinary-igbinary-b07cd1e/tests/igbinary_046.phpt
  2149. igbinary-igbinary-b07cd1e/tests/igbinary_046b.phpt
  2150. igbinary-igbinary-b07cd1e/tests/igbinary_046c.phpt
  2151. igbinary-igbinary-b07cd1e/tests/igbinary_046d.phpt
  2152. igbinary-igbinary-b07cd1e/tests/igbinary_047.phpt
  2153. igbinary-igbinary-b07cd1e/tests/igbinary_048.phpt
  2154. igbinary-igbinary-b07cd1e/tests/igbinary_048b.phpt
  2155. igbinary-igbinary-b07cd1e/tests/igbinary_049.phpt
  2156. igbinary-igbinary-b07cd1e/tests/igbinary_049b.phpt
  2157. igbinary-igbinary-b07cd1e/tests/igbinary_050.phpt
  2158. igbinary-igbinary-b07cd1e/tests/igbinary_051.phpt
  2159. igbinary-igbinary-b07cd1e/tests/igbinary_052.phpt
  2160. igbinary-igbinary-b07cd1e/tests/igbinary_053.phpt
  2161. igbinary-igbinary-b07cd1e/tests/igbinary_054.phpt
  2162. igbinary-igbinary-b07cd1e/tests/igbinary_055.phpt
  2163. igbinary-igbinary-b07cd1e/tests/igbinary_057.phpt
  2164. igbinary-igbinary-b07cd1e/tests/igbinary_058.phpt
  2165. igbinary-igbinary-b07cd1e/tests/igbinary_058b.phpt
  2166. igbinary-igbinary-b07cd1e/tests/igbinary_059.phpt
  2167. igbinary-igbinary-b07cd1e/tests/igbinary_060.phpt
  2168. igbinary-igbinary-b07cd1e/tests/igbinary_061.phpt
  2169. igbinary-igbinary-b07cd1e/tests/igbinary_bug54662.phpt
  2170. igbinary-igbinary-b07cd1e/tests/igbinary_bug72134.phpt
  2171. igbinary-igbinary-b07cd1e/tests/igbinary_unserialize_v1_compatible.phpt
  2172. autoconf (GNU Autoconf) 2.69
  2173. inc/igbinary.inc: line 72: /usr/local/bin/phpize: No such file or directory
  2174. inc/igbinary.inc: line 73: /usr/local/bin/phpize: No such file or directory
  2175. /svr-setup/igbinary-igbinary-b07cd1e
  2176. inc/igbinary.inc: line 75: ./configure: No such file or directory
  2177. make: *** No targets specified and no makefile found. Stop.
  2178. make: *** No rule to make target `install'. Stop.
  2179. service php-fpm reload
  2180. Reload service php-fpm kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec]
  2181. done
  2182. grep: /usr/local/lib/php.ini: No such file or directory
  2183. du: cannot access ‘/var/mail/root’: No such file or directory
  2184. (standard_in) 1: syntax error
  2185. smtpd_tls_mandatory_protocols = !SSLv2
  2186. smtpd_tls_protocols =
  2187. tlsproxy_tls_mandatory_protocols = $smtpd_tls_mandatory_protocols
  2188. tlsproxy_tls_protocols = $smtpd_tls_protocols
  2189. smtpd_banner = $myhostname ESMTP
  2190. smtpd_tls_mandatory_protocols = !SSLv2, !SSLv3
  2191. smtpd_tls_protocols = !SSLv2 !SSLv3
  2192. smtp_tls_mandatory_protocols = !SSLv2
  2193. smtp_tls_protocols = !SSLv2
  2194. smtp_tls_mandatory_protocols = !SSLv2 !SSLv3
  2195. smtp_tls_protocols = !SSLv2 !SSLv3
  2196. lmtp_tls_mandatory_protocols = !SSLv2
  2197. lmtp_tls_protocols = !SSLv2
  2198. lmtp_tls_mandatory_protocols = !SSLv2 !SSLv3
  2199. lmtp_tls_protocols = !SSLv2 !SSLv3
  2200. smtpd_tls_mandatory_exclude_ciphers =
  2201. smtpd_tls_mandatory_exclude_ciphers = aNULL, eNULL, EXPORT, DES, RC4, MD5, PSK, aECDH, EDH-DSS-DES-CBC3-SHA, EDH-RSA-DES-CDC3-SHA, KRB5-DE5, CBC3-SHA
  2202. smtp_tls_CAfile =
  2203. smtp_tls_security_level =
  2204. smtp_tls_loglevel = 0
  2205. smtp_tls_session_cache_database =
  2206. Redirecting to /bin/systemctl reload postfix.service
  2207. Job for postfix.service invalid.
  2208. smtp_tls_CAfile = /etc/pki/tls/certs/ca-bundle.crt
  2209. smtp_tls_security_level = may
  2210. smtp_tls_loglevel = 1
  2211. smtp_tls_session_cache_database = btree:/var/lib/postfix/smtp_scache
  2212. systemctl restart postfix.service
  2213. 1024000000
  2214. *************************************************
  2215. Postfix already detected, postfix install aborted
  2216. (B*************************************************
  2217. incmemcachedinstall
  2218. cat: /usr/local/bin/php-config: No such file or directory
  2219. *************************************************
  2220. * Installing memcached
  2221. (B*************************************************
  2222. Update memcached server setup
  2223. Adding memcached user/group and adding to nginx group
  2224. uid=1001(memcached) gid=1001(memcached) groups=1001(memcached),1000(nginx)
  2225. grep: /etc/init.d/memcached: No such file or directory
  2226. /usr/local/src/centminmod/config/memcached/memcached-socketfix.patch
  2227. Downloading memcached...
  2228. Check if mcperf-0.1.1.tar.gz exists
  2229. (BDownloading mcperf tarball..
  2230. (BDownload twemperf-0.1.1.tar.gz ...
  2231. (Btwemperf-0.1.1.tar.gz found, skipping download...
  2232. (Btwemperf-0.1.1.tar.gz valid file.
  2233. (B
  2234. Check if memcached-1.4.35.tar.gz exists
  2235. (BDownloading memcached server tarball..
  2236. (B
  2237.  
  2238. Download release-2.0.22-stable.tar.gz ...
  2239. (Brelease-2.0.22-stable.tar.gz found, skipping download...
  2240. (Brelease-2.0.22-stable.tar.gz valid file.
  2241. (B
  2242. Download memcached-1.4.35.tar.gz ...
  2243. (BError: memcached-1.4.35.tar.gz not found !!! Downloading now......
  2244. 2017-03-13 06:38:11 URL:http://www.memcached.org/files/memcached-1.4.35.tar.gz [398312/398312] -> "memcached-1.4.35.tar.gz" [1]
  2245. Download done.
  2246. (Bmemcached-1.4.35.tar.gz valid file.
  2247. (B
  2248. Download memcache-3.0.8.tgz ...
  2249. (Bmemcache-3.0.8.tgz found, skipping download...
  2250. (Bmemcache-3.0.8.tgz valid file.
  2251. (B
  2252. Download memcached-2.2.0.tgz ...
  2253. (Bmemcached-2.2.0.tgz found, skipping download...
  2254. (Bmemcached-2.2.0.tgz valid file.
  2255. (B
  2256. Download libmemcached-1.0.18.tar.gz ...
  2257. (Blibmemcached-1.0.18.tar.gz found, skipping download...
  2258. (Blibmemcached-1.0.18.tar.gz valid file.
  2259. (B
  2260. Check if release-2.0.22-stable.tar.gz exists
  2261. (BCheck if memcached-2.2.0.tgz exists
  2262. (Bx86_64
  2263. lib64
  2264. autoreconf: Entering directory `.'
  2265. autoreconf: configure.ac: not using Gettext
  2266. autoreconf: running: aclocal --force -I m4
  2267. autoreconf: configure.ac: tracing
  2268. autoreconf: running: libtoolize --copy --force
  2269. libtoolize: putting auxiliary files in `.'.
  2270. libtoolize: copying file `./ltmain.sh'
  2271. libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
  2272. libtoolize: copying file `m4/libtool.m4'
  2273. libtoolize: copying file `m4/ltoptions.m4'
  2274. libtoolize: copying file `m4/ltsugar.m4'
  2275. libtoolize: copying file `m4/ltversion.m4'
  2276. libtoolize: copying file `m4/lt~obsolete.m4'
  2277. autoreconf: running: /usr/bin/autoconf --force
  2278. autoreconf: running: /usr/bin/autoheader --force
  2279. autoreconf: running: automake --add-missing --copy --force-missing
  2280. configure.ac:14: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are deprecated. For more info, see:
  2281. configure.ac:14: http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation
  2282. configure.ac:37: installing './compile'
  2283. configure.ac:23: installing './config.guess'
  2284. configure.ac:23: installing './config.sub'
  2285. configure.ac:14: installing './install-sh'
  2286. configure.ac:14: installing './missing'
  2287. Makefile.am: installing './depcomp'
  2288. parallel-tests: installing './test-driver'
  2289. autoreconf: Leaving directory `.'
  2290. checking for a BSD-compatible install... /bin/install -c
  2291. checking whether build environment is sane... yes
  2292. checking for a thread-safe mkdir -p... /bin/mkdir -p
  2293. checking for gawk... gawk
  2294. checking whether make sets $(MAKE)... yes
  2295. checking whether make supports nested variables... yes
  2296. checking build system type... x86_64-unknown-linux-gnu
  2297. checking host system type... x86_64-unknown-linux-gnu
  2298. checking for gcc... /usr/bin/gcc
  2299. checking whether the C compiler works... yes
  2300. checking for C compiler default output file name... a.out
  2301. checking for suffix of executables...
  2302. checking whether we are cross compiling... no
  2303. checking for suffix of object files... o
  2304. checking whether we are using the GNU C compiler... yes
  2305. checking whether /usr/bin/gcc accepts -g... yes
  2306. checking for /usr/bin/gcc option to accept ISO C89... none needed
  2307. checking for style of include used by make... GNU
  2308. checking dependency style of /usr/bin/gcc... gcc3
  2309. checking whether /usr/bin/gcc and cc understand -c and -o together... yes
  2310. checking whether ln -s works... yes
  2311. checking for a sed that does not truncate output... /bin/sed
  2312. checking how to run the C preprocessor... /usr/bin/gcc -E
  2313. checking for grep that handles long lines and -e... /bin/grep
  2314. checking for egrep... /bin/grep -E
  2315. checking whether /usr/bin/gcc needs -traditional... no
  2316. checking how to print strings... printf
  2317. checking for a sed that does not truncate output... (cached) /bin/sed
  2318. checking for fgrep... /bin/grep -F
  2319. checking for ld used by /usr/bin/gcc... /bin/ld
  2320. checking if the linker (/bin/ld) is GNU ld... yes
  2321. checking for BSD- or MS-compatible name lister (nm)... /bin/nm -B
  2322. checking the name lister (/bin/nm -B) interface... BSD nm
  2323. checking the maximum length of command line arguments... 1572864
  2324. checking whether the shell understands some XSI constructs... yes
  2325. checking whether the shell understands "+="... yes
  2326. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  2327. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  2328. checking for /bin/ld option to reload object files... -r
  2329. checking for objdump... objdump
  2330. checking how to recognize dependent libraries... pass_all
  2331. checking for dlltool... no
  2332. checking how to associate runtime and link libraries... printf %s\n
  2333. checking for ar... ar
  2334. checking for archiver @FILE support... @
  2335. checking for strip... strip
  2336. checking for ranlib... ranlib
  2337. checking command to parse /bin/nm -B output from /usr/bin/gcc object... ok
  2338. checking for sysroot... no
  2339. checking for mt... no
  2340. checking if : is a manifest tool... no
  2341. checking for ANSI C header files... yes
  2342. checking for sys/types.h... yes
  2343. checking for sys/stat.h... yes
  2344. checking for stdlib.h... yes
  2345. checking for string.h... yes
  2346. checking for memory.h... yes
  2347. checking for strings.h... yes
  2348. checking for inttypes.h... yes
  2349. checking for stdint.h... yes
  2350. checking for unistd.h... yes
  2351. checking for dlfcn.h... yes
  2352. checking for objdir... .libs
  2353. checking if /usr/bin/gcc supports -fno-rtti -fno-exceptions... no
  2354. checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC
  2355. checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... yes
  2356. checking if /usr/bin/gcc static flag -static works... no
  2357. checking if /usr/bin/gcc supports -c -o file.o... yes
  2358. checking if /usr/bin/gcc supports -c -o file.o... (cached) yes
  2359. checking whether the /usr/bin/gcc linker (/bin/ld -m elf_x86_64) supports shared libraries... yes
  2360. checking whether -lc should be explicitly linked in... no
  2361. checking dynamic linker characteristics... GNU/Linux ld.so
  2362. checking how to hardcode library paths into programs... immediate
  2363. checking whether stripping libraries is possible... yes
  2364. checking if libtool supports shared libraries... yes
  2365. checking whether to build shared libraries... yes
  2366. checking whether to build static libraries... yes
  2367. checking for library containing inet_ntoa... none required
  2368. checking for library containing socket... none required
  2369. checking for library containing inet_aton... none required
  2370. checking for library containing clock_gettime... none required
  2371. checking for library containing sendfile... none required
  2372. checking for WIN32... no
  2373. checking for CYGWIN... no
  2374. checking zlib.h usability... yes
  2375. checking zlib.h presence... yes
  2376. checking for zlib.h... yes
  2377. checking for library containing inflateEnd... -lz
  2378. checking openssl/bio.h usability... yes
  2379. checking openssl/bio.h presence... yes
  2380. checking for openssl/bio.h... yes
  2381. checking for library containing SSL_new... -lssl
  2382. checking for ANSI C header files... (cached) yes
  2383. checking fcntl.h usability... yes
  2384. checking fcntl.h presence... yes
  2385. checking for fcntl.h... yes
  2386. checking stdarg.h usability... yes
  2387. checking stdarg.h presence... yes
  2388. checking for stdarg.h... yes
  2389. checking for inttypes.h... (cached) yes
  2390. checking for stdint.h... (cached) yes
  2391. checking stddef.h usability... yes
  2392. checking stddef.h presence... yes
  2393. checking for stddef.h... yes
  2394. checking poll.h usability... yes
  2395. checking poll.h presence... yes
  2396. checking for poll.h... yes
  2397. checking for unistd.h... (cached) yes
  2398. checking sys/epoll.h usability... yes
  2399. checking sys/epoll.h presence... yes
  2400. checking for sys/epoll.h... yes
  2401. checking sys/time.h usability... yes
  2402. checking sys/time.h presence... yes
  2403. checking for sys/time.h... yes
  2404. checking sys/queue.h usability... yes
  2405. checking sys/queue.h presence... yes
  2406. checking for sys/queue.h... yes
  2407. checking sys/event.h usability... no
  2408. checking sys/event.h presence... no
  2409. checking for sys/event.h... no
  2410. checking sys/param.h usability... yes
  2411. checking sys/param.h presence... yes
  2412. checking for sys/param.h... yes
  2413. checking sys/ioctl.h usability... yes
  2414. checking sys/ioctl.h presence... yes
  2415. checking for sys/ioctl.h... yes
  2416. checking sys/select.h usability... yes
  2417. checking sys/select.h presence... yes
  2418. checking for sys/select.h... yes
  2419. checking sys/devpoll.h usability... no
  2420. checking sys/devpoll.h presence... no
  2421. checking for sys/devpoll.h... no
  2422. checking port.h usability... no
  2423. checking port.h presence... no
  2424. checking for port.h... no
  2425. checking netinet/in.h usability... yes
  2426. checking netinet/in.h presence... yes
  2427. checking for netinet/in.h... yes
  2428. checking netinet/in6.h usability... no
  2429. checking netinet/in6.h presence... no
  2430. checking for netinet/in6.h... no
  2431. checking sys/socket.h usability... yes
  2432. checking sys/socket.h presence... yes
  2433. checking for sys/socket.h... yes
  2434. checking sys/uio.h usability... yes
  2435. checking sys/uio.h presence... yes
  2436. checking for sys/uio.h... yes
  2437. checking arpa/inet.h usability... yes
  2438. checking arpa/inet.h presence... yes
  2439. checking for arpa/inet.h... yes
  2440. checking sys/eventfd.h usability... yes
  2441. checking sys/eventfd.h presence... yes
  2442. checking for sys/eventfd.h... yes
  2443. checking sys/mman.h usability... yes
  2444. checking sys/mman.h presence... yes
  2445. checking for sys/mman.h... yes
  2446. checking sys/sendfile.h usability... yes
  2447. checking sys/sendfile.h presence... yes
  2448. checking for sys/sendfile.h... yes
  2449. checking sys/wait.h usability... yes
  2450. checking sys/wait.h presence... yes
  2451. checking for sys/wait.h... yes
  2452. checking netdb.h usability... yes
  2453. checking netdb.h presence... yes
  2454. checking for netdb.h... yes
  2455. checking for sys/stat.h... (cached) yes
  2456. checking for sys/sysctl.h... yes
  2457. checking for TAILQ_FOREACH in sys/queue.h... yes
  2458. checking for timeradd in sys/time.h... yes
  2459. checking for timercmp in sys/time.h... yes
  2460. checking for timerclear in sys/time.h... yes
  2461. checking for timerisset in sys/time.h... yes
  2462. checking whether CTL_KERN is declared... yes
  2463. checking whether KERN_RANDOM is declared... yes
  2464. checking whether RANDOM_UUID is declared... yes
  2465. checking whether KERN_ARND is declared... no
  2466. checking for an ANSI C-conforming const... yes
  2467. checking for inline... inline
  2468. checking whether time.h and sys/time.h may both be included... yes
  2469. checking for gettimeofday... yes
  2470. checking for vasprintf... yes
  2471. checking for fcntl... yes
  2472. checking for clock_gettime... yes
  2473. checking for strtok_r... yes
  2474. checking for strsep... yes
  2475. checking for getnameinfo... yes
  2476. checking for strlcpy... no
  2477. checking for inet_ntop... yes
  2478. checking for inet_pton... yes
  2479. checking for signal... yes
  2480. checking for sigaction... yes
  2481. checking for strtoll... yes
  2482. checking for inet_aton... yes
  2483. checking for pipe... yes
  2484. checking for eventfd... yes
  2485. checking for sendfile... yes
  2486. checking for mmap... yes
  2487. checking for splice... yes
  2488. checking for arc4random... no
  2489. checking for arc4random_buf... no
  2490. checking for issetugid... no
  2491. checking for geteuid... yes
  2492. checking for getegid... yes
  2493. checking for getprotobynumber... yes
  2494. checking for setenv... yes
  2495. checking for unsetenv... yes
  2496. checking for putenv... yes
  2497. checking for sysctl... yes
  2498. checking for umask... yes
  2499. checking for getaddrinfo... yes
  2500. checking size of long... 8
  2501. checking for F_SETFD in fcntl.h... yes
  2502. checking for select... yes
  2503. checking for poll... yes
  2504. checking for epoll_ctl... yes
  2505. checking for port_create... no
  2506. checking for pid_t... yes
  2507. checking for size_t... yes
  2508. checking for ssize_t... yes
  2509. checking for uint64_t... yes
  2510. checking for uint32_t... yes
  2511. checking for uint16_t... yes
  2512. checking for uint8_t... yes
  2513. checking for uintptr_t... yes
  2514. checking for fd_mask... yes
  2515. checking size of long long... 8
  2516. checking size of long... (cached) 8
  2517. checking size of int... 4
  2518. checking size of short... 2
  2519. checking size of size_t... 8
  2520. checking size of void *... 8
  2521. checking size of off_t... 8
  2522. checking for struct in6_addr... yes
  2523. checking for struct sockaddr_in6... yes
  2524. checking for sa_family_t... yes
  2525. checking for struct addrinfo... yes
  2526. checking for struct sockaddr_storage... yes
  2527. checking for struct in6_addr.s6_addr32... yes
  2528. checking for struct in6_addr.s6_addr16... yes
  2529. checking for struct sockaddr_in.sin_len... no
  2530. checking for struct sockaddr_in6.sin6_len... no
  2531. checking for struct sockaddr_storage.ss_family... yes
  2532. checking for struct sockaddr_storage.__ss_family... no
  2533. checking for socklen_t... yes
  2534. checking whether our compiler supports __func__... yes
  2535. checking for the pthreads library -lpthreads... no
  2536. checking whether pthreads work without any flags... no
  2537. checking whether pthreads work with -Kthread... no
  2538. checking whether pthreads work with -kthread... no
  2539. checking for the pthreads library -llthread... no
  2540. checking whether pthreads work with -pthread... yes
  2541. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  2542. checking if more special flags are required for pthreads... no
  2543. checking size of pthread_t... 8
  2544. checking that generated files are newer than configure... done
  2545. configure: creating ./config.status
  2546. config.status: creating libevent.pc
  2547. config.status: creating libevent_openssl.pc
  2548. config.status: creating libevent_pthreads.pc
  2549. config.status: creating Makefile
  2550. config.status: creating include/Makefile
  2551. config.status: creating test/Makefile
  2552. config.status: creating sample/Makefile
  2553. config.status: creating config.h
  2554. config.status: executing depfiles commands
  2555. config.status: executing libtool commands
  2556. test -d include/event2 || /bin/mkdir -p include/event2
  2557. /bin/sed -f ./make-event-config.sed < config.h > include/event2/event-config.hT
  2558. mv -f include/event2/event-config.hT include/event2/event-config.h
  2559. make all-recursive
  2560. make[1]: Entering directory `/svr-setup/libevent-release-2.0.22-stable'
  2561. Making all in .
  2562. make[2]: Entering directory `/svr-setup/libevent-release-2.0.22-stable'
  2563. /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -g -O2 -Wall -fno-strict-aliasing -pthread -MT event.lo -MD -MP -MF .deps/event.Tpo -c -o event.lo event.c
  2564. /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -g -O2 -Wall -fno-strict-aliasing -pthread -MT evthread.lo -MD -MP -MF .deps/evthread.Tpo -c -o evthread.lo evthread.c
  2565. /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -g -O2 -Wall -fno-strict-aliasing -pthread -MT buffer.lo -MD -MP -MF .deps/buffer.Tpo -c -o buffer.lo buffer.c
  2566. /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -g -O2 -Wall -fno-strict-aliasing -pthread -MT bufferevent.lo -MD -MP -MF .deps/bufferevent.Tpo -c -o bufferevent.lo bufferevent.c
  2567. /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -g -O2 -Wall -fno-strict-aliasing -pthread -MT bufferevent_sock.lo -MD -MP -MF .deps/bufferevent_sock.Tpo -c -o bufferevent_sock.lo bufferevent_sock.c
  2568. libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -g -O2 -Wall -fno-strict-aliasing -pthread -MT evthread.lo -MD -MP -MF .deps/evthread.Tpo -c evthread.c -fPIC -DPIC -o .libs/evthread.o
  2569. libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -g -O2 -Wall -fno-strict-aliasing -pthread -MT event.lo -MD -MP -MF .deps/event.Tpo -c event.c -fPIC -DPIC -o .libs/event.o
  2570. libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -g -O2 -Wall -fno-strict-aliasing -pthread -MT bufferevent_sock.lo -MD -MP -MF .deps/bufferevent_sock.Tpo -c bufferevent_sock.c -fPIC -DPIC -o .libs/bufferevent_sock.o
  2571. libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -g -O2 -Wall -fno-strict-aliasing -pthread -MT buffer.lo -MD -MP -MF .deps/buffer.Tpo -c buffer.c -fPIC -DPIC -o .libs/buffer.o
  2572. libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -g -O2 -Wall -fno-strict-aliasing -pthread -MT bufferevent.lo -MD -MP -MF .deps/bufferevent.Tpo -c bufferevent.c -fPIC -DPIC -o .libs/bufferevent.o
  2573. libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -g -O2 -Wall -fno-strict-aliasing -pthread -MT evthread.lo -MD -MP -MF .deps/evthread.Tpo -c evthread.c -o evthread.o >/dev/null 2>&1
  2574. libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -g -O2 -Wall -fno-strict-aliasing -pthread -MT bufferevent_sock.lo -MD -MP -MF .deps/bufferevent_sock.Tpo -c bufferevent_sock.c -o bufferevent_sock.o >/dev/null 2>&1
  2575. mv -f .deps/evthread.Tpo .deps/evthread.Plo
  2576. /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -g -O2 -Wall -fno-strict-aliasing -pthread -MT bufferevent_filter.lo -MD -MP -MF .deps/bufferevent_filter.Tpo -c -o bufferevent_filter.lo bufferevent_filter.c
  2577. libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -g -O2 -Wall -fno-strict-aliasing -pthread -MT bufferevent.lo -MD -MP -MF .deps/bufferevent.Tpo -c bufferevent.c -o bufferevent.o >/dev/null 2>&1
  2578. libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -g -O2 -Wall -fno-strict-aliasing -pthread -MT bufferevent_filter.lo -MD -MP -MF .deps/bufferevent_filter.Tpo -c bufferevent_filter.c -fPIC -DPIC -o .libs/bufferevent_filter.o
  2579. mv -f .deps/bufferevent_sock.Tpo .deps/bufferevent_sock.Plo
  2580. /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -g -O2 -Wall -fno-strict-aliasing -pthread -MT bufferevent_pair.lo -MD -MP -MF .deps/bufferevent_pair.Tpo -c -o bufferevent_pair.lo bufferevent_pair.c
  2581. libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -g -O2 -Wall -fno-strict-aliasing -pthread -MT bufferevent_filter.lo -MD -MP -MF .deps/bufferevent_filter.Tpo -c bufferevent_filter.c -o bufferevent_filter.o >/dev/null 2>&1
  2582. libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -g -O2 -Wall -fno-strict-aliasing -pthread -MT bufferevent_pair.lo -MD -MP -MF .deps/bufferevent_pair.Tpo -c bufferevent_pair.c -fPIC -DPIC -o .libs/bufferevent_pair.o
  2583. mv -f .deps/bufferevent_filter.Tpo .deps/bufferevent_filter.Plo
  2584. mv -f .deps/bufferevent.Tpo .deps/bufferevent.Plo
  2585. /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -g -O2 -Wall -fno-strict-aliasing -pthread -MT listener.lo -MD -MP -MF .deps/listener.Tpo -c -o listener.lo listener.c
  2586. /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -g -O2 -Wall -fno-strict-aliasing -pthread -MT bufferevent_ratelim.lo -MD -MP -MF .deps/bufferevent_ratelim.Tpo -c -o bufferevent_ratelim.lo bufferevent_ratelim.c
  2587. libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -g -O2 -Wall -fno-strict-aliasing -pthread -MT bufferevent_ratelim.lo -MD -MP -MF .deps/bufferevent_ratelim.Tpo -c bufferevent_ratelim.c -fPIC -DPIC -o .libs/bufferevent_ratelim.o
  2588. libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -g -O2 -Wall -fno-strict-aliasing -pthread -MT listener.lo -MD -MP -MF .deps/listener.Tpo -c listener.c -fPIC -DPIC -o .libs/listener.o
  2589. libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -g -O2 -Wall -fno-strict-aliasing -pthread -MT bufferevent_pair.lo -MD -MP -MF .deps/bufferevent_pair.Tpo -c bufferevent_pair.c -o bufferevent_pair.o >/dev/null 2>&1
  2590. libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -g -O2 -Wall -fno-strict-aliasing -pthread -MT listener.lo -MD -MP -MF .deps/listener.Tpo -c listener.c -o listener.o >/dev/null 2>&1
  2591. mv -f .deps/bufferevent_pair.Tpo .deps/bufferevent_pair.Plo
  2592. /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -g -O2 -Wall -fno-strict-aliasing -pthread -MT evmap.lo -MD -MP -MF .deps/evmap.Tpo -c -o evmap.lo evmap.c
  2593. libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -g -O2 -Wall -fno-strict-aliasing -pthread -MT buffer.lo -MD -MP -MF .deps/buffer.Tpo -c buffer.c -o buffer.o >/dev/null 2>&1
  2594. mv -f .deps/listener.Tpo .deps/listener.Plo
  2595. /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -g -O2 -Wall -fno-strict-aliasing -pthread -MT log.lo -MD -MP -MF .deps/log.Tpo -c -o log.lo log.c
  2596. libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -g -O2 -Wall -fno-strict-aliasing -pthread -MT log.lo -MD -MP -MF .deps/log.Tpo -c log.c -fPIC -DPIC -o .libs/log.o
  2597. libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -g -O2 -Wall -fno-strict-aliasing -pthread -MT evmap.lo -MD -MP -MF .deps/evmap.Tpo -c evmap.c -fPIC -DPIC -o .libs/evmap.o
  2598. libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -g -O2 -Wall -fno-strict-aliasing -pthread -MT bufferevent_ratelim.lo -MD -MP -MF .deps/bufferevent_ratelim.Tpo -c bufferevent_ratelim.c -o bufferevent_ratelim.o >/dev/null 2>&1
  2599. libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -g -O2 -Wall -fno-strict-aliasing -pthread -MT log.lo -MD -MP -MF .deps/log.Tpo -c log.c -o log.o >/dev/null 2>&1
  2600. mv -f .deps/log.Tpo .deps/log.Plo
  2601. libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -g -O2 -Wall -fno-strict-aliasing -pthread -MT event.lo -MD -MP -MF .deps/event.Tpo -c event.c -o event.o >/dev/null 2>&1
  2602. /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -g -O2 -Wall -fno-strict-aliasing -pthread -MT evutil.lo -MD -MP -MF .deps/evutil.Tpo -c -o evutil.lo evutil.c
  2603. libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -g -O2 -Wall -fno-strict-aliasing -pthread -MT evmap.lo -MD -MP -MF .deps/evmap.Tpo -c evmap.c -o evmap.o >/dev/null 2>&1
  2604. libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -g -O2 -Wall -fno-strict-aliasing -pthread -MT evutil.lo -MD -MP -MF .deps/evutil.Tpo -c evutil.c -fPIC -DPIC -o .libs/evutil.o
  2605. mv -f .deps/evmap.Tpo .deps/evmap.Plo
  2606. /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -g -O2 -Wall -fno-strict-aliasing -pthread -MT evutil_rand.lo -MD -MP -MF .deps/evutil_rand.Tpo -c -o evutil_rand.lo evutil_rand.c
  2607. libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -g -O2 -Wall -fno-strict-aliasing -pthread -MT evutil_rand.lo -MD -MP -MF .deps/evutil_rand.Tpo -c evutil_rand.c -fPIC -DPIC -o .libs/evutil_rand.o
  2608. mv -f .deps/bufferevent_ratelim.Tpo .deps/bufferevent_ratelim.Plo
  2609. /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -g -O2 -Wall -fno-strict-aliasing -pthread -MT strlcpy.lo -MD -MP -MF .deps/strlcpy.Tpo -c -o strlcpy.lo strlcpy.c
  2610. libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -g -O2 -Wall -fno-strict-aliasing -pthread -MT strlcpy.lo -MD -MP -MF .deps/strlcpy.Tpo -c strlcpy.c -fPIC -DPIC -o .libs/strlcpy.o
  2611. libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -g -O2 -Wall -fno-strict-aliasing -pthread -MT strlcpy.lo -MD -MP -MF .deps/strlcpy.Tpo -c strlcpy.c -o strlcpy.o >/dev/null 2>&1
  2612. mv -f .deps/strlcpy.Tpo .deps/strlcpy.Plo
  2613. /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -g -O2 -Wall -fno-strict-aliasing -pthread -MT select.lo -MD -MP -MF .deps/select.Tpo -c -o select.lo select.c
  2614. libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -g -O2 -Wall -fno-strict-aliasing -pthread -MT select.lo -MD -MP -MF .deps/select.Tpo -c select.c -fPIC -DPIC -o .libs/select.o
  2615. libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -g -O2 -Wall -fno-strict-aliasing -pthread -MT select.lo -MD -MP -MF .deps/select.Tpo -c select.c -o select.o >/dev/null 2>&1
  2616. libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -g -O2 -Wall -fno-strict-aliasing -pthread -MT evutil_rand.lo -MD -MP -MF .deps/evutil_rand.Tpo -c evutil_rand.c -o evutil_rand.o >/dev/null 2>&1
  2617. mv -f .deps/select.Tpo .deps/select.Plo
  2618. /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -g -O2 -Wall -fno-strict-aliasing -pthread -MT poll.lo -MD -MP -MF .deps/poll.Tpo -c -o poll.lo poll.c
  2619. libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -g -O2 -Wall -fno-strict-aliasing -pthread -MT poll.lo -MD -MP -MF .deps/poll.Tpo -c poll.c -fPIC -DPIC -o .libs/poll.o
  2620. mv -f .deps/buffer.Tpo .deps/buffer.Plo
  2621. /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -g -O2 -Wall -fno-strict-aliasing -pthread -MT epoll.lo -MD -MP -MF .deps/epoll.Tpo -c -o epoll.lo epoll.c
  2622. libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -g -O2 -Wall -fno-strict-aliasing -pthread -MT epoll.lo -MD -MP -MF .deps/epoll.Tpo -c epoll.c -fPIC -DPIC -o .libs/epoll.o
  2623. libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -g -O2 -Wall -fno-strict-aliasing -pthread -MT poll.lo -MD -MP -MF .deps/poll.Tpo -c poll.c -o poll.o >/dev/null 2>&1
  2624. mv -f .deps/evutil_rand.Tpo .deps/evutil_rand.Plo
  2625. /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -g -O2 -Wall -fno-strict-aliasing -pthread -MT signal.lo -MD -MP -MF .deps/signal.Tpo -c -o signal.lo signal.c
  2626. libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -g -O2 -Wall -fno-strict-aliasing -pthread -MT evutil.lo -MD -MP -MF .deps/evutil.Tpo -c evutil.c -o evutil.o >/dev/null 2>&1
  2627. libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -g -O2 -Wall -fno-strict-aliasing -pthread -MT signal.lo -MD -MP -MF .deps/signal.Tpo -c signal.c -fPIC -DPIC -o .libs/signal.o
  2628. libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -g -O2 -Wall -fno-strict-aliasing -pthread -MT epoll.lo -MD -MP -MF .deps/epoll.Tpo -c epoll.c -o epoll.o >/dev/null 2>&1
  2629. mv -f .deps/poll.Tpo .deps/poll.Plo
  2630. /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -g -O2 -Wall -fno-strict-aliasing -pthread -MT event_tagging.lo -MD -MP -MF .deps/event_tagging.Tpo -c -o event_tagging.lo event_tagging.c
  2631. libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -g -O2 -Wall -fno-strict-aliasing -pthread -MT signal.lo -MD -MP -MF .deps/signal.Tpo -c signal.c -o signal.o >/dev/null 2>&1
  2632. libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -g -O2 -Wall -fno-strict-aliasing -pthread -MT event_tagging.lo -MD -MP -MF .deps/event_tagging.Tpo -c event_tagging.c -fPIC -DPIC -o .libs/event_tagging.o
  2633. mv -f .deps/epoll.Tpo .deps/epoll.Plo
  2634. /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -g -O2 -Wall -fno-strict-aliasing -pthread -MT http.lo -MD -MP -MF .deps/http.Tpo -c -o http.lo http.c
  2635. mv -f .deps/signal.Tpo .deps/signal.Plo
  2636. /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -g -O2 -Wall -fno-strict-aliasing -pthread -MT evdns.lo -MD -MP -MF .deps/evdns.Tpo -c -o evdns.lo evdns.c
  2637. libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -g -O2 -Wall -fno-strict-aliasing -pthread -MT http.lo -MD -MP -MF .deps/http.Tpo -c http.c -fPIC -DPIC -o .libs/http.o
  2638. libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -g -O2 -Wall -fno-strict-aliasing -pthread -MT evdns.lo -MD -MP -MF .deps/evdns.Tpo -c evdns.c -fPIC -DPIC -o .libs/evdns.o
  2639. libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -g -O2 -Wall -fno-strict-aliasing -pthread -MT event_tagging.lo -MD -MP -MF .deps/event_tagging.Tpo -c event_tagging.c -o event_tagging.o >/dev/null 2>&1
  2640. mv -f .deps/event.Tpo .deps/event.Plo
  2641. /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -g -O2 -Wall -fno-strict-aliasing -pthread -MT evrpc.lo -MD -MP -MF .deps/evrpc.Tpo -c -o evrpc.lo evrpc.c
  2642. mv -f .deps/evutil.Tpo .deps/evutil.Plo
  2643. /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -g -O2 -Wall -fno-strict-aliasing -pthread -MT evthread_pthread.lo -MD -MP -MF .deps/evthread_pthread.Tpo -c -o evthread_pthread.lo evthread_pthread.c
  2644. libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -g -O2 -Wall -fno-strict-aliasing -pthread -MT evthread_pthread.lo -MD -MP -MF .deps/evthread_pthread.Tpo -c evthread_pthread.c -fPIC -DPIC -o .libs/evthread_pthread.o
  2645. libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -g -O2 -Wall -fno-strict-aliasing -pthread -MT evrpc.lo -MD -MP -MF .deps/evrpc.Tpo -c evrpc.c -fPIC -DPIC -o .libs/evrpc.o
  2646. mv -f .deps/event_tagging.Tpo .deps/event_tagging.Plo
  2647. /bin/sh ./libtool --tag=CC --mode=compile /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -g -O2 -Wall -fno-strict-aliasing -pthread -MT bufferevent_openssl.lo -MD -MP -MF .deps/bufferevent_openssl.Tpo -c -o bufferevent_openssl.lo bufferevent_openssl.c
  2648. libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -g -O2 -Wall -fno-strict-aliasing -pthread -MT evthread_pthread.lo -MD -MP -MF .deps/evthread_pthread.Tpo -c evthread_pthread.c -o evthread_pthread.o >/dev/null 2>&1
  2649. libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -g -O2 -Wall -fno-strict-aliasing -pthread -MT bufferevent_openssl.lo -MD -MP -MF .deps/bufferevent_openssl.Tpo -c bufferevent_openssl.c -fPIC -DPIC -o .libs/bufferevent_openssl.o
  2650. mv -f .deps/evthread_pthread.Tpo .deps/evthread_pthread.Plo
  2651. libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -g -O2 -Wall -fno-strict-aliasing -pthread -MT evrpc.lo -MD -MP -MF .deps/evrpc.Tpo -c evrpc.c -o evrpc.o >/dev/null 2>&1
  2652. /bin/sh ./libtool --tag=CC --mode=link /usr/bin/gcc -g -O2 -Wall -fno-strict-aliasing -pthread -version-info 6:10:1 -release 2.0 -o libevent_core.la -rpath /usr/lib64/lib event.lo evthread.lo buffer.lo bufferevent.lo bufferevent_sock.lo bufferevent_filter.lo bufferevent_pair.lo listener.lo bufferevent_ratelim.lo evmap.lo log.lo evutil.lo evutil_rand.lo strlcpy.lo select.lo poll.lo epoll.lo signal.lo
  2653. libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -g -O2 -Wall -fno-strict-aliasing -pthread -MT bufferevent_openssl.lo -MD -MP -MF .deps/bufferevent_openssl.Tpo -c bufferevent_openssl.c -o bufferevent_openssl.o >/dev/null 2>&1
  2654. libtool: link: /usr/bin/gcc -shared -fPIC -DPIC .libs/event.o .libs/evthread.o .libs/buffer.o .libs/bufferevent.o .libs/bufferevent_sock.o .libs/bufferevent_filter.o .libs/bufferevent_pair.o .libs/listener.o .libs/bufferevent_ratelim.o .libs/evmap.o .libs/log.o .libs/evutil.o .libs/evutil_rand.o .libs/strlcpy.o .libs/select.o .libs/poll.o .libs/epoll.o .libs/signal.o -O2 -pthread -pthread -Wl,-soname -Wl,libevent_core-2.0.so.5 -o .libs/libevent_core-2.0.so.5.1.10
  2655. mv -f .deps/evrpc.Tpo .deps/evrpc.Plo
  2656. /bin/sh ./libtool --tag=CC --mode=link /usr/bin/gcc -g -O2 -Wall -fno-strict-aliasing -pthread -version-info 6:10:1 -release 2.0 -o libevent_pthreads.la -rpath /usr/lib64/lib evthread_pthread.lo
  2657. libtool: link: /usr/bin/gcc -shared -fPIC -DPIC .libs/evthread_pthread.o -O2 -pthread -pthread -Wl,-soname -Wl,libevent_pthreads-2.0.so.5 -o .libs/libevent_pthreads-2.0.so.5.1.10
  2658. libtool: link: (cd ".libs" && rm -f "libevent_pthreads-2.0.so.5" && ln -s "libevent_pthreads-2.0.so.5.1.10" "libevent_pthreads-2.0.so.5")
  2659. libtool: link: (cd ".libs" && rm -f "libevent_pthreads.so" && ln -s "libevent_pthreads-2.0.so.5.1.10" "libevent_pthreads.so")
  2660. libtool: link: (cd ".libs" && rm -f "libevent_core-2.0.so.5" && ln -s "libevent_core-2.0.so.5.1.10" "libevent_core-2.0.so.5")
  2661. libtool: link: (cd ".libs" && rm -f "libevent_core.so" && ln -s "libevent_core-2.0.so.5.1.10" "libevent_core.so")
  2662. libtool: link: ar cru .libs/libevent_core.a event.o evthread.o buffer.o bufferevent.o bufferevent_sock.o bufferevent_filter.o bufferevent_pair.o listener.o bufferevent_ratelim.o evmap.o log.o evutil.o evutil_rand.o strlcpy.o select.o poll.o epoll.o signal.o
  2663. libtool: link: ar cru .libs/libevent_pthreads.a evthread_pthread.o
  2664. libtool: link: ranlib .libs/libevent_pthreads.a
  2665. libtool: link: ( cd ".libs" && rm -f "libevent_pthreads.la" && ln -s "../libevent_pthreads.la" "libevent_pthreads.la" )
  2666. libtool: link: ranlib .libs/libevent_core.a
  2667. libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -g -O2 -Wall -fno-strict-aliasing -pthread -MT http.lo -MD -MP -MF .deps/http.Tpo -c http.c -o http.o >/dev/null 2>&1
  2668. libtool: link: ( cd ".libs" && rm -f "libevent_core.la" && ln -s "../libevent_core.la" "libevent_core.la" )
  2669. libtool: compile: /usr/bin/gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include -g -O2 -Wall -fno-strict-aliasing -pthread -MT evdns.lo -MD -MP -MF .deps/evdns.Tpo -c evdns.c -o evdns.o >/dev/null 2>&1
  2670. mv -f .deps/bufferevent_openssl.Tpo .deps/bufferevent_openssl.Plo
  2671. /bin/sh ./libtool --tag=CC --mode=link /usr/bin/gcc -g -O2 -Wall -fno-strict-aliasing -pthread -version-info 6:10:1 -release 2.0 -o libevent_openssl.la -rpath /usr/lib64/lib bufferevent_openssl.lo -lssl -lcrypto
  2672. libtool: link: /usr/bin/gcc -shared -fPIC -DPIC .libs/bufferevent_openssl.o -lssl -lcrypto -O2 -pthread -pthread -Wl,-soname -Wl,libevent_openssl-2.0.so.5 -o .libs/libevent_openssl-2.0.so.5.1.10
  2673. libtool: link: (cd ".libs" && rm -f "libevent_openssl-2.0.so.5" && ln -s "libevent_openssl-2.0.so.5.1.10" "libevent_openssl-2.0.so.5")
  2674. libtool: link: (cd ".libs" && rm -f "libevent_openssl.so" && ln -s "libevent_openssl-2.0.so.5.1.10" "libevent_openssl.so")
  2675. libtool: link: ar cru .libs/libevent_openssl.a bufferevent_openssl.o
  2676. libtool: link: ranlib .libs/libevent_openssl.a
  2677. libtool: link: ( cd ".libs" && rm -f "libevent_openssl.la" && ln -s "../libevent_openssl.la" "libevent_openssl.la" )
  2678. mv -f .deps/http.Tpo .deps/http.Plo
  2679. mv -f .deps/evdns.Tpo .deps/evdns.Plo
  2680. /bin/sh ./libtool --tag=CC --mode=link /usr/bin/gcc -g -O2 -Wall -fno-strict-aliasing -pthread -version-info 6:10:1 -release 2.0 -o libevent.la -rpath /usr/lib64/lib event.lo evthread.lo buffer.lo bufferevent.lo bufferevent_sock.lo bufferevent_filter.lo bufferevent_pair.lo listener.lo bufferevent_ratelim.lo evmap.lo log.lo evutil.lo evutil_rand.lo strlcpy.lo select.lo poll.lo epoll.lo signal.lo event_tagging.lo http.lo evdns.lo evrpc.lo
  2681. /bin/sh ./libtool --tag=CC --mode=link /usr/bin/gcc -g -O2 -Wall -fno-strict-aliasing -pthread -version-info 6:10:1 -release 2.0 -o libevent_extra.la -rpath /usr/lib64/lib event_tagging.lo http.lo evdns.lo evrpc.lo
  2682. libtool: link: /usr/bin/gcc -shared -fPIC -DPIC .libs/event_tagging.o .libs/http.o .libs/evdns.o .libs/evrpc.o -O2 -pthread -pthread -Wl,-soname -Wl,libevent_extra-2.0.so.5 -o .libs/libevent_extra-2.0.so.5.1.10
  2683. libtool: link: /usr/bin/gcc -shared -fPIC -DPIC .libs/event.o .libs/evthread.o .libs/buffer.o .libs/bufferevent.o .libs/bufferevent_sock.o .libs/bufferevent_filter.o .libs/bufferevent_pair.o .libs/listener.o .libs/bufferevent_ratelim.o .libs/evmap.o .libs/log.o .libs/evutil.o .libs/evutil_rand.o .libs/strlcpy.o .libs/select.o .libs/poll.o .libs/epoll.o .libs/signal.o .libs/event_tagging.o .libs/http.o .libs/evdns.o .libs/evrpc.o -O2 -pthread -pthread -Wl,-soname -Wl,libevent-2.0.so.5 -o .libs/libevent-2.0.so.5.1.10
  2684. libtool: link: (cd ".libs" && rm -f "libevent_extra-2.0.so.5" && ln -s "libevent_extra-2.0.so.5.1.10" "libevent_extra-2.0.so.5")
  2685. libtool: link: (cd ".libs" && rm -f "libevent_extra.so" && ln -s "libevent_extra-2.0.so.5.1.10" "libevent_extra.so")
  2686. libtool: link: ar cru .libs/libevent_extra.a event_tagging.o http.o evdns.o evrpc.o
  2687. libtool: link: ranlib .libs/libevent_extra.a
  2688. libtool: link: ( cd ".libs" && rm -f "libevent_extra.la" && ln -s "../libevent_extra.la" "libevent_extra.la" )
  2689. libtool: link: (cd ".libs" && rm -f "libevent-2.0.so.5" && ln -s "libevent-2.0.so.5.1.10" "libevent-2.0.so.5")
  2690. libtool: link: (cd ".libs" && rm -f "libevent.so" && ln -s "libevent-2.0.so.5.1.10" "libevent.so")
  2691. libtool: link: ar cru .libs/libevent.a event.o evthread.o buffer.o bufferevent.o bufferevent_sock.o bufferevent_filter.o bufferevent_pair.o listener.o bufferevent_ratelim.o evmap.o log.o evutil.o evutil_rand.o strlcpy.o select.o poll.o epoll.o signal.o event_tagging.o http.o evdns.o evrpc.o
  2692. libtool: link: ranlib .libs/libevent.a
  2693. libtool: link: ( cd ".libs" && rm -f "libevent.la" && ln -s "../libevent.la" "libevent.la" )
  2694. make[2]: Leaving directory `/svr-setup/libevent-release-2.0.22-stable'
  2695. Making all in include
  2696. make[2]: Entering directory `/svr-setup/libevent-release-2.0.22-stable/include'
  2697. make[2]: Nothing to be done for `all'.
  2698. make[2]: Leaving directory `/svr-setup/libevent-release-2.0.22-stable/include'
  2699. Making all in sample
  2700. make[2]: Entering directory `/svr-setup/libevent-release-2.0.22-stable/sample'
  2701. /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../compat -I../include -I../include -g -O2 -Wall -fno-strict-aliasing -pthread -c event-test.c
  2702. /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../compat -I../include -I../include -g -O2 -Wall -fno-strict-aliasing -pthread -c time-test.c
  2703. /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../compat -I../include -I../include -g -O2 -Wall -fno-strict-aliasing -pthread -c signal-test.c
  2704. /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../compat -I../include -I../include -g -O2 -Wall -fno-strict-aliasing -pthread -c dns-example.c
  2705. /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../compat -I../include -I../include -g -O2 -Wall -fno-strict-aliasing -pthread -c hello-world.c
  2706. /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../compat -I../include -I../include -g -O2 -Wall -fno-strict-aliasing -pthread -c http-server.c
  2707. /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../compat -I../include -I../include -g -O2 -Wall -fno-strict-aliasing -pthread -c le-proxy.c
  2708. /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -g -O2 -Wall -fno-strict-aliasing -pthread -o event-test event-test.o ../libevent.la
  2709. /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -g -O2 -Wall -fno-strict-aliasing -pthread -o time-test time-test.o ../libevent.la
  2710. /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -g -O2 -Wall -fno-strict-aliasing -pthread -o signal-test signal-test.o ../libevent.la
  2711. /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -g -O2 -Wall -fno-strict-aliasing -pthread -o dns-example dns-example.o ../libevent.la
  2712. libtool: link: /usr/bin/gcc -g -O2 -Wall -fno-strict-aliasing -pthread -o .libs/event-test event-test.o ../.libs/libevent.so -pthread -Wl,-rpath -Wl,/usr/lib64/lib
  2713. libtool: link: /usr/bin/gcc -g -O2 -Wall -fno-strict-aliasing -pthread -o .libs/time-test time-test.o ../.libs/libevent.so -pthread -Wl,-rpath -Wl,/usr/lib64/lib
  2714. /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -g -O2 -Wall -fno-strict-aliasing -pthread -o hello-world hello-world.o ../libevent.la
  2715. /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -g -O2 -Wall -fno-strict-aliasing -pthread -o http-server http-server.o ../libevent.la
  2716. libtool: link: /usr/bin/gcc -g -O2 -Wall -fno-strict-aliasing -pthread -o .libs/signal-test signal-test.o ../.libs/libevent.so -pthread -Wl,-rpath -Wl,/usr/lib64/lib
  2717. libtool: link: /usr/bin/gcc -g -O2 -Wall -fno-strict-aliasing -pthread -o .libs/dns-example dns-example.o ../.libs/libevent.so -pthread -Wl,-rpath -Wl,/usr/lib64/lib
  2718. /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -g -O2 -Wall -fno-strict-aliasing -pthread -o le-proxy le-proxy.o ../libevent.la ../libevent_openssl.la -lssl -lcrypto
  2719. libtool: link: /usr/bin/gcc -g -O2 -Wall -fno-strict-aliasing -pthread -o .libs/hello-world hello-world.o ../.libs/libevent.so -pthread -Wl,-rpath -Wl,/usr/lib64/lib
  2720. libtool: link: /usr/bin/gcc -g -O2 -Wall -fno-strict-aliasing -pthread -o .libs/http-server http-server.o ../.libs/libevent.so -pthread -Wl,-rpath -Wl,/usr/lib64/lib
  2721. libtool: link: /usr/bin/gcc -g -O2 -Wall -fno-strict-aliasing -pthread -o .libs/le-proxy le-proxy.o ../.libs/libevent.so ../.libs/libevent_openssl.so -lssl -lcrypto -pthread -Wl,-rpath -Wl,/usr/lib64/lib
  2722. make[2]: Leaving directory `/svr-setup/libevent-release-2.0.22-stable/sample'
  2723. Making all in test
  2724. make[2]: Entering directory `/svr-setup/libevent-release-2.0.22-stable/test'
  2725. date -u > rpcgen-attempted
  2726. if ./rpcgen_wrapper.sh .; then \
  2727. echo "rpcgen okay"; \
  2728. else \
  2729. echo "No Python installed; stubbing out RPC test." >&2; \
  2730. echo " "> regress.gen.c; \
  2731. echo "#define NO_PYTHON_EXISTS" > regress.gen.h; \
  2732. fi
  2733. Reading "./regress.rpc"
  2734. Created struct: msg
  2735. Added entry: from_name
  2736. Added entry: to_name
  2737. Added entry: attack
  2738. Added entry: run
  2739. Created struct: kill
  2740. Added entry: weapon
  2741. Added entry: action
  2742. Added entry: how_often
  2743. Created struct: run
  2744. Added entry: how
  2745. Added entry: some_bytes
  2746. Added entry: fixed_bytes
  2747. Added entry: notes
  2748. Added entry: large_number
  2749. Added entry: other_numbers
  2750. ... creating "./regress.gen.h"
  2751. ... creating "./regress.gen.c"
  2752. Updated .\regress.gen.c and .\regress.gen.h
  2753. rpcgen okay
  2754. make all-am
  2755. make[3]: Entering directory `/svr-setup/libevent-release-2.0.22-stable/test'
  2756. /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../compat -I../include -I../include -DTINYTEST_LOCAL -g -O2 -Wall -fno-strict-aliasing -pthread -MT test-init.o -MD -MP -MF .deps/test-init.Tpo -c -o test-init.o test-init.c
  2757. /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../compat -I../include -I../include -DTINYTEST_LOCAL -g -O2 -Wall -fno-strict-aliasing -pthread -MT test-eof.o -MD -MP -MF .deps/test-eof.Tpo -c -o test-eof.o test-eof.c
  2758. /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../compat -I../include -I../include -DTINYTEST_LOCAL -g -O2 -Wall -fno-strict-aliasing -pthread -MT test-weof.o -MD -MP -MF .deps/test-weof.Tpo -c -o test-weof.o test-weof.c
  2759. /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../compat -I../include -I../include -DTINYTEST_LOCAL -g -O2 -Wall -fno-strict-aliasing -pthread -MT test-time.o -MD -MP -MF .deps/test-time.Tpo -c -o test-time.o test-time.c
  2760. /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../compat -I../include -I../include -DTINYTEST_LOCAL -g -O2 -Wall -fno-strict-aliasing -pthread -MT bench.o -MD -MP -MF .deps/bench.Tpo -c -o bench.o bench.c
  2761. mv -f .deps/test-init.Tpo .deps/test-init.Po
  2762. /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../compat -I../include -I../include -DTINYTEST_LOCAL -g -O2 -Wall -fno-strict-aliasing -pthread -MT bench_cascade.o -MD -MP -MF .deps/bench_cascade.Tpo -c -o bench_cascade.o bench_cascade.c
  2763. mv -f .deps/test-eof.Tpo .deps/test-eof.Po
  2764. mv -f .deps/test-time.Tpo .deps/test-time.Po
  2765. /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../compat -I../include -I../include -DTINYTEST_LOCAL -g -O2 -Wall -fno-strict-aliasing -pthread -MT bench_http.o -MD -MP -MF .deps/bench_http.Tpo -c -o bench_http.o bench_http.c
  2766. /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../compat -I../include -I../include -DTINYTEST_LOCAL -g -O2 -Wall -fno-strict-aliasing -pthread -MT bench_httpclient.o -MD -MP -MF .deps/bench_httpclient.Tpo -c -o bench_httpclient.o bench_httpclient.c
  2767. mv -f .deps/test-weof.Tpo .deps/test-weof.Po
  2768. mv -f .deps/bench.Tpo .deps/bench.Po
  2769. /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../compat -I../include -I../include -DTINYTEST_LOCAL -g -O2 -Wall -fno-strict-aliasing -pthread -MT test-ratelim.o -MD -MP -MF .deps/test-ratelim.Tpo -c -o test-ratelim.o test-ratelim.c
  2770. /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../compat -I../include -I../include -DTINYTEST_LOCAL -g -O2 -Wall -fno-strict-aliasing -pthread -MT test-changelist.o -MD -MP -MF .deps/test-changelist.Tpo -c -o test-changelist.o test-changelist.c
  2771. mv -f .deps/bench_cascade.Tpo .deps/bench_cascade.Po
  2772. /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../compat -I../include -I../include -DTINYTEST_LOCAL -pthread -g -O2 -Wall -fno-strict-aliasing -pthread -MT regress-regress.o -MD -MP -MF .deps/regress-regress.Tpo -c -o regress-regress.o `test -f 'regress.c' || echo './'`regress.c
  2773. mv -f .deps/test-changelist.Tpo .deps/test-changelist.Po
  2774. /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../compat -I../include -I../include -DTINYTEST_LOCAL -pthread -g -O2 -Wall -fno-strict-aliasing -pthread -MT regress-regress_buffer.o -MD -MP -MF .deps/regress-regress_buffer.Tpo -c -o regress-regress_buffer.o `test -f 'regress_buffer.c' || echo './'`regress_buffer.c
  2775. mv -f .deps/bench_httpclient.Tpo .deps/bench_httpclient.Po
  2776. mv -f .deps/bench_http.Tpo .deps/bench_http.Po
  2777. /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../compat -I../include -I../include -DTINYTEST_LOCAL -pthread -g -O2 -Wall -fno-strict-aliasing -pthread -MT regress-regress_http.o -MD -MP -MF .deps/regress-regress_http.Tpo -c -o regress-regress_http.o `test -f 'regress_http.c' || echo './'`regress_http.c
  2778. /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../compat -I../include -I../include -DTINYTEST_LOCAL -pthread -g -O2 -Wall -fno-strict-aliasing -pthread -MT regress-regress_dns.o -MD -MP -MF .deps/regress-regress_dns.Tpo -c -o regress-regress_dns.o `test -f 'regress_dns.c' || echo './'`regress_dns.c
  2779. mv -f .deps/test-ratelim.Tpo .deps/test-ratelim.Po
  2780. /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../compat -I../include -I../include -DTINYTEST_LOCAL -pthread -g -O2 -Wall -fno-strict-aliasing -pthread -MT regress-regress_testutils.o -MD -MP -MF .deps/regress-regress_testutils.Tpo -c -o regress-regress_testutils.o `test -f 'regress_testutils.c' || echo './'`regress_testutils.c
  2781. mv -f .deps/regress-regress_testutils.Tpo .deps/regress-regress_testutils.Po
  2782. /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../compat -I../include -I../include -DTINYTEST_LOCAL -pthread -g -O2 -Wall -fno-strict-aliasing -pthread -MT regress-regress_rpc.o -MD -MP -MF .deps/regress-regress_rpc.Tpo -c -o regress-regress_rpc.o `test -f 'regress_rpc.c' || echo './'`regress_rpc.c
  2783. mv -f .deps/regress-regress_rpc.Tpo .deps/regress-regress_rpc.Po
  2784. /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../compat -I../include -I../include -DTINYTEST_LOCAL -pthread -g -O2 -Wall -fno-strict-aliasing -pthread -MT regress-regress.gen.o -MD -MP -MF .deps/regress-regress.gen.Tpo -c -o regress-regress.gen.o `test -f 'regress.gen.c' || echo './'`regress.gen.c
  2785. mv -f .deps/regress-regress_dns.Tpo .deps/regress-regress_dns.Po
  2786. /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../compat -I../include -I../include -DTINYTEST_LOCAL -pthread -g -O2 -Wall -fno-strict-aliasing -pthread -MT regress-regress_et.o -MD -MP -MF .deps/regress-regress_et.Tpo -c -o regress-regress_et.o `test -f 'regress_et.c' || echo './'`regress_et.c
  2787. mv -f .deps/regress-regress.Tpo .deps/regress-regress.Po
  2788. /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../compat -I../include -I../include -DTINYTEST_LOCAL -pthread -g -O2 -Wall -fno-strict-aliasing -pthread -MT regress-regress_bufferevent.o -MD -MP -MF .deps/regress-regress_bufferevent.Tpo -c -o regress-regress_bufferevent.o `test -f 'regress_bufferevent.c' || echo './'`regress_bufferevent.c
  2789. mv -f .deps/regress-regress_et.Tpo .deps/regress-regress_et.Po
  2790. /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../compat -I../include -I../include -DTINYTEST_LOCAL -pthread -g -O2 -Wall -fno-strict-aliasing -pthread -MT regress-regress_listener.o -MD -MP -MF .deps/regress-regress_listener.Tpo -c -o regress-regress_listener.o `test -f 'regress_listener.c' || echo './'`regress_listener.c
  2791. mv -f .deps/regress-regress_buffer.Tpo .deps/regress-regress_buffer.Po
  2792. /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../compat -I../include -I../include -DTINYTEST_LOCAL -pthread -g -O2 -Wall -fno-strict-aliasing -pthread -MT regress-regress_util.o -MD -MP -MF .deps/regress-regress_util.Tpo -c -o regress-regress_util.o `test -f 'regress_util.c' || echo './'`regress_util.c
  2793. mv -f .deps/regress-regress.gen.Tpo .deps/regress-regress.gen.Po
  2794. /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../compat -I../include -I../include -DTINYTEST_LOCAL -pthread -g -O2 -Wall -fno-strict-aliasing -pthread -MT regress-tinytest.o -MD -MP -MF .deps/regress-tinytest.Tpo -c -o regress-tinytest.o `test -f 'tinytest.c' || echo './'`tinytest.c
  2795. mv -f .deps/regress-regress_listener.Tpo .deps/regress-regress_listener.Po
  2796. /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../compat -I../include -I../include -DTINYTEST_LOCAL -pthread -g -O2 -Wall -fno-strict-aliasing -pthread -MT regress-regress_main.o -MD -MP -MF .deps/regress-regress_main.Tpo -c -o regress-regress_main.o `test -f 'regress_main.c' || echo './'`regress_main.c
  2797. mv -f .deps/regress-regress_bufferevent.Tpo .deps/regress-regress_bufferevent.Po
  2798. /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../compat -I../include -I../include -DTINYTEST_LOCAL -pthread -g -O2 -Wall -fno-strict-aliasing -pthread -MT regress-regress_minheap.o -MD -MP -MF .deps/regress-regress_minheap.Tpo -c -o regress-regress_minheap.o `test -f 'regress_minheap.c' || echo './'`regress_minheap.c
  2799. mv -f .deps/regress-tinytest.Tpo .deps/regress-tinytest.Po
  2800. /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../compat -I../include -I../include -DTINYTEST_LOCAL -pthread -g -O2 -Wall -fno-strict-aliasing -pthread -MT regress-regress_thread.o -MD -MP -MF .deps/regress-regress_thread.Tpo -c -o regress-regress_thread.o `test -f 'regress_thread.c' || echo './'`regress_thread.c
  2801. mv -f .deps/regress-regress_main.Tpo .deps/regress-regress_main.Po
  2802. /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../compat -I../include -I../include -DTINYTEST_LOCAL -pthread -g -O2 -Wall -fno-strict-aliasing -pthread -MT regress-regress_zlib.o -MD -MP -MF .deps/regress-regress_zlib.Tpo -c -o regress-regress_zlib.o `test -f 'regress_zlib.c' || echo './'`regress_zlib.c
  2803. mv -f .deps/regress-regress_minheap.Tpo .deps/regress-regress_minheap.Po
  2804. /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../compat -I../include -I../include -DTINYTEST_LOCAL -pthread -g -O2 -Wall -fno-strict-aliasing -pthread -MT regress-regress_ssl.o -MD -MP -MF .deps/regress-regress_ssl.Tpo -c -o regress-regress_ssl.o `test -f 'regress_ssl.c' || echo './'`regress_ssl.c
  2805. mv -f .deps/regress-regress_thread.Tpo .deps/regress-regress_thread.Po
  2806. /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -g -O2 -Wall -fno-strict-aliasing -pthread -o test-init test-init.o ../libevent_core.la
  2807. mv -f .deps/regress-regress_zlib.Tpo .deps/regress-regress_zlib.Po
  2808. /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -g -O2 -Wall -fno-strict-aliasing -pthread -o test-eof test-eof.o ../libevent_core.la
  2809. mv -f .deps/regress-regress_ssl.Tpo .deps/regress-regress_ssl.Po
  2810. /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -g -O2 -Wall -fno-strict-aliasing -pthread -o test-weof test-weof.o ../libevent_core.la
  2811. libtool: link: /usr/bin/gcc -g -O2 -Wall -fno-strict-aliasing -pthread -o .libs/test-init test-init.o ../.libs/libevent_core.so -pthread -Wl,-rpath -Wl,/usr/lib64/lib
  2812. libtool: link: /usr/bin/gcc -g -O2 -Wall -fno-strict-aliasing -pthread -o .libs/test-eof test-eof.o ../.libs/libevent_core.so -pthread -Wl,-rpath -Wl,/usr/lib64/lib
  2813. /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -g -O2 -Wall -fno-strict-aliasing -pthread -o test-time test-time.o ../libevent_core.la
  2814. libtool: link: /usr/bin/gcc -g -O2 -Wall -fno-strict-aliasing -pthread -o .libs/test-weof test-weof.o ../.libs/libevent_core.so -pthread -Wl,-rpath -Wl,/usr/lib64/lib
  2815. /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -g -O2 -Wall -fno-strict-aliasing -pthread -o bench bench.o ../libevent.la
  2816. /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -g -O2 -Wall -fno-strict-aliasing -pthread -o bench_cascade bench_cascade.o ../libevent.la
  2817. mv -f .deps/regress-regress_util.Tpo .deps/regress-regress_util.Po
  2818. libtool: link: /usr/bin/gcc -g -O2 -Wall -fno-strict-aliasing -pthread -o .libs/bench_cascade bench_cascade.o ../.libs/libevent.so -pthread -Wl,-rpath -Wl,/usr/lib64/lib
  2819. /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -g -O2 -Wall -fno-strict-aliasing -pthread -o bench_http bench_http.o ../libevent.la
  2820. libtool: link: /usr/bin/gcc -g -O2 -Wall -fno-strict-aliasing -pthread -o .libs/test-time test-time.o ../.libs/libevent_core.so -pthread -Wl,-rpath -Wl,/usr/lib64/lib
  2821. libtool: link: /usr/bin/gcc -g -O2 -Wall -fno-strict-aliasing -pthread -o .libs/bench bench.o ../.libs/libevent.so -pthread -Wl,-rpath -Wl,/usr/lib64/lib
  2822. /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -g -O2 -Wall -fno-strict-aliasing -pthread -o bench_httpclient bench_httpclient.o ../libevent_core.la
  2823. /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -g -O2 -Wall -fno-strict-aliasing -pthread -o test-ratelim test-ratelim.o ../libevent_core.la -lm
  2824. /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -g -O2 -Wall -fno-strict-aliasing -pthread -o test-changelist test-changelist.o ../libevent_core.la
  2825. libtool: link: /usr/bin/gcc -g -O2 -Wall -fno-strict-aliasing -pthread -o .libs/bench_httpclient bench_httpclient.o ../.libs/libevent_core.so -pthread -Wl,-rpath -Wl,/usr/lib64/lib
  2826. libtool: link: /usr/bin/gcc -g -O2 -Wall -fno-strict-aliasing -pthread -o .libs/bench_http bench_http.o ../.libs/libevent.so -pthread -Wl,-rpath -Wl,/usr/lib64/lib
  2827. libtool: link: /usr/bin/gcc -g -O2 -Wall -fno-strict-aliasing -pthread -o .libs/test-ratelim test-ratelim.o ../.libs/libevent_core.so -lm -pthread -Wl,-rpath -Wl,/usr/lib64/lib
  2828. libtool: link: /usr/bin/gcc -g -O2 -Wall -fno-strict-aliasing -pthread -o .libs/test-changelist test-changelist.o ../.libs/libevent_core.so -pthread -Wl,-rpath -Wl,/usr/lib64/lib
  2829. mv -f .deps/regress-regress_http.Tpo .deps/regress-regress_http.Po
  2830. /bin/sh ../libtool --tag=CC --mode=link /usr/bin/gcc -g -O2 -Wall -fno-strict-aliasing -pthread -pthread -o regress regress-regress.o regress-regress_buffer.o regress-regress_http.o regress-regress_dns.o regress-regress_testutils.o regress-regress_rpc.o regress-regress.gen.o regress-regress_et.o regress-regress_bufferevent.o regress-regress_listener.o regress-regress_util.o regress-tinytest.o regress-regress_main.o regress-regress_minheap.o regress-regress_thread.o regress-regress_zlib.o regress-regress_ssl.o ../libevent.la ../libevent_pthreads.la -lz ../libevent_openssl.la -lssl -lcrypto
  2831. libtool: link: /usr/bin/gcc -g -O2 -Wall -fno-strict-aliasing -pthread -pthread -o .libs/regress regress-regress.o regress-regress_buffer.o regress-regress_http.o regress-regress_dns.o regress-regress_testutils.o regress-regress_rpc.o regress-regress.gen.o regress-regress_et.o regress-regress_bufferevent.o regress-regress_listener.o regress-regress_util.o regress-tinytest.o regress-regress_main.o regress-regress_minheap.o regress-regress_thread.o regress-regress_zlib.o regress-regress_ssl.o ../.libs/libevent.so ../.libs/libevent_pthreads.so -lz ../.libs/libevent_openssl.so -lssl -lcrypto -pthread -Wl,-rpath -Wl,/usr/lib64/lib
  2832. make[3]: Leaving directory `/svr-setup/libevent-release-2.0.22-stable/test'
  2833. make[2]: Leaving directory `/svr-setup/libevent-release-2.0.22-stable/test'
  2834. make[1]: Leaving directory `/svr-setup/libevent-release-2.0.22-stable'
  2835. make install-recursive
  2836. make[1]: Entering directory `/svr-setup/libevent-release-2.0.22-stable'
  2837. Making install in .
  2838. make[2]: Entering directory `/svr-setup/libevent-release-2.0.22-stable'
  2839. make[3]: Entering directory `/svr-setup/libevent-release-2.0.22-stable'
  2840. /bin/mkdir -p '/usr/lib64/bin'
  2841. /bin/install -c event_rpcgen.py '/usr/lib64/bin'
  2842. /bin/mkdir -p '/usr/lib64/lib'
  2843. /bin/sh ./libtool --mode=install /bin/install -c libevent.la libevent_core.la libevent_extra.la libevent_pthreads.la libevent_openssl.la '/usr/lib64/lib'
  2844. libtool: install: /bin/install -c .libs/libevent-2.0.so.5.1.10 /usr/lib64/lib/libevent-2.0.so.5.1.10
  2845. libtool: install: (cd /usr/lib64/lib && { ln -s -f libevent-2.0.so.5.1.10 libevent-2.0.so.5 || { rm -f libevent-2.0.so.5 && ln -s libevent-2.0.so.5.1.10 libevent-2.0.so.5; }; })
  2846. libtool: install: (cd /usr/lib64/lib && { ln -s -f libevent-2.0.so.5.1.10 libevent.so || { rm -f libevent.so && ln -s libevent-2.0.so.5.1.10 libevent.so; }; })
  2847. libtool: install: /bin/install -c .libs/libevent.lai /usr/lib64/lib/libevent.la
  2848. libtool: install: /bin/install -c .libs/libevent_core-2.0.so.5.1.10 /usr/lib64/lib/libevent_core-2.0.so.5.1.10
  2849. libtool: install: (cd /usr/lib64/lib && { ln -s -f libevent_core-2.0.so.5.1.10 libevent_core-2.0.so.5 || { rm -f libevent_core-2.0.so.5 && ln -s libevent_core-2.0.so.5.1.10 libevent_core-2.0.so.5; }; })
  2850. libtool: install: (cd /usr/lib64/lib && { ln -s -f libevent_core-2.0.so.5.1.10 libevent_core.so || { rm -f libevent_core.so && ln -s libevent_core-2.0.so.5.1.10 libevent_core.so; }; })
  2851. libtool: install: /bin/install -c .libs/libevent_core.lai /usr/lib64/lib/libevent_core.la
  2852. libtool: install: /bin/install -c .libs/libevent_extra-2.0.so.5.1.10 /usr/lib64/lib/libevent_extra-2.0.so.5.1.10
  2853. libtool: install: (cd /usr/lib64/lib && { ln -s -f libevent_extra-2.0.so.5.1.10 libevent_extra-2.0.so.5 || { rm -f libevent_extra-2.0.so.5 && ln -s libevent_extra-2.0.so.5.1.10 libevent_extra-2.0.so.5; }; })
  2854. libtool: install: (cd /usr/lib64/lib && { ln -s -f libevent_extra-2.0.so.5.1.10 libevent_extra.so || { rm -f libevent_extra.so && ln -s libevent_extra-2.0.so.5.1.10 libevent_extra.so; }; })
  2855. libtool: install: /bin/install -c .libs/libevent_extra.lai /usr/lib64/lib/libevent_extra.la
  2856. libtool: install: /bin/install -c .libs/libevent_pthreads-2.0.so.5.1.10 /usr/lib64/lib/libevent_pthreads-2.0.so.5.1.10
  2857. libtool: install: (cd /usr/lib64/lib && { ln -s -f libevent_pthreads-2.0.so.5.1.10 libevent_pthreads-2.0.so.5 || { rm -f libevent_pthreads-2.0.so.5 && ln -s libevent_pthreads-2.0.so.5.1.10 libevent_pthreads-2.0.so.5; }; })
  2858. libtool: install: (cd /usr/lib64/lib && { ln -s -f libevent_pthreads-2.0.so.5.1.10 libevent_pthreads.so || { rm -f libevent_pthreads.so && ln -s libevent_pthreads-2.0.so.5.1.10 libevent_pthreads.so; }; })
  2859. libtool: install: /bin/install -c .libs/libevent_pthreads.lai /usr/lib64/lib/libevent_pthreads.la
  2860. libtool: install: /bin/install -c .libs/libevent_openssl-2.0.so.5.1.10 /usr/lib64/lib/libevent_openssl-2.0.so.5.1.10
  2861. libtool: install: (cd /usr/lib64/lib && { ln -s -f libevent_openssl-2.0.so.5.1.10 libevent_openssl-2.0.so.5 || { rm -f libevent_openssl-2.0.so.5 && ln -s libevent_openssl-2.0.so.5.1.10 libevent_openssl-2.0.so.5; }; })
  2862. libtool: install: (cd /usr/lib64/lib && { ln -s -f libevent_openssl-2.0.so.5.1.10 libevent_openssl.so || { rm -f libevent_openssl.so && ln -s libevent_openssl-2.0.so.5.1.10 libevent_openssl.so; }; })
  2863. libtool: install: /bin/install -c .libs/libevent_openssl.lai /usr/lib64/lib/libevent_openssl.la
  2864. libtool: install: /bin/install -c .libs/libevent.a /usr/lib64/lib/libevent.a
  2865. libtool: install: chmod 644 /usr/lib64/lib/libevent.a
  2866. libtool: install: ranlib /usr/lib64/lib/libevent.a
  2867. libtool: install: /bin/install -c .libs/libevent_core.a /usr/lib64/lib/libevent_core.a
  2868. libtool: install: chmod 644 /usr/lib64/lib/libevent_core.a
  2869. libtool: install: ranlib /usr/lib64/lib/libevent_core.a
  2870. libtool: install: /bin/install -c .libs/libevent_extra.a /usr/lib64/lib/libevent_extra.a
  2871. libtool: install: chmod 644 /usr/lib64/lib/libevent_extra.a
  2872. libtool: install: ranlib /usr/lib64/lib/libevent_extra.a
  2873. libtool: install: /bin/install -c .libs/libevent_pthreads.a /usr/lib64/lib/libevent_pthreads.a
  2874. libtool: install: chmod 644 /usr/lib64/lib/libevent_pthreads.a
  2875. libtool: install: ranlib /usr/lib64/lib/libevent_pthreads.a
  2876. libtool: install: /bin/install -c .libs/libevent_openssl.a /usr/lib64/lib/libevent_openssl.a
  2877. libtool: install: chmod 644 /usr/lib64/lib/libevent_openssl.a
  2878. libtool: install: ranlib /usr/lib64/lib/libevent_openssl.a
  2879. libtool: finish: PATH="/usr/lib64/ccache:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin:/sbin" ldconfig -n /usr/lib64/lib
  2880. ----------------------------------------------------------------------
  2881. Libraries have been installed in:
  2882. /usr/lib64/lib
  2883.  
  2884. If you ever happen to want to link against installed libraries
  2885. in a given directory, LIBDIR, you must either use libtool, and
  2886. specify the full pathname of the library, or use the `-LLIBDIR'
  2887. flag during linking and do at least one of the following:
  2888. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  2889. during execution
  2890. - add LIBDIR to the `LD_RUN_PATH' environment variable
  2891. during linking
  2892. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  2893. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  2894.  
  2895. See any operating system documentation about shared libraries for
  2896. more information, such as the ld(1) and ld.so(8) manual pages.
  2897. ----------------------------------------------------------------------
  2898. /bin/mkdir -p '/usr/lib64/include'
  2899. /bin/install -c -m 644 event.h evhttp.h evdns.h evrpc.h evutil.h '/usr/lib64/include'
  2900. /bin/mkdir -p '/usr/lib64/lib/pkgconfig'
  2901. /bin/install -c -m 644 libevent.pc libevent_pthreads.pc libevent_openssl.pc '/usr/lib64/lib/pkgconfig'
  2902. make[3]: Leaving directory `/svr-setup/libevent-release-2.0.22-stable'
  2903. make[2]: Leaving directory `/svr-setup/libevent-release-2.0.22-stable'
  2904. Making install in include
  2905. make[2]: Entering directory `/svr-setup/libevent-release-2.0.22-stable/include'
  2906. make[3]: Entering directory `/svr-setup/libevent-release-2.0.22-stable/include'
  2907. make[3]: Nothing to be done for `install-exec-am'.
  2908. /bin/mkdir -p '/usr/lib64/include'
  2909. /bin/mkdir -p '/usr/lib64/include/event2'
  2910. /bin/install -c -m 644 event2/buffer.h event2/buffer_compat.h event2/bufferevent.h event2/bufferevent_compat.h event2/bufferevent_ssl.h event2/bufferevent_struct.h event2/dns.h event2/dns_compat.h event2/dns_struct.h event2/event.h event2/event_compat.h event2/event_struct.h event2/http.h event2/http_compat.h event2/http_struct.h event2/keyvalq_struct.h event2/listener.h event2/rpc.h event2/rpc_compat.h event2/rpc_struct.h event2/tag.h event2/tag_compat.h event2/thread.h event2/util.h '/usr/lib64/include/event2'
  2911. /bin/mkdir -p '/usr/lib64/include'
  2912. /bin/mkdir -p '/usr/lib64/include/event2'
  2913. /bin/install -c -m 644 ./event2/event-config.h '/usr/lib64/include/event2'
  2914. make[3]: Leaving directory `/svr-setup/libevent-release-2.0.22-stable/include'
  2915. make[2]: Leaving directory `/svr-setup/libevent-release-2.0.22-stable/include'
  2916. Making install in sample
  2917. make[2]: Entering directory `/svr-setup/libevent-release-2.0.22-stable/sample'
  2918. make[3]: Entering directory `/svr-setup/libevent-release-2.0.22-stable/sample'
  2919. make[3]: Nothing to be done for `install-exec-am'.
  2920. make[3]: Nothing to be done for `install-data-am'.
  2921. make[3]: Leaving directory `/svr-setup/libevent-release-2.0.22-stable/sample'
  2922. make[2]: Leaving directory `/svr-setup/libevent-release-2.0.22-stable/sample'
  2923. Making install in test
  2924. make[2]: Entering directory `/svr-setup/libevent-release-2.0.22-stable/test'
  2925. make install-am
  2926. make[3]: Entering directory `/svr-setup/libevent-release-2.0.22-stable/test'
  2927. make[4]: Entering directory `/svr-setup/libevent-release-2.0.22-stable/test'
  2928. make[4]: Nothing to be done for `install-exec-am'.
  2929. make[4]: Nothing to be done for `install-data-am'.
  2930. make[4]: Leaving directory `/svr-setup/libevent-release-2.0.22-stable/test'
  2931. make[3]: Leaving directory `/svr-setup/libevent-release-2.0.22-stable/test'
  2932. make[2]: Leaving directory `/svr-setup/libevent-release-2.0.22-stable/test'
  2933. make[1]: Leaving directory `/svr-setup/libevent-release-2.0.22-stable'
  2934. Compiling memcached...
  2935. (B/svr-setup/libevent-release-2.0.22-stable
  2936. cd /svr-setup
  2937. checking build system type... x86_64-pc-linux-gnu
  2938. checking host system type... x86_64-pc-linux-gnu
  2939. checking for a BSD-compatible install... /bin/install -c
  2940. checking whether build environment is sane... yes
  2941. checking for a thread-safe mkdir -p... /bin/mkdir -p
  2942. checking for gawk... gawk
  2943. checking whether make sets $(MAKE)... yes
  2944. checking whether make supports nested variables... yes
  2945. checking for gcc... /usr/bin/gcc
  2946. checking whether the C compiler works... yes
  2947. checking for C compiler default output file name... a.out
  2948. checking for suffix of executables...
  2949. checking whether we are cross compiling... no
  2950. checking for suffix of object files... o
  2951. checking whether we are using the GNU C compiler... yes
  2952. checking whether /usr/bin/gcc accepts -g... yes
  2953. checking for /usr/bin/gcc option to accept ISO C89... none needed
  2954. checking whether /usr/bin/gcc understands -c and -o together... yes
  2955. checking for style of include used by make... GNU
  2956. checking dependency style of /usr/bin/gcc... gcc3
  2957. checking how to run the C preprocessor... /usr/bin/gcc -E
  2958. checking for grep that handles long lines and -e... /bin/grep
  2959. checking for egrep... /bin/grep -E
  2960. checking for icc in use... no
  2961. checking for clang in use... no
  2962. checking for ANSI C header files... yes
  2963. checking for sys/types.h... yes
  2964. checking for sys/stat.h... yes
  2965. checking for stdlib.h... yes
  2966. checking for string.h... yes
  2967. checking for memory.h... yes
  2968. checking for strings.h... yes
  2969. checking for inttypes.h... yes
  2970. checking for stdint.h... yes
  2971. checking for unistd.h... yes
  2972. checking whether __SUNPRO_C is declared... no
  2973. checking for /usr/bin/gcc option to accept ISO C99... -std=gnu99
  2974. checking sasl/sasl.h usability... yes
  2975. checking sasl/sasl.h presence... yes
  2976. checking for sasl/sasl.h... yes
  2977. checking for SASL_CB_GETCONF... no
  2978. checking for library containing sasl_server_init... -lsasl2
  2979. checking for gcov... /bin/gcov
  2980. checking for main in -lgcov... yes
  2981. checking for library containing clock_gettime... none required
  2982. checking for library containing socket... none required
  2983. checking for library containing gethostbyname... none required
  2984. checking for libevent directory... /usr/lib64
  2985. checking for library containing umem_cache_create... no
  2986. checking for library containing gethugepagesizes... no
  2987. checking for stdbool.h that conforms to C99... yes
  2988. checking for _Bool... yes
  2989. checking for inttypes.h... (cached) yes
  2990. checking for sasl_callback_ft... yes
  2991. checking for print macros for integers (C99 section 7.8.1)... yes
  2992. checking for an ANSI C-conforming const... yes
  2993. checking for socklen_t... yes
  2994. checking for endianness... little
  2995. checking for htonll... no
  2996. checking for library containing pthread_create... none required
  2997. checking for mlockall... yes
  2998. checking for getpagesizes... no
  2999. checking for memcntl... no
  3000. checking for sigignore... yes
  3001. checking for clock_gettime... yes
  3002. checking for accept4... yes
  3003. checking for alignment... none
  3004. checking for GCC atomics... yes
  3005. checking for GCC 64bit atomics... no
  3006. checking for setppriv... no
  3007. checking umem.h usability... no
  3008. checking umem.h presence... no
  3009. checking for umem.h... no
  3010. checking for xml2rfc... no
  3011. checking for xsltproc... /bin/xsltproc
  3012. checking that generated files are newer than configure... done
  3013. configure: creating ./config.status
  3014. config.status: creating Makefile
  3015. config.status: creating doc/Makefile
  3016. config.status: creating config.h
  3017. config.status: executing depfiles commands
  3018. make all-recursive
  3019. make[1]: Entering directory `/svr-setup/memcached-1.4.35'
  3020. Making all in doc
  3021. make[2]: Entering directory `/svr-setup/memcached-1.4.35/doc'
  3022. make all-am
  3023. make[3]: Entering directory `/svr-setup/memcached-1.4.35/doc'
  3024. make[3]: Nothing to be done for `all-am'.
  3025. make[3]: Leaving directory `/svr-setup/memcached-1.4.35/doc'
  3026. make[2]: Leaving directory `/svr-setup/memcached-1.4.35/doc'
  3027. make[2]: Entering directory `/svr-setup/memcached-1.4.35'
  3028. /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -I/usr/lib64/include -g -O2 -pthread -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached-memcached.o -MD -MP -MF .deps/memcached-memcached.Tpo -c -o memcached-memcached.o `test -f 'memcached.c' || echo './'`memcached.c
  3029. /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -I/usr/lib64/include -g -O2 -pthread -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached-hash.o -MD -MP -MF .deps/memcached-hash.Tpo -c -o memcached-hash.o `test -f 'hash.c' || echo './'`hash.c
  3030. /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -I/usr/lib64/include -g -O2 -pthread -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached-jenkins_hash.o -MD -MP -MF .deps/memcached-jenkins_hash.Tpo -c -o memcached-jenkins_hash.o `test -f 'jenkins_hash.c' || echo './'`jenkins_hash.c
  3031. /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -I/usr/lib64/include -g -O2 -pthread -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached-murmur3_hash.o -MD -MP -MF .deps/memcached-murmur3_hash.Tpo -c -o memcached-murmur3_hash.o `test -f 'murmur3_hash.c' || echo './'`murmur3_hash.c
  3032. /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -I/usr/lib64/include -g -O2 -pthread -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached-slabs.o -MD -MP -MF .deps/memcached-slabs.Tpo -c -o memcached-slabs.o `test -f 'slabs.c' || echo './'`slabs.c
  3033. mv -f .deps/memcached-murmur3_hash.Tpo .deps/memcached-murmur3_hash.Po
  3034. /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -I/usr/lib64/include -g -O2 -pthread -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached-items.o -MD -MP -MF .deps/memcached-items.Tpo -c -o memcached-items.o `test -f 'items.c' || echo './'`items.c
  3035. mv -f .deps/memcached-hash.Tpo .deps/memcached-hash.Po
  3036. /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -I/usr/lib64/include -g -O2 -pthread -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached-assoc.o -MD -MP -MF .deps/memcached-assoc.Tpo -c -o memcached-assoc.o `test -f 'assoc.c' || echo './'`assoc.c
  3037. mv -f .deps/memcached-jenkins_hash.Tpo .deps/memcached-jenkins_hash.Po
  3038. /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -I/usr/lib64/include -g -O2 -pthread -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached-thread.o -MD -MP -MF .deps/memcached-thread.Tpo -c -o memcached-thread.o `test -f 'thread.c' || echo './'`thread.c
  3039. mv -f .deps/memcached-assoc.Tpo .deps/memcached-assoc.Po
  3040. /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -I/usr/lib64/include -g -O2 -pthread -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached-daemon.o -MD -MP -MF .deps/memcached-daemon.Tpo -c -o memcached-daemon.o `test -f 'daemon.c' || echo './'`daemon.c
  3041. mv -f .deps/memcached-slabs.Tpo .deps/memcached-slabs.Po
  3042. /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -I/usr/lib64/include -g -O2 -pthread -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached-stats.o -MD -MP -MF .deps/memcached-stats.Tpo -c -o memcached-stats.o `test -f 'stats.c' || echo './'`stats.c
  3043. mv -f .deps/memcached-daemon.Tpo .deps/memcached-daemon.Po
  3044. /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -I/usr/lib64/include -g -O2 -pthread -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached-util.o -MD -MP -MF .deps/memcached-util.Tpo -c -o memcached-util.o `test -f 'util.c' || echo './'`util.c
  3045. mv -f .deps/memcached-thread.Tpo .deps/memcached-thread.Po
  3046. /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -I/usr/lib64/include -g -O2 -pthread -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached-bipbuffer.o -MD -MP -MF .deps/memcached-bipbuffer.Tpo -c -o memcached-bipbuffer.o `test -f 'bipbuffer.c' || echo './'`bipbuffer.c
  3047. mv -f .deps/memcached-stats.Tpo .deps/memcached-stats.Po
  3048. /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -I/usr/lib64/include -g -O2 -pthread -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached-logger.o -MD -MP -MF .deps/memcached-logger.Tpo -c -o memcached-logger.o `test -f 'logger.c' || echo './'`logger.c
  3049. mv -f .deps/memcached-util.Tpo .deps/memcached-util.Po
  3050. /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -I/usr/lib64/include -g -O2 -pthread -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached-crawler.o -MD -MP -MF .deps/memcached-crawler.Tpo -c -o memcached-crawler.o `test -f 'crawler.c' || echo './'`crawler.c
  3051. mv -f .deps/memcached-bipbuffer.Tpo .deps/memcached-bipbuffer.Po
  3052. mv -f .deps/memcached-items.Tpo .deps/memcached-items.Po
  3053. /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -I/usr/lib64/include -g -O2 -pthread -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached-itoa_ljust.o -MD -MP -MF .deps/memcached-itoa_ljust.Tpo -c -o memcached-itoa_ljust.o `test -f 'itoa_ljust.c' || echo './'`itoa_ljust.c
  3054. /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -I/usr/lib64/include -g -O2 -pthread -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached-cache.o -MD -MP -MF .deps/memcached-cache.Tpo -c -o memcached-cache.o `test -f 'cache.c' || echo './'`cache.c
  3055. mv -f .deps/memcached-itoa_ljust.Tpo .deps/memcached-itoa_ljust.Po
  3056. /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -I/usr/lib64/include -g -O2 -pthread -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached-sasl_defs.o -MD -MP -MF .deps/memcached-sasl_defs.Tpo -c -o memcached-sasl_defs.o `test -f 'sasl_defs.c' || echo './'`sasl_defs.c
  3057. mv -f .deps/memcached-cache.Tpo .deps/memcached-cache.Po
  3058. /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/lib64/include -fprofile-arcs -ftest-coverage -g -O2 -pthread -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached_debug-memcached.o -MD -MP -MF .deps/memcached_debug-memcached.Tpo -c -o memcached_debug-memcached.o `test -f 'memcached.c' || echo './'`memcached.c
  3059. mv -f .deps/memcached-sasl_defs.Tpo .deps/memcached-sasl_defs.Po
  3060. /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/lib64/include -fprofile-arcs -ftest-coverage -g -O2 -pthread -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached_debug-hash.o -MD -MP -MF .deps/memcached_debug-hash.Tpo -c -o memcached_debug-hash.o `test -f 'hash.c' || echo './'`hash.c
  3061. mv -f .deps/memcached-crawler.Tpo .deps/memcached-crawler.Po
  3062. /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/lib64/include -fprofile-arcs -ftest-coverage -g -O2 -pthread -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached_debug-jenkins_hash.o -MD -MP -MF .deps/memcached_debug-jenkins_hash.Tpo -c -o memcached_debug-jenkins_hash.o `test -f 'jenkins_hash.c' || echo './'`jenkins_hash.c
  3063. mv -f .deps/memcached-logger.Tpo .deps/memcached-logger.Po
  3064. /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/lib64/include -fprofile-arcs -ftest-coverage -g -O2 -pthread -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached_debug-murmur3_hash.o -MD -MP -MF .deps/memcached_debug-murmur3_hash.Tpo -c -o memcached_debug-murmur3_hash.o `test -f 'murmur3_hash.c' || echo './'`murmur3_hash.c
  3065. mv -f .deps/memcached_debug-hash.Tpo .deps/memcached_debug-hash.Po
  3066. /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/lib64/include -fprofile-arcs -ftest-coverage -g -O2 -pthread -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached_debug-slabs.o -MD -MP -MF .deps/memcached_debug-slabs.Tpo -c -o memcached_debug-slabs.o `test -f 'slabs.c' || echo './'`slabs.c
  3067. mv -f .deps/memcached_debug-murmur3_hash.Tpo .deps/memcached_debug-murmur3_hash.Po
  3068. /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/lib64/include -fprofile-arcs -ftest-coverage -g -O2 -pthread -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached_debug-items.o -MD -MP -MF .deps/memcached_debug-items.Tpo -c -o memcached_debug-items.o `test -f 'items.c' || echo './'`items.c
  3069. mv -f .deps/memcached_debug-jenkins_hash.Tpo .deps/memcached_debug-jenkins_hash.Po
  3070. /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/lib64/include -fprofile-arcs -ftest-coverage -g -O2 -pthread -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached_debug-assoc.o -MD -MP -MF .deps/memcached_debug-assoc.Tpo -c -o memcached_debug-assoc.o `test -f 'assoc.c' || echo './'`assoc.c
  3071. mv -f .deps/memcached_debug-assoc.Tpo .deps/memcached_debug-assoc.Po
  3072. /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/lib64/include -fprofile-arcs -ftest-coverage -g -O2 -pthread -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached_debug-thread.o -MD -MP -MF .deps/memcached_debug-thread.Tpo -c -o memcached_debug-thread.o `test -f 'thread.c' || echo './'`thread.c
  3073. mv -f .deps/memcached_debug-slabs.Tpo .deps/memcached_debug-slabs.Po
  3074. /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/lib64/include -fprofile-arcs -ftest-coverage -g -O2 -pthread -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached_debug-daemon.o -MD -MP -MF .deps/memcached_debug-daemon.Tpo -c -o memcached_debug-daemon.o `test -f 'daemon.c' || echo './'`daemon.c
  3075. mv -f .deps/memcached_debug-daemon.Tpo .deps/memcached_debug-daemon.Po
  3076. /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/lib64/include -fprofile-arcs -ftest-coverage -g -O2 -pthread -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached_debug-stats.o -MD -MP -MF .deps/memcached_debug-stats.Tpo -c -o memcached_debug-stats.o `test -f 'stats.c' || echo './'`stats.c
  3077. mv -f .deps/memcached_debug-thread.Tpo .deps/memcached_debug-thread.Po
  3078. /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/lib64/include -fprofile-arcs -ftest-coverage -g -O2 -pthread -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached_debug-util.o -MD -MP -MF .deps/memcached_debug-util.Tpo -c -o memcached_debug-util.o `test -f 'util.c' || echo './'`util.c
  3079. mv -f .deps/memcached_debug-stats.Tpo .deps/memcached_debug-stats.Po
  3080. /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/lib64/include -fprofile-arcs -ftest-coverage -g -O2 -pthread -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached_debug-bipbuffer.o -MD -MP -MF .deps/memcached_debug-bipbuffer.Tpo -c -o memcached_debug-bipbuffer.o `test -f 'bipbuffer.c' || echo './'`bipbuffer.c
  3081. mv -f .deps/memcached_debug-items.Tpo .deps/memcached_debug-items.Po
  3082. /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/lib64/include -fprofile-arcs -ftest-coverage -g -O2 -pthread -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached_debug-logger.o -MD -MP -MF .deps/memcached_debug-logger.Tpo -c -o memcached_debug-logger.o `test -f 'logger.c' || echo './'`logger.c
  3083. mv -f .deps/memcached_debug-util.Tpo .deps/memcached_debug-util.Po
  3084. mv -f .deps/memcached_debug-bipbuffer.Tpo .deps/memcached_debug-bipbuffer.Po
  3085. /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/lib64/include -fprofile-arcs -ftest-coverage -g -O2 -pthread -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached_debug-crawler.o -MD -MP -MF .deps/memcached_debug-crawler.Tpo -c -o memcached_debug-crawler.o `test -f 'crawler.c' || echo './'`crawler.c
  3086. /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/lib64/include -fprofile-arcs -ftest-coverage -g -O2 -pthread -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached_debug-itoa_ljust.o -MD -MP -MF .deps/memcached_debug-itoa_ljust.Tpo -c -o memcached_debug-itoa_ljust.o `test -f 'itoa_ljust.c' || echo './'`itoa_ljust.c
  3087. mv -f .deps/memcached-memcached.Tpo .deps/memcached-memcached.Po
  3088. /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/lib64/include -fprofile-arcs -ftest-coverage -g -O2 -pthread -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached_debug-cache.o -MD -MP -MF .deps/memcached_debug-cache.Tpo -c -o memcached_debug-cache.o `test -f 'cache.c' || echo './'`cache.c
  3089. mv -f .deps/memcached_debug-itoa_ljust.Tpo .deps/memcached_debug-itoa_ljust.Po
  3090. /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/lib64/include -fprofile-arcs -ftest-coverage -g -O2 -pthread -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT memcached_debug-sasl_defs.o -MD -MP -MF .deps/memcached_debug-sasl_defs.Tpo -c -o memcached_debug-sasl_defs.o `test -f 'sasl_defs.c' || echo './'`sasl_defs.c
  3091. mv -f .deps/memcached_debug-cache.Tpo .deps/memcached_debug-cache.Po
  3092. /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/lib64/include -g -O2 -pthread -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT sizes.o -MD -MP -MF .deps/sizes.Tpo -c -o sizes.o sizes.c
  3093. mv -f .deps/sizes.Tpo .deps/sizes.Po
  3094. /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/lib64/include -g -O2 -pthread -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT testapp.o -MD -MP -MF .deps/testapp.Tpo -c -o testapp.o testapp.c
  3095. mv -f .deps/memcached_debug-logger.Tpo .deps/memcached_debug-logger.Po
  3096. mv -f .deps/memcached_debug-sasl_defs.Tpo .deps/memcached_debug-sasl_defs.Po
  3097. /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/lib64/include -g -O2 -pthread -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT util.o -MD -MP -MF .deps/util.Tpo -c -o util.o util.c
  3098. /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/lib64/include -g -O2 -pthread -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT cache.o -MD -MP -MF .deps/cache.Tpo -c -o cache.o cache.c
  3099. mv -f .deps/memcached_debug-crawler.Tpo .deps/memcached_debug-crawler.Po
  3100. /usr/bin/gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/lib64/include -g -O2 -pthread -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -MT timedrun.o -MD -MP -MF .deps/timedrun.Tpo -c -o timedrun.o timedrun.c
  3101. mv -f .deps/timedrun.Tpo .deps/timedrun.Po
  3102. /usr/bin/gcc -std=gnu99 -g -O2 -pthread -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -L/usr/lib64/lib -Wl,-rpath,/usr/lib64/lib -o memcached memcached-memcached.o memcached-hash.o memcached-jenkins_hash.o memcached-murmur3_hash.o memcached-slabs.o memcached-items.o memcached-assoc.o memcached-thread.o memcached-daemon.o memcached-stats.o memcached-util.o memcached-bipbuffer.o memcached-logger.o memcached-crawler.o memcached-itoa_ljust.o memcached-cache.o memcached-sasl_defs.o -levent -lsasl2
  3103. /usr/bin/gcc -std=gnu99 -g -O2 -pthread -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -L/usr/lib64/lib -Wl,-rpath,/usr/lib64/lib -o sizes sizes.o -levent -lsasl2
  3104. mv -f .deps/util.Tpo .deps/util.Po
  3105. /usr/bin/gcc -std=gnu99 -g -O2 -pthread -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -L/usr/lib64/lib -Wl,-rpath,/usr/lib64/lib -o timedrun timedrun.o -levent -lsasl2
  3106. mv -f .deps/cache.Tpo .deps/cache.Po
  3107. mv -f .deps/testapp.Tpo .deps/testapp.Po
  3108. /usr/bin/gcc -std=gnu99 -g -O2 -pthread -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -L/usr/lib64/lib -Wl,-rpath,/usr/lib64/lib -o testapp testapp.o util.o cache.o -levent -lsasl2
  3109. mv -f .deps/memcached_debug-memcached.Tpo .deps/memcached_debug-memcached.Po
  3110. /usr/bin/gcc -std=gnu99 -fprofile-arcs -ftest-coverage -g -O2 -pthread -pthread -Wall -Werror -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -L/usr/lib64/lib -Wl,-rpath,/usr/lib64/lib -o memcached-debug memcached_debug-memcached.o memcached_debug-hash.o memcached_debug-jenkins_hash.o memcached_debug-murmur3_hash.o memcached_debug-slabs.o memcached_debug-items.o memcached_debug-assoc.o memcached_debug-thread.o memcached_debug-daemon.o memcached_debug-stats.o memcached_debug-util.o memcached_debug-bipbuffer.o memcached_debug-logger.o memcached_debug-crawler.o memcached_debug-itoa_ljust.o memcached_debug-cache.o memcached_debug-sasl_defs.o -lgcov -levent -lsasl2
  3111. make[2]: Leaving directory `/svr-setup/memcached-1.4.35'
  3112. make[1]: Leaving directory `/svr-setup/memcached-1.4.35'
  3113. make install-recursive
  3114. make[1]: Entering directory `/svr-setup/memcached-1.4.35'
  3115. Making install in doc
  3116. make[2]: Entering directory `/svr-setup/memcached-1.4.35/doc'
  3117. make install-am
  3118. make[3]: Entering directory `/svr-setup/memcached-1.4.35/doc'
  3119. make[4]: Entering directory `/svr-setup/memcached-1.4.35/doc'
  3120. make[4]: Nothing to be done for `install-exec-am'.
  3121. /bin/mkdir -p '/usr/local/share/man/man1'
  3122. /bin/install -c -m 644 memcached.1 '/usr/local/share/man/man1'
  3123. make[4]: Leaving directory `/svr-setup/memcached-1.4.35/doc'
  3124. make[3]: Leaving directory `/svr-setup/memcached-1.4.35/doc'
  3125. make[2]: Leaving directory `/svr-setup/memcached-1.4.35/doc'
  3126. make[2]: Entering directory `/svr-setup/memcached-1.4.35'
  3127. make[3]: Entering directory `/svr-setup/memcached-1.4.35'
  3128. /bin/mkdir -p '/usr/local/bin'
  3129. /bin/install -c memcached '/usr/local/bin'
  3130. /bin/mkdir -p '/usr/local/include/memcached'
  3131. /bin/install -c -m 644 protocol_binary.h '/usr/local/include/memcached'
  3132. make[3]: Leaving directory `/svr-setup/memcached-1.4.35'
  3133. make[2]: Leaving directory `/svr-setup/memcached-1.4.35'
  3134. make[1]: Leaving directory `/svr-setup/memcached-1.4.35'
  3135. Compiled memcached...
  3136. (BFailed to kill unit memcached.service: Unit memcached.service is not loaded.
  3137. service memcached stop
  3138. Redirecting to /bin/systemctl stop memcached.service
  3139. Failed to stop memcached.service: Unit memcached.service not loaded.
  3140. service memcached start
  3141. Redirecting to /bin/systemctl start memcached.service
  3142. Failed to start memcached.service: Unit not found.
  3143. inc/memcached_install.inc: line 293: php: command not found
  3144. Compiling PHP memcache extension...
  3145. (B/svr-setup/memcached-1.4.35
  3146. cd /svr-setup
  3147. inc/memcached_install.inc: line 335: /usr/local/bin/phpize: No such file or directory
  3148. inc/memcached_install.inc: line 336: ./configure: No such file or directory
  3149. make: *** No targets specified and no makefile found. Stop.
  3150. make: *** No rule to make target `install'. Stop.
  3151. Installing libmemcached via CentOS base YUM repo ...
  3152. (BCompiling PHP memcached-2.2.0 extension...
  3153. (B/svr-setup/memcache-3.0.8
  3154. cd /svr-setup
  3155. inc/memcached_install.inc: line 410: php: command not found
  3156. 1
  3157.  
  3158. compiling memcached PHP extension 2.2.0 ...
  3159. inc/memcached_install.inc: line 444: /usr/local/bin/phpize: No such file or directory
  3160. inc/memcached_install.inc: line 448: ./configure: No such file or directory
  3161. make: *** No targets specified and no makefile found. Stop.
  3162. make: *** No rule to make target `install'. Stop.
  3163. grep: /usr/local/lib/php.ini: No such file or directory
  3164. grep: /etc/centminmod/php.d/memcache.ini: No such file or directory
  3165. cat: /usr/local/bin/php-config: No such file or directory
  3166. grep: /usr/local/lib/php.ini: No such file or directory
  3167. grep: /etc/centminmod/php.d/memcached.ini: No such file or directory
  3168. cat: /usr/local/bin/php-config: No such file or directory
  3169. Failed to kill unit memcached.service: Unit memcached.service is not loaded.
  3170. service memcached stop
  3171. Redirecting to /bin/systemctl stop memcached.service
  3172. Failed to stop memcached.service: Unit memcached.service not loaded.
  3173. service memcached start
  3174. Redirecting to /bin/systemctl start memcached.service
  3175. Failed to start memcached.service: Unit not found.
  3176. service php-fpm restart
  3177. Gracefully shutting down php-fpm kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec]
  3178. ................................... failed. Use force-exit
  3179. Starting php-fpm /etc/init.d/php-fpm: line 80: /usr/local/sbin/php-fpm: No such file or directory
  3180. failed
  3181. Setup /etc/init.d/memcached with 1 Memcached servers
  3182. setup /etc/init.d/memcached
  3183. cp /usr/local/src/centminmod/config/memcached/memcached /etc/init.d/memcached
  3184. Memcached server started
  3185. Compiling PHP memcache extension...
  3186. (Bpackage.xml
  3187. memcache-3.0.8/config.m4
  3188. memcache-3.0.8/config9.m4
  3189. memcache-3.0.8/config.w32
  3190. memcache-3.0.8/CREDITS
  3191. memcache-3.0.8/LICENSE
  3192. memcache-3.0.8/example.php
  3193. memcache-3.0.8/memcache.c
  3194. memcache-3.0.8/memcache_pool.c
  3195. memcache-3.0.8/memcache_queue.c
  3196. memcache-3.0.8/memcache_session.c
  3197. memcache-3.0.8/memcache_ascii_protocol.c
  3198. memcache-3.0.8/memcache_binary_protocol.c
  3199. memcache-3.0.8/memcache_standard_hash.c
  3200. memcache-3.0.8/memcache_consistent_hash.c
  3201. memcache-3.0.8/memcache.dsp
  3202. memcache-3.0.8/php_memcache.h
  3203. memcache-3.0.8/memcache_pool.h
  3204. memcache-3.0.8/memcache_queue.h
  3205. memcache-3.0.8/README
  3206. memcache-3.0.8/memcache.php
  3207. memcache-3.0.8/tests/001.phpt
  3208. memcache-3.0.8/tests/002.phpt
  3209. memcache-3.0.8/tests/003.phpt
  3210. memcache-3.0.8/tests/004.phpt
  3211. memcache-3.0.8/tests/005.phpt
  3212. memcache-3.0.8/tests/006.phpt
  3213. memcache-3.0.8/tests/007.phpt
  3214. memcache-3.0.8/tests/008.phpt
  3215. memcache-3.0.8/tests/009.phpt
  3216. memcache-3.0.8/tests/010.phpt
  3217. memcache-3.0.8/tests/011.phpt
  3218. memcache-3.0.8/tests/012.phpt
  3219. memcache-3.0.8/tests/013.phpt
  3220. memcache-3.0.8/tests/014.phpt
  3221. memcache-3.0.8/tests/015.phpt
  3222. memcache-3.0.8/tests/016.phpt
  3223. memcache-3.0.8/tests/017.phpt
  3224. memcache-3.0.8/tests/018.phpt
  3225. memcache-3.0.8/tests/019a.phpt
  3226. memcache-3.0.8/tests/019.phpt
  3227. memcache-3.0.8/tests/020.phpt
  3228. memcache-3.0.8/tests/021.phpt
  3229. memcache-3.0.8/tests/022a.phpt
  3230. memcache-3.0.8/tests/022.phpt
  3231. memcache-3.0.8/tests/023.phpt
  3232. memcache-3.0.8/tests/024a.phpt
  3233. memcache-3.0.8/tests/024.phpt
  3234. memcache-3.0.8/tests/025.phpt
  3235. memcache-3.0.8/tests/026.phpt
  3236. memcache-3.0.8/tests/027a.phpt
  3237. memcache-3.0.8/tests/027.phpt
  3238. memcache-3.0.8/tests/028.phpt
  3239. memcache-3.0.8/tests/029.phpt
  3240. memcache-3.0.8/tests/030.phpt
  3241. memcache-3.0.8/tests/031.phpt
  3242. memcache-3.0.8/tests/032.phpt
  3243. memcache-3.0.8/tests/033.phpt
  3244. memcache-3.0.8/tests/034.phpt
  3245. memcache-3.0.8/tests/035.phpt
  3246. memcache-3.0.8/tests/036.phpt
  3247. memcache-3.0.8/tests/037.phpt
  3248. memcache-3.0.8/tests/038.phpt
  3249. memcache-3.0.8/tests/039.phpt
  3250. memcache-3.0.8/tests/040.phpt
  3251. memcache-3.0.8/tests/041.phpt
  3252. memcache-3.0.8/tests/042.phpt
  3253. memcache-3.0.8/tests/043.phpt
  3254. memcache-3.0.8/tests/044.phpt
  3255. memcache-3.0.8/tests/045.phpt
  3256. memcache-3.0.8/tests/046.phpt
  3257. memcache-3.0.8/tests/047.phpt
  3258. memcache-3.0.8/tests/048.phpt
  3259. memcache-3.0.8/tests/049.phpt
  3260. memcache-3.0.8/tests/050.phpt
  3261. memcache-3.0.8/tests/051.phpt
  3262. memcache-3.0.8/tests/052.phpt
  3263. memcache-3.0.8/tests/053.phpt
  3264. memcache-3.0.8/tests/054.phpt
  3265. memcache-3.0.8/tests/055.phpt
  3266. memcache-3.0.8/tests/056.phpt
  3267. memcache-3.0.8/tests/057.phpt
  3268. memcache-3.0.8/tests/058.phpt
  3269. memcache-3.0.8/tests/100a.phpt
  3270. memcache-3.0.8/tests/100b.phpt
  3271. memcache-3.0.8/tests/100.phpt
  3272. memcache-3.0.8/tests/pecl11221.phpt
  3273. memcache-3.0.8/tests/pecl16442.phpt
  3274. memcache-3.0.8/tests/pecl16536.phpt
  3275. memcache-3.0.8/tests/pecl17518.phpt
  3276. memcache-3.0.8/tests/pecl17566.phpt
  3277. memcache-3.0.8/tests/pecl63142.phpt
  3278. inc/memcached_install.inc: line 633: /usr/local/bin/phpize: No such file or directory
  3279. inc/memcached_install.inc: line 634: ./configure: No such file or directory
  3280. make: *** No targets specified and no makefile found. Stop.
  3281. grep: /usr/local/lib/php.ini: No such file or directory
  3282. cat: /usr/local/bin/php-config: No such file or directory
  3283. Gracefully shutting down php-fpm kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec]
  3284. ................................... failed. Use force-exit
  3285. Starting php-fpm /etc/init.d/php-fpm: line 80: /usr/local/sbin/php-fpm: No such file or directory
  3286. failed
  3287. *************************************************
  3288. * memcached installed
  3289. (B*************************************************
  3290. csfinstalls
  3291. *************************************************
  3292. * Installing CSF firewall...
  3293. (B*************************************************
  3294. Installing...
  3295. Loaded plugins: fastestmirror, priorities
  3296. Loading mirror speeds from cached hostfile
  3297. * base: ca.mirror.babylon.network
  3298. * epel: ca.mirror.babylon.network
  3299. * extras: ca.mirror.babylon.network
  3300. * rpmforge: mirror.us.leaseweb.net
  3301. * updates: ca.mirror.babylon.network
  3302. 361 packages excluded due to repository priority protections
  3303. Resolving Dependencies
  3304. --> Running transaction check
  3305. ---> Package perl-LWP-Protocol-https.noarch 0:6.04-4.el7 will be installed
  3306. --> Processing Dependency: perl(Mozilla::CA) >= 20110101 for package: perl-LWP-Protocol-https-6.04-4.el7.noarch
  3307. --> Running transaction check
  3308. ---> Package perl-Mozilla-CA.noarch 0:20130114-5.el7 will be installed
  3309. --> Finished Dependency Resolution
  3310.  
  3311. Dependencies Resolved
  3312.  
  3313. ================================================================================
  3314. Package Arch Version Repository
  3315. Size
  3316. ================================================================================
  3317. Installing:
  3318. perl-LWP-Protocol-https noarch 6.04-4.el7 base 11 k
  3319. Installing for dependencies:
  3320. perl-Mozilla-CA noarch 20130114-5.el7 base 11 k
  3321.  
  3322. Transaction Summary
  3323. ================================================================================
  3324. Install 1 Package (+1 Dependent package)
  3325.  
  3326. Total download size: 22 k
  3327. Installed size: 18 k
  3328. Downloading packages:
  3329. --------------------------------------------------------------------------------
  3330. Total 205 kB/s | 22 kB 00:00
  3331. Running transaction check
  3332. Running transaction test
  3333. Transaction test succeeded
  3334. Running transaction
  3335. Installing : perl-Mozilla-CA-20130114-5.el7.noarch 1/2
  3336. Installing : perl-LWP-Protocol-https-6.04-4.el7.noarch 2/2
  3337. Verifying : perl-Mozilla-CA-20130114-5.el7.noarch 1/2
  3338. Verifying : perl-LWP-Protocol-https-6.04-4.el7.noarch 2/2
  3339.  
  3340. Installed:
  3341. perl-LWP-Protocol-https.noarch 0:6.04-4.el7
  3342.  
  3343. Dependency Installed:
  3344. perl-Mozilla-CA.noarch 0:20130114-5.el7
  3345.  
  3346. Complete!
  3347. inc/csfinstall.inc: line 30: cd: /svr-setup/csf: No such file or directory
  3348. sh: install.sh: No such file or directory
  3349. cp: cannot stat ‘/etc/csf/csf.conf’: No such file or directory
  3350. CSF adding memcached, varnish ports to csf.allow list...
  3351. sed: can't read /etc/csf/csf.conf: No such file or directory
  3352. sed: can't read /etc/csf/csf.conf: No such file or directory
  3353. sed: can't read /etc/csf/csf.conf: No such file or directory
  3354. sed: can't read /etc/csf/csf.conf: No such file or directory
  3355. sed: can't read /etc/csf/csf.conf: No such file or directory
  3356. sed: can't read /etc/csf/csf.conf: No such file or directory
  3357. grep: /etc/csf/csf.conf: No such file or directory
  3358. Disabling CSF Testing mode (activates firewall)...
  3359. sed: can't read /etc/csf/csf.conf: No such file or directory
  3360. grep: /etc/csf/csf.pignore: No such file or directory
  3361. Adding Applications/Users to CSF ignore list...
  3362. inc/csfinstall.inc: line 62: /etc/csf/csf.pignore: No such file or directory
  3363. inc/csfinstall.inc: line 121: csf: command not found
  3364. chkconfig csf on
  3365. error reading information on service csf: No such file or directory
  3366. service csf restart
  3367. Redirecting to /bin/systemctl restart csf.service
  3368. Failed to restart csf.service: Unit not found.
  3369. inc/csfinstall.inc: line 124: csf: command not found
  3370. chkconfig lfd on
  3371. error reading information on service lfd: No such file or directory
  3372. service lfd start
  3373. Redirecting to /bin/systemctl start lfd.service
  3374. Failed to start lfd.service: Unit not found.
  3375. Failed to execute operation: No such file or directory
  3376. Failed to stop firewalld.service: Unit firewalld.service not loaded.
  3377. Loaded plugins: fastestmirror, priorities
  3378. Loading mirror speeds from cached hostfile
  3379. * base: ca.mirror.babylon.network
  3380. * epel: ca.mirror.babylon.network
  3381. * extras: ca.mirror.babylon.network
  3382. * rpmforge: mirror.us.leaseweb.net
  3383. * updates: ca.mirror.babylon.network
  3384. 361 packages excluded due to repository priority protections
  3385. Package iptables-services-1.4.21-17.el7.x86_64 already installed and latest version
  3386. Nothing to do
  3387. Created symlink from /etc/systemd/system/basic.target.wants/iptables.service to /usr/lib/systemd/system/iptables.service.
  3388. Created symlink from /etc/systemd/system/basic.target.wants/ip6tables.service to /usr/lib/systemd/system/ip6tables.service.
  3389. --------------------------------------------
  3390. Add Cloudflare IP list to CSF
  3391. from: https://www.cloudflare.com/ips-v4/
  3392. from: https://www.cloudflare.com/ips-v6/
  3393. --------------------------------------------
  3394.  
  3395. --------------------------------------------
  3396. Add to /etc/csf/csf.allow
  3397. --------------------------------------------
  3398. awk: fatal: cannot open file `/etc/csf/csf.conf' for reading (No such file or directory)
  3399. sed: can't read /etc/csf/csf.ignore: No such file or directory
  3400.  
  3401. created /usr/local/nginx/conf/cloudflare.conf include file
  3402. *************************************************
  3403. * CSF firewall installed
  3404. (B*************************************************
  3405. siegeinstall
  3406. *************************************************
  3407. * Installing Siege Benchmark...
  3408. (B*************************************************
  3409. Installing...
  3410. inc/siegeinstall.inc: line 28: cd: siege-4.0.2: No such file or directory
  3411. inc/siegeinstall.inc: line 49: cd: sproxy-1.02: No such file or directory
  3412. inc/siegeinstall.inc: line 29: ./configure: No such file or directory
  3413. inc/siegeinstall.inc: line 50: ./configure: No such file or directory
  3414. make: *** make: *** No targets specified and no makefile foundNo targets specified and no makefile found. Stop.
  3415. . Stop.
  3416. make: *** No rule to make target `install'make: *** . Stop.
  3417. No rule to make target `install'. Stop.
  3418. sed: can't read /root/.siege/siege.conf: No such file or directory
  3419. sed: can't read /root/.siege/siege.conf: No such file or directory
  3420. cp: cannot stat ‘/root/.siege/siege.conf’: No such file or directory
  3421. sed: can't read /root/.siege/siege-csv.conf: No such file or directory
  3422. sed: can't read /root/.siege/siege-csv.conf: No such file or directory
  3423. *************************************************
  3424. * Siege Benchmark installed
  3425. (B*************************************************
  3426. installpythonfuct
  3427. mailparseinstall
  3428. 1
  3429. Check for php extensions
  3430. (B
  3431. *************************************************
  3432. * Installing mailparse PHP Extension
  3433. (B*************************************************
  3434. /svr-setup
  3435. cd /svr-setup
  3436. inc/mailparse.inc: line 47: /usr/local/bin/phpize: No such file or directory
  3437. inc/mailparse.inc: line 48: ./configure: No such file or directory
  3438. make: *** No targets specified and no makefile found. Stop.
  3439. make: *** No rule to make target `install'. Stop.
  3440. service php-fpm restart
  3441. Gracefully shutting down php-fpm kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec]
  3442. ................................... failed. Use force-exit
  3443. Starting php-fpm /etc/init.d/php-fpm: line 80: /usr/local/sbin/php-fpm: No such file or directory
  3444. failed
  3445. *************************************************
  3446. * mailparse PHP installed
  3447. (B*************************************************
  3448. imagickinstall
  3449. Check for php extensions
  3450. (BDownloading imagick extension
  3451. Download imagick-3.4.3.tgz ...
  3452. (Bimagick-3.4.3.tgz found, skipping download...
  3453. (Bimagick-3.4.3.tgz valid file.
  3454. (B
  3455.  
  3456. Check for ImageMagicK System Updates (YUM)
  3457. (BLoaded plugins: fastestmirror
  3458. Loading mirror speeds from cached hostfile
  3459. * base: ca.mirror.babylon.network
  3460. * epel: ca.mirror.babylon.network
  3461. * extras: ca.mirror.babylon.network
  3462. * remi: ca.mirror.babylon.network
  3463. * rpmforge: mirror.us.leaseweb.net
  3464. * updates: ca.mirror.babylon.network
  3465. Resolving Dependencies
  3466. --> Running transaction check
  3467. ---> Package ImageMagick6.x86_64 0:6.9.8.0-1.el7.remi will be installed
  3468. --> Processing Dependency: ImageMagick6-libs(x86-64) = 6.9.8.0-1.el7.remi for package: ImageMagick6-6.9.8.0-1.el7.remi.x86_64
  3469. --> Processing Dependency: libfftw3.so.3()(64bit) for package: ImageMagick6-6.9.8.0-1.el7.remi.x86_64
  3470. --> Processing Dependency: libMagickWand-6.Q16.so.4()(64bit) for package: ImageMagick6-6.9.8.0-1.el7.remi.x86_64
  3471. --> Processing Dependency: libMagickCore-6.Q16.so.4()(64bit) for package: ImageMagick6-6.9.8.0-1.el7.remi.x86_64
  3472. ---> Package ImageMagick6-c++.x86_64 0:6.9.8.0-1.el7.remi will be installed
  3473. ---> Package ImageMagick6-c++-devel.x86_64 0:6.9.8.0-1.el7.remi will be installed
  3474. ---> Package ImageMagick6-devel.x86_64 0:6.9.8.0-1.el7.remi will be installed
  3475. --> Processing Dependency: libwebp-devel(x86-64) for package: ImageMagick6-devel-6.9.8.0-1.el7.remi.x86_64
  3476. --> Processing Dependency: libtiff-devel(x86-64) for package: ImageMagick6-devel-6.9.8.0-1.el7.remi.x86_64
  3477. --> Processing Dependency: libXt-devel for package: ImageMagick6-devel-6.9.8.0-1.el7.remi.x86_64
  3478. --> Processing Dependency: lcms2-devel(x86-64) for package: ImageMagick6-devel-6.9.8.0-1.el7.remi.x86_64
  3479. --> Processing Dependency: jbigkit-devel(x86-64) for package: ImageMagick6-devel-6.9.8.0-1.el7.remi.x86_64
  3480. --> Processing Dependency: jasper-devel(x86-64) for package: ImageMagick6-devel-6.9.8.0-1.el7.remi.x86_64
  3481. --> Processing Dependency: ghostscript-devel(x86-64) for package: ImageMagick6-devel-6.9.8.0-1.el7.remi.x86_64
  3482. --> Processing Dependency: OpenEXR-devel(x86-64) for package: ImageMagick6-devel-6.9.8.0-1.el7.remi.x86_64
  3483. --> Running transaction check
  3484. ---> Package ImageMagick6-libs.x86_64 0:6.9.8.0-1.el7.remi will be installed
  3485. --> Processing Dependency: libtiff.so.5(LIBTIFF_4.0)(64bit) for package: ImageMagick6-libs-6.9.8.0-1.el7.remi.x86_64
  3486. --> Processing Dependency: libwmflite-0.2.so.7()(64bit) for package: ImageMagick6-libs-6.9.8.0-1.el7.remi.x86_64
  3487. --> Processing Dependency: libwebp.so.4()(64bit) for package: ImageMagick6-libs-6.9.8.0-1.el7.remi.x86_64
  3488. --> Processing Dependency: libtiff.so.5()(64bit) for package: ImageMagick6-libs-6.9.8.0-1.el7.remi.x86_64
  3489. --> Processing Dependency: librsvg-2.so.2()(64bit) for package: ImageMagick6-libs-6.9.8.0-1.el7.remi.x86_64
  3490. --> Processing Dependency: libjbig.so.2.0()(64bit) for package: ImageMagick6-libs-6.9.8.0-1.el7.remi.x86_64
  3491. --> Processing Dependency: libgvc.so.6()(64bit) for package: ImageMagick6-libs-6.9.8.0-1.el7.remi.x86_64
  3492. --> Processing Dependency: libgs.so.9()(64bit) for package: ImageMagick6-libs-6.9.8.0-1.el7.remi.x86_64
  3493. --> Processing Dependency: libgdk_pixbuf-2.0.so.0()(64bit) for package: ImageMagick6-libs-6.9.8.0-1.el7.remi.x86_64
  3494. --> Processing Dependency: libcgraph.so.6()(64bit) for package: ImageMagick6-libs-6.9.8.0-1.el7.remi.x86_64
  3495. --> Processing Dependency: libcdt.so.5()(64bit) for package: ImageMagick6-libs-6.9.8.0-1.el7.remi.x86_64
  3496. --> Processing Dependency: libImath.so.6()(64bit) for package: ImageMagick6-libs-6.9.8.0-1.el7.remi.x86_64
  3497. --> Processing Dependency: libIlmThread.so.6()(64bit) for package: ImageMagick6-libs-6.9.8.0-1.el7.remi.x86_64
  3498. --> Processing Dependency: libIlmImf.so.7()(64bit) for package: ImageMagick6-libs-6.9.8.0-1.el7.remi.x86_64
  3499. --> Processing Dependency: libIexMath.so.6()(64bit) for package: ImageMagick6-libs-6.9.8.0-1.el7.remi.x86_64
  3500. --> Processing Dependency: libIex.so.6()(64bit) for package: ImageMagick6-libs-6.9.8.0-1.el7.remi.x86_64
  3501. --> Processing Dependency: libHalf.so.6()(64bit) for package: ImageMagick6-libs-6.9.8.0-1.el7.remi.x86_64
  3502. ---> Package OpenEXR-devel.x86_64 0:1.7.1-7.el7 will be installed
  3503. --> Processing Dependency: pkgconfig(IlmBase) for package: OpenEXR-devel-1.7.1-7.el7.x86_64
  3504. --> Processing Dependency: ilmbase-devel for package: OpenEXR-devel-1.7.1-7.el7.x86_64
  3505. ---> Package fftw-libs-double.x86_64 0:3.3.3-8.el7 will be installed
  3506. ---> Package ghostscript-devel.x86_64 0:9.07-20.el7_3.3 will be installed
  3507. ---> Package jasper-devel.x86_64 0:1.900.1-29.el7 will be installed
  3508. --> Processing Dependency: jasper-libs(x86-64) = 1.900.1-29.el7 for package: jasper-devel-1.900.1-29.el7.x86_64
  3509. --> Processing Dependency: libjasper.so.1()(64bit) for package: jasper-devel-1.900.1-29.el7.x86_64
  3510. ---> Package jbigkit-devel.x86_64 0:2.0-11.el7 will be installed
  3511. ---> Package lcms2-devel.x86_64 0:2.6-3.el7 will be installed
  3512. ---> Package libXt-devel.x86_64 0:1.1.4-6.1.el7 will be installed
  3513. --> Processing Dependency: pkgconfig(sm) for package: libXt-devel-1.1.4-6.1.el7.x86_64
  3514. --> Processing Dependency: pkgconfig(ice) for package: libXt-devel-1.1.4-6.1.el7.x86_64
  3515. ---> Package libtiff-devel.x86_64 0:4.0.3-27.el7_3 will be installed
  3516. ---> Package libwebp-devel.x86_64 0:0.3.0-3.el7 will be installed
  3517. --> Running transaction check
  3518. ---> Package OpenEXR-libs.x86_64 0:1.7.1-7.el7 will be installed
  3519. ---> Package gdk-pixbuf2.x86_64 0:2.31.6-3.el7 will be installed
  3520. ---> Package ghostscript.x86_64 0:9.07-20.el7_3.3 will be installed
  3521. --> Processing Dependency: urw-fonts >= 1.1 for package: ghostscript-9.07-20.el7_3.3.x86_64
  3522. --> Processing Dependency: poppler-data for package: ghostscript-9.07-20.el7_3.3.x86_64
  3523. --> Processing Dependency: ghostscript-fonts for package: ghostscript-9.07-20.el7_3.3.x86_64
  3524. --> Processing Dependency: libcupsimage.so.2()(64bit) for package: ghostscript-9.07-20.el7_3.3.x86_64
  3525. --> Processing Dependency: libcups.so.2()(64bit) for package: ghostscript-9.07-20.el7_3.3.x86_64
  3526. ---> Package graphviz.x86_64 0:2.30.1-19.el7 will be installed
  3527. --> Processing Dependency: libgtk-x11-2.0.so.0()(64bit) for package: graphviz-2.30.1-19.el7.x86_64
  3528. --> Processing Dependency: libgdk-x11-2.0.so.0()(64bit) for package: graphviz-2.30.1-19.el7.x86_64
  3529. --> Processing Dependency: libatk-1.0.so.0()(64bit) for package: graphviz-2.30.1-19.el7.x86_64
  3530. --> Processing Dependency: libXmu.so.6()(64bit) for package: graphviz-2.30.1-19.el7.x86_64
  3531. --> Processing Dependency: libXaw.so.7()(64bit) for package: graphviz-2.30.1-19.el7.x86_64
  3532. ---> Package ilmbase.x86_64 0:1.0.3-7.el7 will be installed
  3533. ---> Package ilmbase-devel.x86_64 0:1.0.3-7.el7 will be installed
  3534. --> Processing Dependency: pkgconfig(glu) for package: ilmbase-devel-1.0.3-7.el7.x86_64
  3535. --> Processing Dependency: pkgconfig(gl) for package: ilmbase-devel-1.0.3-7.el7.x86_64
  3536. ---> Package jasper-libs.x86_64 0:1.900.1-29.el7 will be installed
  3537. ---> Package jbigkit-libs.x86_64 0:2.0-11.el7 will be installed
  3538. ---> Package libICE-devel.x86_64 0:1.0.9-2.el7 will be installed
  3539. ---> Package libSM-devel.x86_64 0:1.2.2-2.el7 will be installed
  3540. ---> Package librsvg2.x86_64 0:2.39.0-1.el7 will be installed
  3541. ---> Package libtiff.x86_64 0:4.0.3-27.el7_3 will be installed
  3542. ---> Package libwebp.x86_64 0:0.3.0-3.el7 will be installed
  3543. ---> Package libwmf-lite.x86_64 0:0.2.8.4-41.el7_1 will be installed
  3544. --> Running transaction check
  3545. ---> Package atk.x86_64 0:2.14.0-1.el7 will be installed
  3546. ---> Package cups-libs.x86_64 1:1.6.3-26.el7 will be installed
  3547. --> Processing Dependency: libavahi-common.so.3()(64bit) for package: 1:cups-libs-1.6.3-26.el7.x86_64
  3548. --> Processing Dependency: libavahi-client.so.3()(64bit) for package: 1:cups-libs-1.6.3-26.el7.x86_64
  3549. ---> Package ghostscript-fonts.noarch 0:5.50-32.el7 will be installed
  3550. --> Processing Dependency: xorg-x11-font-utils for package: ghostscript-fonts-5.50-32.el7.noarch
  3551. ---> Package gtk2.x86_64 0:2.24.28-8.el7 will be installed
  3552. --> Processing Dependency: libXrandr >= 1.2.99.4-2 for package: gtk2-2.24.28-8.el7.x86_64
  3553. --> Processing Dependency: hicolor-icon-theme for package: gtk2-2.24.28-8.el7.x86_64
  3554. --> Processing Dependency: libXrandr.so.2()(64bit) for package: gtk2-2.24.28-8.el7.x86_64
  3555. --> Processing Dependency: libXinerama.so.1()(64bit) for package: gtk2-2.24.28-8.el7.x86_64
  3556. --> Processing Dependency: libXi.so.6()(64bit) for package: gtk2-2.24.28-8.el7.x86_64
  3557. --> Processing Dependency: libXcursor.so.1()(64bit) for package: gtk2-2.24.28-8.el7.x86_64
  3558. --> Processing Dependency: libXcomposite.so.1()(64bit) for package: gtk2-2.24.28-8.el7.x86_64
  3559. ---> Package libXaw.x86_64 0:1.0.12-5.el7 will be installed
  3560. ---> Package libXmu.x86_64 0:1.1.2-2.el7 will be installed
  3561. ---> Package mesa-libGL-devel.x86_64 0:11.2.2-2.20160614.el7 will be installed
  3562. --> Processing Dependency: pkgconfig(libdrm) >= 2.4.60 for package: mesa-libGL-devel-11.2.2-2.20160614.el7.x86_64
  3563. --> Processing Dependency: pkgconfig(xxf86vm) for package: mesa-libGL-devel-11.2.2-2.20160614.el7.x86_64
  3564. --> Processing Dependency: pkgconfig(xfixes) for package: mesa-libGL-devel-11.2.2-2.20160614.el7.x86_64
  3565. --> Processing Dependency: pkgconfig(xdamage) for package: mesa-libGL-devel-11.2.2-2.20160614.el7.x86_64
  3566. --> Processing Dependency: gl-manpages for package: mesa-libGL-devel-11.2.2-2.20160614.el7.x86_64
  3567. ---> Package mesa-libGLU-devel.x86_64 0:9.0.0-4.el7 will be installed
  3568. --> Processing Dependency: mesa-libGLU(x86-64) = 9.0.0-4.el7 for package: mesa-libGLU-devel-9.0.0-4.el7.x86_64
  3569. --> Processing Dependency: libGLU.so.1()(64bit) for package: mesa-libGLU-devel-9.0.0-4.el7.x86_64
  3570. ---> Package poppler-data.noarch 0:0.4.6-3.el7 will be installed
  3571. ---> Package urw-fonts.noarch 0:2.4-16.el7 will be installed
  3572. --> Running transaction check
  3573. ---> Package avahi-libs.x86_64 0:0.6.31-17.el7 will be installed
  3574. ---> Package gl-manpages.noarch 0:1.1-7.20130122.el7 will be installed
  3575. ---> Package hicolor-icon-theme.noarch 0:0.12-7.el7 will be installed
  3576. ---> Package libXcomposite.x86_64 0:0.4.4-4.1.el7 will be installed
  3577. ---> Package libXcursor.x86_64 0:1.1.14-2.1.el7 will be installed
  3578. ---> Package libXdamage-devel.x86_64 0:1.1.4-4.1.el7 will be installed
  3579. ---> Package libXfixes-devel.x86_64 0:5.0.1-2.1.el7 will be installed
  3580. ---> Package libXi.x86_64 0:1.7.4-2.el7 will be installed
  3581. ---> Package libXinerama.x86_64 0:1.1.3-2.1.el7 will be installed
  3582. ---> Package libXrandr.x86_64 0:1.4.2-2.el7 will be installed
  3583. ---> Package libXxf86vm-devel.x86_64 0:1.1.3-2.1.el7 will be installed
  3584. ---> Package libdrm-devel.x86_64 0:2.4.67-3.el7 will be installed
  3585. ---> Package mesa-libGLU.x86_64 0:9.0.0-4.el7 will be installed
  3586. ---> Package xorg-x11-font-utils.x86_64 1:7.5-20.el7 will be installed
  3587. --> Processing Dependency: libfontenc.so.1()(64bit) for package: 1:xorg-x11-font-utils-7.5-20.el7.x86_64
  3588. --> Processing Dependency: libXfont.so.1()(64bit) for package: 1:xorg-x11-font-utils-7.5-20.el7.x86_64
  3589. --> Running transaction check
  3590. ---> Package libXfont.x86_64 0:1.5.1-2.el7 will be installed
  3591. ---> Package libfontenc.x86_64 0:1.1.2-3.el7 will be installed
  3592. --> Finished Dependency Resolution
  3593.  
  3594. Dependencies Resolved
  3595.  
  3596. ================================================================================
  3597. Package Arch Version Repository Size
  3598. ================================================================================
  3599. Installing:
  3600. ImageMagick6 x86_64 6.9.8.0-1.el7.remi remi 73 k
  3601. ImageMagick6-c++ x86_64 6.9.8.0-1.el7.remi remi 169 k
  3602. ImageMagick6-c++-devel x86_64 6.9.8.0-1.el7.remi remi 108 k
  3603. ImageMagick6-devel x86_64 6.9.8.0-1.el7.remi remi 107 k
  3604. Installing for dependencies:
  3605. ImageMagick6-libs x86_64 6.9.8.0-1.el7.remi remi 2.2 M
  3606. OpenEXR-devel x86_64 1.7.1-7.el7 base 58 k
  3607. OpenEXR-libs x86_64 1.7.1-7.el7 base 217 k
  3608. atk x86_64 2.14.0-1.el7 base 251 k
  3609. avahi-libs x86_64 0.6.31-17.el7 base 61 k
  3610. cups-libs x86_64 1:1.6.3-26.el7 base 356 k
  3611. fftw-libs-double x86_64 3.3.3-8.el7 base 759 k
  3612. gdk-pixbuf2 x86_64 2.31.6-3.el7 base 559 k
  3613. ghostscript x86_64 9.07-20.el7_3.3 updates 4.3 M
  3614. ghostscript-devel x86_64 9.07-20.el7_3.3 updates 50 k
  3615. ghostscript-fonts noarch 5.50-32.el7 base 324 k
  3616. gl-manpages noarch 1.1-7.20130122.el7 base 994 k
  3617. graphviz x86_64 2.30.1-19.el7 base 1.3 M
  3618. gtk2 x86_64 2.24.28-8.el7 base 3.4 M
  3619. hicolor-icon-theme noarch 0.12-7.el7 base 42 k
  3620. ilmbase x86_64 1.0.3-7.el7 base 100 k
  3621. ilmbase-devel x86_64 1.0.3-7.el7 base 79 k
  3622. jasper-devel x86_64 1.900.1-29.el7 base 375 k
  3623. jasper-libs x86_64 1.900.1-29.el7 base 149 k
  3624. jbigkit-devel x86_64 2.0-11.el7 base 9.8 k
  3625. jbigkit-libs x86_64 2.0-11.el7 base 46 k
  3626. lcms2-devel x86_64 2.6-3.el7 base 2.0 M
  3627. libICE-devel x86_64 1.0.9-2.el7 base 49 k
  3628. libSM-devel x86_64 1.2.2-2.el7 base 13 k
  3629. libXaw x86_64 1.0.12-5.el7 base 190 k
  3630. libXcomposite x86_64 0.4.4-4.1.el7 base 22 k
  3631. libXcursor x86_64 1.1.14-2.1.el7 base 30 k
  3632. libXdamage-devel x86_64 1.1.4-4.1.el7 base 9.7 k
  3633. libXfixes-devel x86_64 5.0.1-2.1.el7 base 13 k
  3634. libXfont x86_64 1.5.1-2.el7 base 150 k
  3635. libXi x86_64 1.7.4-2.el7 base 40 k
  3636. libXinerama x86_64 1.1.3-2.1.el7 base 14 k
  3637. libXmu x86_64 1.1.2-2.el7 base 71 k
  3638. libXrandr x86_64 1.4.2-2.el7 base 26 k
  3639. libXt-devel x86_64 1.1.4-6.1.el7 base 445 k
  3640. libXxf86vm-devel x86_64 1.1.3-2.1.el7 base 18 k
  3641. libdrm-devel x86_64 2.4.67-3.el7 base 114 k
  3642. libfontenc x86_64 1.1.2-3.el7 base 30 k
  3643. librsvg2 x86_64 2.39.0-1.el7 base 123 k
  3644. libtiff x86_64 4.0.3-27.el7_3 updates 170 k
  3645. libtiff-devel x86_64 4.0.3-27.el7_3 updates 473 k
  3646. libwebp x86_64 0.3.0-3.el7 base 170 k
  3647. libwebp-devel x86_64 0.3.0-3.el7 base 22 k
  3648. libwmf-lite x86_64 0.2.8.4-41.el7_1 base 66 k
  3649. mesa-libGL-devel x86_64 11.2.2-2.20160614.el7 base 149 k
  3650. mesa-libGLU x86_64 9.0.0-4.el7 base 196 k
  3651. mesa-libGLU-devel x86_64 9.0.0-4.el7 base 9.0 k
  3652. poppler-data noarch 0.4.6-3.el7 base 2.2 M
  3653. urw-fonts noarch 2.4-16.el7 base 3.0 M
  3654. xorg-x11-font-utils x86_64 1:7.5-20.el7 base 87 k
  3655.  
  3656. Transaction Summary
  3657. ================================================================================
  3658. Install 4 Packages (+50 Dependent packages)
  3659.  
  3660. Total download size: 26 M
  3661. Installed size: 81 M
  3662. Downloading packages:
  3663. --------------------------------------------------------------------------------
  3664. Total 3.3 MB/s | 26 MB 00:07
  3665. Running transaction check
  3666. Running transaction test
  3667. Transaction test succeeded
  3668. Running transaction
  3669. Installing : ilmbase-1.0.3-7.el7.x86_64 1/54
  3670. Installing : jbigkit-libs-2.0-11.el7.x86_64 2/54
  3671. Installing : libtiff-4.0.3-27.el7_3.x86_64 3/54
  3672. Installing : fftw-libs-double-3.3.3-8.el7.x86_64 4/54
  3673. Installing : OpenEXR-libs-1.7.1-7.el7.x86_64 5/54
  3674. Installing : jasper-libs-1.900.1-29.el7.x86_64 6/54
  3675. Installing : gdk-pixbuf2-2.31.6-3.el7.x86_64 7/54
  3676. Installing : librsvg2-2.39.0-1.el7.x86_64 8/54
  3677. Installing : libwebp-0.3.0-3.el7.x86_64 9/54
  3678. Installing : libXfixes-devel-5.0.1-2.1.el7.x86_64 10/54
  3679. Installing : libXmu-1.1.2-2.el7.x86_64 11/54
  3680. Installing : gl-manpages-1.1-7.20130122.el7.noarch 12/54
  3681. Installing : atk-2.14.0-1.el7.x86_64 13/54
  3682. Installing : libICE-devel-1.0.9-2.el7.x86_64 14/54
  3683. Installing : libfontenc-1.1.2-3.el7.x86_64 15/54
  3684. Installing : libXfont-1.5.1-2.el7.x86_64 16/54
  3685. Installing : 1:xorg-x11-font-utils-7.5-20.el7.x86_64 17/54
  3686. Installing : urw-fonts-2.4-16.el7.noarch 18/54
  3687. Installing : ghostscript-fonts-5.50-32.el7.noarch 19/54
  3688. Installing : libSM-devel-1.2.2-2.el7.x86_64 20/54
  3689. Installing : libXt-devel-1.1.4-6.1.el7.x86_64 21/54
  3690. Installing : libXaw-1.0.12-5.el7.x86_64 22/54
  3691. Installing : libXdamage-devel-1.1.4-4.1.el7.x86_64 23/54
  3692. Installing : libwebp-devel-0.3.0-3.el7.x86_64 24/54
  3693. Installing : jasper-devel-1.900.1-29.el7.x86_64 25/54
  3694. Installing : libtiff-devel-4.0.3-27.el7_3.x86_64 26/54
  3695. Installing : jbigkit-devel-2.0-11.el7.x86_64 27/54
  3696. Installing : libXi-1.7.4-2.el7.x86_64 28/54
  3697. Installing : libXrandr-1.4.2-2.el7.x86_64 29/54
  3698. Installing : mesa-libGLU-9.0.0-4.el7.x86_64 30/54
  3699. Installing : poppler-data-0.4.6-3.el7.noarch 31/54
  3700. Installing : libXxf86vm-devel-1.1.3-2.1.el7.x86_64 32/54
  3701. Installing : libXcursor-1.1.14-2.1.el7.x86_64 33/54
  3702. Installing : libXcomposite-0.4.4-4.1.el7.x86_64 34/54
  3703. Installing : avahi-libs-0.6.31-17.el7.x86_64 35/54
  3704. Installing : 1:cups-libs-1.6.3-26.el7.x86_64 36/54
  3705. Installing : ghostscript-9.07-20.el7_3.3.x86_64 37/54
  3706. Installing : ghostscript-devel-9.07-20.el7_3.3.x86_64 38/54
  3707. Installing : libwmf-lite-0.2.8.4-41.el7_1.x86_64 39/54
  3708. Installing : hicolor-icon-theme-0.12-7.el7.noarch 40/54
  3709. Installing : libdrm-devel-2.4.67-3.el7.x86_64 41/54
  3710. Installing : mesa-libGL-devel-11.2.2-2.20160614.el7.x86_64 42/54
  3711. Installing : mesa-libGLU-devel-9.0.0-4.el7.x86_64 43/54
  3712. Installing : ilmbase-devel-1.0.3-7.el7.x86_64 44/54
  3713. Installing : OpenEXR-devel-1.7.1-7.el7.x86_64 45/54
  3714. Installing : lcms2-devel-2.6-3.el7.x86_64 46/54
  3715. Installing : libXinerama-1.1.3-2.1.el7.x86_64 47/54
  3716. Installing : gtk2-2.24.28-8.el7.x86_64 48/54
  3717. Installing : graphviz-2.30.1-19.el7.x86_64 49/54
  3718. Installing : ImageMagick6-libs-6.9.8.0-1.el7.remi.x86_64 50/54
  3719. Installing : ImageMagick6-c++-6.9.8.0-1.el7.remi.x86_64 51/54
  3720. Installing : ImageMagick6-6.9.8.0-1.el7.remi.x86_64 52/54
  3721. Installing : ImageMagick6-devel-6.9.8.0-1.el7.remi.x86_64 53/54
  3722. Installing : ImageMagick6-c++-devel-6.9.8.0-1.el7.remi.x86_64 54/54
  3723. Verifying : graphviz-2.30.1-19.el7.x86_64 1/54
  3724. Verifying : libtiff-4.0.3-27.el7_3.x86_64 2/54
  3725. Verifying : libXinerama-1.1.3-2.1.el7.x86_64 3/54
  3726. Verifying : libfontenc-1.1.2-3.el7.x86_64 4/54
  3727. Verifying : lcms2-devel-2.6-3.el7.x86_64 5/54
  3728. Verifying : librsvg2-2.39.0-1.el7.x86_64 6/54
  3729. Verifying : ImageMagick6-c++-6.9.8.0-1.el7.remi.x86_64 7/54
  3730. Verifying : urw-fonts-2.4-16.el7.noarch 8/54
  3731. Verifying : libICE-devel-1.0.9-2.el7.x86_64 9/54
  3732. Verifying : libdrm-devel-2.4.67-3.el7.x86_64 10/54
  3733. Verifying : libXaw-1.0.12-5.el7.x86_64 11/54
  3734. Verifying : libSM-devel-1.2.2-2.el7.x86_64 12/54
  3735. Verifying : ImageMagick6-6.9.8.0-1.el7.remi.x86_64 13/54
  3736. Verifying : gdk-pixbuf2-2.31.6-3.el7.x86_64 14/54
  3737. Verifying : libwebp-devel-0.3.0-3.el7.x86_64 15/54
  3738. Verifying : hicolor-icon-theme-0.12-7.el7.noarch 16/54
  3739. Verifying : ImageMagick6-c++-devel-6.9.8.0-1.el7.remi.x86_64 17/54
  3740. Verifying : fftw-libs-double-3.3.3-8.el7.x86_64 18/54
  3741. Verifying : OpenEXR-libs-1.7.1-7.el7.x86_64 19/54
  3742. Verifying : libwmf-lite-0.2.8.4-41.el7_1.x86_64 20/54
  3743. Verifying : 1:cups-libs-1.6.3-26.el7.x86_64 21/54
  3744. Verifying : avahi-libs-0.6.31-17.el7.x86_64 22/54
  3745. Verifying : libtiff-devel-4.0.3-27.el7_3.x86_64 23/54
  3746. Verifying : libXcomposite-0.4.4-4.1.el7.x86_64 24/54
  3747. Verifying : atk-2.14.0-1.el7.x86_64 25/54
  3748. Verifying : mesa-libGLU-devel-9.0.0-4.el7.x86_64 26/54
  3749. Verifying : gl-manpages-1.1-7.20130122.el7.noarch 27/54
  3750. Verifying : ilmbase-devel-1.0.3-7.el7.x86_64 28/54
  3751. Verifying : libXcursor-1.1.14-2.1.el7.x86_64 29/54
  3752. Verifying : libXdamage-devel-1.1.4-4.1.el7.x86_64 30/54
  3753. Verifying : ghostscript-9.07-20.el7_3.3.x86_64 31/54
  3754. Verifying : libXxf86vm-devel-1.1.3-2.1.el7.x86_64 32/54
  3755. Verifying : ImageMagick6-devel-6.9.8.0-1.el7.remi.x86_64 33/54
  3756. Verifying : libXfont-1.5.1-2.el7.x86_64 34/54
  3757. Verifying : poppler-data-0.4.6-3.el7.noarch 35/54
  3758. Verifying : ghostscript-fonts-5.50-32.el7.noarch 36/54
  3759. Verifying : libXmu-1.1.2-2.el7.x86_64 37/54
  3760. Verifying : libXt-devel-1.1.4-6.1.el7.x86_64 38/54
  3761. Verifying : OpenEXR-devel-1.7.1-7.el7.x86_64 39/54
  3762. Verifying : gtk2-2.24.28-8.el7.x86_64 40/54
  3763. Verifying : ghostscript-devel-9.07-20.el7_3.3.x86_64 41/54
  3764. Verifying : mesa-libGLU-9.0.0-4.el7.x86_64 42/54
  3765. Verifying : jbigkit-libs-2.0-11.el7.x86_64 43/54
  3766. Verifying : libXrandr-1.4.2-2.el7.x86_64 44/54
  3767. Verifying : ilmbase-1.0.3-7.el7.x86_64 45/54
  3768. Verifying : libXi-1.7.4-2.el7.x86_64 46/54
  3769. Verifying : mesa-libGL-devel-11.2.2-2.20160614.el7.x86_64 47/54
  3770. Verifying : ImageMagick6-libs-6.9.8.0-1.el7.remi.x86_64 48/54
  3771. Verifying : jbigkit-devel-2.0-11.el7.x86_64 49/54
  3772. Verifying : jasper-devel-1.900.1-29.el7.x86_64 50/54
  3773. Verifying : libXfixes-devel-5.0.1-2.1.el7.x86_64 51/54
  3774. Verifying : 1:xorg-x11-font-utils-7.5-20.el7.x86_64 52/54
  3775. Verifying : libwebp-0.3.0-3.el7.x86_64 53/54
  3776. Verifying : jasper-libs-1.900.1-29.el7.x86_64 54/54
  3777.  
  3778. Installed:
  3779. ImageMagick6.x86_64 0:6.9.8.0-1.el7.remi
  3780. ImageMagick6-c++.x86_64 0:6.9.8.0-1.el7.remi
  3781. ImageMagick6-c++-devel.x86_64 0:6.9.8.0-1.el7.remi
  3782. ImageMagick6-devel.x86_64 0:6.9.8.0-1.el7.remi
  3783.  
  3784. Dependency Installed:
  3785. ImageMagick6-libs.x86_64 0:6.9.8.0-1.el7.remi
  3786. OpenEXR-devel.x86_64 0:1.7.1-7.el7
  3787. OpenEXR-libs.x86_64 0:1.7.1-7.el7
  3788. atk.x86_64 0:2.14.0-1.el7
  3789. avahi-libs.x86_64 0:0.6.31-17.el7
  3790. cups-libs.x86_64 1:1.6.3-26.el7
  3791. fftw-libs-double.x86_64 0:3.3.3-8.el7
  3792. gdk-pixbuf2.x86_64 0:2.31.6-3.el7
  3793. ghostscript.x86_64 0:9.07-20.el7_3.3
  3794. ghostscript-devel.x86_64 0:9.07-20.el7_3.3
  3795. ghostscript-fonts.noarch 0:5.50-32.el7
  3796. gl-manpages.noarch 0:1.1-7.20130122.el7
  3797. graphviz.x86_64 0:2.30.1-19.el7
  3798. gtk2.x86_64 0:2.24.28-8.el7
  3799. hicolor-icon-theme.noarch 0:0.12-7.el7
  3800. ilmbase.x86_64 0:1.0.3-7.el7
  3801. ilmbase-devel.x86_64 0:1.0.3-7.el7
  3802. jasper-devel.x86_64 0:1.900.1-29.el7
  3803. jasper-libs.x86_64 0:1.900.1-29.el7
  3804. jbigkit-devel.x86_64 0:2.0-11.el7
  3805. jbigkit-libs.x86_64 0:2.0-11.el7
  3806. lcms2-devel.x86_64 0:2.6-3.el7
  3807. libICE-devel.x86_64 0:1.0.9-2.el7
  3808. libSM-devel.x86_64 0:1.2.2-2.el7
  3809. libXaw.x86_64 0:1.0.12-5.el7
  3810. libXcomposite.x86_64 0:0.4.4-4.1.el7
  3811. libXcursor.x86_64 0:1.1.14-2.1.el7
  3812. libXdamage-devel.x86_64 0:1.1.4-4.1.el7
  3813. libXfixes-devel.x86_64 0:5.0.1-2.1.el7
  3814. libXfont.x86_64 0:1.5.1-2.el7
  3815. libXi.x86_64 0:1.7.4-2.el7
  3816. libXinerama.x86_64 0:1.1.3-2.1.el7
  3817. libXmu.x86_64 0:1.1.2-2.el7
  3818. libXrandr.x86_64 0:1.4.2-2.el7
  3819. libXt-devel.x86_64 0:1.1.4-6.1.el7
  3820. libXxf86vm-devel.x86_64 0:1.1.3-2.1.el7
  3821. libdrm-devel.x86_64 0:2.4.67-3.el7
  3822. libfontenc.x86_64 0:1.1.2-3.el7
  3823. librsvg2.x86_64 0:2.39.0-1.el7
  3824. libtiff.x86_64 0:4.0.3-27.el7_3
  3825. libtiff-devel.x86_64 0:4.0.3-27.el7_3
  3826. libwebp.x86_64 0:0.3.0-3.el7
  3827. libwebp-devel.x86_64 0:0.3.0-3.el7
  3828. libwmf-lite.x86_64 0:0.2.8.4-41.el7_1
  3829. mesa-libGL-devel.x86_64 0:11.2.2-2.20160614.el7
  3830. mesa-libGLU.x86_64 0:9.0.0-4.el7
  3831. mesa-libGLU-devel.x86_64 0:9.0.0-4.el7
  3832. poppler-data.noarch 0:0.4.6-3.el7
  3833. urw-fonts.noarch 0:2.4-16.el7
  3834. xorg-x11-font-utils.x86_64 1:7.5-20.el7
  3835.  
  3836. Complete!
  3837.  
  3838. real 0m45.126s
  3839. user 0m9.002s
  3840. sys 0m1.771s
  3841.  
  3842. *************************************************
  3843. * Installing imagick PHP Extension
  3844. (B*************************************************
  3845. /svr-setup
  3846. cd /svr-setup
  3847. inc/imagick_install.inc: line 109: php: command not found
  3848. 1
  3849. inc/imagick_install.inc: line 149: /usr/local/bin/phpize: No such file or directory
  3850. inc/imagick_install.inc: line 150: ./configure: No such file or directory
  3851. make: *** No targets specified and no makefile found. Stop.
  3852. make: *** No rule to make target `install'. Stop.
  3853. service php-fpm restart
  3854. Gracefully shutting down php-fpm kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec]
  3855. ................................... failed. Use force-exit
  3856. Starting php-fpm /etc/init.d/php-fpm: line 80: /usr/local/sbin/php-fpm: No such file or directory
  3857. failed
  3858. *************************************************
  3859. * imagick PHP installed
  3860. (B*************************************************
  3861. geoipphpext
  3862. compiling geoip PHP extension...
  3863. A geoip/ChangeLog
  3864. A geoip/package.xml
  3865. A geoip/README
  3866. A geoip/config.w32
  3867. A geoip/geoip.def
  3868. A geoip/php_geoip.h
  3869. A geoip/LICENSE
  3870. A geoip/tests
  3871. A geoip/tests/001.phpt
  3872. A geoip/tests/010.phpt
  3873. A geoip/tests/002.phpt
  3874. A geoip/tests/011.phpt
  3875. A geoip/tests/003.phpt
  3876. A geoip/tests/004.phpt
  3877. A geoip/tests/013.phpt
  3878. A geoip/tests/005.phpt
  3879. A geoip/tests/014.phpt
  3880. A geoip/tests/006.phpt
  3881. A geoip/tests/015.phpt
  3882. A geoip/tests/007.phpt
  3883. A geoip/tests/016.phpt
  3884. A geoip/tests/008.phpt
  3885. A geoip/tests/017.phpt
  3886. A geoip/tests/009.phpt
  3887. A geoip/tests/018.phpt
  3888. A geoip/config.m4
  3889. A geoip/geoip.c
  3890. U geoip
  3891. Checked out revision 342103.
  3892. A geoip/README
  3893. A geoip/config.w32
  3894. A geoip/geoip.def
  3895. A geoip/php_geoip.h
  3896. A geoip/LICENSE
  3897. A geoip/tests
  3898. A geoip/tests/002.phpt
  3899. A geoip/tests/011.phpt
  3900. A geoip/tests/003.phpt
  3901. A geoip/tests/004.phpt
  3902. A geoip/tests/013.phpt
  3903. A geoip/tests/005.phpt
  3904. A geoip/tests/014.phpt
  3905. A geoip/tests/006.phpt
  3906. A geoip/tests/015.phpt
  3907. A geoip/tests/007.phpt
  3908. A geoip/tests/016.phpt
  3909. A geoip/tests/008.phpt
  3910. A geoip/tests/017.phpt
  3911. A geoip/tests/009.phpt
  3912. A geoip/tests/018.phpt
  3913. A geoip/tests/001.phpt
  3914. A geoip/tests/010.phpt
  3915. A geoip/config.m4
  3916. A geoip/geoip.c
  3917. A geoip/ChangeLog
  3918. A geoip/package.xml
  3919. U geoip
  3920. Checked out revision 342103.
  3921. inc/geoip.inc: line 35: /usr/local/bin/phpize: No such file or directory
  3922. inc/geoip.inc: line 36: ./configure: No such file or directory
  3923. make: *** No targets specified and no makefile found. Stop.
  3924. make: *** No rule to make target `install'. Stop.
  3925. redisinstall
  3926. cat: /usr/local/bin/php-config: No such file or directory
  3927. *************************************************
  3928. * Installing redis PHP extension
  3929. (B*************************************************
  3930. Downloading redis PHP extension...
  3931. Check if phpredis-3.1.1.tgz exists
  3932. (BDownloading redis PHP extension..
  3933. (BDownload phpredis-3.1.1.tgz ...
  3934. (BError: phpredis-3.1.1.tgz not found !!! Downloading now......
  3935. 2017-03-13 06:42:10 URL:https://codeload.github.com/phpredis/phpredis/tar.gz/3.1.1 [205583/205583] -> "phpredis-3.1.1.tgz" [1]
  3936. Download done.
  3937. (Bphpredis-3.1.1.tgz valid file.
  3938. (B
  3939. Compiling PHP redis-3.1.1 extension...
  3940. (B/svr-setup
  3941. cd /svr-setup
  3942. inc/redis.inc: line 134: /usr/local/bin/phpize: No such file or directory
  3943. inc/redis.inc: line 142: ./configure: No such file or directory
  3944. make: *** No targets specified and no makefile found. Stop.
  3945. make: *** No rule to make target `install'. Stop.
  3946. grep: /usr/local/lib/php.ini: No such file or directory
  3947. grep: /etc/centminmod/php.d/redis.ini: No such file or directory
  3948. cat: /usr/local/bin/php-config: No such file or directory
  3949. mongodbinstall
  3950. pureftpinstall
  3951. pure-ftpd not installed
  3952. installing pure-ftpd
  3953. systemctl enable pure-ftpd.service
  3954. Created symlink from /etc/systemd/system/multi-user.target.wants/pure-ftpd.service to /usr/lib/systemd/system/pure-ftpd.service.
  3955. sed: can't read /etc/csf/csf.conf: No such file or directory
  3956. sed: can't read /etc/csf/csf.conf: No such file or directory
  3957. configuring pure-ftpd for virtual user support
  3958.  
  3959. VerboseLog yes
  3960. # PureDB user database (see README.Virtual-Users)
  3961. PureDB /etc/pure-ftpd/pureftpd.pdb
  3962. UnixAuthentication yes
  3963. # UnixAuthentication can be used only once, but they can be combined
  3964. # together. For instance, if you use MySQLConfigFile, then UnixAuthentication,
  3965. PassivePortRange 30001 50011
  3966. CreateHomeDir yes
  3967. # 0 : disable SSL/TLS encryption layer (default).
  3968. # 2 : refuse connections that don't use SSL/TLS security mechanisms,
  3969. # 1) Your server has been compiled with SSL/TLS support (--with-tls),
  3970. TLS 2
  3971. # OpenSSL ciphers suite for TLS sessions.
  3972. # SSL is disabled by default. TLS 1.0, 1.1 and 1.2 are available by
  3973. # TLSCipherSuite HIGH
  3974. # Certificate file, for TLS
  3975.  
  3976. generating self-signed ssl certificate...
  3977. FTP client needs to use FTP (explicit SSL) mode
  3978. to connect to server's main ip address on port 21
  3979. Generating a 1024 bit RSA private key
  3980. ................++++++
  3981. ...........................++++++
  3982. writing new private key to '/etc/pki/pure-ftpd/pure-ftpd.pem'
  3983. -----
  3984. Certificate:
  3985. Data:
  3986. Version: 3 (0x2)
  3987. Serial Number: 13665787163943368932 (0xbda6a1056aeff8e4)
  3988. Signature Algorithm: sha256WithRSAEncryption
  3989. Issuer: C=US, ST=California, L=Los Angeles, O=Default Company Ltd, CN==000.000.000.00
  3990. Validity
  3991. Not Before: Mar 13 06:42:21 2017 GMT
  3992. Not After : Mar 8 06:42:21 2037 GMT
  3993. Subject: C=US, ST=California, L=Los Angeles, O=Default Company Ltd, CN==000.000.000.00
  3994. Subject Public Key Info:
  3995. Public Key Algorithm: rsaEncryption
  3996. Public-Key: (1024 bit)
  3997. Modulus:
  3998. 00:bb:38:95:ed:1a:e7:5e:6a:6f:af:71:ec:f9:33:
  3999. 00:87:6a:7d:30:e5:90:fe:d5:19:e5:09:a7:ec:89:
  4000. 3f:a2:e7:3b:11:fc:8d:36:3c:fd:21:98:5e:7d:42:
  4001. 1d:ec:79:3e:8d:f2:b5:be:f4:d6:1a:39:61:26:87:
  4002. d7:5a:51:58:00:26:a5:6b:c4:f9:63:fa:46:5b:92:
  4003. 36:13:7a:44:cd:dc:f3:6b:9b:ac:19:9b:ae:5c:94:
  4004. 1a:ff:5d:56:72:8a:2f:70:0f:4b:a1:52:5d:9d:e2:
  4005. 17:f7:8c:f2:15:c3:2b:64:6b:32:f1:8e:8f:ab:25:
  4006. 7c:3a:c9:c4:5e:09:ae:48:ff
  4007. Exponent: 65537 (0x10001)
  4008. X509v3 extensions:
  4009. X509v3 Subject Key Identifier:
  4010. F2:91:09:C3:CE:2F:67:E3:80:BC:75:8F:39:1F:39:02:9B:F4:9A:E3
  4011. X509v3 Authority Key Identifier:
  4012. keyid:F2:91:09:C3:CE:2F:67:E3:80:BC:75:8F:39:1F:39:02:9B:F4:9A:E3
  4013.  
  4014. X509v3 Basic Constraints:
  4015. CA:TRUE
  4016. Signature Algorithm: sha256WithRSAEncryption
  4017. ac:d5:4d:b5:6a:b1:5a:20:d3:23:cd:14:9c:1d:73:7e:68:5a:
  4018. e4:d2:76:28:e4:da:07:f5:0d:77:7a:ee:6f:02:ab:0e:b9:da:
  4019. 64:0d:ee:22:ec:5c:ac:f6:c1:7a:d4:eb:9a:a1:4f:12:f3:18:
  4020. 4f:95:26:02:4f:3e:ae:f7:6e:fd:64:db:f0:17:71:36:1a:42:
  4021. 7d:a6:8e:9d:a1:d3:96:8c:c1:e5:df:1d:2d:6a:1e:cc:db:82:
  4022. 1c:80:77:63:02:4c:4c:54:d4:e0:d3:bd:3b:b3:c3:8e:f5:03:
  4023. be:be:d6:cb:e3:f2:af:56:16:aa:3e:b9:c2:9f:68:16:99:3e:
  4024. 0d:6b
  4025.  
  4026. total 12K
  4027. drwx------. 2 root root 4.0K Mar 13 06:42 .
  4028. drwxr-xr-x. 11 root root 4.0K Mar 13 06:42 ..
  4029. -rw-------. 1 root root 1.9K Mar 13 06:42 pure-ftpd.pem
  4030.  
  4031. self-signed ssl cert generated
  4032. pure-ftpd installed
  4033. systemctl restart pure-ftpd.service
  4034. inc/pureftpd.inc: line 88: csf: command not found
  4035.  
  4036. check /etc/pure-ftpd/pureftpd.passwd
  4037. -rw-------. 1 root root 0 Mar 13 06:42 /etc/pure-ftpd/pureftpd.passwd
  4038.  
  4039. check /etc/pure-ftpd/pureftpd.pdb
  4040. -rw-------. 1 root root 2.1K Mar 13 06:42 /etc/pure-ftpd/pureftpd.pdb
  4041.  
  4042. source_pcreinstall
  4043.  
  4044. **********************************************************************
  4045. (B* Add cmd shortcuts for php.ini, my.cnf, php-fpm.conf, nginx.conf and virtual.conf
  4046. (B* Edit /etc/centminmod/custom_config.inc = customconfig
  4047. (B* Edit php.ini = phpedit
  4048. (B* Edit my.cnf = mycnf
  4049. (B* Edit php-fpm.conf = fpmconf
  4050. (B* Edit nginx.conf = nginxconf
  4051. (B* Edit virtual.conf = vhostconf
  4052. (B* nginx stop/start/restart = ngxstop/ngxstart/ngxrestart
  4053. (B* php-fpm stop/start/restart = fpmstop/fpmstart/fpmrestart
  4054. (B* mysql stop/start/restart = mysqlstop/mysqlstart/mysqlrestart
  4055. (B* nginx + php-fpm stop/start/restart = npstop/npstart/nprestart
  4056. (B* memcached stop/start/restart = memcachedstop/memcachedstart/memcachedrestart
  4057. (B* csf stop/start/restart = csfstop/csfstart/csfrestart
  4058. (B**********************************************************************
  4059. (Bgrep: /usr/local/lib/php.ini: No such file or directory
  4060.  
  4061. **********************************************************************
  4062. (B* Starting Services...
  4063. (B**********************************************************************
  4064. (BStarting nginx (via systemctl): Job for nginx.service failed because the control process exited with error code. See "systemctl status nginx.service" and "journalctl -xe" for details.
  4065. [FAILED]
  4066. Starting mysql (via systemctl): [ OK ]
  4067.  
  4068.  
  4069. *************************************************
  4070. * Running updatedb command. Please wait....
  4071. (B*************************************************
  4072.  
  4073. real 0m1.273s
  4074. user 0m0.045s
  4075. sys 0m0.116s
  4076. *************************************************
  4077. * Increase system Entropy pool availability
  4078. (B*************************************************
  4079. Created symlink from /etc/systemd/system/multi-user.target.wants/haveged.service to /usr/lib/systemd/system/haveged.service.
  4080. [Service]
  4081. ExecStart=
  4082. ExecStart=/usr/sbin/haveged -w 4067 -v 1 --Foreground
  4083. *************************************************
  4084. * Post-Install Check List....
  4085. (B*************************************************
  4086.  
  4087. --------------------------------------------------------
  4088. (BCheck ccache Version:
  4089. (B--------------------------------------------------------
  4090. (Bwhich: no ccache in (/usr/lib64/ccache:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin)
  4091. inc/centminfinish.inc: line 44: -V: command not found
  4092.  
  4093. --------------------------------------------------------
  4094. (BCheck Nginx Version:
  4095. (B--------------------------------------------------------
  4096. (Bwhich: no nginx in (/usr/lib64/ccache:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin)
  4097. can not find nginx binary.. install failed
  4098.  
  4099. --------------------------------------------------------
  4100. (BCheck PHP-FPM Version:
  4101. (B--------------------------------------------------------
  4102. (Bwhich: no php in (/usr/lib64/ccache:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin)
  4103. inc/centminfinish.inc: line 68: -v: command not found
  4104.  
  4105. --------------------------------------------------------
  4106. (BCheck MariaDB installed RPM Versions:
  4107. (B--------------------------------------------------------
  4108. (BMariaDB-compat-10.1.21-1.el7.centos.x86_64
  4109. MariaDB-common-10.1.21-1.el7.centos.x86_64
  4110. MariaDB-server-10.1.21-1.el7.centos.x86_64
  4111. MariaDB-shared-10.1.21-1.el7.centos.x86_64
  4112. MariaDB-client-10.1.21-1.el7.centos.x86_64
  4113. MariaDB-devel-10.1.21-1.el7.centos.x86_64
  4114.  
  4115. --------------------------------------------------------
  4116. (BCheck Memcached Server Version:
  4117. (B--------------------------------------------------------
  4118. (Bmemcached 1.4.35
  4119.  
  4120. --------------------------------------------------------
  4121. (BCheck CSF Firewall Version:
  4122. (B--------------------------------------------------------
  4123. (Bwhich: no csf in (/usr/lib64/ccache:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin)
  4124. inc/centminfinish.inc: line 87: -v: command not found
  4125.  
  4126. --------------------------------------------------------
  4127. (BCheck Siege Benchmark Version:
  4128. (B--------------------------------------------------------
  4129. (Bwhich: no siege in (/usr/lib64/ccache:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin)
  4130. inc/centminfinish.inc: line 94: -V: command not found
  4131.  
  4132. --------------------------------------------------------
  4133. (BCheck mysqlreport version:
  4134. (B--------------------------------------------------------
  4135. (Binc/centminfinish.inc: line 115: /root/mysqlreport: No such file or directory
  4136.  
  4137. --------------------------------------------------------
  4138. (BCheck pure-ftpd Version:
  4139. (B--------------------------------------------------------
  4140. (Bpure-ftpd v1.0.42
  4141.  
  4142. --------------------------------------------------------
  4143. (BCheck YUM Repo List
  4144. (B--------------------------------------------------------
  4145. (BLoaded plugins: fastestmirror, priorities
  4146. Loading mirror speeds from cached hostfile
  4147. * base: ca.mirror.babylon.network
  4148. * epel: ca.mirror.babylon.network
  4149. * extras: ca.mirror.babylon.network
  4150. * rpmforge: mirror.us.leaseweb.net
  4151. * updates: ca.mirror.babylon.network
  4152. 361 packages excluded due to repository priority protections
  4153. repo id repo name status
  4154. base/7/x86_64 CentOS-7 - Base 7,261+2,102
  4155. epel/x86_64 Extra Packages for Enterprise Linux 7 - x86_64 10,281+1,042
  4156. extras/7/x86_64 CentOS-7 - Extras 309+2
  4157. mariadb MariaDB 13+2
  4158. rpmforge RHEL 7 - RPMforge.net - dag 153+92
  4159. updates/7/x86_64 CentOS-7 - Updates 906+201
  4160. varnish-4.1/x86_64 Varnish Cache 4.1 for Enterprise Linux 33
  4161. repolist: 18,956
  4162.  
  4163. --------------------------------------------------------
  4164. (Bmytimes check:
  4165. (B/usr/bin/mytimes
  4166. (B--------------------------------------------------------
  4167. (BMon Mar 13 06:42:33 UTC 2017 [UTC]
  4168. Mon Mar 13 16:42:33 AEST 2017 [Australia/Brisbane]
  4169. Sun Mar 12 23:42:33 PDT 2017 [America/Los_Angeles]
  4170. Mon Mar 13 01:42:33 CDT 2017 [America/Chicago]
  4171. Mon Mar 13 02:42:33 EDT 2017 [America/New_York]
  4172. Mon Mar 13 02:42:33 EDT 2017 [America/Montreal]
  4173. Mon Mar 13 06:42:33 GMT 2017 [Europe/London]
  4174. Mon Mar 13 07:42:33 CET 2017 [Europe/Berlin]
  4175. Mon Mar 13 13:42:33 +07 2017 [Asia/Bangkok]
  4176. Mon Mar 13 13:42:33 +07 2017 [Asia/Ho_Chi_Minh]
  4177. Mon Mar 13 13:42:33 WIB 2017 [Asia/Jakarta]
  4178. Mon Mar 13 14:42:33 +08 2017 [Asia/Kuala_Lumpur]
  4179. Mon Mar 13 14:42:33 +08 2017 [Asia/Singapore]
  4180. --------------------------------------------------------
  4181. (B*************************************************
  4182. * Centmin Mod install completed....
  4183. (B*************************************************
  4184.  
  4185. *************************************************
  4186. * Setup memcached_*.php admin page ...
  4187. (B*************************************************
  4188.  
  4189. Setup Memcached Server Admin Login Details for /usr/local/nginx/html/memcache_be6af59f.php
  4190. (Bcurrent memcached username: memcacheuser
  4191. (Bcurrent memcached password: memcachepass
  4192. (B*************************************************
  4193. Memcached Server Admin Login: /usr/local/nginx/html/memcache_be6af59f.php
  4194. (Bnew memcached username: memadmin79bd7fffef
  4195. (Bnew memcached password: 8236349ee03462a3f7d4c55f
  4196. (B*************************************************
  4197. *************************************************
  4198. * memcache_be6af59f.php admin page installed
  4199. (B*************************************************
  4200.  
  4201. *************************************************
  4202. * Zend Opcache Stats Password / URL
  4203. (B*************************************************
  4204.  
  4205. -------------------------------------------------------
  4206. (BPassword protected srv2.domain.com/45e5a004a6a0337d_opcache.php
  4207. (B-------------------------------------------------------
  4208. (BUsername: opadmin
  4209. (BPassword: wQT2wGogLM0Bx7MZFayiag==
  4210. (B-------------------------------------------------------
  4211. (B
  4212. *************************************************
  4213. * MariaDB Security Setup
  4214. (B*************************************************
  4215.  
  4216. -------------------------------------------------------
  4217. (BMySQL root user password set
  4218. (BMySQL root user added to /root/.my.cnf
  4219. (B-------------------------------------------------------
  4220. (BMySQL root password: gXa5N236EVEbULfE
  4221. (B-------------------------------------------------------
  4222. (B*************************************************
  4223. * MariaDB Security Setup Completed
  4224. (B*************************************************
  4225.  
  4226. --------------------------------------------------------
  4227. (BPlease bookmark:
  4228. (B--------------------------------------------------------
  4229. (B###############################################################
  4230. * Getting Started Guide - http://centminmod.com/getstarted.html
  4231. * Find the latest Centmin Mod version - http://centminmod.com
  4232. * Centmin Mod FAQ - http://centminmod.com/faq.html
  4233. * Change Log - http://centminmod.com/changelog.html
  4234. * Google+ Page latest news http://centminmod.com/gpage
  4235. * Community Forums https://community.centminmod.com (signup)
  4236. ###############################################################
  4237. # Cheap VPS Hosting at Digitalocean
  4238. # https://www.digitalocean.com/?refcode=c1cb367108e8
  4239. ###############################################################
  4240. -------------------------------------------------------------
  4241. (B Centmin Mod local code is up to date at /usr/local/src/centminmod
  4242. (B no available updates at this time...
  4243. (B-------------------------------------------------------------
  4244. (B
  4245. Total Centmin Mod Install Time: 553.713918409 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement