· 4 years ago · Aug 28, 2021, 02:54 PM
1c47@c47-notebook:~/docker$ git clone https://github.com/Sema-qq/phone-book.git
2Cloning into 'phone-book'...
3remote: Enumerating objects: 462, done.
4remote: Counting objects: 100% (3/3), done.
5remote: Compressing objects: 100% (3/3), done.
6remote: Total 462 (delta 0), reused 0 (delta 0), pack-reused 459
7Receiving objects: 100% (462/462), 1.25 MiB | 1.45 MiB/s, done.
8Resolving deltas: 100% (237/237), done.
9c47@c47-notebook:~/docker$ св phone-book/
10св: command not found
11c47@c47-notebook:~/docker$ cd phone-book/
12c47@c47-notebook:~/docker/phone-book$ cp .env.dist .env
13c47@c47-notebook:~/docker/phone-book$ docker-compose up -d
14Creating network "phone-book_default" with the default driver
15Building php
16Step 1/8 : FROM php:5.5-fpm
17 ---> 4c52b9f20fae
18Step 2/8 : RUN docker-php-ext-install mysqli
19 ---> Running in 8b51ef7b761a
20+ cd /usr/src/php/ext/mysqli
21+ phpize
22Configuring for:
23PHP Api Version: 20121113
24Zend Module Api No: 20121212
25Zend Extension Api No: 220121212
26+ ./configure
27checking for grep that handles long lines and -e... /bin/grep
28checking for egrep... /bin/grep -E
29checking for a sed that does not truncate output... /bin/sed
30checking for cc... cc
31checking whether the C compiler works... yes
32checking for C compiler default output file name... a.out
33checking for suffix of executables...
34checking whether we are cross compiling... no
35checking for suffix of object files... o
36checking whether we are using the GNU C compiler... yes
37checking whether cc accepts -g... yes
38checking for cc option to accept ISO C89... none needed
39checking how to run the C preprocessor... cc -E
40checking for icc... no
41checking for suncc... no
42checking whether cc understands -c and -o together... yes
43checking for system library directory... lib
44checking if compiler supports -R... no
45checking if compiler supports -Wl,-rpath,... yes
46checking build system type... x86_64-unknown-linux-gnu
47checking host system type... x86_64-unknown-linux-gnu
48checking target system type... x86_64-unknown-linux-gnu
49checking for PHP prefix... /usr/local
50checking for PHP includes... -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib
51checking for PHP extension directory... /usr/local/lib/php/extensions/no-debug-non-zts-20121212
52checking for PHP installed headers prefix... /usr/local/include/php
53checking if debug is enabled... no
54checking if zts is enabled... no
55checking for re2c... re2c
56checking for re2c version... 0.13.5 (ok)
57checking for gawk... no
58checking for nawk... nawk
59checking if nawk is broken... no
60checking for MySQLi support... yes, shared
61checking whether to enable embedded MySQLi support... no
62checking for ld used by cc... /usr/bin/ld
63checking if the linker (/usr/bin/ld) is GNU ld... yes
64checking for /usr/bin/ld option to reload object files... -r
65checking for BSD-compatible nm... /usr/bin/nm -B
66checking whether ln -s works... yes
67checking how to recognize dependent libraries... pass_all
68checking for ANSI C header files... yes
69checking for sys/types.h... yes
70checking for sys/stat.h... yes
71checking for stdlib.h... yes
72checking for string.h... yes
73checking for memory.h... yes
74checking for strings.h... yes
75checking for inttypes.h... yes
76checking for stdint.h... yes
77checking for unistd.h... yes
78checking dlfcn.h usability... yes
79checking dlfcn.h presence... yes
80checking for dlfcn.h... yes
81checking the maximum length of command line arguments... 1572864
82checking command to parse /usr/bin/nm -B output from cc object... ok
83checking for objdir... .libs
84checking for ar... ar
85checking for ranlib... ranlib
86checking for strip... strip
87checking if cc supports -fno-rtti -fno-exceptions... no
88checking for cc option to produce PIC... -fPIC
89checking if cc PIC flag -fPIC works... yes
90checking if cc static flag -static works... yes
91checking if cc supports -c -o file.o... yes
92checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
93checking whether -lc should be explicitly linked in... no
94checking dynamic linker characteristics... GNU/Linux ld.so
95checking how to hardcode library paths into programs... immediate
96checking whether stripping libraries is possible... yes
97checking if libtool supports shared libraries... yes
98checking whether to build shared libraries... yes
99checking whether to build static libraries... no
100
101creating libtool
102appending configuration tag "CXX" to libtool
103configure: creating ./config.status
104config.status: creating config.h
105/bin/bash /usr/src/php/ext/mysqli/libtool --mode=compile cc -I. -I/usr/src/php/ext/mysqli -DPHP_ATOM_INC -I/usr/src/php/ext/mysqli/include -I/usr/src/php/ext/mysqli/main -I/usr/src/php/ext/mysqli -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/mysqli/mysqli.c -o mysqli.lo
106mkdir .libs
107 cc -I. -I/usr/src/php/ext/mysqli -DPHP_ATOM_INC -I/usr/src/php/ext/mysqli/include -I/usr/src/php/ext/mysqli/main -I/usr/src/php/ext/mysqli -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/mysqli/mysqli.c -fPIC -DPIC -o .libs/mysqli.o
108/bin/bash /usr/src/php/ext/mysqli/libtool --mode=compile cc -I. -I/usr/src/php/ext/mysqli -DPHP_ATOM_INC -I/usr/src/php/ext/mysqli/include -I/usr/src/php/ext/mysqli/main -I/usr/src/php/ext/mysqli -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/mysqli/mysqli_api.c -o mysqli_api.lo
109 cc -I. -I/usr/src/php/ext/mysqli -DPHP_ATOM_INC -I/usr/src/php/ext/mysqli/include -I/usr/src/php/ext/mysqli/main -I/usr/src/php/ext/mysqli -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/mysqli/mysqli_api.c -fPIC -DPIC -o .libs/mysqli_api.o
110/bin/bash /usr/src/php/ext/mysqli/libtool --mode=compile cc -I. -I/usr/src/php/ext/mysqli -DPHP_ATOM_INC -I/usr/src/php/ext/mysqli/include -I/usr/src/php/ext/mysqli/main -I/usr/src/php/ext/mysqli -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/mysqli/mysqli_prop.c -o mysqli_prop.lo
111 cc -I. -I/usr/src/php/ext/mysqli -DPHP_ATOM_INC -I/usr/src/php/ext/mysqli/include -I/usr/src/php/ext/mysqli/main -I/usr/src/php/ext/mysqli -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/mysqli/mysqli_prop.c -fPIC -DPIC -o .libs/mysqli_prop.o
112/bin/bash /usr/src/php/ext/mysqli/libtool --mode=compile cc -I. -I/usr/src/php/ext/mysqli -DPHP_ATOM_INC -I/usr/src/php/ext/mysqli/include -I/usr/src/php/ext/mysqli/main -I/usr/src/php/ext/mysqli -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/mysqli/mysqli_nonapi.c -o mysqli_nonapi.lo
113 cc -I. -I/usr/src/php/ext/mysqli -DPHP_ATOM_INC -I/usr/src/php/ext/mysqli/include -I/usr/src/php/ext/mysqli/main -I/usr/src/php/ext/mysqli -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/mysqli/mysqli_nonapi.c -fPIC -DPIC -o .libs/mysqli_nonapi.o
114/bin/bash /usr/src/php/ext/mysqli/libtool --mode=compile cc -I. -I/usr/src/php/ext/mysqli -DPHP_ATOM_INC -I/usr/src/php/ext/mysqli/include -I/usr/src/php/ext/mysqli/main -I/usr/src/php/ext/mysqli -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/mysqli/mysqli_fe.c -o mysqli_fe.lo
115 cc -I. -I/usr/src/php/ext/mysqli -DPHP_ATOM_INC -I/usr/src/php/ext/mysqli/include -I/usr/src/php/ext/mysqli/main -I/usr/src/php/ext/mysqli -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/mysqli/mysqli_fe.c -fPIC -DPIC -o .libs/mysqli_fe.o
116/bin/bash /usr/src/php/ext/mysqli/libtool --mode=compile cc -I. -I/usr/src/php/ext/mysqli -DPHP_ATOM_INC -I/usr/src/php/ext/mysqli/include -I/usr/src/php/ext/mysqli/main -I/usr/src/php/ext/mysqli -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/mysqli/mysqli_report.c -o mysqli_report.lo
117 cc -I. -I/usr/src/php/ext/mysqli -DPHP_ATOM_INC -I/usr/src/php/ext/mysqli/include -I/usr/src/php/ext/mysqli/main -I/usr/src/php/ext/mysqli -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/mysqli/mysqli_report.c -fPIC -DPIC -o .libs/mysqli_report.o
118/bin/bash /usr/src/php/ext/mysqli/libtool --mode=compile cc -I. -I/usr/src/php/ext/mysqli -DPHP_ATOM_INC -I/usr/src/php/ext/mysqli/include -I/usr/src/php/ext/mysqli/main -I/usr/src/php/ext/mysqli -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/mysqli/mysqli_driver.c -o mysqli_driver.lo
119 cc -I. -I/usr/src/php/ext/mysqli -DPHP_ATOM_INC -I/usr/src/php/ext/mysqli/include -I/usr/src/php/ext/mysqli/main -I/usr/src/php/ext/mysqli -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/mysqli/mysqli_driver.c -fPIC -DPIC -o .libs/mysqli_driver.o
120/bin/bash /usr/src/php/ext/mysqli/libtool --mode=compile cc -I. -I/usr/src/php/ext/mysqli -DPHP_ATOM_INC -I/usr/src/php/ext/mysqli/include -I/usr/src/php/ext/mysqli/main -I/usr/src/php/ext/mysqli -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/mysqli/mysqli_warning.c -o mysqli_warning.lo
121 cc -I. -I/usr/src/php/ext/mysqli -DPHP_ATOM_INC -I/usr/src/php/ext/mysqli/include -I/usr/src/php/ext/mysqli/main -I/usr/src/php/ext/mysqli -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/mysqli/mysqli_warning.c -fPIC -DPIC -o .libs/mysqli_warning.o
122/bin/bash /usr/src/php/ext/mysqli/libtool --mode=compile cc -I. -I/usr/src/php/ext/mysqli -DPHP_ATOM_INC -I/usr/src/php/ext/mysqli/include -I/usr/src/php/ext/mysqli/main -I/usr/src/php/ext/mysqli -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/mysqli/mysqli_exception.c -o mysqli_exception.lo
123 cc -I. -I/usr/src/php/ext/mysqli -DPHP_ATOM_INC -I/usr/src/php/ext/mysqli/include -I/usr/src/php/ext/mysqli/main -I/usr/src/php/ext/mysqli -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/mysqli/mysqli_exception.c -fPIC -DPIC -o .libs/mysqli_exception.o
124/bin/bash /usr/src/php/ext/mysqli/libtool --mode=compile cc -I. -I/usr/src/php/ext/mysqli -DPHP_ATOM_INC -I/usr/src/php/ext/mysqli/include -I/usr/src/php/ext/mysqli/main -I/usr/src/php/ext/mysqli -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/mysqli/mysqli_result_iterator.c -o mysqli_result_iterator.lo
125 cc -I. -I/usr/src/php/ext/mysqli -DPHP_ATOM_INC -I/usr/src/php/ext/mysqli/include -I/usr/src/php/ext/mysqli/main -I/usr/src/php/ext/mysqli -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/mysqli/mysqli_result_iterator.c -fPIC -DPIC -o .libs/mysqli_result_iterator.o
126/bin/bash /usr/src/php/ext/mysqli/libtool --mode=link cc -DPHP_ATOM_INC -I/usr/src/php/ext/mysqli/include -I/usr/src/php/ext/mysqli/main -I/usr/src/php/ext/mysqli -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -o mysqli.la -export-dynamic -avoid-version -prefer-pic -module -rpath /usr/src/php/ext/mysqli/modules mysqli.lo mysqli_api.lo mysqli_prop.lo mysqli_nonapi.lo mysqli_fe.lo mysqli_report.lo mysqli_driver.lo mysqli_warning.lo mysqli_exception.lo mysqli_result_iterator.lo
127cc -shared .libs/mysqli.o .libs/mysqli_api.o .libs/mysqli_prop.o .libs/mysqli_nonapi.o .libs/mysqli_fe.o .libs/mysqli_report.o .libs/mysqli_driver.o .libs/mysqli_warning.o .libs/mysqli_exception.o .libs/mysqli_result_iterator.o -Wl,-soname -Wl,mysqli.so -o .libs/mysqli.so
128creating mysqli.la
129(cd .libs && rm -f mysqli.la && ln -s ../mysqli.la mysqli.la)
130/bin/bash /usr/src/php/ext/mysqli/libtool --mode=install cp ./mysqli.la /usr/src/php/ext/mysqli/modules
131cp ./.libs/mysqli.so /usr/src/php/ext/mysqli/modules/mysqli.so
132cp ./.libs/mysqli.lai /usr/src/php/ext/mysqli/modules/mysqli.la
133PATH="$PATH:/sbin" ldconfig -n /usr/src/php/ext/mysqli/modules
134----------------------------------------------------------------------
135Libraries have been installed in:
136 /usr/src/php/ext/mysqli/modules
137
138If you ever happen to want to link against installed libraries
139in a given directory, LIBDIR, you must either use libtool, and
140specify the full pathname of the library, or use the `-LLIBDIR'
141flag during linking and do at least one of the following:
142 - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
143 during execution
144 - add LIBDIR to the `LD_RUN_PATH' environment variable
145 during linking
146 - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
147 - have your system administrator add LIBDIR to `/etc/ld.so.conf'
148
149See any operating system documentation about shared libraries for
150more information, such as the ld(1) and ld.so(8) manual pages.
151----------------------------------------------------------------------
152
153Build complete.
154Don't forget to run 'make test'.
155
156Installing shared extensions: /usr/local/lib/php/extensions/no-debug-non-zts-20121212/
157Installing header files: /usr/local/include/php/
158find . -name \*.gcno -o -name \*.gcda | xargs rm -f
159find . -name \*.lo -o -name \*.o | xargs rm -f
160find . -name \*.la -o -name \*.a | xargs rm -f
161find . -name \*.so | xargs rm -f
162find . -name .libs -a -type d|xargs rm -rf
163rm -f libphp.la modules/* libs/*
164Removing intermediate container 8b51ef7b761a
165 ---> 8146ffc8539b
166Step 3/8 : RUN docker-php-ext-install pdo_mysql
167 ---> Running in f94745abba9f
168+ cd /usr/src/php/ext/pdo_mysql
169+ phpize
170Configuring for:
171PHP Api Version: 20121113
172Zend Module Api No: 20121212
173Zend Extension Api No: 220121212
174+ ./configure
175checking for grep that handles long lines and -e... /bin/grep
176checking for egrep... /bin/grep -E
177checking for a sed that does not truncate output... /bin/sed
178checking for cc... cc
179checking whether the C compiler works... yes
180checking for C compiler default output file name... a.out
181checking for suffix of executables...
182checking whether we are cross compiling... no
183checking for suffix of object files... o
184checking whether we are using the GNU C compiler... yes
185checking whether cc accepts -g... yes
186checking for cc option to accept ISO C89... none needed
187checking how to run the C preprocessor... cc -E
188checking for icc... no
189checking for suncc... no
190checking whether cc understands -c and -o together... yes
191checking for system library directory... lib
192checking if compiler supports -R... no
193checking if compiler supports -Wl,-rpath,... yes
194checking build system type... x86_64-unknown-linux-gnu
195checking host system type... x86_64-unknown-linux-gnu
196checking target system type... x86_64-unknown-linux-gnu
197checking for PHP prefix... /usr/local
198checking for PHP includes... -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib
199checking for PHP extension directory... /usr/local/lib/php/extensions/no-debug-non-zts-20121212
200checking for PHP installed headers prefix... /usr/local/include/php
201checking if debug is enabled... no
202checking if zts is enabled... no
203checking for re2c... re2c
204checking for re2c version... 0.13.5 (ok)
205checking for gawk... no
206checking for nawk... nawk
207checking if nawk is broken... no
208checking for MySQL support for PDO... yes, shared
209checking for the location of libz... no
210checking for PDO includes... checking for PDO includes... /usr/local/include/php/ext
211checking for ld used by cc... /usr/bin/ld
212checking if the linker (/usr/bin/ld) is GNU ld... yes
213checking for /usr/bin/ld option to reload object files... -r
214checking for BSD-compatible nm... /usr/bin/nm -B
215checking whether ln -s works... yes
216checking how to recognize dependent libraries... pass_all
217checking for ANSI C header files... yes
218checking for sys/types.h... yes
219checking for sys/stat.h... yes
220checking for stdlib.h... yes
221checking for string.h... yes
222checking for memory.h... yes
223checking for strings.h... yes
224checking for inttypes.h... yes
225checking for stdint.h... yes
226checking for unistd.h... yes
227checking dlfcn.h usability... yes
228checking dlfcn.h presence... yes
229checking for dlfcn.h... yes
230checking the maximum length of command line arguments... 1572864
231checking command to parse /usr/bin/nm -B output from cc object... ok
232checking for objdir... .libs
233checking for ar... ar
234checking for ranlib... ranlib
235checking for strip... strip
236checking if cc supports -fno-rtti -fno-exceptions... no
237checking for cc option to produce PIC... -fPIC
238checking if cc PIC flag -fPIC works... yes
239checking if cc static flag -static works... yes
240checking if cc supports -c -o file.o... yes
241checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
242checking whether -lc should be explicitly linked in... no
243checking dynamic linker characteristics... GNU/Linux ld.so
244checking how to hardcode library paths into programs... immediate
245checking whether stripping libraries is possible... yes
246checking if libtool supports shared libraries... yes
247checking whether to build shared libraries... yes
248checking whether to build static libraries... no
249
250creating libtool
251appending configuration tag "CXX" to libtool
252configure: creating ./config.status
253config.status: creating config.h
254/bin/bash /usr/src/php/ext/pdo_mysql/libtool --mode=compile cc -I/usr/local/include/php/ext -I -I. -I/usr/src/php/ext/pdo_mysql -DPHP_ATOM_INC -I/usr/src/php/ext/pdo_mysql/include -I/usr/src/php/ext/pdo_mysql/main -I/usr/src/php/ext/pdo_mysql -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/pdo_mysql/pdo_mysql.c -o pdo_mysql.lo
255mkdir .libs
256 cc -I/usr/local/include/php/ext -I -I. -I/usr/src/php/ext/pdo_mysql -DPHP_ATOM_INC -I/usr/src/php/ext/pdo_mysql/include -I/usr/src/php/ext/pdo_mysql/main -I/usr/src/php/ext/pdo_mysql -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/pdo_mysql/pdo_mysql.c -fPIC -DPIC -o .libs/pdo_mysql.o
257/bin/bash /usr/src/php/ext/pdo_mysql/libtool --mode=compile cc -I/usr/local/include/php/ext -I -I. -I/usr/src/php/ext/pdo_mysql -DPHP_ATOM_INC -I/usr/src/php/ext/pdo_mysql/include -I/usr/src/php/ext/pdo_mysql/main -I/usr/src/php/ext/pdo_mysql -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/pdo_mysql/mysql_driver.c -o mysql_driver.lo
258 cc -I/usr/local/include/php/ext -I -I. -I/usr/src/php/ext/pdo_mysql -DPHP_ATOM_INC -I/usr/src/php/ext/pdo_mysql/include -I/usr/src/php/ext/pdo_mysql/main -I/usr/src/php/ext/pdo_mysql -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/pdo_mysql/mysql_driver.c -fPIC -DPIC -o .libs/mysql_driver.o
259/bin/bash /usr/src/php/ext/pdo_mysql/libtool --mode=compile cc -I/usr/local/include/php/ext -I -I. -I/usr/src/php/ext/pdo_mysql -DPHP_ATOM_INC -I/usr/src/php/ext/pdo_mysql/include -I/usr/src/php/ext/pdo_mysql/main -I/usr/src/php/ext/pdo_mysql -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/pdo_mysql/mysql_statement.c -o mysql_statement.lo
260 cc -I/usr/local/include/php/ext -I -I. -I/usr/src/php/ext/pdo_mysql -DPHP_ATOM_INC -I/usr/src/php/ext/pdo_mysql/include -I/usr/src/php/ext/pdo_mysql/main -I/usr/src/php/ext/pdo_mysql -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/pdo_mysql/mysql_statement.c -fPIC -DPIC -o .libs/mysql_statement.o
261/bin/bash /usr/src/php/ext/pdo_mysql/libtool --mode=link cc -DPHP_ATOM_INC -I/usr/src/php/ext/pdo_mysql/include -I/usr/src/php/ext/pdo_mysql/main -I/usr/src/php/ext/pdo_mysql -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -o pdo_mysql.la -export-dynamic -avoid-version -prefer-pic -module -rpath /usr/src/php/ext/pdo_mysql/modules pdo_mysql.lo mysql_driver.lo mysql_statement.lo
262cc -shared .libs/pdo_mysql.o .libs/mysql_driver.o .libs/mysql_statement.o -Wl,-soname -Wl,pdo_mysql.so -o .libs/pdo_mysql.so
263creating pdo_mysql.la
264(cd .libs && rm -f pdo_mysql.la && ln -s ../pdo_mysql.la pdo_mysql.la)
265/bin/bash /usr/src/php/ext/pdo_mysql/libtool --mode=install cp ./pdo_mysql.la /usr/src/php/ext/pdo_mysql/modules
266cp ./.libs/pdo_mysql.so /usr/src/php/ext/pdo_mysql/modules/pdo_mysql.so
267cp ./.libs/pdo_mysql.lai /usr/src/php/ext/pdo_mysql/modules/pdo_mysql.la
268PATH="$PATH:/sbin" ldconfig -n /usr/src/php/ext/pdo_mysql/modules
269----------------------------------------------------------------------
270Libraries have been installed in:
271 /usr/src/php/ext/pdo_mysql/modules
272
273If you ever happen to want to link against installed libraries
274in a given directory, LIBDIR, you must either use libtool, and
275specify the full pathname of the library, or use the `-LLIBDIR'
276flag during linking and do at least one of the following:
277 - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
278 during execution
279 - add LIBDIR to the `LD_RUN_PATH' environment variable
280 during linking
281 - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
282 - have your system administrator add LIBDIR to `/etc/ld.so.conf'
283
284See any operating system documentation about shared libraries for
285more information, such as the ld(1) and ld.so(8) manual pages.
286----------------------------------------------------------------------
287
288Build complete.
289Don't forget to run 'make test'.
290
291Installing shared extensions: /usr/local/lib/php/extensions/no-debug-non-zts-20121212/
292find . -name \*.gcno -o -name \*.gcda | xargs rm -f
293find . -name \*.lo -o -name \*.o | xargs rm -f
294find . -name \*.la -o -name \*.a | xargs rm -f
295find . -name \*.so | xargs rm -f
296find . -name .libs -a -type d|xargs rm -rf
297rm -f libphp.la modules/* libs/*
298Removing intermediate container f94745abba9f
299 ---> 2f6a839c0937
300Step 4/8 : RUN sed -i '/jessie-updates/d' /etc/apt/sources.list
301 ---> Running in 47cba37e1e59
302Removing intermediate container 47cba37e1e59
303 ---> 5372607c867e
304Step 5/8 : RUN apt-get update
305 ---> Running in 6255e41081aa
306Get:1 http://security.debian.org jessie/updates InRelease [44.9 kB]
307Ign http://httpredir.debian.org jessie InRelease
308Get:2 http://httpredir.debian.org jessie Release.gpg [1652 B]
309Get:3 http://httpredir.debian.org jessie Release [77.3 kB]
310Get:4 http://security.debian.org jessie/updates/main amd64 Packages [992 kB]
311Get:5 http://httpredir.debian.org jessie/main amd64 Packages [9098 kB]
312Fetched 10.2 MB in 10s (969 kB/s)
313Reading package lists...
314W: There is no public key available for the following key IDs:
315AA8E81B4331F7F50
316Removing intermediate container 6255e41081aa
317 ---> a7bb470ed7a8
318Step 6/8 : RUN apt-get install -y libpng-dev libfreetype6-dev libjpeg-dev
319 ---> Running in d7926e79b963
320Reading package lists...
321Building dependency tree...
322Reading state information...
323The following extra packages will be installed:
324 libfreetype6 libjpeg62-turbo libjpeg62-turbo-dev libpng12-0 zlib1g
325 zlib1g-dev
326The following NEW packages will be installed:
327 libfreetype6 libfreetype6-dev libjpeg-dev libjpeg62-turbo
328 libjpeg62-turbo-dev libpng12-0 libpng12-dev zlib1g-dev
329The following packages will be upgraded:
330 zlib1g
3311 upgraded, 8 newly installed, 0 to remove and 92 not upgraded.
332Need to get 2444 kB of archives.
333After this operation, 9160 kB of additional disk space will be used.
334Get:1 http://security.debian.org/ jessie/updates/main zlib1g amd64 1:1.2.8.dfsg-2+deb8u1 [88.3 kB]
335Get:2 http://httpredir.debian.org/debian/ jessie/main libpng12-0 amd64 1.2.50-2+deb8u3 [173 kB]
336Get:3 http://security.debian.org/ jessie/updates/main libfreetype6 amd64 2.5.2-3+deb8u4 [467 kB]
337Get:4 http://httpredir.debian.org/debian/ jessie/main libpng12-dev amd64 1.2.50-2+deb8u3 [248 kB]
338Get:5 http://security.debian.org/ jessie/updates/main zlib1g-dev amd64 1:1.2.8.dfsg-2+deb8u1 [206 kB]
339Get:6 http://security.debian.org/ jessie/updates/main libfreetype6-dev amd64 2.5.2-3+deb8u4 [640 kB]
340Get:7 http://security.debian.org/ jessie/updates/main libjpeg62-turbo amd64 1:1.3.1-12+deb8u2 [117 kB]
341Get:8 http://security.debian.org/ jessie/updates/main libjpeg62-turbo-dev amd64 1:1.3.1-12+deb8u2 [456 kB]
342Get:9 http://security.debian.org/ jessie/updates/main libjpeg-dev all 1:1.3.1-12+deb8u2 [49.7 kB]
343debconf: delaying package configuration, since apt-utils is not installed
344Fetched 2444 kB in 1s (1505 kB/s)
345(Reading database ... 12239 files and directories currently installed.)
346Preparing to unpack .../zlib1g_1%3a1.2.8.dfsg-2+deb8u1_amd64.deb ...
347Unpacking zlib1g:amd64 (1:1.2.8.dfsg-2+deb8u1) over (1:1.2.8.dfsg-2+b1) ...
348Setting up zlib1g:amd64 (1:1.2.8.dfsg-2+deb8u1) ...
349Processing triggers for libc-bin (2.19-18+deb8u4) ...
350Selecting previously unselected package libpng12-0:amd64.
351(Reading database ... 12238 files and directories currently installed.)
352Preparing to unpack .../libpng12-0_1.2.50-2+deb8u3_amd64.deb ...
353Unpacking libpng12-0:amd64 (1.2.50-2+deb8u3) ...
354Selecting previously unselected package libfreetype6:amd64.
355Preparing to unpack .../libfreetype6_2.5.2-3+deb8u4_amd64.deb ...
356Unpacking libfreetype6:amd64 (2.5.2-3+deb8u4) ...
357Selecting previously unselected package zlib1g-dev:amd64.
358Preparing to unpack .../zlib1g-dev_1%3a1.2.8.dfsg-2+deb8u1_amd64.deb ...
359Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-2+deb8u1) ...
360Selecting previously unselected package libpng12-dev:amd64.
361Preparing to unpack .../libpng12-dev_1.2.50-2+deb8u3_amd64.deb ...
362Unpacking libpng12-dev:amd64 (1.2.50-2+deb8u3) ...
363Selecting previously unselected package libfreetype6-dev.
364Preparing to unpack .../libfreetype6-dev_2.5.2-3+deb8u4_amd64.deb ...
365Unpacking libfreetype6-dev (2.5.2-3+deb8u4) ...
366Selecting previously unselected package libjpeg62-turbo:amd64.
367Preparing to unpack .../libjpeg62-turbo_1%3a1.3.1-12+deb8u2_amd64.deb ...
368Unpacking libjpeg62-turbo:amd64 (1:1.3.1-12+deb8u2) ...
369Selecting previously unselected package libjpeg62-turbo-dev:amd64.
370Preparing to unpack .../libjpeg62-turbo-dev_1%3a1.3.1-12+deb8u2_amd64.deb ...
371Unpacking libjpeg62-turbo-dev:amd64 (1:1.3.1-12+deb8u2) ...
372Selecting previously unselected package libjpeg-dev.
373Preparing to unpack .../libjpeg-dev_1%3a1.3.1-12+deb8u2_all.deb ...
374Unpacking libjpeg-dev (1:1.3.1-12+deb8u2) ...
375Setting up libpng12-0:amd64 (1.2.50-2+deb8u3) ...
376Setting up libfreetype6:amd64 (2.5.2-3+deb8u4) ...
377Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-2+deb8u1) ...
378Setting up libpng12-dev:amd64 (1.2.50-2+deb8u3) ...
379Setting up libfreetype6-dev (2.5.2-3+deb8u4) ...
380Setting up libjpeg62-turbo:amd64 (1:1.3.1-12+deb8u2) ...
381Setting up libjpeg62-turbo-dev:amd64 (1:1.3.1-12+deb8u2) ...
382Setting up libjpeg-dev (1:1.3.1-12+deb8u2) ...
383Processing triggers for libc-bin (2.19-18+deb8u4) ...
384Removing intermediate container d7926e79b963
385 ---> 7c9374f61407
386Step 7/8 : RUN docker-php-ext-configure gd --enable-gd-native-ttf --with-freetype-dir=/usr/include/freetype2 --with-png-dir=/usr/include --with-jpeg-dir=/usr/include
387 ---> Running in 49a68ac7f496
388+ cd /usr/src/php/ext/gd
389+ phpize
390Configuring for:
391PHP Api Version: 20121113
392Zend Module Api No: 20121212
393Zend Extension Api No: 220121212
394+ ./configure --enable-gd-native-ttf --with-freetype-dir=/usr/include/freetype2 --with-png-dir=/usr/include --with-jpeg-dir=/usr/include
395checking for grep that handles long lines and -e... /bin/grep
396checking for egrep... /bin/grep -E
397checking for a sed that does not truncate output... /bin/sed
398checking for cc... cc
399checking whether the C compiler works... yes
400checking for C compiler default output file name... a.out
401checking for suffix of executables...
402checking whether we are cross compiling... no
403checking for suffix of object files... o
404checking whether we are using the GNU C compiler... yes
405checking whether cc accepts -g... yes
406checking for cc option to accept ISO C89... none needed
407checking how to run the C preprocessor... cc -E
408checking for icc... no
409checking for suncc... no
410checking whether cc understands -c and -o together... yes
411checking for system library directory... lib
412checking if compiler supports -R... no
413checking if compiler supports -Wl,-rpath,... yes
414checking build system type... x86_64-unknown-linux-gnu
415checking host system type... x86_64-unknown-linux-gnu
416checking target system type... x86_64-unknown-linux-gnu
417checking for PHP prefix... /usr/local
418checking for PHP includes... -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib
419checking for PHP extension directory... /usr/local/lib/php/extensions/no-debug-non-zts-20121212
420checking for PHP installed headers prefix... /usr/local/include/php
421checking if debug is enabled... no
422checking if zts is enabled... no
423checking for re2c... re2c
424checking for re2c version... 0.13.5 (ok)
425checking for gawk... no
426checking for nawk... nawk
427checking if nawk is broken... no
428checking for GD support... yes, shared
429checking for the location of libvpx... no
430checking for the location of libjpeg... /usr/include
431checking for the location of libpng... /usr/include
432checking for the location of libz... no
433checking for the location of libXpm... no
434checking for FreeType 2... /usr/include/freetype2
435checking for T1lib support... no
436checking whether to enable truetype string function in GD... yes
437checking whether to enable JIS-mapped Japanese font support in GD... no
438If configure fails try --with-vpx-dir=<DIR>
439checking for jpeg_read_header in -ljpeg... yes
440checking for png_write_image in -lpng... yes
441If configure fails try --with-xpm-dir=<DIR>
442checking for fabsf... no
443checking for floorf... no
444checking for ld used by cc... /usr/bin/ld
445checking if the linker (/usr/bin/ld) is GNU ld... yes
446checking for /usr/bin/ld option to reload object files... -r
447checking for BSD-compatible nm... /usr/bin/nm -B
448checking whether ln -s works... yes
449checking how to recognize dependent libraries... pass_all
450checking for ANSI C header files... yes
451checking for sys/types.h... yes
452checking for sys/stat.h... yes
453checking for stdlib.h... yes
454checking for string.h... yes
455checking for memory.h... yes
456checking for strings.h... yes
457checking for inttypes.h... yes
458checking for stdint.h... yes
459checking for unistd.h... yes
460checking dlfcn.h usability... yes
461checking dlfcn.h presence... yes
462checking for dlfcn.h... yes
463checking the maximum length of command line arguments... 1572864
464checking command to parse /usr/bin/nm -B output from cc object... ok
465checking for objdir... .libs
466checking for ar... ar
467checking for ranlib... ranlib
468checking for strip... strip
469checking if cc supports -fno-rtti -fno-exceptions... no
470checking for cc option to produce PIC... -fPIC
471checking if cc PIC flag -fPIC works... yes
472checking if cc static flag -static works... yes
473checking if cc supports -c -o file.o... yes
474checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
475checking whether -lc should be explicitly linked in... no
476checking dynamic linker characteristics... GNU/Linux ld.so
477checking how to hardcode library paths into programs... immediate
478checking whether stripping libraries is possible... yes
479checking if libtool supports shared libraries... yes
480checking whether to build shared libraries... yes
481checking whether to build static libraries... no
482
483creating libtool
484appending configuration tag "CXX" to libtool
485configure: creating ./config.status
486config.status: creating config.h
487Removing intermediate container 49a68ac7f496
488 ---> d052118a6b1e
489Step 8/8 : RUN docker-php-ext-install gd
490 ---> Running in 27408f85e502
491/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/gd.c -o gd.lo
492mkdir .libs
493 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/gd.c -fPIC -DPIC -o .libs/gd.o
494/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/gd.c -o libgd/gd.lo
495mkdir libgd/.libs
496 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/gd.c -fPIC -DPIC -o libgd/.libs/gd.o
497/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/gd_gd.c -o libgd/gd_gd.lo
498 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/gd_gd.c -fPIC -DPIC -o libgd/.libs/gd_gd.o
499/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/gd_gd2.c -o libgd/gd_gd2.lo
500 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/gd_gd2.c -fPIC -DPIC -o libgd/.libs/gd_gd2.o
501/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/gd_io.c -o libgd/gd_io.lo
502 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/gd_io.c -fPIC -DPIC -o libgd/.libs/gd_io.o
503/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/gd_io_dp.c -o libgd/gd_io_dp.lo
504 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/gd_io_dp.c -fPIC -DPIC -o libgd/.libs/gd_io_dp.o
505/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/gd_io_file.c -o libgd/gd_io_file.lo
506 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/gd_io_file.c -fPIC -DPIC -o libgd/.libs/gd_io_file.o
507/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/gd_ss.c -o libgd/gd_ss.lo
508 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/gd_ss.c -fPIC -DPIC -o libgd/.libs/gd_ss.o
509/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/gd_io_ss.c -o libgd/gd_io_ss.lo
510 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/gd_io_ss.c -fPIC -DPIC -o libgd/.libs/gd_io_ss.o
511/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/webpimg.c -o libgd/webpimg.lo
512 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/webpimg.c -fPIC -DPIC -o libgd/.libs/webpimg.o
513/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/gd_webp.c -o libgd/gd_webp.lo
514 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/gd_webp.c -fPIC -DPIC -o libgd/.libs/gd_webp.o
515/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/gd_png.c -o libgd/gd_png.lo
516 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/gd_png.c -fPIC -DPIC -o libgd/.libs/gd_png.o
517/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/gd_jpeg.c -o libgd/gd_jpeg.lo
518 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/gd_jpeg.c -fPIC -DPIC -o libgd/.libs/gd_jpeg.o
519/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/gdxpm.c -o libgd/gdxpm.lo
520 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/gdxpm.c -fPIC -DPIC -o libgd/.libs/gdxpm.o
521/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/gdfontt.c -o libgd/gdfontt.lo
522 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/gdfontt.c -fPIC -DPIC -o libgd/.libs/gdfontt.o
523/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/gdfonts.c -o libgd/gdfonts.lo
524 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/gdfonts.c -fPIC -DPIC -o libgd/.libs/gdfonts.o
525/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/gdfontmb.c -o libgd/gdfontmb.lo
526 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/gdfontmb.c -fPIC -DPIC -o libgd/.libs/gdfontmb.o
527/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/gdfontl.c -o libgd/gdfontl.lo
528 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/gdfontl.c -fPIC -DPIC -o libgd/.libs/gdfontl.o
529/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/gdfontg.c -o libgd/gdfontg.lo
530 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/gdfontg.c -fPIC -DPIC -o libgd/.libs/gdfontg.o
531/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/gdtables.c -o libgd/gdtables.lo
532 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/gdtables.c -fPIC -DPIC -o libgd/.libs/gdtables.o
533/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/gdft.c -o libgd/gdft.lo
534 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/gdft.c -fPIC -DPIC -o libgd/.libs/gdft.o
535/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/gdcache.c -o libgd/gdcache.lo
536 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/gdcache.c -fPIC -DPIC -o libgd/.libs/gdcache.o
537/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/gdkanji.c -o libgd/gdkanji.lo
538 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/gdkanji.c -fPIC -DPIC -o libgd/.libs/gdkanji.o
539/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/wbmp.c -o libgd/wbmp.lo
540 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/wbmp.c -fPIC -DPIC -o libgd/.libs/wbmp.o
541/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/gd_wbmp.c -o libgd/gd_wbmp.lo
542 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/gd_wbmp.c -fPIC -DPIC -o libgd/.libs/gd_wbmp.o
543/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/gdhelpers.c -o libgd/gdhelpers.lo
544 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/gdhelpers.c -fPIC -DPIC -o libgd/.libs/gdhelpers.o
545/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/gd_topal.c -o libgd/gd_topal.lo
546 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/gd_topal.c -fPIC -DPIC -o libgd/.libs/gd_topal.o
547/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/gd_gif_in.c -o libgd/gd_gif_in.lo
548 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/gd_gif_in.c -fPIC -DPIC -o libgd/.libs/gd_gif_in.o
549/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/xbm.c -o libgd/xbm.lo
550 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/xbm.c -fPIC -DPIC -o libgd/.libs/xbm.o
551/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/gd_gif_out.c -o libgd/gd_gif_out.lo
552 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/gd_gif_out.c -fPIC -DPIC -o libgd/.libs/gd_gif_out.o
553/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/gd_security.c -o libgd/gd_security.lo
554 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/gd_security.c -fPIC -DPIC -o libgd/.libs/gd_security.o
555/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/gd_filter.c -o libgd/gd_filter.lo
556 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/gd_filter.c -fPIC -DPIC -o libgd/.libs/gd_filter.o
557/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/gd_pixelate.c -o libgd/gd_pixelate.lo
558 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/gd_pixelate.c -fPIC -DPIC -o libgd/.libs/gd_pixelate.o
559/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/gd_arc.c -o libgd/gd_arc.lo
560 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/gd_arc.c -fPIC -DPIC -o libgd/.libs/gd_arc.o
561/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/gd_rotate.c -o libgd/gd_rotate.lo
562 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/gd_rotate.c -fPIC -DPIC -o libgd/.libs/gd_rotate.o
563/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/gd_color.c -o libgd/gd_color.lo
564 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/gd_color.c -fPIC -DPIC -o libgd/.libs/gd_color.o
565/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/gd_transform.c -o libgd/gd_transform.lo
566 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/gd_transform.c -fPIC -DPIC -o libgd/.libs/gd_transform.o
567/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/gd_crop.c -o libgd/gd_crop.lo
568 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/gd_crop.c -fPIC -DPIC -o libgd/.libs/gd_crop.o
569/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/gd_interpolation.c -o libgd/gd_interpolation.lo
570 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/gd_interpolation.c -fPIC -DPIC -o libgd/.libs/gd_interpolation.o
571/bin/bash /usr/src/php/ext/gd/libtool --mode=compile cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/gd_matrix.c -o libgd/gd_matrix.lo
572 cc -I/usr/src/php/ext/gd/libgd -DHAVE_LIBPNG -DHAVE_LIBJPEG -DHAVE_LIBFREETYPE -DENABLE_GD_TTF -I. -I/usr/src/php/ext/gd -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -c /usr/src/php/ext/gd/libgd/gd_matrix.c -fPIC -DPIC -o libgd/.libs/gd_matrix.o
573/bin/bash /usr/src/php/ext/gd/libtool --mode=link cc -DPHP_ATOM_INC -I/usr/src/php/ext/gd/include -I/usr/src/php/ext/gd/main -I/usr/src/php/ext/gd -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/include/freetype2 -DHAVE_CONFIG_H -g -O2 -o gd.la -export-dynamic -avoid-version -prefer-pic -module -rpath /usr/src/php/ext/gd/modules gd.lo libgd/gd.lo libgd/gd_gd.lo libgd/gd_gd2.lo libgd/gd_io.lo libgd/gd_io_dp.lo libgd/gd_io_file.lo libgd/gd_ss.lo libgd/gd_io_ss.lo libgd/webpimg.lo libgd/gd_webp.lo libgd/gd_png.lo libgd/gd_jpeg.lo libgd/gdxpm.lo libgd/gdfontt.lo libgd/gdfonts.lo libgd/gdfontmb.lo libgd/gdfontl.lo libgd/gdfontg.lo libgd/gdtables.lo libgd/gdft.lo libgd/gdcache.lo libgd/gdkanji.lo libgd/wbmp.lo libgd/gd_wbmp.lo libgd/gdhelpers.lo libgd/gd_topal.lo libgd/gd_gif_in.lo libgd/xbm.lo libgd/gd_gif_out.lo libgd/gd_security.lo libgd/gd_filter.lo libgd/gd_pixelate.lo libgd/gd_arc.lo libgd/gd_rotate.lo libgd/gd_color.lo libgd/gd_transform.lo libgd/gd_crop.lo libgd/gd_interpolation.lo libgd/gd_matrix.lo -Wl,-rpath,/usr/lib/x86_64-linux-gnu -L/usr/lib/x86_64-linux-gnu -lpng -lz -ljpeg -lfreetype -lz -lpng12
574cc -shared .libs/gd.o libgd/.libs/gd.o libgd/.libs/gd_gd.o libgd/.libs/gd_gd2.o libgd/.libs/gd_io.o libgd/.libs/gd_io_dp.o libgd/.libs/gd_io_file.o libgd/.libs/gd_ss.o libgd/.libs/gd_io_ss.o libgd/.libs/webpimg.o libgd/.libs/gd_webp.o libgd/.libs/gd_png.o libgd/.libs/gd_jpeg.o libgd/.libs/gdxpm.o libgd/.libs/gdfontt.o libgd/.libs/gdfonts.o libgd/.libs/gdfontmb.o libgd/.libs/gdfontl.o libgd/.libs/gdfontg.o libgd/.libs/gdtables.o libgd/.libs/gdft.o libgd/.libs/gdcache.o libgd/.libs/gdkanji.o libgd/.libs/wbmp.o libgd/.libs/gd_wbmp.o libgd/.libs/gdhelpers.o libgd/.libs/gd_topal.o libgd/.libs/gd_gif_in.o libgd/.libs/xbm.o libgd/.libs/gd_gif_out.o libgd/.libs/gd_security.o libgd/.libs/gd_filter.o libgd/.libs/gd_pixelate.o libgd/.libs/gd_arc.o libgd/.libs/gd_rotate.o libgd/.libs/gd_color.o libgd/.libs/gd_transform.o libgd/.libs/gd_crop.o libgd/.libs/gd_interpolation.o libgd/.libs/gd_matrix.o -L/usr/lib/x86_64-linux-gnu -lpng -ljpeg /usr/lib/x86_64-linux-gnu/libfreetype.so -lz -lpng12 -Wl,-rpath -Wl,/usr/lib/x86_64-linux-gnu -Wl,-soname -Wl,gd.so -o .libs/gd.so
575creating gd.la
576(cd .libs && rm -f gd.la && ln -s ../gd.la gd.la)
577/bin/bash /usr/src/php/ext/gd/libtool --mode=install cp ./gd.la /usr/src/php/ext/gd/modules
578cp ./.libs/gd.so /usr/src/php/ext/gd/modules/gd.so
579cp ./.libs/gd.lai /usr/src/php/ext/gd/modules/gd.la
580PATH="$PATH:/sbin" ldconfig -n /usr/src/php/ext/gd/modules
581----------------------------------------------------------------------
582Libraries have been installed in:
583 /usr/src/php/ext/gd/modules
584
585If you ever happen to want to link against installed libraries
586in a given directory, LIBDIR, you must either use libtool, and
587specify the full pathname of the library, or use the `-LLIBDIR'
588flag during linking and do at least one of the following:
589 - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
590 during execution
591 - add LIBDIR to the `LD_RUN_PATH' environment variable
592 during linking
593 - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
594 - have your system administrator add LIBDIR to `/etc/ld.so.conf'
595
596See any operating system documentation about shared libraries for
597more information, such as the ld(1) and ld.so(8) manual pages.
598----------------------------------------------------------------------
599
600Build complete.
601Don't forget to run 'make test'.
602
603Installing shared extensions: /usr/local/lib/php/extensions/no-debug-non-zts-20121212/
604Installing header files: /usr/local/include/php/
605find . -name \*.gcno -o -name \*.gcda | xargs rm -f
606find . -name \*.lo -o -name \*.o | xargs rm -f
607find . -name \*.la -o -name \*.a | xargs rm -f
608find . -name \*.so | xargs rm -f
609find . -name .libs -a -type d|xargs rm -rf
610rm -f libphp.la modules/* libs/*
611Removing intermediate container 27408f85e502
612 ---> 415ef50127e0
613Successfully built 415ef50127e0
614Successfully tagged phone-book_php:latest
615WARNING: Image for service php was built because it did not already exist. To rebuild this image you must use `docker-compose build` or `docker-compose up --build`.
616Creating phone-book_nginx_1 ... done
617Creating phone-book_mariadb_1 ... done
618Creating phone-book_php_1 ... done
619Creating phone-book_phpmyadmin_1 ... done
620c47@c47-notebook:~/docker/phone-book$ docker-compose up --build
621Building php
622Step 1/8 : FROM php:5.5-fpm
623 ---> 4c52b9f20fae
624Step 2/8 : RUN docker-php-ext-install mysqli
625 ---> Using cache
626 ---> 8146ffc8539b
627Step 3/8 : RUN docker-php-ext-install pdo_mysql
628 ---> Using cache
629 ---> 2f6a839c0937
630Step 4/8 : RUN sed -i '/jessie-updates/d' /etc/apt/sources.list
631 ---> Using cache
632 ---> 5372607c867e
633Step 5/8 : RUN apt-get update
634 ---> Using cache
635 ---> a7bb470ed7a8
636Step 6/8 : RUN apt-get install -y libpng-dev libfreetype6-dev libjpeg-dev
637 ---> Using cache
638 ---> 7c9374f61407
639Step 7/8 : RUN docker-php-ext-configure gd --enable-gd-native-ttf --with-freetype-dir=/usr/include/freetype2 --with-png-dir=/usr/include --with-jpeg-dir=/usr/include
640 ---> Using cache
641 ---> d052118a6b1e
642Step 8/8 : RUN docker-php-ext-install gd
643 ---> Using cache
644 ---> 415ef50127e0
645Successfully built 415ef50127e0
646Successfully tagged phone-book_php:latest
647phone-book_nginx_1 is up-to-date
648phone-book_php_1 is up-to-date
649phone-book_mariadb_1 is up-to-date
650phone-book_phpmyadmin_1 is up-to-date
651Attaching to phone-book_nginx_1, phone-book_php_1, phone-book_mariadb_1, phone-book_phpmyadmin_1
652mariadb_1 | 2021-08-28 14:45:20+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.3.31+maria~focal started.
653mariadb_1 | 2021-08-28 14:45:20+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql'
654mariadb_1 | 2021-08-28 14:45:20+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.3.31+maria~focal started.
655mariadb_1 | 2021-08-28 14:45:20+00:00 [Note] [Entrypoint]: Initializing database files
656mariadb_1 |
657mariadb_1 |
658mariadb_1 | PLEASE REMEMBER TO SET A PASSWORD FOR THE MariaDB root USER !
659mariadb_1 | To do so, start the server, then issue the following command:
660mariadb_1 |
661mariadb_1 | '/usr/bin/mysql_secure_installation'
662mariadb_1 |
663mariadb_1 | which will also give you the option of removing the test
664mariadb_1 | databases and anonymous user created by default. This is
665mariadb_1 | strongly recommended for production servers.
666mariadb_1 |
667mariadb_1 | See the MariaDB Knowledgebase at http://mariadb.com/kb or the
668mariadb_1 | MySQL manual for more instructions.
669mariadb_1 |
670mariadb_1 | Please report any problems at http://mariadb.org/jira
671mariadb_1 |
672mariadb_1 | The latest information about MariaDB is available at http://mariadb.org/.
673mariadb_1 | You can find additional information about the MySQL part at:
674mariadb_1 | http://dev.mysql.com
675mariadb_1 | Consider joining MariaDB's strong and vibrant community:
676mariadb_1 | https://mariadb.org/get-involved/
677mariadb_1 |
678mariadb_1 | 2021-08-28 14:45:23+00:00 [Note] [Entrypoint]: Database files initialized
679mariadb_1 | 2021-08-28 14:45:23+00:00 [Note] [Entrypoint]: Starting temporary server
680mariadb_1 | 2021-08-28 14:45:23+00:00 [Note] [Entrypoint]: Waiting for server startup
681mariadb_1 | 2021-08-28 14:45:23 0 [Note] mysqld (mysqld 10.3.31-MariaDB-1:10.3.31+maria~focal) starting as process 117 ...
682mariadb_1 | 2021-08-28 14:45:23 0 [Note] InnoDB: Using Linux native AIO
683mariadb_1 | 2021-08-28 14:45:23 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
684mariadb_1 | 2021-08-28 14:45:23 0 [Note] InnoDB: Uses event mutexes
685mariadb_1 | 2021-08-28 14:45:23 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
686mariadb_1 | 2021-08-28 14:45:23 0 [Note] InnoDB: Number of pools: 1
687mariadb_1 | 2021-08-28 14:45:23 0 [Note] InnoDB: Using SSE2 crc32 instructions
688mariadb_1 | 2021-08-28 14:45:23 0 [Note] InnoDB: Initializing buffer pool, total size = 256M, instances = 1, chunk size = 128M
689mariadb_1 | 2021-08-28 14:45:23 0 [Note] InnoDB: Completed initialization of buffer pool
690mariadb_1 | 2021-08-28 14:45:23 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
691mariadb_1 | 2021-08-28 14:45:23 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
692mariadb_1 | 2021-08-28 14:45:23 0 [Note] InnoDB: Creating shared tablespace for temporary tables
693mariadb_1 | 2021-08-28 14:45:23 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
694mariadb_1 | 2021-08-28 14:45:23 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
695mariadb_1 | 2021-08-28 14:45:23 0 [Note] InnoDB: Waiting for purge to start
696mariadb_1 | 2021-08-28 14:45:23 0 [Note] InnoDB: 10.3.31 started; log sequence number 1625443; transaction id 20
697mariadb_1 | 2021-08-28 14:45:23 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
698mariadb_1 | 2021-08-28 14:45:23 0 [Note] Plugin 'FEEDBACK' is disabled.
699mariadb_1 | 2021-08-28 14:45:23 0 [Note] InnoDB: Buffer pool(s) load completed at 210828 14:45:23
700mariadb_1 | 2021-08-28 14:45:23 0 [Warning] 'user' entry 'root@c4d82efd54c5' ignored in --skip-name-resolve mode.
701php_1 | [28-Aug-2021 14:45:20] NOTICE: fpm is running, pid 1
702php_1 | [28-Aug-2021 14:45:20] NOTICE: ready to handle connections
703mariadb_1 | 2021-08-28 14:45:23 0 [Warning] 'proxies_priv' entry '@% root@c4d82efd54c5' ignored in --skip-name-resolve mode.
704mariadb_1 | 2021-08-28 14:45:23 0 [Note] Reading of all Master_info entries succeeded
705mariadb_1 | 2021-08-28 14:45:23 0 [Note] Added new Master_info '' to hash table
706mariadb_1 | 2021-08-28 14:45:23 0 [Note] mysqld: ready for connections.
707mariadb_1 | Version: '10.3.31-MariaDB-1:10.3.31+maria~focal' socket: '/var/run/mysqld/mysqld.sock' port: 0 mariadb.org binary distribution
708mariadb_1 | 2021-08-28 14:45:24+00:00 [Note] [Entrypoint]: Temporary server started.
709mariadb_1 | Warning: Unable to load '/usr/share/zoneinfo/leap-seconds.list' as time zone. Skipping it.
710mariadb_1 | Warning: Unable to load '/usr/share/zoneinfo/leapseconds' as time zone. Skipping it.
711mariadb_1 | Warning: Unable to load '/usr/share/zoneinfo/tzdata.zi' as time zone. Skipping it.
712mariadb_1 | 2021-08-28 14:45:26 10 [Warning] 'proxies_priv' entry '@% root@c4d82efd54c5' ignored in --skip-name-resolve mode.
713mariadb_1 |
714mariadb_1 | 2021-08-28 14:45:26+00:00 [Note] [Entrypoint]: Stopping temporary server
715mariadb_1 | 2021-08-28 14:45:26 0 [Note] mysqld (initiated by: root[root] @ localhost []): Normal shutdown
716mariadb_1 | 2021-08-28 14:45:26 0 [Note] Event Scheduler: Purging the queue. 0 events
717mariadb_1 | 2021-08-28 14:45:26 0 [Note] InnoDB: FTS optimize thread exiting.
718mariadb_1 | 2021-08-28 14:45:26 0 [Note] InnoDB: Starting shutdown...
719mariadb_1 | 2021-08-28 14:45:26 0 [Note] InnoDB: Dumping buffer pool(s) to /var/lib/mysql/ib_buffer_pool
720mariadb_1 | 2021-08-28 14:45:26 0 [Note] InnoDB: Buffer pool(s) dump completed at 210828 14:45:26
721mariadb_1 | 2021-08-28 14:45:27 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
722mariadb_1 | 2021-08-28 14:45:27 0 [Note] InnoDB: Shutdown completed; log sequence number 1625452; transaction id 21
723mariadb_1 | 2021-08-28 14:45:27 0 [Note] mysqld: Shutdown complete
724mariadb_1 |
725mariadb_1 | 2021-08-28 14:45:28+00:00 [Note] [Entrypoint]: Temporary server stopped
726mariadb_1 |
727mariadb_1 | 2021-08-28 14:45:28+00:00 [Note] [Entrypoint]: MariaDB init process done. Ready for start up.
728mariadb_1 |
729mariadb_1 | 2021-08-28 14:45:28 0 [Note] mysqld (mysqld 10.3.31-MariaDB-1:10.3.31+maria~focal) starting as process 1 ...