php-ext.com / pq (from pecl using PHP 7.4.16-zts-buster)
Dockerfile
FROM php:7.4.16-zts-buster
WORKDIR /tmp
RUN apt update && \
apt install -y --no-install-recommends git subversion autoconf build-essential && \
apt install -y --no-install-recommends libpq-dev && \
rm -rf /var/lib/apt/lists/*
RUN pecl install --force pq && \
pecl run-tests pq
Build output FAIL
15ss
Step 1/4 : FROM php:7.4.16-zts-buster
---> f100431f0b6a
Step 2/4 : WORKDIR /tmp
---> Running in bef4ebbff211
Removing intermediate container bef4ebbff211
---> c416a6b5b874
Step 3/4 : RUN apt update && apt install -y --no-install-recommends git subversion autoconf build-essential && apt install -y --no-install-recommends libpq-dev && rm -rf /var/lib/apt/lists/*
---> Running in 90cac3db18ae
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
Get:2 http://deb.debian.org/debian buster InRelease [122 kB]
Get:3 http://security.debian.org/debian-security buster/updates/main amd64 Packages [268 kB]
Get:4 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [9504 B]
Fetched 8423 kB in 2s (3774 kB/s)
Reading package lists...
Building dependency tree...
Reading state information...
1 package can be upgraded. Run 'apt list --upgradable' to see it.
WARNING:
apt
does not have a stable CLI interface.
Use with caution in scripts.
Reading package lists...
Building dependency tree...
Reading state information...
autoconf is already the newest version (2.69-11).
The following package was automatically installed and is no longer required:
lsb-base
Use 'apt autoremove' to remove it.
The following additional packages will be installed:
git-man libapr1 libaprutil1 libcurl3-gnutls liberror-perl libexpat1
libpcre2-8-0 libserf-1-1 libsvn1 libutf8proc2
Suggested packages:
gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email
git-gui gitk gitweb git-cvs git-mediawiki git-svn db5.3-util
libapache2-mod-svn subversion-tools
Recommended packages:
less ssh-client
The following NEW packages will be installed:
build-essential git git-man libapr1 libaprutil1 libcurl3-gnutls
liberror-perl libexpat1 libpcre2-8-0 libserf-1-1 libsvn1 libutf8proc2
subversion
0 upgraded, 13 newly installed, 0 to remove and 1 not upgraded.
Need to get 10.7 MB of archives.
After this operation, 50.2 MB of additional disk space will be used.
Get:1 http://security.debian.org/debian-security buster/updates/main amd64 libsvn1 amd64 1.10.4-1+deb10u2 [1403 kB]
Get:2 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B]
Get:3 http://deb.debian.org/debian buster/main amd64 libcurl3-gnutls amd64 7.64.0-4+deb10u1 [330 kB]
Get:4 http://deb.debian.org/debian buster/main amd64 libexpat1 amd64 2.2.6-2+deb10u1 [106 kB]
Get:5 http://deb.debian.org/debian buster/main amd64 libpcre2-8-0 amd64 10.32-5 [213 kB]
Get:6 http://deb.debian.org/debian buster/main amd64 liberror-perl all 0.17027-2 [30.9 kB]
Get:7 http://deb.debian.org/debian buster/main amd64 git-man all 1:2.20.1-2+deb10u3 [1620 kB]
Get:8 http://security.debian.org/debian-security buster/updates/main amd64 subversion amd64 1.10.4-1+deb10u2 [1008 kB]
Get:9 http://deb.debian.org/debian buster/main amd64 git amd64 1:2.20.1-2+deb10u3 [5633 kB]
Get:10 http://deb.debian.org/debian buster/main amd64 libapr1 amd64 1.6.5-1+b1 [102 kB]
Get:11 http://deb.debian.org/debian buster/main amd64 libaprutil1 amd64 1.6.1-4 [91.8 kB]
Get:12 http://deb.debian.org/debian buster/main amd64 libserf-1-1 amd64 1.3.9-7+b10 [53.6 kB]
Get:13 http://deb.debian.org/debian buster/main amd64 libutf8proc2 amd64 2.3.0-1 [53.0 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 10.7 MB in 1s (11.9 MB/s)
Selecting previously unselected package build-essential.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ...
12690 files and directories currently installed.)
Preparing to unpack .../00-build-essential_12.6_amd64.deb ...
Unpacking build-essential (12.6) ...
Selecting previously unselected package libcurl3-gnutls:amd64.
Preparing to unpack .../01-libcurl3-gnutls_7.64.0-4+deb10u1_amd64.deb ...
Unpacking libcurl3-gnutls:amd64 (7.64.0-4+deb10u1) ...
Selecting previously unselected package libexpat1:amd64.
Preparing to unpack .../02-libexpat1_2.2.6-2+deb10u1_amd64.deb ...
Unpacking libexpat1:amd64 (2.2.6-2+deb10u1) ...
Selecting previously unselected package libpcre2-8-0:amd64.
Preparing to unpack .../03-libpcre2-8-0_10.32-5_amd64.deb ...
Unpacking libpcre2-8-0:amd64 (10.32-5) ...
Selecting previously unselected package liberror-perl.
Preparing to unpack .../04-liberror-perl_0.17027-2_all.deb ...
Unpacking liberror-perl (0.17027-2) ...
Selecting previously unselected package git-man.
Preparing to unpack .../05-git-man_1%3a2.20.1-2+deb10u3_all.deb ...
Unpacking git-man (1:2.20.1-2+deb10u3) ...
Selecting previously unselected package git.
Preparing to unpack .../06-git_1%3a2.20.1-2+deb10u3_amd64.deb ...
Unpacking git (1:2.20.1-2+deb10u3) ...
Selecting previously unselected package libapr1:amd64.
Preparing to unpack .../07-libapr1_1.6.5-1+b1_amd64.deb ...
Unpacking libapr1:amd64 (1.6.5-1+b1) ...
Selecting previously unselected package libaprutil1:amd64.
Preparing to unpack .../08-libaprutil1_1.6.1-4_amd64.deb ...
Unpacking libaprutil1:amd64 (1.6.1-4) ...
Selecting previously unselected package libserf-1-1:amd64.
Preparing to unpack .../09-libserf-1-1_1.3.9-7+b10_amd64.deb ...
Unpacking libserf-1-1:amd64 (1.3.9-7+b10) ...
Selecting previously unselected package libutf8proc2:amd64.
Preparing to unpack .../10-libutf8proc2_2.3.0-1_amd64.deb ...
Unpacking libutf8proc2:amd64 (2.3.0-1) ...
Selecting previously unselected package libsvn1:amd64.
Preparing to unpack .../11-libsvn1_1.10.4-1+deb10u2_amd64.deb ...
Unpacking libsvn1:amd64 (1.10.4-1+deb10u2) ...
Selecting previously unselected package subversion.
Preparing to unpack .../12-subversion_1.10.4-1+deb10u2_amd64.deb ...
Unpacking subversion (1.10.4-1+deb10u2) ...
Setting up libexpat1:amd64 (2.2.6-2+deb10u1) ...
Setting up libutf8proc2:amd64 (2.3.0-1) ...
Setting up libapr1:amd64 (1.6.5-1+b1) ...
Setting up libcurl3-gnutls:amd64 (7.64.0-4+deb10u1) ...
Setting up liberror-perl (0.17027-2) ...
Setting up libpcre2-8-0:amd64 (10.32-5) ...
Setting up build-essential (12.6) ...
Setting up git-man (1:2.20.1-2+deb10u3) ...
Setting up libaprutil1:amd64 (1.6.1-4) ...
Setting up libserf-1-1:amd64 (1.3.9-7+b10) ...
Setting up git (1:2.20.1-2+deb10u3) ...
Setting up libsvn1:amd64 (1.10.4-1+deb10u2) ...
Setting up subversion (1.10.4-1+deb10u2) ...
Processing triggers for libc-bin (2.28-10) ...
WARNING:
apt
does not have a stable CLI interface.
Use with caution in scripts.
Reading package lists...
Building dependency tree...
Reading state information...
The following package was automatically installed and is no longer required:
lsb-base
Use 'apt autoremove' to remove it.
The following additional packages will be installed:
libpq5
Suggested packages:
postgresql-doc-11
The following NEW packages will be installed:
libpq-dev libpq5
0 upgraded, 2 newly installed, 0 to remove and 1 not upgraded.
Need to get 332 kB of archives.
After this operation, 1462 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian buster/main amd64 libpq5 amd64 11.10-0+deb10u1 [168 kB]
Get:2 http://deb.debian.org/debian buster/main amd64 libpq-dev amd64 11.10-0+deb10u1 [164 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 332 kB in 0s (1663 kB/s)
Selecting previously unselected package libpq5:amd64.
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ...
13812 files and directories currently installed.)
Preparing to unpack .../libpq5_11.10-0+deb10u1_amd64.deb ...
Unpacking libpq5:amd64 (11.10-0+deb10u1) ...
Selecting previously unselected package libpq-dev.
Preparing to unpack .../libpq-dev_11.10-0+deb10u1_amd64.deb ...
Unpacking libpq-dev (11.10-0+deb10u1) ...
Setting up libpq5:amd64 (11.10-0+deb10u1) ...
Setting up libpq-dev (11.10-0+deb10u1) ...
Processing triggers for libc-bin (2.28-10) ...
Removing intermediate container 90cac3db18ae
---> 05db6faed761
Step 4/4 : RUN pecl install --force pq && pecl run-tests pq
---> Running in ca602866af46
downloading pq-2.1.8.tgz ...
Starting to download pq-2.1.8.tgz (68,098 bytes)
.
.
.
.
.
.
.
.
.
.
.
.
.
.
...done: 68,098 bytes
downloading raphf-2.0.1.tgz ...
Starting to download raphf-2.0.1.tgz (16,003 bytes)
...done: 16,003 bytes
8 source files, building
running: phpize
Configuring for:
PHP Api Version: 20190902
Zend Module Api No: 20190902
Zend Extension Api No: 320190902
building in /tmp/pear/temp/pear-build-defaultuserpsd7Fk/raphf-2.0.1
running: /tmp/pear/temp/raphf/configure --with-php-config=/usr/local/bin/php-config
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for a sed that does not truncate output... /bin/sed
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... cc -E
checking for icc... no
checking for suncc... no
checking for system library directory... lib
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for PHP prefix... /usr/local
checking 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
checking for PHP extension directory... /usr/local/lib/php/extensions/no-debug-zts-20190902
checking for PHP installed headers prefix... /usr/local/include/php
checking if debug is enabled... no
checking if zts is enabled... yes
checking for gawk... no
checking for nawk... nawk
checking if nawk is broken... no
checking whether to enable raphf support... yes, shared
checking for a sed that does not truncate output... /bin/sed
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... pass_all
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking the maximum length of command line arguments... 1572864
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC
checking if cc PIC flag -fPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
creating libtool
appending configuration tag "CXX" to libtool
configure: patching config.h.in
configure: creating ./config.status
config.status: creating config.h
running: make
/bin/bash /tmp/pear/temp/pear-build-defaultuserpsd7Fk/raphf-2.0.1/libtool --mode=compile cc -I. -I/tmp/pear/temp/raphf -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserpsd7Fk/raphf-2.0.1/include -I/tmp/pear/temp/pear-build-defaultuserpsd7Fk/raphf-2.0.1/main -I/tmp/pear/temp/raphf -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/tmp/pear/temp/raphf/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/raphf/src/php_raphf_api.c -o src/php_raphf_api.lo
mkdir src/.libs
cc -I. -I/tmp/pear/temp/raphf -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserpsd7Fk/raphf-2.0.1/include -I/tmp/pear/temp/pear-build-defaultuserpsd7Fk/raphf-2.0.1/main -I/tmp/pear/temp/raphf -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/tmp/pear/temp/raphf/src -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/raphf/src/php_raphf_api.c -fPIC -DPIC -o src/.libs/php_raphf_api.o
/bin/bash /tmp/pear/temp/pear-build-defaultuserpsd7Fk/raphf-2.0.1/libtool --mode=link cc -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-defaultuserpsd7Fk/raphf-2.0.1/include -I/tmp/pear/temp/pear-build-defaultuserpsd7Fk/raphf-2.0.1/main -I/tmp/pear/temp/raphf -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/tmp/pear/temp/raphf/src -DHAVE_CONFIG_H -g -O2 -o raphf.la -export-dynamic -avoid-version -prefer-pic -module -rpath /tmp/pear/temp/pear-build-defaultuserpsd7Fk/raphf-2.0.1/modules src/php_raphf_api.lo
mkdir .libs
cc -shared src/.libs/php_raphf_api.o -Wl,-soname -Wl,raphf.so -o .libs/raphf.so
creating raphf.la
(cd .libs && rm -f raphf.la && ln -s ../raphf.la raphf.la)
/bin/bash /tmp/pear/temp/pear-build-defaultuserpsd7Fk/raphf-2.0.1/libtool --mode=install cp ./raphf.la /tmp/pear/temp/pear-build-defaultuserpsd7Fk/raphf-2.0.1/modules
cp ./.libs/raphf.so /tmp/pear/temp/pear-build-defaultuserpsd7Fk/raphf-2.0.1/modules/raphf.so
cp ./.libs/raphf.lai /tmp/pear/temp/pear-build-defaultuserpsd7Fk/raphf-2.0.1/modules/raphf.la
PATH="$PATH:/sbin" ldconfig -n /tmp/pear/temp/pear-build-defaultuserpsd7Fk/raphf-2.0.1/modules
----------------------------------------------------------------------
Libraries have been installed in:
/tmp/pear/temp/pear-build-defaultuserpsd7Fk/raphf-2.0.1/modules
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Build complete.
Don't forget to run 'make test'.
running: make INSTALL_ROOT="/tmp/pear/temp/pear-build-defaultuserpsd7Fk/install-raphf-2.0.1" install
/bin/bash /tmp/pear/temp/pear-build-defaultuserpsd7Fk/raphf-2.0.1/libtool --mode=install cp ./raphf.la /tmp/pear/temp/pear-build-defaultuserpsd7Fk/raphf-2.0.1/modules
cp ./.libs/raphf.so /tmp/pear/temp/pear-build-defaultuserpsd7Fk/raphf-2.0.1/modules/raphf.so
cp ./.libs/raphf.lai /tmp/pear/temp/pear-build-defaultuserpsd7Fk/raphf-2.0.1/modules/raphf.la
PATH="$PATH:/sbin" ldconfig -n /tmp/pear/temp/pear-build-defaultuserpsd7Fk/raphf-2.0.1/modules
----------------------------------------------------------------------
Libraries have been installed in:
/tmp/pear/temp/pear-build-defaultuserpsd7Fk/raphf-2.0.1/modules
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
Installing shared extensions: /tmp/pear/temp/pear-build-defaultuserpsd7Fk/install-raphf-2.0.1/usr/local/lib/php/extensions/no-debug-zts-20190902/
Installing header files: /tmp/pear/temp/pear-build-defaultuserpsd7Fk/install-raphf-2.0.1/usr/local/include/php/
running: find "/tmp/pear/temp/pear-build-defaultuserpsd7Fk/install-raphf-2.0.1" | xargs ls -dils
397339 4 drwxr-xr-x 3 root root 4096 Mar 9 05:29 /tmp/pear/temp/pear-build-defaultuserpsd7Fk/install-raphf-2.0.1
397363 4 drwxr-xr-x 3 root root 4096 Mar 9 05:29 /tmp/pear/temp/pear-build-defaultuserpsd7Fk/install-raphf-2.0.1/usr
397364 4 drwxr-xr-x 4 root root 4096 Mar 9 05:29 /tmp/pear/temp/pear-build-defaultuserpsd7Fk/install-raphf-2.0.1/usr/local
397369 4 drwxr-xr-x 3 root root 4096 Mar 9 05:29 /tmp/pear/temp/pear-build-defaultuserpsd7Fk/install-raphf-2.0.1/usr/local/include
397370 4 drwxr-xr-x 3 root root 4096 Mar 9 05:29 /tmp/pear/temp/pear-build-defaultuserpsd7Fk/install-raphf-2.0.1/usr/local/include/php
397371 4 drwxr-xr-x 3 root root 4096 Mar 9 05:29 /tmp/pear/temp/pear-build-defaultuserpsd7Fk/install-raphf-2.0.1/usr/local/include/php/ext
397372 4 drwxr-xr-x 2 root root 4096 Mar 9 05:29 /tmp/pear/temp/pear-build-defaultuserpsd7Fk/install-raphf-2.0.1/usr/local/include/php/ext/raphf
397373 4 -rw-r--r-- 1 root root 1295 Mar 9 05:29 /tmp/pear/temp/pear-build-defaultuserpsd7Fk/install-raphf-2.0.1/usr/local/include/php/ext/raphf/php_raphf.h
397374 16 -rw-r--r-- 1 root root 12910 Mar 9 05:29 /tmp/pear/temp/pear-build-defaultuserpsd7Fk/install-raphf-2.0.1/usr/local/include/php/ext/raphf/php_raphf_api.h
397365 4 drwxr-xr-x 3 root root 4096 Mar 9 05:29 /tmp/pear/temp/pear-build-defaultuserpsd7Fk/install-raphf-2.0.1/usr/local/lib
397366 4 drwxr-xr-x 3 root root 4096 Mar 9 05:29 /tmp/pear/temp/pear-build-defaultuserpsd7Fk/install-raphf-2.0.1/usr/local/lib/php
397367 4 drwxr-xr-x 3 root root 4096 Mar 9 05:29 /tmp/pear/temp/pear-build-defaultuserpsd7Fk/install-raphf-2.0.1/usr/local/lib/php/extensions
397368 4 drwxr-xr-x 2 root root 4096 Mar 9 05:29 /tmp/pear/temp/pear-build-defaultuserpsd7Fk/install-raphf-2.0.1/usr/local/lib/php/extensions/no-debug-zts-20190902
397362 104 -rwxr-xr-x 1 root root 105456 Mar 9 05:29 /tmp/pear/temp/pear-build-defaultuserpsd7Fk/install-raphf-2.0.1/usr/local/lib/php/extensions/no-debug-zts-20190902/raphf.so
Build process completed successfully
Installing '/usr/local/lib/php/extensions/no-debug-zts-20190902/raphf.so'
Installing '/usr/local/include/php/ext/raphf/php_raphf_api.h'
Installing '/usr/local/include/php/ext/raphf/php_raphf.h'
install ok: channel://pecl.php.net/raphf-2.0.1
37 source files, building
running: phpize
Configuring for:
PHP Api Version: 20190902
Zend Module Api No: 20190902
Zend Extension Api No: 320190902
where to find the postgresql library/headers
[yes]
:
building in /tmp/pear/temp/pear-build-defaultuserbtrmIm/pq-2.1.8
running: /tmp/pear/temp/pq/configure --with-php-config=/usr/local/bin/php-config --with-pq
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for a sed that does not truncate output... /bin/sed
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... cc -E
checking for icc... no
checking for suncc... no
checking for system library directory... lib
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for PHP prefix... /usr/local
checking 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
checking for PHP extension directory... /usr/local/lib/php/extensions/no-debug-zts-20190902
checking for PHP installed headers prefix... /usr/local/include/php
checking if debug is enabled... no
checking if zts is enabled... yes
checking for gawk... no
checking for nawk... nawk
checking if nawk is broken... no
checking whether to enable libpq (PostgreSQL) support... yes, shared
checking for pg_config... /usr/bin/pg_config
checking for PostgreSQL version... 11.10 (Debian 11.10-0+deb10u1)
checking for egrep... (cached) /bin/grep -E
checking for PGRES_SINGLE_TUPLE... yep
checking for PGRES_COPY_BOTH... yep
checking for PQregisterEventProc in -lpq... yes
checking for PQlibVersion in -lpq... yes
checking for PQconninfo in -lpq... yes
checking for PQsetSingleRowMode in -lpq... yes
checking for ext/raphf support... no
configure: error: Please install pecl/raphf and activate extension=raphf.so in your php.ini
ERROR: `/tmp/pear/temp/pq/configure --with-php-config=/usr/local/bin/php-config --with-pq' failed