· 6 years ago · Apr 27, 2019, 09:46 PM
1[root@s144907 ~]# systemctl start php-fpm
2Job for php-fpm.service failed because the control process exited with error cod e. See "systemctl status php-fpm.service" and "journalctl -xe" for details.
3[root@s144907 ~]# systemctl status php-fpm.service
4â— php-fpm.service - The PHP FastCGI Process Manager
5 Loaded: loaded (/usr/lib/systemd/system/php-fpm.service; enabled; vendor pres et: disabled)
6 Active: failed (Result: exit-code) since Sat 2019-04-27 15:28:06 CDT; 15s ago
7 Process: 7506 ExecStart=/usr/sbin/php-fpm --nodaemonize (code=exited, status=7 8)
8 Main PID: 7506 (code=exited, status=78)
9
10Apr 27 15:28:06 s144907.nocix.net systemd[1]: Starting The PHP FastCGI Proce....
11Apr 27 15:28:06 s144907.nocix.net php-fpm[7506]: [27-Apr-2019 15:28:06] ERRO...'
12Apr 27 15:28:06 s144907.nocix.net php-fpm[7506]: [27-Apr-2019 15:28:06] ERRO...d
13Apr 27 15:28:06 s144907.nocix.net systemd[1]: php-fpm.service: main process ...a
14Apr 27 15:28:06 s144907.nocix.net systemd[1]: Failed to start The PHP FastCG....
15Apr 27 15:28:06 s144907.nocix.net systemd[1]: Unit php-fpm.service entered f....
16Apr 27 15:28:06 s144907.nocix.net systemd[1]: php-fpm.service failed.
17Hint: Some lines were ellipsized, use -l to show in full.
18[root@s144907 ~]# yum --enablerepo=remi install php-fpm
19Loaded plugins: fastestmirror
20
21
22Error getting repository data for remi, repository not found
23[root@s144907 ~]# yum update -y
24
25Loaded plugins: fastestmirror
26Loading mirror speeds from cached hostfile
27 * base: mirror.team-cymru.com
28 * epel: mirror.rnet.missouri.edu
29 * extras: mirror.cs.uwp.edu
30 * ius: muug.ca
31 * updates: mirror.teklinks.com
32No packages marked for update
33[root@s144907 ~]#
34[root@s144907 ~]# systemctl start php-fpm
35Job for php-fpm.service failed because the control process exited with error cod e. See "systemctl status php-fpm.service" and "journalctl -xe" for details.
36[root@s144907 ~]# yum fix
37Loaded plugins: fastestmirror
38No such command: fix. Please use /usr/bin/yum --help
39[root@s144907 ~]# yum
40Loaded plugins: fastestmirror
41You need to give some command
42Usage: yum [options] COMMAND
43
44List of Commands:
45
46check Check for problems in the rpmdb
47check-update Check for available package updates
48clean Remove cached data
49deplist List a package's dependencies
50distribution-synchronization Synchronize installed packages to the latest availa ble versions
51downgrade downgrade a package
52erase Remove a package or packages from your system
53fs Acts on the filesystem data of the host, mainly for removing docs /lanuages for minimal hosts.
54fssnapshot Creates filesystem snapshots, or lists/deletes current snapshots.
55groups Display, or use, the groups information
56help Display a helpful usage message
57history Display, or use, the transaction history
58info Display details about a package or group of packages
59install Install a package or packages on your system
60list List a package or groups of packages
61load-transaction load a saved transaction from filename
62makecache Generate the metadata cache
63provides Find what package provides the given value
64reinstall reinstall a package
65repo-pkgs Treat a repo. as a group of packages, so we can install/remove al l of them
66repolist Display the configured software repositories
67search Search package details for the given string
68shell Run an interactive yum shell
69swap Simple way to swap packages, instead of using shell
70update Update a package or packages on your system
71update-minimal Works like upgrade, but goes to the 'newest' package match which fixes a problem that affects your system
72updateinfo Acts on repository update information
73upgrade Update packages taking obsoletes into account
74version Display a version for the machine and/or available repos.
75
76
77Options:
78 -h, --help show this help message and exit
79 -t, --tolerant be tolerant of errors
80 -C, --cacheonly run entirely from system cache, don't update cache
81 -c [config file], --config=[config file]
82 config file location
83 -R [minutes], --randomwait=[minutes]
84 maximum command wait time
85 -d [debug level], --debuglevel=[debug level]
86 debugging output level
87 --showduplicates show duplicates, in repos, in list/search commands
88 -e [error level], --errorlevel=[error level]
89 error output level
90 --rpmverbosity=[debug level name]
91 debugging output level for rpm
92 -q, --quiet quiet operation
93 -v, --verbose verbose operation
94 -y, --assumeyes answer yes for all questions
95 --assumeno answer no for all questions
96 --version show Yum version and exit
97 --installroot=[path] set install root
98 --enablerepo=[repo] enable one or more repositories (wildcards allowed)
99 --disablerepo=[repo] disable one or more repositories (wildcards allowed)
100 -x [package], --exclude=[package]
101 exclude package(s) by name or glob
102 --disableexcludes=[repo]
103 disable exclude from main, for a repo or for
104 everything
105 --disableincludes=[repo]
106 disable includepkgs for a repo or for everything
107 --obsoletes enable obsoletes processing during updates
108 --noplugins disable Yum plugins
109 --nogpgcheck disable gpg signature checking
110 --disableplugin=[plugin]
111 disable plugins by name
112 --enableplugin=[plugin]
113 enable plugins by name
114 --skip-broken skip packages with depsolving problems
115 --color=COLOR control whether color is used
116 --releasever=RELEASEVER
117 set value of $releasever in yum config and repo files
118 --downloadonly don't update, just download
119 --downloaddir=DLDIR specifies an alternate directory to store packages
120 --setopt=SETOPTS set arbitrary config and repo options
121 --bugfix Include bugfix relevant packages, in updates
122 --security Include security relevant packages, in updates
123 --advisory=ADVS, --advisories=ADVS
124 Include packages needed to fix the given advisory, in
125 updates
126 --bzs=BZS Include packages needed to fix the given BZ, in
127 updates
128 --cves=CVES Include packages needed to fix the given CVE, in
129 updates
130 --sec-severity=SEVS, --secseverity=SEVS
131 Include security relevant packages matching the
132 severity, in updates
133
134 Plugin Options:
135[root@s144907 ~]# yum install php-fpm -y
136Loaded plugins: fastestmirror
137Loading mirror speeds from cached hostfile
138 * base: mirror.team-cymru.com
139 * epel: mirror.steadfastnet.com
140 * extras: mirror.cs.uwp.edu
141 * ius: mirrors.kernel.org
142 * updates: mirror.teklinks.com
143Resolving Dependencies
144--> Running transaction check
145---> Package php-fpm.x86_64 0:5.4.16-46.el7 will be installed
146--> Processing Dependency: php-common(x86-64) = 5.4.16-46.el7 for package: php-f pm-5.4.16-46.el7.x86_64
147--> Running transaction check
148---> Package php-common.x86_64 0:5.4.16-46.el7 will be installed
149--> Processing Dependency: libzip.so.2()(64bit) for package: php-common-5.4.16-4 6.el7.x86_64
150--> Running transaction check
151---> Package libzip.x86_64 0:0.10.1-8.el7 will be installed
152--> Processing Conflict: php72u-json-7.2.17-1.ius.centos7.x86_64 conflicts php-j son < 7.2.17-1.ius.centos7
153--> Processing Conflict: php72u-common-7.2.17-1.ius.centos7.x86_64 conflicts php -common < 7.2.17-1.ius.centos7
154--> Processing Conflict: php72u-fpm-7.2.17-1.ius.centos7.x86_64 conflicts php-fp m < 7.2.17-1.ius.centos7
155--> Finished Dependency Resolution
156Error: php72u-common conflicts with php-common-5.4.16-46.el7.x86_64
157Error: php72u-json conflicts with php-common-5.4.16-46.el7.x86_64
158Error: php72u-fpm conflicts with php-fpm-5.4.16-46.el7.x86_64
159 You could try using --skip-broken to work around the problem
160 You could try running: rpm -Va --nofiles --nodigest
161[root@s144907 ~]# ^C
162[root@s144907 ~]# rpm -Uvh http://mirror.innosol.asia/remi/enterprise/remi-relea se-7.rpm
163Retrieving http://mirror.innosol.asia/remi/enterprise/remi-release-7.rpm
164warning: /var/tmp/rpm-tmp.wk0Lz6: Header V4 DSA/SHA1 Signature, key ID 00f97f56: NOKEY
165Preparing... ################################# [100%]
166Updating / installing...
167 1:remi-release-7.6-2.el7.remi ################################# [100%]
168[root@s144907 ~]# yum install php70
169Loaded plugins: fastestmirror
170Loading mirror speeds from cached hostfile
171 * base: mirror.team-cymru.com
172 * epel: fedora-epel.mirror.lstn.net
173 * extras: mirror.cs.uwp.edu
174 * ius: muug.ca
175 * remi-safe: mirror.bebout.net
176 * updates: mirror.teklinks.com
177remi-safe | 3.0 kB 00:00
178remi-safe/primary_db | 1.4 MB 00:00
179Resolving Dependencies
180--> Running transaction check
181---> Package php70.x86_64 0:2.0-1.el7.remi will be installed
182--> Processing Dependency: php70-runtime(x86-64) = 2.0-1.el7.remi for package: p hp70-2.0-1.el7.remi.x86_64
183--> Processing Dependency: php70-runtime for package: php70-2.0-1.el7.remi.x86_6 4
184--> Processing Dependency: php70-php-common(x86-64) for package: php70-2.0-1.el7 .remi.x86_64
185--> Processing Dependency: php70-php-cli(x86-64) for package: php70-2.0-1.el7.re mi.x86_64
186--> Running transaction check
187---> Package php70-php-cli.x86_64 0:7.0.33-7.el7.remi will be installed
188---> Package php70-php-common.x86_64 0:7.0.33-7.el7.remi will be installed
189--> Processing Dependency: php70-php-json(x86-64) = 7.0.33-7.el7.remi for packag e: php70-php-common-7.0.33-7.el7.remi.x86_64
190---> Package php70-runtime.x86_64 0:2.0-1.el7.remi will be installed
191--> Processing Dependency: environment-modules for package: php70-runtime-2.0-1. el7.remi.x86_64
192--> Processing Dependency: scl-utils for package: php70-runtime-2.0-1.el7.remi.x 86_64
193--> Running transaction check
194---> Package environment-modules.x86_64 0:3.2.10-10.el7 will be installed
195--> Processing Dependency: libtcl8.5.so()(64bit) for package: environment-module s-3.2.10-10.el7.x86_64
196---> Package php70-php-json.x86_64 0:7.0.33-7.el7.remi will be installed
197---> Package scl-utils.x86_64 0:20130529-19.el7 will be installed
198--> Running transaction check
199---> Package tcl.x86_64 1:8.5.13-8.el7 will be installed
200--> Finished Dependency Resolution
201
202Dependencies Resolved
203
204================================================================================
205 Package Arch Version Repository Size
206================================================================================
207Installing:
208 php70 x86_64 2.0-1.el7.remi remi-safe 3.2 k
209Installing for dependencies:
210 environment-modules x86_64 3.2.10-10.el7 base 107 k
211 php70-php-cli x86_64 7.0.33-7.el7.remi remi-safe 2.6 M
212 php70-php-common x86_64 7.0.33-7.el7.remi remi-safe 593 k
213 php70-php-json x86_64 7.0.33-7.el7.remi remi-safe 62 k
214 php70-runtime x86_64 2.0-1.el7.remi remi-safe 1.1 M
215 scl-utils x86_64 20130529-19.el7 base 24 k
216 tcl x86_64 1:8.5.13-8.el7 base 1.9 M
217
218Transaction Summary
219================================================================================
220Install 1 Package (+7 Dependent packages)
221
222Total download size: 6.4 M
223Installed size: 17 M
224Is this ok [y/d/N]: y
225Downloading packages:
226warning: /var/cache/yum/x86_64/7/remi-safe/packages/php70-2.0-1.el7.remi.x86_64. rpm: Header V4 DSA/SHA1 Signature, key ID 00f97f56: NOKEY
227Public key for php70-2.0-1.el7.remi.x86_64.rpm is not installed
228(1/8): php70-2.0-1.el7.remi.x86_64.rpm | 3.2 kB 00:00
229(2/8): php70-php-common-7.0.33-7.el7.remi.x86_64.rpm | 593 kB 00:00
230(3/8): php70-php-json-7.0.33-7.el7.remi.x86_64.rpm | 62 kB 00:00
231(4/8): php70-runtime-2.0-1.el7.remi.x86_64.rpm | 1.1 MB 00:00
232(5/8): php70-php-cli-7.0.33-7.el7.remi.x86_64.rpm | 2.6 MB 00:00
233(6/8): environment-modules-3.2.10-10.el7.x86_64.rpm | 107 kB 00:00
234(7/8): scl-utils-20130529-19.el7.x86_64.rpm | 24 kB 00:00
235(8/8): tcl-8.5.13-8.el7.x86_64.rpm | 1.9 MB 00:00
236--------------------------------------------------------------------------------
237Total 6.9 MB/s | 6.4 MB 00:00
238Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi
239Importing GPG key 0x00F97F56:
240 Userid : "Remi Collet <RPMS@FamilleCollet.com>"
241 Fingerprint: 1ee0 4cce 88a4 ae4a a29a 5df5 004e 6f47 00f9 7f56
242 Package : remi-release-7.6-2.el7.remi.noarch (installed)
243 From : /etc/pki/rpm-gpg/RPM-GPG-KEY-remi
244Is this ok [y/N]: y
245Running transaction check
246Running transaction test
247Transaction test succeeded
248Running transaction
249Warning: RPMDB altered outside of yum.
250 Installing : scl-utils-20130529-19.el7.x86_64 1/8
251 Installing : 1:tcl-8.5.13-8.el7.x86_64 2/8
252 Installing : environment-modules-3.2.10-10.el7.x86_64 3/8
253 Installing : php70-runtime-2.0-1.el7.remi.x86_64 4/8
254 Installing : php70-php-json-7.0.33-7.el7.remi.x86_64 5/8
255 Installing : php70-php-common-7.0.33-7.el7.remi.x86_64 6/8
256 Installing : php70-php-cli-7.0.33-7.el7.remi.x86_64 7/8
257 Installing : php70-2.0-1.el7.remi.x86_64 8/8
258=====================================================================
259
260 WARNING : PHP 7.0 have reached its "End of Life" in
261 December 2018. Even, if this package includes some of
262 the important security fix, backported from 7.1, the
263 UPGRADE to a maintained version is very strongly RECOMMENDED.
264
265=====================================================================
266 Verifying : php70-php-common-7.0.33-7.el7.remi.x86_64 1/8
267 Verifying : 1:tcl-8.5.13-8.el7.x86_64 2/8
268 Verifying : scl-utils-20130529-19.el7.x86_64 3/8
269 Verifying : php70-php-cli-7.0.33-7.el7.remi.x86_64 4/8
270 Verifying : php70-php-json-7.0.33-7.el7.remi.x86_64 5/8
271 Verifying : environment-modules-3.2.10-10.el7.x86_64 6/8
272 Verifying : php70-2.0-1.el7.remi.x86_64 7/8
273 Verifying : php70-runtime-2.0-1.el7.remi.x86_64 8/8
274
275Installed:
276 php70.x86_64 0:2.0-1.el7.remi
277
278Dependency Installed:
279 environment-modules.x86_64 0:3.2.10-10.el7
280 php70-php-cli.x86_64 0:7.0.33-7.el7.remi
281 php70-php-common.x86_64 0:7.0.33-7.el7.remi
282 php70-php-json.x86_64 0:7.0.33-7.el7.remi
283 php70-runtime.x86_64 0:2.0-1.el7.remi
284 scl-utils.x86_64 0:20130529-19.el7
285 tcl.x86_64 1:8.5.13-8.el7
286
287Complete!
288[root@s144907 ~]# yum install php70-php-mysqlnd php70-php-devel php70-php-gd php 70-php-mcrypt php70-php-mbstring php70-php-pear php70-php-pecl-imagick php70-php -pecl-zip -y
289Loaded plugins: fastestmirror
290Loading mirror speeds from cached hostfile
291 * base: mirror.team-cymru.com
292 * epel: mirror.steadfastnet.com
293 * extras: mirror.cs.uwp.edu
294 * ius: muug.ca
295 * remi-safe: mirror.bebout.net
296 * updates: mirror.teklinks.com
297Resolving Dependencies
298--> Running transaction check
299---> Package php70-php-devel.x86_64 0:7.0.33-7.el7.remi will be installed
300--> Processing Dependency: pcre-devel(x86-64) >= 8.20 for package: php70-php-dev el-7.0.33-7.el7.remi.x86_64
301--> Processing Dependency: autoconf for package: php70-php-devel-7.0.33-7.el7.re mi.x86_64
302--> Processing Dependency: automake for package: php70-php-devel-7.0.33-7.el7.re mi.x86_64
303--> Processing Dependency: gcc for package: php70-php-devel-7.0.33-7.el7.remi.x8 6_64
304--> Processing Dependency: gcc-c++ for package: php70-php-devel-7.0.33-7.el7.rem i.x86_64
305--> Processing Dependency: libtool for package: php70-php-devel-7.0.33-7.el7.rem i.x86_64
306--> Processing Dependency: krb5-devel(x86-64) for package: php70-php-devel-7.0.3 3-7.el7.remi.x86_64
307--> Processing Dependency: libedit-devel(x86-64) for package: php70-php-devel-7. 0.33-7.el7.remi.x86_64
308--> Processing Dependency: libxml2-devel(x86-64) for package: php70-php-devel-7. 0.33-7.el7.remi.x86_64
309--> Processing Dependency: openssl-devel(x86-64) for package: php70-php-devel-7. 0.33-7.el7.remi.x86_64
310--> Processing Dependency: zlib-devel(x86-64) for package: php70-php-devel-7.0.3 3-7.el7.remi.x86_64
311---> Package php70-php-gd.x86_64 0:7.0.33-7.el7.remi will be installed
312--> Processing Dependency: gd-last(x86-64) >= 2.1.1 for package: php70-php-gd-7. 0.33-7.el7.remi.x86_64
313--> Processing Dependency: libgd.so.3()(64bit) for package: php70-php-gd-7.0.33- 7.el7.remi.x86_64
314---> Package php70-php-mbstring.x86_64 0:7.0.33-7.el7.remi will be installed
315---> Package php70-php-mcrypt.x86_64 0:7.0.33-7.el7.remi will be installed
316--> Processing Dependency: libltdl.so.7()(64bit) for package: php70-php-mcrypt-7 .0.33-7.el7.remi.x86_64
317--> Processing Dependency: libmcrypt.so.4()(64bit) for package: php70-php-mcrypt -7.0.33-7.el7.remi.x86_64
318---> Package php70-php-mysqlnd.x86_64 0:7.0.33-7.el7.remi will be installed
319--> Processing Dependency: php70-php-pdo(x86-64) = 7.0.33-7.el7.remi for package : php70-php-mysqlnd-7.0.33-7.el7.remi.x86_64
320---> Package php70-php-pear.noarch 1:1.10.9-2.el7.remi will be installed
321--> Processing Dependency: php70-php-posix for package: 1:php70-php-pear-1.10.9- 2.el7.remi.noarch
322--> Processing Dependency: php70-php-xml for package: 1:php70-php-pear-1.10.9-2. el7.remi.noarch
323---> Package php70-php-pecl-imagick.x86_64 0:3.4.3-9.el7.remi will be installed
324--> Processing Dependency: ImageMagick6-libs(x86-64) >= 6.9.9 for package: php70 -php-pecl-imagick-3.4.3-9.el7.remi.x86_64
325--> Processing Dependency: libMagickCore-6.Q16.so.6()(64bit) for package: php70- php-pecl-imagick-3.4.3-9.el7.remi.x86_64
326--> Processing Dependency: libMagickWand-6.Q16.so.6()(64bit) for package: php70- php-pecl-imagick-3.4.3-9.el7.remi.x86_64
327---> Package php70-php-pecl-zip.x86_64 0:1.15.4-1.el7.remi will be installed
328--> Processing Dependency: libzip5(x86-64) >= 1.5.1 for package: php70-php-pecl- zip-1.15.4-1.el7.remi.x86_64
329--> Processing Dependency: libzip.so.5()(64bit) for package: php70-php-pecl-zip- 1.15.4-1.el7.remi.x86_64
330--> Running transaction check
331---> Package ImageMagick6-libs.x86_64 0:6.9.10.42-1.el7.remi will be installed
332--> Processing Dependency: libtiff.so.5(LIBTIFF_4.0)(64bit) for package: ImageMa gick6-libs-6.9.10.42-1.el7.remi.x86_64
333--> Processing Dependency: libcairo.so.2()(64bit) for package: ImageMagick6-libs -6.9.10.42-1.el7.remi.x86_64
334--> Processing Dependency: libcdt.so.5()(64bit) for package: ImageMagick6-libs-6 .9.10.42-1.el7.remi.x86_64
335--> Processing Dependency: libcgraph.so.6()(64bit) for package: ImageMagick6-lib s-6.9.10.42-1.el7.remi.x86_64
336--> Processing Dependency: libfftw3.so.3()(64bit) for package: ImageMagick6-libs -6.9.10.42-1.el7.remi.x86_64
337--> Processing Dependency: libfontconfig.so.1()(64bit) for package: ImageMagick6 -libs-6.9.10.42-1.el7.remi.x86_64
338--> Processing Dependency: libgdk_pixbuf-2.0.so.0()(64bit) for package: ImageMag ick6-libs-6.9.10.42-1.el7.remi.x86_64
339--> Processing Dependency: libgs.so.9()(64bit) for package: ImageMagick6-libs-6. 9.10.42-1.el7.remi.x86_64
340--> Processing Dependency: libgvc.so.6()(64bit) for package: ImageMagick6-libs-6 .9.10.42-1.el7.remi.x86_64
341--> Processing Dependency: libHalf.so.6()(64bit) for package: ImageMagick6-libs- 6.9.10.42-1.el7.remi.x86_64
342--> Processing Dependency: libICE.so.6()(64bit) for package: ImageMagick6-libs-6 .9.10.42-1.el7.remi.x86_64
343--> Processing Dependency: libIexMath.so.6()(64bit) for package: ImageMagick6-li bs-6.9.10.42-1.el7.remi.x86_64
344--> Processing Dependency: libIex.so.6()(64bit) for package: ImageMagick6-libs-6 .9.10.42-1.el7.remi.x86_64
345--> Processing Dependency: libIlmImf.so.7()(64bit) for package: ImageMagick6-lib s-6.9.10.42-1.el7.remi.x86_64
346--> Processing Dependency: libIlmThread.so.6()(64bit) for package: ImageMagick6- libs-6.9.10.42-1.el7.remi.x86_64
347--> Processing Dependency: libImath.so.6()(64bit) for package: ImageMagick6-libs -6.9.10.42-1.el7.remi.x86_64
348--> Processing Dependency: libjbig.so.2.0()(64bit) for package: ImageMagick6-lib s-6.9.10.42-1.el7.remi.x86_64
349--> Processing Dependency: liblcms2.so.2()(64bit) for package: ImageMagick6-libs -6.9.10.42-1.el7.remi.x86_64
350--> Processing Dependency: libpango-1.0.so.0()(64bit) for package: ImageMagick6- libs-6.9.10.42-1.el7.remi.x86_64
351--> Processing Dependency: libpangocairo-1.0.so.0()(64bit) for package: ImageMag ick6-libs-6.9.10.42-1.el7.remi.x86_64
352--> Processing Dependency: libraqm.so.0()(64bit) for package: ImageMagick6-libs- 6.9.10.42-1.el7.remi.x86_64
353--> Processing Dependency: libraw.so.5()(64bit) for package: ImageMagick6-libs-6 .9.10.42-1.el7.remi.x86_64
354--> Processing Dependency: librsvg-2.so.2()(64bit) for package: ImageMagick6-lib s-6.9.10.42-1.el7.remi.x86_64
355--> Processing Dependency: libSM.so.6()(64bit) for package: ImageMagick6-libs-6. 9.10.42-1.el7.remi.x86_64
356--> Processing Dependency: libtiff.so.5()(64bit) for package: ImageMagick6-libs- 6.9.10.42-1.el7.remi.x86_64
357--> Processing Dependency: libwebpmux.so.3()(64bit) for package: ImageMagick6-li bs-6.9.10.42-1.el7.remi.x86_64
358--> Processing Dependency: libwebp.so.7()(64bit) for package: ImageMagick6-libs- 6.9.10.42-1.el7.remi.x86_64
359--> Processing Dependency: libwmflite-0.2.so.7()(64bit) for package: ImageMagick 6-libs-6.9.10.42-1.el7.remi.x86_64
360--> Processing Dependency: libXext.so.6()(64bit) for package: ImageMagick6-libs- 6.9.10.42-1.el7.remi.x86_64
361--> Processing Dependency: libXt.so.6()(64bit) for package: ImageMagick6-libs-6. 9.10.42-1.el7.remi.x86_64
362---> Package autoconf.noarch 0:2.69-11.el7 will be installed
363--> Processing Dependency: m4 >= 1.4.14 for package: autoconf-2.69-11.el7.noarch
364---> Package automake.noarch 0:1.13.4-3.el7 will be installed
365--> Processing Dependency: perl(Thread::Queue) for package: automake-1.13.4-3.el 7.noarch
366--> Processing Dependency: perl(TAP::Parser) for package: automake-1.13.4-3.el7. noarch
367---> Package gcc.x86_64 0:4.8.5-36.el7_6.1 will be installed
368--> Processing Dependency: cpp = 4.8.5-36.el7_6.1 for package: gcc-4.8.5-36.el7_ 6.1.x86_64
369--> Processing Dependency: glibc-devel >= 2.2.90-12 for package: gcc-4.8.5-36.el 7_6.1.x86_64
370--> Processing Dependency: libmpfr.so.4()(64bit) for package: gcc-4.8.5-36.el7_6 .1.x86_64
371--> Processing Dependency: libmpc.so.3()(64bit) for package: gcc-4.8.5-36.el7_6. 1.x86_64
372---> Package gcc-c++.x86_64 0:4.8.5-36.el7_6.1 will be installed
373--> Processing Dependency: libstdc++-devel = 4.8.5-36.el7_6.1 for package: gcc-c ++-4.8.5-36.el7_6.1.x86_64
374---> Package gd-last.x86_64 0:2.2.5-8.el7.remi will be installed
375---> Package krb5-devel.x86_64 0:1.15.1-37.el7_6 will be installed
376--> Processing Dependency: libkadm5(x86-64) = 1.15.1-37.el7_6 for package: krb5- devel-1.15.1-37.el7_6.x86_64
377--> Processing Dependency: libverto-devel for package: krb5-devel-1.15.1-37.el7_ 6.x86_64
378--> Processing Dependency: libselinux-devel for package: krb5-devel-1.15.1-37.el 7_6.x86_64
379--> Processing Dependency: libcom_err-devel for package: krb5-devel-1.15.1-37.el 7_6.x86_64
380--> Processing Dependency: keyutils-libs-devel for package: krb5-devel-1.15.1-37 .el7_6.x86_64
381---> Package libedit-devel.x86_64 0:3.0-12.20121213cvs.el7 will be installed
382--> Processing Dependency: ncurses-devel for package: libedit-devel-3.0-12.20121 213cvs.el7.x86_64
383---> Package libmcrypt.x86_64 0:2.5.8-13.el7 will be installed
384---> Package libtool.x86_64 0:2.4.2-22.el7_3 will be installed
385---> Package libtool-ltdl.x86_64 0:2.4.2-22.el7_3 will be installed
386---> Package libxml2-devel.x86_64 0:2.9.1-6.el7_2.3 will be installed
387--> Processing Dependency: xz-devel for package: libxml2-devel-2.9.1-6.el7_2.3.x 86_64
388---> Package libzip5.x86_64 0:1.5.2-1.el7.remi will be installed
389---> Package openssl-devel.x86_64 1:1.0.2k-16.el7_6.1 will be installed
390---> Package pcre-devel.x86_64 0:8.32-17.el7 will be installed
391---> Package php70-php-pdo.x86_64 0:7.0.33-7.el7.remi will be installed
392---> Package php70-php-process.x86_64 0:7.0.33-7.el7.remi will be installed
393---> Package php70-php-xml.x86_64 0:7.0.33-7.el7.remi will be installed
394---> Package zlib-devel.x86_64 0:1.2.7-18.el7 will be installed
395--> Running transaction check
396---> Package LibRaw.x86_64 0:0.14.8-5.el7.20120830git98d925 will be installed
397--> Processing Dependency: libjasper.so.1()(64bit) for package: LibRaw-0.14.8-5. el7.20120830git98d925.x86_64
398---> Package OpenEXR-libs.x86_64 0:1.7.1-7.el7 will be installed
399---> Package cairo.x86_64 0:1.15.12-3.el7 will be installed
400--> Processing Dependency: libpixman-1.so.0()(64bit) for package: cairo-1.15.12- 3.el7.x86_64
401--> Processing Dependency: libXrender.so.1()(64bit) for package: cairo-1.15.12-3 .el7.x86_64
402--> Processing Dependency: libGL.so.1()(64bit) for package: cairo-1.15.12-3.el7. x86_64
403--> Processing Dependency: libEGL.so.1()(64bit) for package: cairo-1.15.12-3.el7 .x86_64
404---> Package cpp.x86_64 0:4.8.5-36.el7_6.1 will be installed
405---> Package fftw-libs-double.x86_64 0:3.3.3-8.el7 will be installed
406---> Package fontconfig.x86_64 0:2.13.0-4.3.el7 will be installed
407--> Processing Dependency: fontpackages-filesystem for package: fontconfig-2.13. 0-4.3.el7.x86_64
408--> Processing Dependency: dejavu-sans-fonts for package: fontconfig-2.13.0-4.3. el7.x86_64
409---> Package gdk-pixbuf2.x86_64 0:2.36.12-3.el7 will be installed
410---> Package ghostscript.x86_64 0:9.07-31.el7_6.10 will be installed
411--> Processing Dependency: urw-fonts >= 1.1 for package: ghostscript-9.07-31.el7 _6.10.x86_64
412--> Processing Dependency: poppler-data for package: ghostscript-9.07-31.el7_6.1 0.x86_64
413--> Processing Dependency: ghostscript-fonts for package: ghostscript-9.07-31.el 7_6.10.x86_64
414--> Processing Dependency: libcupsimage.so.2()(64bit) for package: ghostscript-9 .07-31.el7_6.10.x86_64
415--> Processing Dependency: libcups.so.2()(64bit) for package: ghostscript-9.07-3 1.el7_6.10.x86_64
416---> Package glibc-devel.x86_64 0:2.17-260.el7_6.4 will be installed
417--> Processing Dependency: glibc-headers = 2.17-260.el7_6.4 for package: glibc-d evel-2.17-260.el7_6.4.x86_64
418--> Processing Dependency: glibc-headers for package: glibc-devel-2.17-260.el7_6 .4.x86_64
419---> Package graphviz.x86_64 0:2.30.1-21.el7 will be installed
420--> Processing Dependency: libgtk-x11-2.0.so.0()(64bit) for package: graphviz-2. 30.1-21.el7.x86_64
421--> Processing Dependency: libgdk-x11-2.0.so.0()(64bit) for package: graphviz-2. 30.1-21.el7.x86_64
422--> Processing Dependency: libgd.so.2()(64bit) for package: graphviz-2.30.1-21.e l7.x86_64
423--> Processing Dependency: libatk-1.0.so.0()(64bit) for package: graphviz-2.30.1 -21.el7.x86_64
424--> Processing Dependency: libXmu.so.6()(64bit) for package: graphviz-2.30.1-21. el7.x86_64
425--> Processing Dependency: libXaw.so.7()(64bit) for package: graphviz-2.30.1-21. el7.x86_64
426---> Package ilmbase.x86_64 0:1.0.3-7.el7 will be installed
427---> Package jbigkit-libs.x86_64 0:2.0-11.el7 will be installed
428---> Package keyutils-libs-devel.x86_64 0:1.5.8-3.el7 will be installed
429---> Package lcms2.x86_64 0:2.6-3.el7 will be installed
430---> Package libICE.x86_64 0:1.0.9-9.el7 will be installed
431---> Package libSM.x86_64 0:1.2.2-2.el7 will be installed
432---> Package libXext.x86_64 0:1.3.3-3.el7 will be installed
433---> Package libXt.x86_64 0:1.1.5-3.el7 will be installed
434---> Package libcom_err-devel.x86_64 0:1.42.9-13.el7 will be installed
435---> Package libkadm5.x86_64 0:1.15.1-37.el7_6 will be installed
436---> Package libmpc.x86_64 0:1.0.1-3.el7 will be installed
437---> Package libraqm.x86_64 0:0.1.1-1.el7 will be installed
438--> Processing Dependency: libfribidi.so.0()(64bit) for package: libraqm-0.1.1-1 .el7.x86_64
439--> Processing Dependency: libharfbuzz.so.0()(64bit) for package: libraqm-0.1.1- 1.el7.x86_64
440---> Package librsvg2.x86_64 0:2.40.20-1.el7 will be installed
441---> Package libselinux-devel.x86_64 0:2.5-14.1.el7 will be installed
442--> Processing Dependency: libsepol-devel(x86-64) >= 2.5-10 for package: libseli nux-devel-2.5-14.1.el7.x86_64
443--> Processing Dependency: pkgconfig(libsepol) for package: libselinux-devel-2.5 -14.1.el7.x86_64
444---> Package libstdc++-devel.x86_64 0:4.8.5-36.el7_6.1 will be installed
445---> Package libtiff.x86_64 0:4.0.3-27.el7_3 will be installed
446---> Package libverto-devel.x86_64 0:0.2.5-4.el7 will be installed
447---> Package libwebp7.x86_64 0:1.0.2-1.el7.remi will be installed
448---> Package libwmf-lite.x86_64 0:0.2.8.4-41.el7_1 will be installed
449---> Package m4.x86_64 0:1.4.16-10.el7 will be installed
450---> Package mpfr.x86_64 0:3.1.1-4.el7 will be installed
451---> Package ncurses-devel.x86_64 0:5.9-14.20130511.el7_4 will be installed
452---> Package pango.x86_64 0:1.42.4-1.el7 will be installed
453--> Processing Dependency: libthai(x86-64) >= 0.1.9 for package: pango-1.42.4-1. el7.x86_64
454--> Processing Dependency: libXft(x86-64) >= 2.0.0 for package: pango-1.42.4-1.e l7.x86_64
455--> Processing Dependency: libthai.so.0(LIBTHAI_0.1)(64bit) for package: pango-1 .42.4-1.el7.x86_64
456--> Processing Dependency: libthai.so.0()(64bit) for package: pango-1.42.4-1.el7 .x86_64
457--> Processing Dependency: libXft.so.2()(64bit) for package: pango-1.42.4-1.el7. x86_64
458---> Package perl-Test-Harness.noarch 0:3.28-3.el7 will be installed
459---> Package perl-Thread-Queue.noarch 0:3.02-2.el7 will be installed
460---> Package xz-devel.x86_64 0:5.2.2-1.el7 will be installed
461--> Running transaction check
462---> Package atk.x86_64 0:2.28.1-1.el7 will be installed
463---> Package cups-libs.x86_64 1:1.6.3-35.el7 will be installed
464--> Processing Dependency: libavahi-common.so.3()(64bit) for package: 1:cups-lib s-1.6.3-35.el7.x86_64
465--> Processing Dependency: libavahi-client.so.3()(64bit) for package: 1:cups-lib s-1.6.3-35.el7.x86_64
466---> Package dejavu-sans-fonts.noarch 0:2.33-6.el7 will be installed
467--> Processing Dependency: dejavu-fonts-common = 2.33-6.el7 for package: dejavu- sans-fonts-2.33-6.el7.noarch
468---> Package fontpackages-filesystem.noarch 0:1.44-8.el7 will be installed
469---> Package fribidi.x86_64 0:1.0.2-1.el7 will be installed
470---> Package gd.x86_64 0:2.0.35-26.el7 will be installed
471---> Package ghostscript-fonts.noarch 0:5.50-32.el7 will be installed
472--> Processing Dependency: xorg-x11-font-utils for package: ghostscript-fonts-5. 50-32.el7.noarch
473---> Package glibc-headers.x86_64 0:2.17-260.el7_6.4 will be installed
474--> Processing Dependency: kernel-headers >= 2.2.1 for package: glibc-headers-2. 17-260.el7_6.4.x86_64
475--> Processing Dependency: kernel-headers for package: glibc-headers-2.17-260.el 7_6.4.x86_64
476---> Package gtk2.x86_64 0:2.24.31-1.el7 will be installed
477--> Processing Dependency: libXrandr >= 1.2.99.4-2 for package: gtk2-2.24.31-1.e l7.x86_64
478--> Processing Dependency: hicolor-icon-theme for package: gtk2-2.24.31-1.el7.x8 6_64
479--> Processing Dependency: gtk-update-icon-cache for package: gtk2-2.24.31-1.el7 .x86_64
480--> Processing Dependency: libXrandr.so.2()(64bit) for package: gtk2-2.24.31-1.e l7.x86_64
481--> Processing Dependency: libXinerama.so.1()(64bit) for package: gtk2-2.24.31-1 .el7.x86_64
482--> Processing Dependency: libXi.so.6()(64bit) for package: gtk2-2.24.31-1.el7.x 86_64
483--> Processing Dependency: libXfixes.so.3()(64bit) for package: gtk2-2.24.31-1.e l7.x86_64
484--> Processing Dependency: libXdamage.so.1()(64bit) for package: gtk2-2.24.31-1. el7.x86_64
485--> Processing Dependency: libXcursor.so.1()(64bit) for package: gtk2-2.24.31-1. el7.x86_64
486--> Processing Dependency: libXcomposite.so.1()(64bit) for package: gtk2-2.24.31 -1.el7.x86_64
487---> Package harfbuzz.x86_64 0:1.7.5-2.el7 will be installed
488--> Processing Dependency: libgraphite2.so.3()(64bit) for package: harfbuzz-1.7. 5-2.el7.x86_64
489---> Package jasper-libs.x86_64 0:1.900.1-33.el7 will be installed
490---> Package libXaw.x86_64 0:1.0.13-4.el7 will be installed
491---> Package libXft.x86_64 0:2.3.2-2.el7 will be installed
492---> Package libXmu.x86_64 0:1.1.2-2.el7 will be installed
493---> Package libXrender.x86_64 0:0.9.10-1.el7 will be installed
494---> Package libglvnd-egl.x86_64 1:1.0.1-0.8.git5baa1e5.el7 will be installed
495--> Processing Dependency: libglvnd(x86-64) = 1:1.0.1-0.8.git5baa1e5.el7 for pac kage: 1:libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64
496--> Processing Dependency: mesa-libEGL(x86-64) >= 13.0.4-1 for package: 1:libglv nd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64
497--> Processing Dependency: libGLdispatch.so.0()(64bit) for package: 1:libglvnd-e gl-1.0.1-0.8.git5baa1e5.el7.x86_64
498---> Package libglvnd-glx.x86_64 1:1.0.1-0.8.git5baa1e5.el7 will be installed
499--> Processing Dependency: mesa-libGL(x86-64) >= 13.0.4-1 for package: 1:libglvn d-glx-1.0.1-0.8.git5baa1e5.el7.x86_64
500---> Package libsepol-devel.x86_64 0:2.5-10.el7 will be installed
501---> Package libthai.x86_64 0:0.1.14-9.el7 will be installed
502---> Package pixman.x86_64 0:0.34.0-1.el7 will be installed
503---> Package poppler-data.noarch 0:0.4.6-3.el7 will be installed
504---> Package urw-fonts.noarch 0:2.4-16.el7 will be installed
505--> Running transaction check
506---> Package avahi-libs.x86_64 0:0.6.31-19.el7 will be installed
507---> Package dejavu-fonts-common.noarch 0:2.33-6.el7 will be installed
508---> Package graphite2.x86_64 0:1.3.10-1.el7_3 will be installed
509---> Package gtk-update-icon-cache.x86_64 0:3.22.30-3.el7 will be installed
510---> Package hicolor-icon-theme.noarch 0:0.12-7.el7 will be installed
511---> Package kernel-headers.x86_64 0:3.10.0-957.10.1.el7 will be installed
512---> Package libXcomposite.x86_64 0:0.4.4-4.1.el7 will be installed
513---> Package libXcursor.x86_64 0:1.1.15-1.el7 will be installed
514---> Package libXdamage.x86_64 0:1.1.4-4.1.el7 will be installed
515---> Package libXfixes.x86_64 0:5.0.3-1.el7 will be installed
516---> Package libXi.x86_64 0:1.7.9-1.el7 will be installed
517---> Package libXinerama.x86_64 0:1.1.3-2.1.el7 will be installed
518---> Package libXrandr.x86_64 0:1.5.1-2.el7 will be installed
519---> Package libglvnd.x86_64 1:1.0.1-0.8.git5baa1e5.el7 will be installed
520---> Package mesa-libEGL.x86_64 0:18.0.5-4.el7_6 will be installed
521--> Processing Dependency: mesa-libgbm = 18.0.5-4.el7_6 for package: mesa-libEGL -18.0.5-4.el7_6.x86_64
522--> Processing Dependency: libxshmfence.so.1()(64bit) for package: mesa-libEGL-1 8.0.5-4.el7_6.x86_64
523--> Processing Dependency: libwayland-server.so.0()(64bit) for package: mesa-lib EGL-18.0.5-4.el7_6.x86_64
524--> Processing Dependency: libwayland-client.so.0()(64bit) for package: mesa-lib EGL-18.0.5-4.el7_6.x86_64
525--> Processing Dependency: libglapi.so.0()(64bit) for package: mesa-libEGL-18.0. 5-4.el7_6.x86_64
526--> Processing Dependency: libgbm.so.1()(64bit) for package: mesa-libEGL-18.0.5- 4.el7_6.x86_64
527---> Package mesa-libGL.x86_64 0:18.0.5-4.el7_6 will be installed
528--> Processing Dependency: libXxf86vm.so.1()(64bit) for package: mesa-libGL-18.0 .5-4.el7_6.x86_64
529---> Package xorg-x11-font-utils.x86_64 1:7.5-21.el7 will be installed
530--> Processing Dependency: libfontenc.so.1()(64bit) for package: 1:xorg-x11-font -utils-7.5-21.el7.x86_64
531--> Running transaction check
532---> Package libXxf86vm.x86_64 0:1.1.4-1.el7 will be installed
533---> Package libfontenc.x86_64 0:1.1.3-3.el7 will be installed
534---> Package libwayland-client.x86_64 0:1.15.0-1.el7 will be installed
535---> Package libwayland-server.x86_64 0:1.15.0-1.el7 will be installed
536---> Package libxshmfence.x86_64 0:1.2-1.el7 will be installed
537---> Package mesa-libgbm.x86_64 0:18.0.5-4.el7_6 will be installed
538---> Package mesa-libglapi.x86_64 0:18.0.5-4.el7_6 will be installed
539--> Finished Dependency Resolution
540
541Dependencies Resolved
542
543================================================================================
544 Package Arch Version Repository
545 Size
546================================================================================
547Installing:
548 php70-php-devel x86_64 7.0.33-7.el7.remi remi-safe 642 k
549 php70-php-gd x86_64 7.0.33-7.el7.remi remi-safe 73 k
550 php70-php-mbstring x86_64 7.0.33-7.el7.remi remi-safe 531 k
551 php70-php-mcrypt x86_64 7.0.33-7.el7.remi remi-safe 60 k
552 php70-php-mysqlnd x86_64 7.0.33-7.el7.remi remi-safe 178 k
553 php70-php-pear noarch 1:1.10.9-2.el7.remi remi-safe 360 k
554 php70-php-pecl-imagick x86_64 3.4.3-9.el7.remi remi-safe 124 k
555 php70-php-pecl-zip x86_64 1.15.4-1.el7.remi remi-safe 44 k
556Installing for dependencies:
557 ImageMagick6-libs x86_64 6.9.10.42-1.el7.remi remi-safe 2.4 M
558 LibRaw x86_64 0.14.8-5.el7.20120830git98d925 base 250 k
559 OpenEXR-libs x86_64 1.7.1-7.el7 base 217 k
560 atk x86_64 2.28.1-1.el7 base 263 k
561 autoconf noarch 2.69-11.el7 base 701 k
562 automake noarch 1.13.4-3.el7 base 679 k
563 avahi-libs x86_64 0.6.31-19.el7 base 61 k
564 cairo x86_64 1.15.12-3.el7 base 741 k
565 cpp x86_64 4.8.5-36.el7_6.1 updates 5.9 M
566 cups-libs x86_64 1:1.6.3-35.el7 base 357 k
567 dejavu-fonts-common noarch 2.33-6.el7 base 64 k
568 dejavu-sans-fonts noarch 2.33-6.el7 base 1.4 M
569 fftw-libs-double x86_64 3.3.3-8.el7 base 759 k
570 fontconfig x86_64 2.13.0-4.3.el7 base 254 k
571 fontpackages-filesystem noarch 1.44-8.el7 base 9.9 k
572 fribidi x86_64 1.0.2-1.el7 base 79 k
573 gcc x86_64 4.8.5-36.el7_6.1 updates 16 M
574 gcc-c++ x86_64 4.8.5-36.el7_6.1 updates 7.2 M
575 gd x86_64 2.0.35-26.el7 base 146 k
576 gd-last x86_64 2.2.5-8.el7.remi remi-safe 134 k
577 gdk-pixbuf2 x86_64 2.36.12-3.el7 base 570 k
578 ghostscript x86_64 9.07-31.el7_6.10 updates 4.3 M
579 ghostscript-fonts noarch 5.50-32.el7 base 324 k
580 glibc-devel x86_64 2.17-260.el7_6.4 updates 1.1 M
581 glibc-headers x86_64 2.17-260.el7_6.4 updates 683 k
582 graphite2 x86_64 1.3.10-1.el7_3 base 115 k
583 graphviz x86_64 2.30.1-21.el7 base 1.3 M
584 gtk-update-icon-cache x86_64 3.22.30-3.el7 base 28 k
585 gtk2 x86_64 2.24.31-1.el7 base 3.4 M
586 harfbuzz x86_64 1.7.5-2.el7 base 267 k
587 hicolor-icon-theme noarch 0.12-7.el7 base 42 k
588 ilmbase x86_64 1.0.3-7.el7 base 100 k
589 jasper-libs x86_64 1.900.1-33.el7 base 150 k
590 jbigkit-libs x86_64 2.0-11.el7 base 46 k
591 kernel-headers x86_64 3.10.0-957.10.1.el7 updates 8.0 M
592 keyutils-libs-devel x86_64 1.5.8-3.el7 base 37 k
593 krb5-devel x86_64 1.15.1-37.el7_6 updates 271 k
594 lcms2 x86_64 2.6-3.el7 base 150 k
595 libICE x86_64 1.0.9-9.el7 base 66 k
596 libSM x86_64 1.2.2-2.el7 base 39 k
597 libXaw x86_64 1.0.13-4.el7 base 192 k
598 libXcomposite x86_64 0.4.4-4.1.el7 base 22 k
599 libXcursor x86_64 1.1.15-1.el7 base 30 k
600 libXdamage x86_64 1.1.4-4.1.el7 base 20 k
601 libXext x86_64 1.3.3-3.el7 base 39 k
602 libXfixes x86_64 5.0.3-1.el7 base 18 k
603 libXft x86_64 2.3.2-2.el7 base 58 k
604 libXi x86_64 1.7.9-1.el7 base 40 k
605 libXinerama x86_64 1.1.3-2.1.el7 base 14 k
606 libXmu x86_64 1.1.2-2.el7 base 71 k
607 libXrandr x86_64 1.5.1-2.el7 base 27 k
608 libXrender x86_64 0.9.10-1.el7 base 26 k
609 libXt x86_64 1.1.5-3.el7 base 173 k
610 libXxf86vm x86_64 1.1.4-1.el7 base 18 k
611 libcom_err-devel x86_64 1.42.9-13.el7 base 31 k
612 libedit-devel x86_64 3.0-12.20121213cvs.el7 base 32 k
613 libfontenc x86_64 1.1.3-3.el7 base 31 k
614 libglvnd x86_64 1:1.0.1-0.8.git5baa1e5.el7 base 89 k
615 libglvnd-egl x86_64 1:1.0.1-0.8.git5baa1e5.el7 base 44 k
616 libglvnd-glx x86_64 1:1.0.1-0.8.git5baa1e5.el7 base 125 k
617 libkadm5 x86_64 1.15.1-37.el7_6 updates 178 k
618 libmcrypt x86_64 2.5.8-13.el7 epel 99 k
619 libmpc x86_64 1.0.1-3.el7 base 51 k
620 libraqm x86_64 0.1.1-1.el7 epel 12 k
621 librsvg2 x86_64 2.40.20-1.el7 base 132 k
622 libselinux-devel x86_64 2.5-14.1.el7 base 187 k
623 libsepol-devel x86_64 2.5-10.el7 base 77 k
624 libstdc++-devel x86_64 4.8.5-36.el7_6.1 updates 1.5 M
625 libthai x86_64 0.1.14-9.el7 base 187 k
626 libtiff x86_64 4.0.3-27.el7_3 base 170 k
627 libtool x86_64 2.4.2-22.el7_3 base 588 k
628 libtool-ltdl x86_64 2.4.2-22.el7_3 base 49 k
629 libverto-devel x86_64 0.2.5-4.el7 base 12 k
630 libwayland-client x86_64 1.15.0-1.el7 base 33 k
631 libwayland-server x86_64 1.15.0-1.el7 base 39 k
632 libwebp7 x86_64 1.0.2-1.el7.remi remi-safe 265 k
633 libwmf-lite x86_64 0.2.8.4-41.el7_1 base 66 k
634 libxml2-devel x86_64 2.9.1-6.el7_2.3 base 1.0 M
635 libxshmfence x86_64 1.2-1.el7 base 7.2 k
636 libzip5 x86_64 1.5.2-1.el7.remi remi-safe 56 k
637 m4 x86_64 1.4.16-10.el7 base 256 k
638 mesa-libEGL x86_64 18.0.5-4.el7_6 updates 102 k
639 mesa-libGL x86_64 18.0.5-4.el7_6 updates 162 k
640 mesa-libgbm x86_64 18.0.5-4.el7_6 updates 38 k
641 mesa-libglapi x86_64 18.0.5-4.el7_6 updates 44 k
642 mpfr x86_64 3.1.1-4.el7 base 203 k
643 ncurses-devel x86_64 5.9-14.20130511.el7_4 base 712 k
644 openssl-devel x86_64 1:1.0.2k-16.el7_6.1 updates 1.5 M
645 pango x86_64 1.42.4-1.el7 base 280 k
646 pcre-devel x86_64 8.32-17.el7 base 480 k
647 perl-Test-Harness noarch 3.28-3.el7 base 302 k
648 perl-Thread-Queue noarch 3.02-2.el7 base 17 k
649 php70-php-pdo x86_64 7.0.33-7.el7.remi remi-safe 109 k
650 php70-php-process x86_64 7.0.33-7.el7.remi remi-safe 72 k
651 php70-php-xml x86_64 7.0.33-7.el7.remi remi-safe 169 k
652 pixman x86_64 0.34.0-1.el7 base 248 k
653 poppler-data noarch 0.4.6-3.el7 base 2.2 M
654 urw-fonts noarch 2.4-16.el7 base 3.0 M
655 xorg-x11-font-utils x86_64 1:7.5-21.el7 base 104 k
656 xz-devel x86_64 5.2.2-1.el7 base 46 k
657 zlib-devel x86_64 1.2.7-18.el7 base 50 k
658
659Transaction Summary
660================================================================================
661Install 8 Packages (+101 Dependent packages)
662
663Total download size: 76 M
664Installed size: 206 M
665Downloading packages:
666(1/109): ImageMagick6-libs-6.9.10.42-1.el7.remi.x86_64.rpm | 2.4 MB 00:00
667(2/109): OpenEXR-libs-1.7.1-7.el7.x86_64.rpm | 217 kB 00:00
668(3/109): LibRaw-0.14.8-5.el7.20120830git98d925.x86_64.rpm | 250 kB 00:00
669(4/109): atk-2.28.1-1.el7.x86_64.rpm | 263 kB 00:00
670(5/109): autoconf-2.69-11.el7.noarch.rpm | 701 kB 00:00
671(6/109): avahi-libs-0.6.31-19.el7.x86_64.rpm | 61 kB 00:00
672(7/109): automake-1.13.4-3.el7.noarch.rpm | 679 kB 00:00
673(8/109): cups-libs-1.6.3-35.el7.x86_64.rpm | 357 kB 00:00
674(9/109): cairo-1.15.12-3.el7.x86_64.rpm | 741 kB 00:00
675(10/109): dejavu-fonts-common-2.33-6.el7.noarch.rpm | 64 kB 00:00
676(11/109): cpp-4.8.5-36.el7_6.1.x86_64.rpm | 5.9 MB 00:00
677(12/109): fftw-libs-double-3.3.3-8.el7.x86_64.rpm | 759 kB 00:00
678(13/109): dejavu-sans-fonts-2.33-6.el7.noarch.rpm | 1.4 MB 00:00
679(14/109): fontpackages-filesystem-1.44-8.el7.noarch.rpm | 9.9 kB 00:00
680(15/109): fribidi-1.0.2-1.el7.x86_64.rpm | 79 kB 00:00
681(16/109): gd-last-2.2.5-8.el7.remi.x86_64.rpm | 134 kB 00:00
682(17/109): gd-2.0.35-26.el7.x86_64.rpm | 146 kB 00:00
683(18/109): fontconfig-2.13.0-4.3.el7.x86_64.rpm | 254 kB 00:00
684(19/109): gcc-4.8.5-36.el7_6.1.x86_64.rpm | 16 MB 00:00
685(20/109): ghostscript-fonts-5.50-32.el7.noarch.rpm | 324 kB 00:00
686(21/109): gdk-pixbuf2-2.36.12-3.el7.x86_64.rpm | 570 kB 00:00
687(22/109): glibc-devel-2.17-260.el7_6.4.x86_64.rpm | 1.1 MB 00:00
688(23/109): glibc-headers-2.17-260.el7_6.4.x86_64.rpm | 683 kB 00:00
689(24/109): graphite2-1.3.10-1.el7_3.x86_64.rpm | 115 kB 00:00
690(25/109): gtk-update-icon-cache-3.22.30-3.el7.x86_64.rpm | 28 kB 00:00
691(26/109): ghostscript-9.07-31.el7_6.10.x86_64.rpm | 4.3 MB 00:00
692(27/109): gcc-c++-4.8.5-36.el7_6.1.x86_64.rpm | 7.2 MB 00:00
693(28/109): graphviz-2.30.1-21.el7.x86_64.rpm | 1.3 MB 00:00
694(29/109): gtk2-2.24.31-1.el7.x86_64.rpm | 3.4 MB 00:00
695(30/109): harfbuzz-1.7.5-2.el7.x86_64.rpm | 267 kB 00:00
696(31/109): hicolor-icon-theme-0.12-7.el7.noarch.rpm | 42 kB 00:00
697(32/109): ilmbase-1.0.3-7.el7.x86_64.rpm | 100 kB 00:00
698(33/109): jbigkit-libs-2.0-11.el7.x86_64.rpm | 46 kB 00:00
699(34/109): jasper-libs-1.900.1-33.el7.x86_64.rpm | 150 kB 00:00
700(35/109): keyutils-libs-devel-1.5.8-3.el7.x86_64.rpm | 37 kB 00:00
701(36/109): krb5-devel-1.15.1-37.el7_6.x86_64.rpm | 271 kB 00:00
702(37/109): kernel-headers-3.10.0-957.10.1.el7.x86_64.rpm | 8.0 MB 00:00
703(38/109): libICE-1.0.9-9.el7.x86_64.rpm | 66 kB 00:00
704(39/109): lcms2-2.6-3.el7.x86_64.rpm | 150 kB 00:00
705(40/109): libSM-1.2.2-2.el7.x86_64.rpm | 39 kB 00:00
706(41/109): libXcomposite-0.4.4-4.1.el7.x86_64.rpm | 22 kB 00:00
707(42/109): libXcursor-1.1.15-1.el7.x86_64.rpm | 30 kB 00:00
708(43/109): libXdamage-1.1.4-4.1.el7.x86_64.rpm | 20 kB 00:00
709(44/109): libXaw-1.0.13-4.el7.x86_64.rpm | 192 kB 00:00
710(45/109): libXext-1.3.3-3.el7.x86_64.rpm | 39 kB 00:00
711(46/109): libXfixes-5.0.3-1.el7.x86_64.rpm | 18 kB 00:00
712(47/109): libXft-2.3.2-2.el7.x86_64.rpm | 58 kB 00:00
713(48/109): libXi-1.7.9-1.el7.x86_64.rpm | 40 kB 00:00
714(49/109): libXinerama-1.1.3-2.1.el7.x86_64.rpm | 14 kB 00:00
715(50/109): libXrandr-1.5.1-2.el7.x86_64.rpm | 27 kB 00:00
716(51/109): libXmu-1.1.2-2.el7.x86_64.rpm | 71 kB 00:00
717(52/109): libXrender-0.9.10-1.el7.x86_64.rpm | 26 kB 00:00
718(53/109): libXxf86vm-1.1.4-1.el7.x86_64.rpm | 18 kB 00:00
719(54/109): libcom_err-devel-1.42.9-13.el7.x86_64.rpm | 31 kB 00:00
720(55/109): libXt-1.1.5-3.el7.x86_64.rpm | 173 kB 00:00
721(56/109): libedit-devel-3.0-12.20121213cvs.el7.x86_64.rpm | 32 kB 00:00
722(57/109): libfontenc-1.1.3-3.el7.x86_64.rpm | 31 kB 00:00
723(58/109): libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64.rpm | 44 kB 00:00
724(59/109): libglvnd-1.0.1-0.8.git5baa1e5.el7.x86_64.rpm | 89 kB 00:00
725(60/109): libkadm5-1.15.1-37.el7_6.x86_64.rpm | 178 kB 00:00
726(61/109): libmpc-1.0.1-3.el7.x86_64.rpm | 51 kB 00:00
727(62/109): libglvnd-glx-1.0.1-0.8.git5baa1e5.el7.x86_64.rpm | 125 kB 00:00
728(63/109): libmcrypt-2.5.8-13.el7.x86_64.rpm | 99 kB 00:02
729(64/109): libraqm-0.1.1-1.el7.x86_64.rpm | 12 kB 00:00
730(65/109): librsvg2-2.40.20-1.el7.x86_64.rpm | 132 kB 00:00
731(66/109): libstdc++-devel-4.8.5-36.el7_6.1.x86_64.rpm | 1.5 MB 00:00
732(67/109): libsepol-devel-2.5-10.el7.x86_64.rpm | 77 kB 00:00
733(68/109): libthai-0.1.14-9.el7.x86_64.rpm | 187 kB 00:00
734(69/109): libtiff-4.0.3-27.el7_3.x86_64.rpm | 170 kB 00:00
735(70/109): libselinux-devel-2.5-14.1.el7.x86_64.rpm | 187 kB 00:00
736(71/109): libtool-ltdl-2.4.2-22.el7_3.x86_64.rpm | 49 kB 00:00
737(72/109): libwebp7-1.0.2-1.el7.remi.x86_64.rpm | 265 kB 00:00
738(73/109): libtool-2.4.2-22.el7_3.x86_64.rpm | 588 kB 00:00
739(74/109): libwmf-lite-0.2.8.4-41.el7_1.x86_64.rpm | 66 kB 00:00
740(75/109): libwayland-client-1.15.0-1.el7.x86_64.rpm | 33 kB 00:00
741(76/109): libzip5-1.5.2-1.el7.remi.x86_64.rpm | 56 kB 00:00
742(77/109): libxshmfence-1.2-1.el7.x86_64.rpm | 7.2 kB 00:00
743(78/109): libverto-devel-0.2.5-4.el7.x86_64.rpm | 12 kB 00:00
744(79/109): mesa-libEGL-18.0.5-4.el7_6.x86_64.rpm | 102 kB 00:00
745(80/109): libwayland-server-1.15.0-1.el7.x86_64.rpm | 39 kB 00:00
746(81/109): m4-1.4.16-10.el7.x86_64.rpm | 256 kB 00:00
747(82/109): mesa-libgbm-18.0.5-4.el7_6.x86_64.rpm | 38 kB 00:00
748(83/109): mesa-libGL-18.0.5-4.el7_6.x86_64.rpm | 162 kB 00:00
749(84/109): mpfr-3.1.1-4.el7.x86_64.rpm | 203 kB 00:00
750(85/109): libxml2-devel-2.9.1-6.el7_2.3.x86_64.rpm | 1.0 MB 00:00
751(86/109): mesa-libglapi-18.0.5-4.el7_6.x86_64.rpm | 44 kB 00:00
752(87/109): pango-1.42.4-1.el7.x86_64.rpm | 280 kB 00:00
753(88/109): ncurses-devel-5.9-14.20130511.el7_4.x86_64.rpm | 712 kB 00:00
754(89/109): perl-Thread-Queue-3.02-2.el7.noarch.rpm | 17 kB 00:00
755(90/109): php70-php-devel-7.0.33-7.el7.remi.x86_64.rpm | 642 kB 00:00
756(91/109): perl-Test-Harness-3.28-3.el7.noarch.rpm | 302 kB 00:00
757(92/109): php70-php-mbstring-7.0.33-7.el7.remi.x86_64.rpm | 531 kB 00:00
758(93/109): pcre-devel-8.32-17.el7.x86_64.rpm | 480 kB 00:00
759(94/109): php70-php-mcrypt-7.0.33-7.el7.remi.x86_64.rpm | 60 kB 00:00
760(95/109): php70-php-mysqlnd-7.0.33-7.el7.remi.x86_64.rpm | 178 kB 00:00
761(96/109): php70-php-pdo-7.0.33-7.el7.remi.x86_64.rpm | 109 kB 00:00
762(97/109): php70-php-gd-7.0.33-7.el7.remi.x86_64.rpm | 73 kB 00:00
763(98/109): php70-php-pear-1.10.9-2.el7.remi.noarch.rpm | 360 kB 00:00
764(99/109): php70-php-pecl-imagick-3.4.3-9.el7.remi.x86_64.r | 124 kB 00:00
765(100/109): php70-php-process-7.0.33-7.el7.remi.x86_64.rpm | 72 kB 00:00
766(101/109): php70-php-xml-7.0.33-7.el7.remi.x86_64.rpm | 169 kB 00:00
767(102/109): openssl-devel-1.0.2k-16.el7_6.1.x86_64.rpm | 1.5 MB 00:00
768(103/109): php70-php-pecl-zip-1.15.4-1.el7.remi.x86_64.rpm | 44 kB 00:00
769(104/109): xorg-x11-font-utils-7.5-21.el7.x86_64.rpm | 104 kB 00:00
770(105/109): zlib-devel-1.2.7-18.el7.x86_64.rpm | 50 kB 00:00
771(106/109): pixman-0.34.0-1.el7.x86_64.rpm | 248 kB 00:00
772(107/109): xz-devel-5.2.2-1.el7.x86_64.rpm | 46 kB 00:00
773(108/109): poppler-data-0.4.6-3.el7.noarch.rpm | 2.2 MB 00:00
774(109/109): urw-fonts-2.4-16.el7.noarch.rpm | 3.0 MB 00:00
775--------------------------------------------------------------------------------
776Total 7.2 MB/s | 76 MB 00:10
777Running transaction check
778Running transaction test
779Transaction test succeeded
780Running transaction
781 Installing : libXext-1.3.3-3.el7.x86_64 1/109
782 Installing : libXrender-0.9.10-1.el7.x86_64 2/109
783 Installing : libICE-1.0.9-9.el7.x86_64 3/109
784 Installing : libSM-1.2.2-2.el7.x86_64 4/109
785 Installing : libXt-1.1.5-3.el7.x86_64 5/109
786 Installing : mpfr-3.1.1-4.el7.x86_64 6/109
787 Installing : libXfixes-5.0.3-1.el7.x86_64 7/109
788 Installing : libmpc-1.0.1-3.el7.x86_64 8/109
789 Installing : lcms2-2.6-3.el7.x86_64 9/109
790 Installing : mesa-libglapi-18.0.5-4.el7_6.x86_64 10/109
791 Installing : libtool-ltdl-2.4.2-22.el7_3.x86_64 11/109
792 Installing : zlib-devel-1.2.7-18.el7.x86_64 12/109
793 Installing : libXdamage-1.1.4-4.1.el7.x86_64 13/109
794 Installing : libXmu-1.1.2-2.el7.x86_64 14/109
795 Installing : jbigkit-libs-2.0-11.el7.x86_64 15/109
796 Installing : libtiff-4.0.3-27.el7_3.x86_64 16/109
797 Installing : libwebp7-1.0.2-1.el7.remi.x86_64 17/109
798 Installing : 1:libglvnd-1.0.1-0.8.git5baa1e5.el7.x86_64 18/109
799 Installing : libxshmfence-1.2-1.el7.x86_64 19/109
800 Installing : atk-2.28.1-1.el7.x86_64 20/109
801 Installing : fontpackages-filesystem-1.44-8.el7.noarch 21/109
802 Installing : pcre-devel-8.32-17.el7.x86_64 22/109
803 Installing : jasper-libs-1.900.1-33.el7.x86_64 23/109
804 Installing : gdk-pixbuf2-2.36.12-3.el7.x86_64 24/109
805 Installing : libwayland-server-1.15.0-1.el7.x86_64 25/109
806 Installing : fribidi-1.0.2-1.el7.x86_64 26/109
807 Installing : ilmbase-1.0.3-7.el7.x86_64 27/109
808 Installing : OpenEXR-libs-1.7.1-7.el7.x86_64 28/109
809 Installing : mesa-libgbm-18.0.5-4.el7_6.x86_64 29/109
810 Installing : gtk-update-icon-cache-3.22.30-3.el7.x86_64 30/109
811 Installing : LibRaw-0.14.8-5.el7.20120830git98d925.x86_64 31/109
812 Installing : dejavu-fonts-common-2.33-6.el7.noarch 32/109
813 Installing : dejavu-sans-fonts-2.33-6.el7.noarch 33/109
814 Installing : fontconfig-2.13.0-4.3.el7.x86_64 34/109
815 Installing : gd-2.0.35-26.el7.x86_64 35/109
816 Installing : libXft-2.3.2-2.el7.x86_64 36/109
817 Installing : gd-last-2.2.5-8.el7.remi.x86_64 37/109
818 Installing : libXaw-1.0.13-4.el7.x86_64 38/109
819 Installing : cpp-4.8.5-36.el7_6.1.x86_64 39/109
820 Installing : libXcursor-1.1.15-1.el7.x86_64 40/109
821 Installing : libXrandr-1.5.1-2.el7.x86_64 41/109
822 Installing : libXi-1.7.9-1.el7.x86_64 42/109
823 Installing : libXinerama-1.1.3-2.1.el7.x86_64 43/109
824 Installing : libXxf86vm-1.1.4-1.el7.x86_64 44/109
825 Installing : 1:libglvnd-glx-1.0.1-0.8.git5baa1e5.el7.x86_64 45/109
826 Installing : mesa-libGL-18.0.5-4.el7_6.x86_64 46/109
827 Installing : libfontenc-1.1.3-3.el7.x86_64 47/109
828 Installing : 1:xorg-x11-font-utils-7.5-21.el7.x86_64 48/109
829 Installing : urw-fonts-2.4-16.el7.noarch 49/109
830 Installing : ghostscript-fonts-5.50-32.el7.noarch 50/109
831 Installing : php70-php-xml-7.0.33-7.el7.remi.x86_64 51/109
832 Installing : libthai-0.1.14-9.el7.x86_64 52/109
833 Installing : perl-Thread-Queue-3.02-2.el7.noarch 53/109
834 Installing : libcom_err-devel-1.42.9-13.el7.x86_64 54/109
835 Installing : libmcrypt-2.5.8-13.el7.x86_64 55/109
836 Installing : libstdc++-devel-4.8.5-36.el7_6.1.x86_64 56/109
837 Installing : xz-devel-5.2.2-1.el7.x86_64 57/109
838 Installing : libxml2-devel-2.9.1-6.el7_2.3.x86_64 58/109
839 Installing : poppler-data-0.4.6-3.el7.noarch 59/109
840 Installing : kernel-headers-3.10.0-957.10.1.el7.x86_64 60/109
841 Installing : glibc-headers-2.17-260.el7_6.4.x86_64 61/109
842 Installing : glibc-devel-2.17-260.el7_6.4.x86_64 62/109
843 Installing : gcc-4.8.5-36.el7_6.1.x86_64 63/109
844 Installing : gcc-c++-4.8.5-36.el7_6.1.x86_64 64/109
845 Installing : ncurses-devel-5.9-14.20130511.el7_4.x86_64 65/109
846 Installing : libedit-devel-3.0-12.20121213cvs.el7.x86_64 66/109
847 Installing : perl-Test-Harness-3.28-3.el7.noarch 67/109
848 Installing : avahi-libs-0.6.31-19.el7.x86_64 68/109
849 Installing : 1:cups-libs-1.6.3-35.el7.x86_64 69/109
850 Installing : ghostscript-9.07-31.el7_6.10.x86_64 70/109
851 Installing : hicolor-icon-theme-0.12-7.el7.noarch 71/109
852 Installing : m4-1.4.16-10.el7.x86_64 72/109
853 Installing : autoconf-2.69-11.el7.noarch 73/109
854 Installing : automake-1.13.4-3.el7.noarch 74/109
855 Installing : libtool-2.4.2-22.el7_3.x86_64 75/109
856 Installing : graphite2-1.3.10-1.el7_3.x86_64 76/109
857 Installing : harfbuzz-1.7.5-2.el7.x86_64 77/109
858 Installing : libraqm-0.1.1-1.el7.x86_64 78/109
859 Installing : libkadm5-1.15.1-37.el7_6.x86_64 79/109
860 Installing : libverto-devel-0.2.5-4.el7.x86_64 80/109
861 Installing : pixman-0.34.0-1.el7.x86_64 81/109
862 Installing : keyutils-libs-devel-1.5.8-3.el7.x86_64 82/109
863 Installing : libsepol-devel-2.5-10.el7.x86_64 83/109
864 Installing : libselinux-devel-2.5-14.1.el7.x86_64 84/109
865 Installing : krb5-devel-1.15.1-37.el7_6.x86_64 85/109
866 Installing : 1:openssl-devel-1.0.2k-16.el7_6.1.x86_64 86/109
867 Installing : php70-php-pdo-7.0.33-7.el7.remi.x86_64 87/109
868 Installing : libzip5-1.5.2-1.el7.remi.x86_64 88/109
869 Installing : libXcomposite-0.4.4-4.1.el7.x86_64 89/109
870 Installing : libwmf-lite-0.2.8.4-41.el7_1.x86_64 90/109
871 Installing : fftw-libs-double-3.3.3-8.el7.x86_64 91/109
872 Installing : libwayland-client-1.15.0-1.el7.x86_64 92/109
873 Installing : 1:libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64 93/109
874 Installing : mesa-libEGL-18.0.5-4.el7_6.x86_64 94/109
875 Installing : cairo-1.15.12-3.el7.x86_64 95/109
876 Installing : pango-1.42.4-1.el7.x86_64 96/109
877 Installing : librsvg2-2.40.20-1.el7.x86_64 97/109
878 Installing : gtk2-2.24.31-1.el7.x86_64 98/109
879 Installing : graphviz-2.30.1-21.el7.x86_64 99/109
880 Installing : ImageMagick6-libs-6.9.10.42-1.el7.remi.x86_64 100/109
881 Installing : php70-php-process-7.0.33-7.el7.remi.x86_64 101/109
882 Installing : 1:php70-php-pear-1.10.9-2.el7.remi.noarch 102/109
883 Installing : php70-php-pecl-imagick-3.4.3-9.el7.remi.x86_64 103/109
884 Installing : php70-php-pecl-zip-1.15.4-1.el7.remi.x86_64 104/109
885 Installing : php70-php-mysqlnd-7.0.33-7.el7.remi.x86_64 105/109
886 Installing : php70-php-devel-7.0.33-7.el7.remi.x86_64 106/109
887 Installing : php70-php-mcrypt-7.0.33-7.el7.remi.x86_64 107/109
888 Installing : php70-php-gd-7.0.33-7.el7.remi.x86_64 108/109
889 Installing : php70-php-mbstring-7.0.33-7.el7.remi.x86_64 109/109
890 Verifying : libXext-1.3.3-3.el7.x86_64 1/109
891 Verifying : 1:xorg-x11-font-utils-7.5-21.el7.x86_64 2/109
892 Verifying : libxml2-devel-2.9.1-6.el7_2.3.x86_64 3/109
893 Verifying : libXrender-0.9.10-1.el7.x86_64 4/109
894 Verifying : libXi-1.7.9-1.el7.x86_64 5/109
895 Verifying : ilmbase-1.0.3-7.el7.x86_64 6/109
896 Verifying : php70-php-devel-7.0.33-7.el7.remi.x86_64 7/109
897 Verifying : php70-php-process-7.0.33-7.el7.remi.x86_64 8/109
898 Verifying : dejavu-fonts-common-2.33-6.el7.noarch 9/109
899 Verifying : cpp-4.8.5-36.el7_6.1.x86_64 10/109
900 Verifying : pango-1.42.4-1.el7.x86_64 11/109
901 Verifying : libwayland-client-1.15.0-1.el7.x86_64 12/109
902 Verifying : fftw-libs-double-3.3.3-8.el7.x86_64 13/109
903 Verifying : libwmf-lite-0.2.8.4-41.el7_1.x86_64 14/109
904 Verifying : zlib-devel-1.2.7-18.el7.x86_64 15/109
905 Verifying : 1:openssl-devel-1.0.2k-16.el7_6.1.x86_64 16/109
906 Verifying : libXcomposite-0.4.4-4.1.el7.x86_64 17/109
907 Verifying : libtool-ltdl-2.4.2-22.el7_3.x86_64 18/109
908 Verifying : fribidi-1.0.2-1.el7.x86_64 19/109
909 Verifying : libzip5-1.5.2-1.el7.remi.x86_64 20/109
910 Verifying : php70-php-pdo-7.0.33-7.el7.remi.x86_64 21/109
911 Verifying : php70-php-mcrypt-7.0.33-7.el7.remi.x86_64 22/109
912 Verifying : dejavu-sans-fonts-2.33-6.el7.noarch 23/109
913 Verifying : librsvg2-2.40.20-1.el7.x86_64 24/109
914 Verifying : libsepol-devel-2.5-10.el7.x86_64 25/109
915 Verifying : cairo-1.15.12-3.el7.x86_64 26/109
916 Verifying : libwayland-server-1.15.0-1.el7.x86_64 27/109
917 Verifying : gcc-4.8.5-36.el7_6.1.x86_64 28/109
918 Verifying : autoconf-2.69-11.el7.noarch 29/109
919 Verifying : libedit-devel-3.0-12.20121213cvs.el7.x86_64 30/109
920 Verifying : libselinux-devel-2.5-14.1.el7.x86_64 31/109
921 Verifying : libICE-1.0.9-9.el7.x86_64 32/109
922 Verifying : keyutils-libs-devel-1.5.8-3.el7.x86_64 33/109
923 Verifying : automake-1.13.4-3.el7.noarch 34/109
924 Verifying : krb5-devel-1.15.1-37.el7_6.x86_64 35/109
925 Verifying : libraqm-0.1.1-1.el7.x86_64 36/109
926 Verifying : glibc-headers-2.17-260.el7_6.4.x86_64 37/109
927 Verifying : mesa-libgbm-18.0.5-4.el7_6.x86_64 38/109
928 Verifying : ghostscript-9.07-31.el7_6.10.x86_64 39/109
929 Verifying : php70-php-mysqlnd-7.0.33-7.el7.remi.x86_64 40/109
930 Verifying : libXmu-1.1.2-2.el7.x86_64 41/109
931 Verifying : graphviz-2.30.1-21.el7.x86_64 42/109
932 Verifying : gd-2.0.35-26.el7.x86_64 43/109
933 Verifying : pixman-0.34.0-1.el7.x86_64 44/109
934 Verifying : ghostscript-fonts-5.50-32.el7.noarch 45/109
935 Verifying : libverto-devel-0.2.5-4.el7.x86_64 46/109
936 Verifying : 1:libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64 47/109
937 Verifying : libkadm5-1.15.1-37.el7_6.x86_64 48/109
938 Verifying : jasper-libs-1.900.1-33.el7.x86_64 49/109
939 Verifying : graphite2-1.3.10-1.el7_3.x86_64 50/109
940 Verifying : LibRaw-0.14.8-5.el7.20120830git98d925.x86_64 51/109
941 Verifying : libXfixes-5.0.3-1.el7.x86_64 52/109
942 Verifying : php70-php-pecl-imagick-3.4.3-9.el7.remi.x86_64 53/109
943 Verifying : libmpc-1.0.1-3.el7.x86_64 54/109
944 Verifying : libtiff-4.0.3-27.el7_3.x86_64 55/109
945 Verifying : fontconfig-2.13.0-4.3.el7.x86_64 56/109
946 Verifying : gdk-pixbuf2-2.36.12-3.el7.x86_64 57/109
947 Verifying : libXaw-1.0.13-4.el7.x86_64 58/109
948 Verifying : 1:libglvnd-glx-1.0.1-0.8.git5baa1e5.el7.x86_64 59/109
949 Verifying : pcre-devel-8.32-17.el7.x86_64 60/109
950 Verifying : libXcursor-1.1.15-1.el7.x86_64 61/109
951 Verifying : m4-1.4.16-10.el7.x86_64 62/109
952 Verifying : fontpackages-filesystem-1.44-8.el7.noarch 63/109
953 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 64/109
954 Verifying : avahi-libs-0.6.31-19.el7.x86_64 65/109
955 Verifying : perl-Test-Harness-3.28-3.el7.noarch 66/109
956 Verifying : ncurses-devel-5.9-14.20130511.el7_4.x86_64 67/109
957 Verifying : kernel-headers-3.10.0-957.10.1.el7.x86_64 68/109
958 Verifying : libtool-2.4.2-22.el7_3.x86_64 69/109
959 Verifying : urw-fonts-2.4-16.el7.noarch 70/109
960 Verifying : harfbuzz-1.7.5-2.el7.x86_64 71/109
961 Verifying : poppler-data-0.4.6-3.el7.noarch 72/109
962 Verifying : libXrandr-1.5.1-2.el7.x86_64 73/109
963 Verifying : atk-2.28.1-1.el7.x86_64 74/109
964 Verifying : ImageMagick6-libs-6.9.10.42-1.el7.remi.x86_64 75/109
965 Verifying : xz-devel-5.2.2-1.el7.x86_64 76/109
966 Verifying : libxshmfence-1.2-1.el7.x86_64 77/109
967 Verifying : glibc-devel-2.17-260.el7_6.4.x86_64 78/109
968 Verifying : libSM-1.2.2-2.el7.x86_64 79/109
969 Verifying : mpfr-3.1.1-4.el7.x86_64 80/109
970 Verifying : libXdamage-1.1.4-4.1.el7.x86_64 81/109
971 Verifying : mesa-libglapi-18.0.5-4.el7_6.x86_64 82/109
972 Verifying : libXinerama-1.1.3-2.1.el7.x86_64 83/109
973 Verifying : libstdc++-devel-4.8.5-36.el7_6.1.x86_64 84/109
974 Verifying : libXxf86vm-1.1.4-1.el7.x86_64 85/109
975 Verifying : libXt-1.1.5-3.el7.x86_64 86/109
976 Verifying : libmcrypt-2.5.8-13.el7.x86_64 87/109
977 Verifying : libcom_err-devel-1.42.9-13.el7.x86_64 88/109
978 Verifying : OpenEXR-libs-1.7.1-7.el7.x86_64 89/109
979 Verifying : gtk2-2.24.31-1.el7.x86_64 90/109
980 Verifying : gtk-update-icon-cache-3.22.30-3.el7.x86_64 91/109
981 Verifying : perl-Thread-Queue-3.02-2.el7.noarch 92/109
982 Verifying : 1:php70-php-pear-1.10.9-2.el7.remi.noarch 93/109
983 Verifying : libthai-0.1.14-9.el7.x86_64 94/109
984 Verifying : 1:libglvnd-1.0.1-0.8.git5baa1e5.el7.x86_64 95/109
985 Verifying : mesa-libGL-18.0.5-4.el7_6.x86_64 96/109
986 Verifying : libXft-2.3.2-2.el7.x86_64 97/109
987 Verifying : php70-php-mbstring-7.0.33-7.el7.remi.x86_64 98/109
988 Verifying : mesa-libEGL-18.0.5-4.el7_6.x86_64 99/109
989 Verifying : php70-php-pecl-zip-1.15.4-1.el7.remi.x86_64 100/109
990 Verifying : php70-php-gd-7.0.33-7.el7.remi.x86_64 101/109
991 Verifying : php70-php-xml-7.0.33-7.el7.remi.x86_64 102/109
992 Verifying : gd-last-2.2.5-8.el7.remi.x86_64 103/109
993 Verifying : libwebp7-1.0.2-1.el7.remi.x86_64 104/109
994 Verifying : 1:cups-libs-1.6.3-35.el7.x86_64 105/109
995 Verifying : lcms2-2.6-3.el7.x86_64 106/109
996 Verifying : jbigkit-libs-2.0-11.el7.x86_64 107/109
997 Verifying : gcc-c++-4.8.5-36.el7_6.1.x86_64 108/109
998 Verifying : libfontenc-1.1.3-3.el7.x86_64 109/109
999
1000Installed:
1001 php70-php-devel.x86_64 0:7.0.33-7.el7.remi
1002 php70-php-gd.x86_64 0:7.0.33-7.el7.remi
1003 php70-php-mbstring.x86_64 0:7.0.33-7.el7.remi
1004 php70-php-mcrypt.x86_64 0:7.0.33-7.el7.remi
1005 php70-php-mysqlnd.x86_64 0:7.0.33-7.el7.remi
1006 php70-php-pear.noarch 1:1.10.9-2.el7.remi
1007 php70-php-pecl-imagick.x86_64 0:3.4.3-9.el7.remi
1008 php70-php-pecl-zip.x86_64 0:1.15.4-1.el7.remi
1009
1010Dependency Installed:
1011 ImageMagick6-libs.x86_64 0:6.9.10.42-1.el7.remi
1012 LibRaw.x86_64 0:0.14.8-5.el7.20120830git98d925
1013 OpenEXR-libs.x86_64 0:1.7.1-7.el7
1014 atk.x86_64 0:2.28.1-1.el7
1015 autoconf.noarch 0:2.69-11.el7
1016 automake.noarch 0:1.13.4-3.el7
1017 avahi-libs.x86_64 0:0.6.31-19.el7
1018 cairo.x86_64 0:1.15.12-3.el7
1019 cpp.x86_64 0:4.8.5-36.el7_6.1
1020 cups-libs.x86_64 1:1.6.3-35.el7
1021 dejavu-fonts-common.noarch 0:2.33-6.el7
1022 dejavu-sans-fonts.noarch 0:2.33-6.el7
1023 fftw-libs-double.x86_64 0:3.3.3-8.el7
1024 fontconfig.x86_64 0:2.13.0-4.3.el7
1025 fontpackages-filesystem.noarch 0:1.44-8.el7
1026 fribidi.x86_64 0:1.0.2-1.el7
1027 gcc.x86_64 0:4.8.5-36.el7_6.1
1028 gcc-c++.x86_64 0:4.8.5-36.el7_6.1
1029 gd.x86_64 0:2.0.35-26.el7
1030 gd-last.x86_64 0:2.2.5-8.el7.remi
1031 gdk-pixbuf2.x86_64 0:2.36.12-3.el7
1032 ghostscript.x86_64 0:9.07-31.el7_6.10
1033 ghostscript-fonts.noarch 0:5.50-32.el7
1034 glibc-devel.x86_64 0:2.17-260.el7_6.4
1035 glibc-headers.x86_64 0:2.17-260.el7_6.4
1036 graphite2.x86_64 0:1.3.10-1.el7_3
1037 graphviz.x86_64 0:2.30.1-21.el7
1038 gtk-update-icon-cache.x86_64 0:3.22.30-3.el7
1039 gtk2.x86_64 0:2.24.31-1.el7
1040 harfbuzz.x86_64 0:1.7.5-2.el7
1041 hicolor-icon-theme.noarch 0:0.12-7.el7
1042 ilmbase.x86_64 0:1.0.3-7.el7
1043 jasper-libs.x86_64 0:1.900.1-33.el7
1044 jbigkit-libs.x86_64 0:2.0-11.el7
1045 kernel-headers.x86_64 0:3.10.0-957.10.1.el7
1046 keyutils-libs-devel.x86_64 0:1.5.8-3.el7
1047 krb5-devel.x86_64 0:1.15.1-37.el7_6
1048 lcms2.x86_64 0:2.6-3.el7
1049 libICE.x86_64 0:1.0.9-9.el7
1050 libSM.x86_64 0:1.2.2-2.el7
1051 libXaw.x86_64 0:1.0.13-4.el7
1052 libXcomposite.x86_64 0:0.4.4-4.1.el7
1053 libXcursor.x86_64 0:1.1.15-1.el7
1054 libXdamage.x86_64 0:1.1.4-4.1.el7
1055 libXext.x86_64 0:1.3.3-3.el7
1056 libXfixes.x86_64 0:5.0.3-1.el7
1057 libXft.x86_64 0:2.3.2-2.el7
1058 libXi.x86_64 0:1.7.9-1.el7
1059 libXinerama.x86_64 0:1.1.3-2.1.el7
1060 libXmu.x86_64 0:1.1.2-2.el7
1061 libXrandr.x86_64 0:1.5.1-2.el7
1062 libXrender.x86_64 0:0.9.10-1.el7
1063 libXt.x86_64 0:1.1.5-3.el7
1064 libXxf86vm.x86_64 0:1.1.4-1.el7
1065 libcom_err-devel.x86_64 0:1.42.9-13.el7
1066 libedit-devel.x86_64 0:3.0-12.20121213cvs.el7
1067 libfontenc.x86_64 0:1.1.3-3.el7
1068 libglvnd.x86_64 1:1.0.1-0.8.git5baa1e5.el7
1069 libglvnd-egl.x86_64 1:1.0.1-0.8.git5baa1e5.el7
1070 libglvnd-glx.x86_64 1:1.0.1-0.8.git5baa1e5.el7
1071 libkadm5.x86_64 0:1.15.1-37.el7_6
1072 libmcrypt.x86_64 0:2.5.8-13.el7
1073 libmpc.x86_64 0:1.0.1-3.el7
1074 libraqm.x86_64 0:0.1.1-1.el7
1075 librsvg2.x86_64 0:2.40.20-1.el7
1076 libselinux-devel.x86_64 0:2.5-14.1.el7
1077 libsepol-devel.x86_64 0:2.5-10.el7
1078 libstdc++-devel.x86_64 0:4.8.5-36.el7_6.1
1079 libthai.x86_64 0:0.1.14-9.el7
1080 libtiff.x86_64 0:4.0.3-27.el7_3
1081 libtool.x86_64 0:2.4.2-22.el7_3
1082 libtool-ltdl.x86_64 0:2.4.2-22.el7_3
1083 libverto-devel.x86_64 0:0.2.5-4.el7
1084 libwayland-client.x86_64 0:1.15.0-1.el7
1085 libwayland-server.x86_64 0:1.15.0-1.el7
1086 libwebp7.x86_64 0:1.0.2-1.el7.remi
1087 libwmf-lite.x86_64 0:0.2.8.4-41.el7_1
1088 libxml2-devel.x86_64 0:2.9.1-6.el7_2.3
1089 libxshmfence.x86_64 0:1.2-1.el7
1090 libzip5.x86_64 0:1.5.2-1.el7.remi
1091 m4.x86_64 0:1.4.16-10.el7
1092 mesa-libEGL.x86_64 0:18.0.5-4.el7_6
1093 mesa-libGL.x86_64 0:18.0.5-4.el7_6
1094 mesa-libgbm.x86_64 0:18.0.5-4.el7_6
1095 mesa-libglapi.x86_64 0:18.0.5-4.el7_6
1096 mpfr.x86_64 0:3.1.1-4.el7
1097 ncurses-devel.x86_64 0:5.9-14.20130511.el7_4
1098 openssl-devel.x86_64 1:1.0.2k-16.el7_6.1
1099 pango.x86_64 0:1.42.4-1.el7
1100 pcre-devel.x86_64 0:8.32-17.el7
1101 perl-Test-Harness.noarch 0:3.28-3.el7
1102 perl-Thread-Queue.noarch 0:3.02-2.el7
1103 php70-php-pdo.x86_64 0:7.0.33-7.el7.remi
1104 php70-php-process.x86_64 0:7.0.33-7.el7.remi
1105 php70-php-xml.x86_64 0:7.0.33-7.el7.remi
1106 pixman.x86_64 0:0.34.0-1.el7
1107 poppler-data.noarch 0:0.4.6-3.el7
1108 urw-fonts.noarch 0:2.4-16.el7
1109 xorg-x11-font-utils.x86_64 1:7.5-21.el7
1110 xz-devel.x86_64 0:5.2.2-1.el7
1111 zlib-devel.x86_64 0:1.2.7-18.el7
1112
1113Complete!
1114[root@s144907 ~]# systemctl start php-fpm
1115Job for php-fpm.service failed because the control process exited with error cod e. See "systemctl status php-fpm.service" and "journalctl -xe" for details.
1116[root@s144907 ~]# yum install php-fpm -y
1117Loaded plugins: fastestmirror
1118Loading mirror speeds from cached hostfile
1119 * base: mirror.team-cymru.com
1120 * epel: mirror.grid.uchicago.edu
1121 * extras: mirror.cs.uwp.edu
1122 * ius: dfw.mirror.rackspace.com
1123 * remi-safe: mirror.bebout.net
1124 * updates: mirror.teklinks.com
1125Resolving Dependencies
1126--> Running transaction check
1127---> Package php-fpm.x86_64 0:5.4.16-46.el7 will be installed
1128--> Processing Dependency: php-common(x86-64) = 5.4.16-46.el7 for package: php-f pm-5.4.16-46.el7.x86_64
1129--> Running transaction check
1130---> Package php-common.x86_64 0:5.4.16-46.el7 will be installed
1131--> Processing Dependency: libzip.so.2()(64bit) for package: php-common-5.4.16-4 6.el7.x86_64
1132--> Running transaction check
1133---> Package libzip.x86_64 0:0.10.1-8.el7 will be installed
1134--> Processing Conflict: php72u-json-7.2.17-1.ius.centos7.x86_64 conflicts php-j son < 7.2.17-1.ius.centos7
1135--> Processing Conflict: php72u-common-7.2.17-1.ius.centos7.x86_64 conflicts php -common < 7.2.17-1.ius.centos7
1136--> Processing Conflict: php72u-fpm-7.2.17-1.ius.centos7.x86_64 conflicts php-fp m < 7.2.17-1.ius.centos7
1137--> Finished Dependency Resolution
1138Error: php72u-common conflicts with php-common-5.4.16-46.el7.x86_64
1139Error: php72u-json conflicts with php-common-5.4.16-46.el7.x86_64
1140Error: php72u-fpm conflicts with php-fpm-5.4.16-46.el7.x86_64
1141 You could try using --skip-broken to work around the problem
1142 You could try running: rpm -Va --nofiles --nodigest
1143[root@s144907 ~]# Error: php72u-fpm conflicts with php-fpm-5.4.16-46.el7.x86_64
1144-bash: Error:: command not found
1145[root@s144907 ~]# ^C
1146[root@s144907 ~]# yum install php-fpm -y --skip-broken
1147Loaded plugins: fastestmirror
1148Loading mirror speeds from cached hostfile
1149 * base: mirror.team-cymru.com
1150 * epel: mirror.rnet.missouri.edu
1151 * extras: mirror.cs.uwp.edu
1152 * ius: muug.ca
1153 * remi-safe: mirror.bebout.net
1154 * updates: mirror.teklinks.com
1155Resolving Dependencies
1156--> Running transaction check
1157---> Package php-fpm.x86_64 0:5.4.16-46.el7 will be installed
1158--> Processing Dependency: php-common(x86-64) = 5.4.16-46.el7 for package: php-f pm-5.4.16-46.el7.x86_64
1159--> Running transaction check
1160---> Package php-common.x86_64 0:5.4.16-46.el7 will be installed
1161--> Processing Dependency: libzip.so.2()(64bit) for package: php-common-5.4.16-4 6.el7.x86_64
1162--> Running transaction check
1163---> Package libzip.x86_64 0:0.10.1-8.el7 will be installed
1164--> Processing Conflict: php72u-common-7.2.17-1.ius.centos7.x86_64 conflicts php -common < 7.2.17-1.ius.centos7
1165--> Processing Conflict: php72u-fpm-7.2.17-1.ius.centos7.x86_64 conflicts php-fp m < 7.2.17-1.ius.centos7
1166--> Processing Conflict: php72u-json-7.2.17-1.ius.centos7.x86_64 conflicts php-j son < 7.2.17-1.ius.centos7
1167base/7/x86_64/filelists_db | 7.1 MB 00:01
1168
1169Packages skipped because of dependency problems:
1170 libzip-0.10.1-8.el7.x86_64 from base
1171 php-common-5.4.16-46.el7.x86_64 from base
1172 php-fpm-5.4.16-46.el7.x86_64 from base
1173[root@s144907 ~]# systemctl start php-fpm Job for php-fpm.service failed because the control process exited with error cod e. See "systemctl status php-fpm.service" and "journalctl -xe" for details.
1174[root@s144907 ~]# yum install libzip-0.10.1-8.el7.x86_64 from base
1175Loaded plugins: fastestmirror
1176Loading mirror speeds from cached hostfile
1177 * base: mirror.team-cymru.com
1178 * epel: fedora-epel.mirror.lstn.net
1179 * extras: mirror.cs.uwp.edu
1180 * ius: muug.ca
1181 * remi-safe: mirror.bebout.net
1182 * updates: mirror.teklinks.com
1183No package from available.
1184No package base available.
1185Resolving Dependencies
1186--> Running transaction check
1187---> Package libzip.x86_64 0:0.10.1-8.el7 will be installed
1188--> Finished Dependency Resolution
1189
1190Dependencies Resolved
1191
1192================================================================================
1193 Package Arch Version Repository Size
1194================================================================================
1195Installing:
1196 libzip x86_64 0.10.1-8.el7 base 48 k
1197
1198Transaction Summary
1199================================================================================
1200Install 1 Package
1201
1202Total download size: 48 k
1203Installed size: 104 k
1204Is this ok [y/d/N]: y
1205Downloading packages:
1206libzip-0.10.1-8.el7.x86_64.rpm | 48 kB 00:00
1207Running transaction check
1208Running transaction test
1209Transaction test succeeded
1210Running transaction
1211 Installing : libzip-0.10.1-8.el7.x86_64 1/1
1212 Verifying : libzip-0.10.1-8.el7.x86_64 1/1
1213
1214Installed:
1215 libzip.x86_64 0:0.10.1-8.el7
1216
1217Complete!
1218[root@s144907 ~]# ^C
1219[root@s144907 ~]# yum install php-common-5.4.16-46.el7.x86_64 -y
1220Loaded plugins: fastestmirror
1221Loading mirror speeds from cached hostfile
1222 * base: mirror.team-cymru.com
1223 * epel: mirror.layeronline.com
1224 * extras: mirror.cs.uwp.edu
1225 * ius: dfw.mirror.rackspace.com
1226 * remi-safe: mirror.bebout.net
1227 * updates: mirror.teklinks.com
1228Resolving Dependencies
1229--> Running transaction check
1230---> Package php-common.x86_64 0:5.4.16-46.el7 will be installed
1231--> Processing Conflict: php72u-json-7.2.17-1.ius.centos7.x86_64 conflicts php-j son < 7.2.17-1.ius.centos7
1232--> Processing Conflict: php72u-common-7.2.17-1.ius.centos7.x86_64 conflicts php -common < 7.2.17-1.ius.centos7
1233--> Finished Dependency Resolution
1234Error: php72u-common conflicts with php-common-5.4.16-46.el7.x86_64
1235Error: php72u-json conflicts with php-common-5.4.16-46.el7.x86_64
1236 You could try using --skip-broken to work around the problem
1237 You could try running: rpm -Va --nofiles --nodigest
1238[root@s144907 ~]# yum remove php72u-commin
1239Loaded plugins: fastestmirror
1240No Match for argument: php72u-commin
1241No Packages marked for removal
1242[root@s144907 ~]# yum remove php72u-common
1243Loaded plugins: fastestmirror
1244Resolving Dependencies
1245--> Running transaction check
1246---> Package php72u-common.x86_64 0:7.2.17-1.ius.centos7 will be erased
1247--> Processing Dependency: php-common(x86-64) = 7.2.17-1.ius.centos7 for package : php72u-pdo-7.2.17-1.ius.centos7.x86_64
1248--> Processing Dependency: php-common(x86-64) = 7.2.17-1.ius.centos7 for package : php72u-cli-7.2.17-1.ius.centos7.x86_64
1249--> Processing Dependency: php-common(x86-64) = 7.2.17-1.ius.centos7 for package : php72u-fpm-7.2.17-1.ius.centos7.x86_64
1250--> Processing Dependency: php-common(x86-64) = 7.2.17-1.ius.centos7 for package : php72u-bcmath-7.2.17-1.ius.centos7.x86_64
1251--> Processing Dependency: php-common(x86-64) = 7.2.17-1.ius.centos7 for package : php72u-gd-7.2.17-1.ius.centos7.x86_64
1252--> Processing Dependency: php-common(x86-64) = 7.2.17-1.ius.centos7 for package : php72u-opcache-7.2.17-1.ius.centos7.x86_64
1253--> Processing Dependency: php-common(x86-64) = 7.2.17-1.ius.centos7 for package : php72u-xml-7.2.17-1.ius.centos7.x86_64
1254--> Processing Dependency: php-common(x86-64) = 7.2.17-1.ius.centos7 for package : php72u-json-7.2.17-1.ius.centos7.x86_64
1255--> Processing Dependency: php-common(x86-64) = 7.2.17-1.ius.centos7 for package : php72u-mbstring-7.2.17-1.ius.centos7.x86_64
1256--> Running transaction check
1257---> Package php72u-bcmath.x86_64 0:7.2.17-1.ius.centos7 will be erased
1258---> Package php72u-cli.x86_64 0:7.2.17-1.ius.centos7 will be erased
1259---> Package php72u-fpm.x86_64 0:7.2.17-1.ius.centos7 will be erased
1260---> Package php72u-gd.x86_64 0:7.2.17-1.ius.centos7 will be erased
1261---> Package php72u-json.x86_64 0:7.2.17-1.ius.centos7 will be erased
1262---> Package php72u-mbstring.x86_64 0:7.2.17-1.ius.centos7 will be erased
1263---> Package php72u-opcache.x86_64 0:7.2.17-1.ius.centos7 will be erased
1264---> Package php72u-pdo.x86_64 0:7.2.17-1.ius.centos7 will be erased
1265--> Processing Dependency: php-pdo(x86-64) = 7.2.17-1.ius.centos7 for package: p hp72u-mysqlnd-7.2.17-1.ius.centos7.x86_64
1266---> Package php72u-xml.x86_64 0:7.2.17-1.ius.centos7 will be erased
1267--> Running transaction check
1268---> Package php72u-mysqlnd.x86_64 0:7.2.17-1.ius.centos7 will be erased
1269--> Finished Dependency Resolution
1270
1271Dependencies Resolved
1272
1273================================================================================
1274 Package Arch Version Repository Size
1275================================================================================
1276Removing:
1277 php72u-common x86_64 7.2.17-1.ius.centos7 @ius 12 M
1278Removing for dependencies:
1279 php72u-bcmath x86_64 7.2.17-1.ius.centos7 @ius 98 k
1280 php72u-cli x86_64 7.2.17-1.ius.centos7 @ius 15 M
1281 php72u-fpm x86_64 7.2.17-1.ius.centos7 @ius 5.0 M
1282 php72u-gd x86_64 7.2.17-1.ius.centos7 @ius 766 k
1283 php72u-json x86_64 7.2.17-1.ius.centos7 @ius 88 k
1284 php72u-mbstring x86_64 7.2.17-1.ius.centos7 @ius 2.0 M
1285 php72u-mysqlnd x86_64 7.2.17-1.ius.centos7 @ius 858 k
1286 php72u-opcache x86_64 7.2.17-1.ius.centos7 @ius 893 k
1287 php72u-pdo x86_64 7.2.17-1.ius.centos7 @ius 382 k
1288 php72u-xml x86_64 7.2.17-1.ius.centos7 @ius 855 k
1289
1290Transaction Summary
1291================================================================================
1292Remove 1 Package (+10 Dependent packages)
1293
1294Installed size: 38 M
1295Is this ok [y/N]: y
1296Downloading packages:
1297Running transaction check
1298Running transaction test
1299Transaction test succeeded
1300Running transaction
1301 Erasing : php72u-xml-7.2.17-1.ius.centos7.x86_64 1/11
1302 Erasing : php72u-gd-7.2.17-1.ius.centos7.x86_64 2/11
1303 Erasing : php72u-mbstring-7.2.17-1.ius.centos7.x86_64 3/11
1304 Erasing : php72u-fpm-7.2.17-1.ius.centos7.x86_64 4/11
1305 Erasing : php72u-bcmath-7.2.17-1.ius.centos7.x86_64 5/11
1306 Erasing : php72u-mysqlnd-7.2.17-1.ius.centos7.x86_64 6/11
1307 Erasing : php72u-pdo-7.2.17-1.ius.centos7.x86_64 7/11
1308 Erasing : php72u-cli-7.2.17-1.ius.centos7.x86_64 8/11
1309 Erasing : php72u-opcache-7.2.17-1.ius.centos7.x86_64 9/11
1310 Erasing : php72u-json-7.2.17-1.ius.centos7.x86_64 10/11
1311 Erasing : php72u-common-7.2.17-1.ius.centos7.x86_64 11/11
1312 Verifying : php72u-json-7.2.17-1.ius.centos7.x86_64 1/11
1313 Verifying : php72u-opcache-7.2.17-1.ius.centos7.x86_64 2/11
1314 Verifying : php72u-cli-7.2.17-1.ius.centos7.x86_64 3/11
1315 Verifying : php72u-pdo-7.2.17-1.ius.centos7.x86_64 4/11
1316 Verifying : php72u-mysqlnd-7.2.17-1.ius.centos7.x86_64 5/11
1317 Verifying : php72u-bcmath-7.2.17-1.ius.centos7.x86_64 6/11
1318 Verifying : php72u-fpm-7.2.17-1.ius.centos7.x86_64 7/11
1319 Verifying : php72u-common-7.2.17-1.ius.centos7.x86_64 8/11
1320 Verifying : php72u-mbstring-7.2.17-1.ius.centos7.x86_64 9/11
1321 Verifying : php72u-gd-7.2.17-1.ius.centos7.x86_64 10/11
1322 Verifying : php72u-xml-7.2.17-1.ius.centos7.x86_64 11/11
1323
1324Removed:
1325 php72u-common.x86_64 0:7.2.17-1.ius.centos7
1326
1327Dependency Removed:
1328 php72u-bcmath.x86_64 0:7.2.17-1.ius.centos7
1329 php72u-cli.x86_64 0:7.2.17-1.ius.centos7
1330 php72u-fpm.x86_64 0:7.2.17-1.ius.centos7
1331 php72u-gd.x86_64 0:7.2.17-1.ius.centos7
1332 php72u-json.x86_64 0:7.2.17-1.ius.centos7
1333 php72u-mbstring.x86_64 0:7.2.17-1.ius.centos7
1334 php72u-mysqlnd.x86_64 0:7.2.17-1.ius.centos7
1335 php72u-opcache.x86_64 0:7.2.17-1.ius.centos7
1336 php72u-pdo.x86_64 0:7.2.17-1.ius.centos7
1337 php72u-xml.x86_64 0:7.2.17-1.ius.centos7
1338
1339Complete!
1340[root@s144907 ~]# yum remove php72u-json
1341Loaded plugins: fastestmirror
1342No Match for argument: php72u-json
1343No Packages marked for removal
1344[root@s144907 ~]# yum install php-fpm -y
1345Loaded plugins: fastestmirror
1346Loading mirror speeds from cached hostfile
1347 * base: mirror.team-cymru.com
1348 * epel: fedora-epel.mirror.lstn.net
1349 * extras: mirror.cs.uwp.edu
1350 * ius: dfw.mirror.rackspace.com
1351 * remi-safe: mirror.bebout.net
1352 * updates: mirror.teklinks.com
1353Resolving Dependencies
1354--> Running transaction check
1355---> Package php-fpm.x86_64 0:5.4.16-46.el7 will be installed
1356--> Processing Dependency: php-common(x86-64) = 5.4.16-46.el7 for package: php-f pm-5.4.16-46.el7.x86_64
1357--> Running transaction check
1358---> Package php-common.x86_64 0:5.4.16-46.el7 will be installed
1359--> Finished Dependency Resolution
1360
1361Dependencies Resolved
1362
1363================================================================================
1364 Package Arch Version Repository Size
1365================================================================================
1366Installing:
1367 php-fpm x86_64 5.4.16-46.el7 base 1.4 M
1368Installing for dependencies:
1369 php-common x86_64 5.4.16-46.el7 base 565 k
1370
1371Transaction Summary
1372================================================================================
1373Install 1 Package (+1 Dependent package)
1374
1375Total download size: 2.0 M
1376Installed size: 8.3 M
1377Downloading packages:
1378(1/2): php-common-5.4.16-46.el7.x86_64.rpm | 565 kB 00:00
1379(2/2): php-fpm-5.4.16-46.el7.x86_64.rpm | 1.4 MB 00:00
1380--------------------------------------------------------------------------------
1381Total 2.7 MB/s | 2.0 MB 00:00
1382Running transaction check
1383Running transaction test
1384Transaction test succeeded
1385Running transaction
1386 Installing : php-common-5.4.16-46.el7.x86_64 1/2
1387 Installing : php-fpm-5.4.16-46.el7.x86_64 2/2
1388 Verifying : php-common-5.4.16-46.el7.x86_64 1/2
1389 Verifying : php-fpm-5.4.16-46.el7.x86_64 2/2
1390
1391Installed:
1392 php-fpm.x86_64 0:5.4.16-46.el7
1393
1394Dependency Installed:
1395 php-common.x86_64 0:5.4.16-46.el7
1396
1397Complete!
1398[root@s144907 ~]# systemctl start php-fpm
1399Job for php-fpm.service failed because the control process exited with error cod e. See "systemctl status php-fpm.service" and "journalctl -xe" for details.
1400[root@s144907 ~]# yum remove php-fpm -y
1401Loaded plugins: fastestmirror
1402Resolving Dependencies
1403--> Running transaction check
1404---> Package php-fpm.x86_64 0:5.4.16-46.el7 will be erased
1405--> Finished Dependency Resolution
1406
1407Dependencies Resolved
1408
1409================================================================================
1410 Package Arch Version Repository Size
1411================================================================================
1412Removing:
1413 php-fpm x86_64 5.4.16-46.el7 @base 4.5 M
1414
1415Transaction Summary
1416================================================================================
1417Remove 1 Package
1418
1419Installed size: 4.5 M
1420Downloading packages:
1421Running transaction check
1422Running transaction test
1423Transaction test succeeded
1424Running transaction
1425 Erasing : php-fpm-5.4.16-46.el7.x86_64 1/1
1426 Verifying : php-fpm-5.4.16-46.el7.x86_64 1/1
1427
1428Removed:
1429 php-fpm.x86_64 0:5.4.16-46.el7
1430
1431Complete!
1432[root@s144907 ~]# yum install php-fpm -y
1433Loaded plugins: fastestmirror
1434Loading mirror speeds from cached hostfile
1435 * base: mirror.team-cymru.com
1436 * epel: mirror.layeronline.com
1437 * extras: mirror.cs.uwp.edu
1438 * ius: muug.ca
1439 * remi-safe: mirror.bebout.net
1440 * updates: mirror.teklinks.com
1441Resolving Dependencies
1442--> Running transaction check
1443---> Package php-fpm.x86_64 0:5.4.16-46.el7 will be installed
1444--> Finished Dependency Resolution
1445
1446Dependencies Resolved
1447
1448================================================================================
1449 Package Arch Version Repository Size
1450================================================================================
1451Installing:
1452 php-fpm x86_64 5.4.16-46.el7 base 1.4 M
1453
1454Transaction Summary
1455================================================================================
1456Install 1 Package
1457
1458Total download size: 1.4 M
1459Installed size: 4.5 M
1460Downloading packages:
1461php-fpm-5.4.16-46.el7.x86_64.rpm | 1.4 MB 00:00
1462Running transaction check
1463Running transaction test
1464Transaction test succeeded
1465Running transaction
1466 Installing : php-fpm-5.4.16-46.el7.x86_64 1/1
1467 Verifying : php-fpm-5.4.16-46.el7.x86_64 1/1
1468
1469Installed:
1470 php-fpm.x86_64 0:5.4.16-46.el7
1471
1472Complete!
1473[root@s144907 ~]# systemctl start php-fpm
1474Job for php-fpm.service failed because the control process exited with error cod e. See "systemctl status php-fpm.service" and "journalctl -xe" for details.
1475[root@s144907 ~]# systemctl status php-fpm.service
1476â— php-fpm.service - The PHP FastCGI Process Manager
1477 Loaded: loaded (/usr/lib/systemd/system/php-fpm.service; disabled; vendor pre set: disabled)
1478 Active: failed (Result: exit-code) since Sat 2019-04-27 15:48:02 CDT; 15s ago
1479 Process: 8816 ExecStart=/usr/sbin/php-fpm --nodaemonize (code=exited, status=7 8)
1480 Main PID: 8816 (code=exited, status=78)
1481
1482Apr 27 15:48:02 s144907.nocix.net systemd[1]: Starting The PHP FastCGI Proce....
1483Apr 27 15:48:02 s144907.nocix.net php-fpm[8816]: [27-Apr-2019 15:48:02] ERRO...'
1484Apr 27 15:48:02 s144907.nocix.net php-fpm[8816]: [27-Apr-2019 15:48:02] ERRO...d
1485Apr 27 15:48:02 s144907.nocix.net systemd[1]: php-fpm.service: main process ...a
1486Apr 27 15:48:02 s144907.nocix.net systemd[1]: Failed to start The PHP FastCG....
1487Apr 27 15:48:02 s144907.nocix.net systemd[1]: Unit php-fpm.service entered f....
1488Apr 27 15:48:02 s144907.nocix.net systemd[1]: php-fpm.service failed.
1489Hint: Some lines were ellipsized, use -l to show in full.
1490[root@s144907 ~]# ^C
1491[root@s144907 ~]# systemctl status php-fpm.service -l
1492â— php-fpm.service - The PHP FastCGI Process Manager
1493 Loaded: loaded (/usr/lib/systemd/system/php-fpm.service; disabled; vendor preset: disabled)
1494 Active: failed (Result: exit-code) since Sat 2019-04-27 15:48:02 CDT; 4min 22s ago
1495 Process: 8816 ExecStart=/usr/sbin/php-fpm --nodaemonize (code=exited, status=78)
1496 Main PID: 8816 (code=exited, status=78)
1497
1498Apr 27 15:48:02 s144907.nocix.net systemd[1]: Starting The PHP FastCGI Process Manager...
1499Apr 27 15:48:02 s144907.nocix.net php-fpm[8816]: [27-Apr-2019 15:48:02] ERROR: [pool pterodactyl] cannot get uid for user 'nginx'
1500Apr 27 15:48:02 s144907.nocix.net php-fpm[8816]: [27-Apr-2019 15:48:02] ERROR: FPM initialization failed
1501Apr 27 15:48:02 s144907.nocix.net systemd[1]: php-fpm.service: main process exited, code=exited, status=78/n/a
1502Apr 27 15:48:02 s144907.nocix.net systemd[1]: Failed to start The PHP FastCGI Process Manager.
1503Apr 27 15:48:02 s144907.nocix.net systemd[1]: Unit php-fpm.service entered failed state.
1504Apr 27 15:48:02 s144907.nocix.net systemd[1]: php-fpm.service failed.
1505[root@s144907 ~]# Apr 27 15:48:02 s144907.nocix.net php-fpm[8816]: [27-Apr-2019 15:48:02] ERROR: [pool pterodactyl] cannot get uid for user 'nginx'
1506-bash: Apr: command not found
1507[root@s144907 ~]# ls /etc/php-fpm.d
1508www.conf www-pterodactyl.conf
1509[root@s144907 ~]# vi www.conf
1510[root@s144907 ~]# vi /etc/php-fpm.d/www.conf
1511[root@s144907 ~]# vi /etc/php-fpm.d/www-pterodactyl.conf
1512[root@s144907 ~]# adduser nginx
1513[root@s144907 ~]# addgroup nginx
1514-bash: addgroup: command not found
1515[root@s144907 ~]# passwd nginx
1516Changing password for user nginx.
1517New password:
1518BAD PASSWORD: The password is shorter than 8 characters
1519Retype new password:
1520passwd: all authentication tokens updated successfully.
1521[root@s144907 ~]# usermod -aG wheel nginx
1522[root@s144907 ~]# systemctl start php-fpm
1523[root@s144907 ~]# sudo add-apt-repository ppa:certbot/certbot
1524sudo: add-apt-repository: command not found
1525[root@s144907 ~]# $ yum -y install yum-utils
1526-bash: $: command not found
1527[root@s144907 ~]# yum -y install yum-utils
1528Loaded plugins: fastestmirror
1529Loading mirror speeds from cached hostfile
1530 * base: mirror.team-cymru.com
1531 * epel: mirror.steadfastnet.com
1532 * extras: mirror.cs.uwp.edu
1533 * ius: dfw.mirror.rackspace.com
1534 * remi-safe: mirror.bebout.net
1535 * updates: mirror.teklinks.com
1536Resolving Dependencies
1537--> Running transaction check
1538---> Package yum-utils.noarch 0:1.1.31-50.el7 will be installed
1539--> Processing Dependency: python-kitchen for package: yum-utils-1.1.31-50.el7.noarch
1540--> Processing Dependency: libxml2-python for package: yum-utils-1.1.31-50.el7.noarch
1541--> Running transaction check
1542---> Package libxml2-python.x86_64 0:2.9.1-6.el7_2.3 will be installed
1543---> Package python-kitchen.noarch 0:1.1.1-5.el7 will be installed
1544--> Finished Dependency Resolution
1545
1546Dependencies Resolved
1547
1548=====================================================================================================================
1549 Package Arch Version Repository Size
1550=====================================================================================================================
1551Installing:
1552 yum-utils noarch 1.1.31-50.el7 base 121 k
1553Installing for dependencies:
1554 libxml2-python x86_64 2.9.1-6.el7_2.3 base 247 k
1555 python-kitchen noarch 1.1.1-5.el7 base 267 k
1556
1557Transaction Summary
1558=====================================================================================================================
1559Install 1 Package (+2 Dependent packages)
1560
1561Total download size: 634 k
1562Installed size: 3.2 M
1563Downloading packages:
1564(1/3): yum-utils-1.1.31-50.el7.noarch.rpm | 121 kB 00:00:00
1565(2/3): libxml2-python-2.9.1-6.el7_2.3.x86_64.rpm | 247 kB 00:00:00
1566(3/3): python-kitchen-1.1.1-5.el7.noarch.rpm | 267 kB 00:00:00
1567---------------------------------------------------------------------------------------------------------------------
1568Total 971 kB/s | 634 kB 00:00:00
1569Running transaction check
1570Running transaction test
1571Transaction test succeeded
1572Running transaction
1573 Installing : python-kitchen-1.1.1-5.el7.noarch 1/3
1574 Installing : libxml2-python-2.9.1-6.el7_2.3.x86_64 2/3
1575 Installing : yum-utils-1.1.31-50.el7.noarch 3/3
1576 Verifying : libxml2-python-2.9.1-6.el7_2.3.x86_64 1/3
1577 Verifying : python-kitchen-1.1.1-5.el7.noarch 2/3
1578 Verifying : yum-utils-1.1.31-50.el7.noarch 3/3
1579
1580Installed:
1581 yum-utils.noarch 0:1.1.31-50.el7
1582
1583Dependency Installed:
1584 libxml2-python.x86_64 0:2.9.1-6.el7_2.3 python-kitchen.noarch 0:1.1.1-5.el7
1585
1586Complete!
1587[root@s144907 ~]# yum-config-manager --enable rhui-REGION-rhel-server-extras rhui-REGION-rhel-server-optional
1588Loaded plugins: fastestmirror
1589[root@s144907 ~]# certbot --nginx
1590Saving debug log to /var/log/letsencrypt/letsencrypt.log
1591The requested nginx plugin does not appear to be installed
1592[root@s144907 ~]# yum install certbot python2-certbot-nginx
1593Loaded plugins: fastestmirror
1594Loading mirror speeds from cached hostfile
1595 * base: mirror.team-cymru.com
1596 * epel: mirror.grid.uchicago.edu
1597 * extras: mirror.cs.uwp.edu
1598 * ius: dfw.mirror.rackspace.com
1599 * remi-safe: mirror.bebout.net
1600 * updates: mirror.teklinks.com
1601Package certbot-0.31.0-2.el7.noarch already installed and latest version
1602Resolving Dependencies
1603--> Running transaction check
1604---> Package python2-certbot-nginx.noarch 0:0.31.0-1.el7 will be installed
1605--> Processing Dependency: pyparsing for package: python2-certbot-nginx-0.31.0-1.el7.noarch
1606--> Running transaction check
1607---> Package pyparsing.noarch 0:1.5.6-9.el7 will be installed
1608--> Finished Dependency Resolution
1609
1610Dependencies Resolved
1611
1612=====================================================================================================================
1613 Package Arch Version Repository Size
1614=====================================================================================================================
1615Installing:
1616 python2-certbot-nginx noarch 0.31.0-1.el7 epel 75 k
1617Installing for dependencies:
1618 pyparsing noarch 1.5.6-9.el7 base 94 k
1619
1620Transaction Summary
1621=====================================================================================================================
1622Install 1 Package (+1 Dependent package)
1623
1624Total download size: 169 k
1625Installed size: 633 k
1626Is this ok [y/d/N]: y
1627Downloading packages:
1628(1/2): pyparsing-1.5.6-9.el7.noarch.rpm | 94 kB 00:00:00
1629(2/2): python2-certbot-nginx-0.31.0-1.el7.noarch.rpm | 75 kB 00:00:00
1630---------------------------------------------------------------------------------------------------------------------
1631Total 352 kB/s | 169 kB 00:00:00
1632Running transaction check
1633Running transaction test
1634Transaction test succeeded
1635Running transaction
1636 Installing : pyparsing-1.5.6-9.el7.noarch 1/2
1637 Installing : python2-certbot-nginx-0.31.0-1.el7.noarch 2/2
1638 Verifying : python2-certbot-nginx-0.31.0-1.el7.noarch 1/2
1639 Verifying : pyparsing-1.5.6-9.el7.noarch 2/2
1640
1641Installed:
1642 python2-certbot-nginx.noarch 0:0.31.0-1.el7
1643
1644Dependency Installed:
1645 pyparsing.noarch 0:1.5.6-9.el7
1646
1647Complete!
1648[root@s144907 ~]# certbot --nginx
1649Saving debug log to /var/log/letsencrypt/letsencrypt.log
1650The nginx plugin is not working; there may be problems with your existing configuration.
1651The error was: NoInstallationError("Could not find a usable 'nginx' binary. Ensure nginx exists, the binary is executable, and your PATH is set correctly.",)
1652[root@s144907 ~]# vi /var/log/letsencrypt/letsencrypt.log
1653[root@s144907 ~]# yum update -y
1654Loaded plugins: fastestmirror
1655Loading mirror speeds from cached hostfile
1656 * base: mirror.team-cymru.com
1657 * epel: fedora-epel.mirror.lstn.net
1658 * extras: mirror.cs.uwp.edu
1659 * ius: muug.ca
1660 * remi-safe: mirror.bebout.net
1661 * updates: mirror.teklinks.com
1662No packages marked for update
1663[root@s144907 ~]# sudo certbot --nginx certonly
1664Saving debug log to /var/log/letsencrypt/letsencrypt.log
1665Could not choose appropriate plugin: The nginx plugin is not working; there may be problems with your existing configuration.
1666The error was: NoInstallationError("Could not find a usable 'nginx' binary. Ensure nginx exists, the binary is executable, and your PATH is set correctly.",)
1667The nginx plugin is not working; there may be problems with your existing configuration.
1668The error was: NoInstallationError("Could not find a usable 'nginx' binary. Ensure nginx exists, the binary is executable, and your PATH is set correctly.",)
1669[root@s144907 ~]# certbot
1670Saving debug log to /var/log/letsencrypt/letsencrypt.log
1671Certbot doesn't know how to automatically configure the web server on this system. However, it can still get a certificate for you. Please run "certbot certonly" to do so. You'll need to manually configure your web server to use the resulting certificate.
1672[root@s144907 ~]# sudo yum update httpd
1673Loaded plugins: fastestmirror
1674Loading mirror speeds from cached hostfile
1675 * base: mirror.team-cymru.com
1676 * epel: mirror.layeronline.com
1677 * extras: mirror.cs.uwp.edu
1678 * ius: dfw.mirror.rackspace.com
1679 * remi-safe: mirror.bebout.net
1680 * updates: mirror.teklinks.com
1681Package(s) httpd available, but not installed.
1682No packages marked for update
1683[root@s144907 ~]# sudo yum install httpd -y
1684Loaded plugins: fastestmirror
1685Loading mirror speeds from cached hostfile
1686 * base: mirror.team-cymru.com
1687 * epel: mirror.layeronline.com
1688 * extras: mirror.cs.uwp.edu
1689 * ius: muug.ca
1690 * remi-safe: mirror.bebout.net
1691 * updates: mirror.teklinks.com
1692Resolving Dependencies
1693--> Running transaction check
1694---> Package httpd.x86_64 0:2.4.6-88.el7.centos will be installed
1695--> Processing Dependency: httpd-tools = 2.4.6-88.el7.centos for package: httpd-2.4.6-88.el7.centos.x86_64
1696--> Processing Dependency: /etc/mime.types for package: httpd-2.4.6-88.el7.centos.x86_64
1697--> Processing Dependency: libaprutil-1.so.0()(64bit) for package: httpd-2.4.6-88.el7.centos.x86_64
1698--> Processing Dependency: libapr-1.so.0()(64bit) for package: httpd-2.4.6-88.el7.centos.x86_64
1699--> Running transaction check
1700---> Package apr.x86_64 0:1.4.8-3.el7_4.1 will be installed
1701---> Package apr-util.x86_64 0:1.5.2-6.el7 will be installed
1702---> Package httpd-tools.x86_64 0:2.4.6-88.el7.centos will be installed
1703---> Package mailcap.noarch 0:2.1.41-2.el7 will be installed
1704--> Finished Dependency Resolution
1705
1706Dependencies Resolved
1707
1708=====================================================================================================================
1709 Package Arch Version Repository Size
1710=====================================================================================================================
1711Installing:
1712 httpd x86_64 2.4.6-88.el7.centos base 2.7 M
1713Installing for dependencies:
1714 apr x86_64 1.4.8-3.el7_4.1 base 103 k
1715 apr-util x86_64 1.5.2-6.el7 base 92 k
1716 httpd-tools x86_64 2.4.6-88.el7.centos base 90 k
1717 mailcap noarch 2.1.41-2.el7 base 31 k
1718
1719Transaction Summary
1720=====================================================================================================================
1721Install 1 Package (+4 Dependent packages)
1722
1723Total download size: 3.0 M
1724Installed size: 10 M
1725Downloading packages:
1726(1/5): apr-1.4.8-3.el7_4.1.x86_64.rpm | 103 kB 00:00:00
1727(2/5): httpd-tools-2.4.6-88.el7.centos.x86_64.rpm | 90 kB 00:00:00
1728(3/5): mailcap-2.1.41-2.el7.noarch.rpm | 31 kB 00:00:00
1729(4/5): apr-util-1.5.2-6.el7.x86_64.rpm | 92 kB 00:00:00
1730(5/5): httpd-2.4.6-88.el7.centos.x86_64.rpm | 2.7 MB 00:00:01
1731---------------------------------------------------------------------------------------------------------------------
1732Total 2.4 MB/s | 3.0 MB 00:00:01
1733Running transaction check
1734Running transaction test
1735Transaction test succeeded
1736Running transaction
1737 Installing : apr-1.4.8-3.el7_4.1.x86_64 1/5
1738 Installing : apr-util-1.5.2-6.el7.x86_64 2/5
1739 Installing : httpd-tools-2.4.6-88.el7.centos.x86_64 3/5
1740 Installing : mailcap-2.1.41-2.el7.noarch 4/5
1741 Installing : httpd-2.4.6-88.el7.centos.x86_64 5/5
1742 Verifying : httpd-tools-2.4.6-88.el7.centos.x86_64 1/5
1743 Verifying : apr-1.4.8-3.el7_4.1.x86_64 2/5
1744 Verifying : mailcap-2.1.41-2.el7.noarch 3/5
1745 Verifying : httpd-2.4.6-88.el7.centos.x86_64 4/5
1746 Verifying : apr-util-1.5.2-6.el7.x86_64 5/5
1747
1748Installed:
1749 httpd.x86_64 0:2.4.6-88.el7.centos
1750
1751Dependency Installed:
1752 apr.x86_64 0:1.4.8-3.el7_4.1 apr-util.x86_64 0:1.5.2-6.el7 httpd-tools.x86_64 0:2.4.6-88.el7.centos
1753 mailcap.noarch 0:2.1.41-2.el7
1754
1755Complete!
1756[root@s144907 ~]# sudo systemctl start httpd
1757[root@s144907 ~]# systemctl enable httpd
1758Created symlink from /etc/systemd/system/multi-user.target.wants/httpd.service to /usr/lib/systemd/system/httpd.service.
1759[root@s144907 ~]# mkdir -p /var/www/example.com/html
1760[root@s144907 ~]#
1761[root@s144907 ~]# mkdir -p /var/www/panel/log
1762[root@s144907 ~]# mkdir -p /var/www/panel/html
1763[root@s144907 ~]# sudo chown -R $USER:$USER /var/www/example.com/html
1764[root@s144907 ~]# sudo chmod -R 755 /var/www
1765[root@s144907 ~]# sudo vi /var/www/panel/html/index.html
1766[root@s144907 ~]# sudo mkdir /etc/httpd/sites-available /etc/httpd/sites-enabled
1767[root@s144907 ~]# sudo vi /etc/httpd/conf/httpd.conf
1768[root@s144907 ~]# sudo vi /etc/httpd/sites-available/panel.conf
1769[root@s144907 ~]# sudo ln -s /etc/httpd/sites-available/panel.conf /etc/httpd/sites-enabled/panel.conf
1770[root@s144907 ~]# sudo systemctl restart httpd
1771[root@s144907 ~]# certbot --nginx
1772Saving debug log to /var/log/letsencrypt/letsencrypt.log
1773The nginx plugin is not working; there may be problems with your existing configuration.
1774The error was: NoInstallationError("Could not find a usable 'nginx' binary. Ensure nginx exists, the binary is executable, and your PATH is set correctly.",)
1775[root@s144907 ~]# certbot
1776Saving debug log to /var/log/letsencrypt/letsencrypt.log
1777Certbot doesn't know how to automatically configure the web server on this system. However, it can still get a certificate for you. Please run "certbot certonly" to do so. You'll need to manually configure your web server to use the resulting certificate.
1778[root@s144907 ~]# certbot --certonly
1779usage:
1780 certbot [SUBCOMMAND] [options] [-d DOMAIN] [-d DOMAIN] ...
1781
1782Certbot can obtain and install HTTPS/TLS/SSL certificates. By default,
1783it will attempt to use a webserver both for obtaining and installing the
1784certificate.
1785certbot: error: unrecognized arguments: --certonly
1786[root@s144907 ~]# certbot certonly
1787Saving debug log to /var/log/letsencrypt/letsencrypt.log
1788
1789How would you like to authenticate with the ACME CA?
1790- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
17911: Spin up a temporary webserver (standalone)
17922: Place files in webroot directory (webroot)
1793- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
1794Select the appropriate number [1-2] then [enter] (press 'c' to cancel): 2
1795Plugins selected: Authenticator webroot, Installer None
1796Enter email address (used for urgent renewal and security notices) (Enter 'c' to
1797cancel): cyb3rsurge@gmail.com
1798Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org
1799
1800- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
1801Please read the Terms of Service at
1802https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf. You must
1803agree in order to register with the ACME server at
1804https://acme-v02.api.letsencrypt.org/directory
1805- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
1806(A)gree/(C)ancel: a
1807
1808- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
1809Would you be willing to share your email address with the Electronic Frontier
1810Foundation, a founding partner of the Let's Encrypt project and the non-profit
1811organization that develops Certbot? We'd like to send you email about our work
1812encrypting the web, EFF news, campaigns, and ways to support digital freedom.
1813- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
1814(Y)es/(N)o: y
1815Starting new HTTPS connection (1): supporters.eff.org
1816Please enter in your domain name(s) (comma and/or space separated) (Enter 'c'
1817to cancel): c
1818Please specify --domains, or --installer that will help in domain names autodiscovery, or --cert-name for an existing certificate name.
1819
1820IMPORTANT NOTES:
1821 - Your account credentials have been saved in your Certbot
1822 configuration directory at /etc/letsencrypt. You should make a
1823 secure backup of this folder now. This configuration directory will
1824 also contain certificates and private keys obtained by Certbot so
1825 making regular backups of this folder is ideal.
1826[root@s144907 ~]# mysql -u root -p
1827Enter password:
1828ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
1829[root@s144907 ~]# mysql -u root -p
1830Enter password:
1831ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
1832[root@s144907 ~]# 4664
1833-bash: 4664: command not found
1834[root@s144907 ~]# mysql -u root -p
1835Enter password:
1836\Welcome to the MariaDB monitor. Commands end with ; or \g.
1837Your MariaDB connection id is 21
1838Server version: 10.2.23-MariaDB MariaDB Server
1839
1840Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.
1841
1842Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
1843
1844MariaDB [(none)]> USE mysql;
1845Reading table information for completion of table and column names
1846You can turn off this feature to get a quicker startup with -A
1847
1848Database changed
1849MariaDB [mysql]> CREATE USER 'pterodactyl'@'127.0.0.1' IDENTIFIED BY 'somePassword';
1850Query OK, 0 rows affected (0.00 sec)
1851
1852MariaDB [mysql]> CREATE DATABASE panel;
1853Query OK, 1 row affected (0.00 sec)
1854
1855MariaDB [mysql]> GRANT ALL PRIVILEGES ON panel.* TO 'pterodactyl'@'127.0.0.1' WITH GRANT OPTION;
1856Query OK, 0 rows affected (0.00 sec)
1857
1858MariaDB [mysql]> FLUSH PRIVILEGES;
1859Query OK, 0 rows affected (0.00 sec)
1860
1861MariaDB [mysql]> exit
1862Bye
1863[root@s144907 ~]# cp .env.example .env
1864cp: cannot stat ‘.env.example’: No such file or directory
1865[root@s144907 ~]# composer install --no-dev --optimize-autoloader
1866/usr/bin/env: php: No such file or directory