Skip to content

Instantly share code, notes, and snippets.

@ioannis101
Created February 1, 2022 13:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ioannis101/85f178c50f8e8e89ede884677c8e3914 to your computer and use it in GitHub Desktop.
Save ioannis101/85f178c50f8e8e89ede884677c8e3914 to your computer and use it in GitHub Desktop.
CMM install logs
This file has been truncated, but you can view the full file.
*****************************************************
Downloading all required software for install routines.
(B*****************************************************
*************************************************
* Installing Development Tools
(B*************************************************
please wait for yum download and installs to complete.
yum installs in less verbose mode so final install status is only shown..
....
......
.........
Loaded plugins: fastestmirror, versionlock
Loading mirror speeds from cached hostfile
* base: mirror.fra10.de.leaseweb.net
* epel: d2lzkl7pfhq30w.cloudfront.net
* extras: mirror.imt-systems.com
* updates: centos.mirror.root.lu
Package yum-3.4.3-168.el7.centos.noarch already installed and latest version
Nothing to do
Loaded plugins: fastestmirror, versionlock
Loading mirror speeds from cached hostfile
* base: mirror.fra10.de.leaseweb.net
* epel: mirror.its.dal.ca
* extras: mirror.imt-systems.com
* updates: centos.mirror.root.lu
Package yum-3.4.3-168.el7.centos.noarch already installed and latest version
Nothing to do
setting yum priorities for CentOS-Base.repo
[base]
name=CentOS-$releasever - Base
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os&infra=$infra
#baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
[updates]
name=CentOS-$releasever - Updates
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates&infra=$infra
#baseurl=http://mirror.centos.org/centos/$releasever/updates/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
[extras]
name=CentOS-$releasever - Extras
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras&infra=$infra
#baseurl=http://mirror.centos.org/centos/$releasever/extras/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
[centosplus]
name=CentOS-$releasever - Plus
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=centosplus&infra=$infra
#baseurl=http://mirror.centos.org/centos/$releasever/centosplus/$basearch/
gpgcheck=1
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
*************************************************
(BFixing CentOS-Base.repo YUM Priorities
(B*************************************************
(B# CentOS-Base.repo
#
# The mirror system uses the connecting IP address of the client and the
# update status of each mirror to pick mirrors that are updated to and
# geographically close to the client. You should use this for CentOS updates
# unless you are manually picking other mirrors.
#
# If the mirrorlist= does not work for you, as a fall back you can try the
# remarked out baseurl= line instead.
#
#
[base]
name=CentOS-$releasever - Base
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os&infra=$infra
#baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
priority=1
#released updates
[updates]
name=CentOS-$releasever - Updates
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates&infra=$infra
#baseurl=http://mirror.centos.org/centos/$releasever/updates/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
priority=1
priority=1
#additional packages that may be useful
[extras]
name=CentOS-$releasever - Extras
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras&infra=$infra
#baseurl=http://mirror.centos.org/centos/$releasever/extras/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
priority=1
#additional packages that extend functionality of existing packages
[centosplus]
name=CentOS-$releasever - Plus
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=centosplus&infra=$infra
#baseurl=http://mirror.centos.org/centos/$releasever/centosplus/$basearch/
gpgcheck=1
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
priority=2
priority=2
setting yum priorities for CentOS-CR.repo
[cr]
name=CentOS-$releasever - cr
baseurl=http://mirror.centos.org/centos/$releasever/cr/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
*************************************************
(BFixing CentOS-CR.repo YUM Priorities
(B*************************************************
(B# CentOS-CR.repo
#
# The Continuous Release ( CR ) repository contains rpms that are due in the next
# release for a specific CentOS Version ( eg. next release in CentOS-7 ); these rpms
# are far less tested, with no integration checking or update path testing having
# taken place. They are still built from the upstream sources, but might not map
# to an exact upstream distro release.
#
# These packages are made available soon after they are built, for people willing
# to test their environments, provide feedback on content for the next release, and
# for people looking for early-access to next release content.
#
# The CR repo is shipped in a disabled state by default; its important that users
# understand the implications of turning this on.
#
# NOTE: We do not use a mirrorlist for the CR repos, to ensure content is available
# to everyone as soon as possible, and not need to wait for the external
# mirror network to seed first. However, many local mirrors will carry CR repos
# and if desired you can use one of these local mirrors by editing the baseurl
# line in the repo config below.
#
[cr]
name=CentOS-$releasever - cr
baseurl=http://mirror.centos.org/centos/$releasever/cr/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
priority=1
enabled=0
skip unneeded yum package check/installs for curl installer routines
skip unneeded yum package check/installs for curl installer routines
*************************************************
* CentOS 7.x detected installing EPEL Repo
(B*************************************************
setting yum priorities for epel.repo
[epel]
name=Extra Packages for Enterprise Linux 7 - $basearch
#baseurl=http://download.fedoraproject.org/pub/epel/7/$basearch
metalink=https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=$basearch
failovermethod=priority
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
*************************************************
(BFixing epel.repo YUM Priorities
(B*************************************************
(B[epel]
name=Extra Packages for Enterprise Linux 7 - $basearch
#baseurl=http://download.fedoraproject.org/pub/epel/7/$basearch
metalink=https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=$basearch
failovermethod=priority
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
priority=3
exclude=varnish varnish-libs galera nodejs nginx mongodb redis* scl-utils percona-xtrabackup
[epel-debuginfo]
name=Extra Packages for Enterprise Linux 7 - $basearch - Debug
#baseurl=http://download.fedoraproject.org/pub/epel/7/$basearch/debug
metalink=https://mirrors.fedoraproject.org/metalink?repo=epel-debug-7&arch=$basearch
failovermethod=priority
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
gpgcheck=1
[epel-source]
name=Extra Packages for Enterprise Linux 7 - $basearch - Source
#baseurl=http://download.fedoraproject.org/pub/epel/7/SRPMS
metalink=https://mirrors.fedoraproject.org/metalink?repo=epel-source-7&arch=$basearch
failovermethod=priority
enabled=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7
gpgcheck=1
rpmforge-release-0.5.3-1.el7.rf.x86_64.rpm [found]
curl: (6) Could not resolve host: apt.sw.be; Unknown error
error: http://apt.sw.be/RPM-GPG-KEY.dag.txt: import read failed(2).
warning: rpmforge-release-0.5.3-1.el7.rf.x86_64.rpm: Header V3 DSA/SHA1 Signature, key ID 6b8d79e6: NOKEY
Preparing... ########################################
Updating / installing...
rpmforge-release-0.5.3-1.el7.rf ########################################
setting yum priorities for rpmforge.repo
[rpmforge]
name = RHEL $releasever - RPMforge.net - dag
baseurl = http://apt.sw.be/redhat/el7/en/$basearch/rpmforge
mirrorlist = http://mirrorlist.repoforge.org/el7/mirrors-rpmforge
#mirrorlist = file:///etc/yum.repos.d/mirrors-rpmforge
enabled = 1
protect = 0
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmforge-dag
gpgcheck = 1
*************************************************
(BFixing rpmforge.repo YUM Priorities
(B*************************************************
(B### Name: RPMforge RPM Repository for RHEL 7 - dag
### URL: http://rpmforge.net/
[rpmforge]
name = RHEL $releasever - RPMforge.net - dag
baseurl = http://apt.sw.be/redhat/el7/en/$basearch/rpmforge
mirrorlist = http://mirrorlist.repoforge.org/el7/mirrors-rpmforge
#mirrorlist = file:///etc/yum.repos.d/mirrors-rpmforge
enabled = 0
protect = 0
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmforge-dag
gpgcheck = 1
priority=5
exclude=pure-ftpd optipng clamav* clamd lshw
[rpmforge-extras]
name = RHEL $releasever - RPMforge.net - extras
baseurl = http://apt.sw.be/redhat/el7/en/$basearch/extras
mirrorlist = http://mirrorlist.repoforge.org/el7/mirrors-rpmforge-extras
#mirrorlist = file:///etc/yum.repos.d/mirrors-rpmforge-extras
enabled = 0
protect = 0
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmforge-dag
gpgcheck = 1
[rpmforge-testing]
name = RHEL $releasever - RPMforge.net - testing
baseurl = http://apt.sw.be/redhat/el7/en/$basearch/testing
mirrorlist = http://mirrorlist.repoforge.org/el7/mirrors-rpmforge-testing
#mirrorlist = file:///etc/yum.repos.d/mirrors-rpmforge-testing
enabled = 0
protect = 0
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmforge-dag
gpgcheck = 1
Error: percona-release-latest.noarch.rpm not found !!! Downloading now......
2022-01-31 18:00:52 URL:https://repo.percona.com/yum/percona-release-latest.noarch.rpm [20096/20096] -> "percona-release-latest.noarch.rpm" [1]
Download done.
(BPreparing... ########################################
Updating / installing...
percona-release-1.0-27 ########################################
* Enabling the Percona Original repository
<*> All done!
* Enabling the Percona Release repository
<*> All done!
The percona-release package now contains a percona-release script that can enable additional repositories for our newer products.
For example, to enable the Percona Server 8.0 repository use:
percona-release setup ps80
Note: To avoid conflicts with older product versions, the percona-release setup command may disable our original repository for some products.
For more information, please visit:
https://www.percona.com/doc/percona-repo-config/percona-release.html
Loaded plugins: fastestmirror, priorities, versionlock
========================= repo: percona-release-noarch =========================
[percona-release-noarch]
async = True
bandwidth = 0
base_persistdir = /var/lib/yum/repos/x86_64/7
baseurl = http://repo.percona.com/percona/yum/release/7/RPMS/noarch
cache = 0
cachedir = /var/cache/yum/x86_64/7/percona-release-noarch
check_config_file_age = True
compare_providers_priority = 80
cost = 1000
deltarpm_metadata_percentage = 100
deltarpm_percentage =
enabled = 0
enablegroups = True
exclude =
failovermethod = priority
ftp_disable_epsv = False
gpgcadir = /var/lib/yum/repos/x86_64/7/percona-release-noarch/gpgcadir
gpgcakey =
gpgcheck = True
gpgdir = /var/lib/yum/repos/x86_64/7/percona-release-noarch/gpgdir
gpgkey = file:///etc/pki/rpm-gpg/PERCONA-PACKAGING-KEY
hdrdir = /var/cache/yum/x86_64/7/percona-release-noarch/headers
http_caching = all
includepkgs =
ip_resolve =
keepalive = True
keepcache = False
mddownloadpolicy = sqlite
mdpolicy = group:small
mediaid =
metadata_expire = 21600
metadata_expire_filter = read-only:present
metalink =
minrate = 0
mirrorlist =
mirrorlist_expire = 86400
name = Percona Original release/noarch YUM repository
old_base_cache_dir =
password =
persistdir = /var/lib/yum/repos/x86_64/7/percona-release-noarch
pkgdir = /var/cache/yum/x86_64/7/percona-release-noarch/packages
priority = 99
proxy = False
proxy_dict =
proxy_password =
proxy_username =
repo_gpgcheck = False
retries = 10
skip_if_unavailable = False
ssl_check_cert_permissions = True
sslcacert =
sslclientcert =
sslclientkey =
sslverify = True
throttle = 0
timeout = 30.0
ui_id = percona-release-noarch/7
ui_repoid_vars = releasever,
basearch
username =
remi-release-7.rpm [found]
gpg(CentOS-7 Key (CentOS 7 Official Signing Key) <security@centos.org>) ->f4a80eb5-53a7ff4b
gpg(Fedora EPEL (7) <epel@fedoraproject.org>) ->352c64e5-52ae6884
gpg(Dag Wieers (Dag Apt Repository v1.0) <dag@wieers.com>) ->6b8d79e6-3f49313d
gpg(Percona MySQL Development Team <mysql-dev@percona.com>) ->cd2efd2a-4b26dda1
gpg(Remi Collet <RPMS@FamilleCollet.com>) ->00f97f56-467e318a
gpg(Remi's RPM repository <remi@remirepo.net>) ->0364b949-58bd2928
gpg(Remi's RPM repository <remi@remirepo.net>) ->5f11735a-5a58bcd7
gpg(Remi's RPM repository (https://rpms.remirepo.net/) <remi@remirepo.net>) ->bbae6f1b-5c790651
Preparing... ########################################
Updating / installing...
remi-release-7.1-3.el7.remi ########################################
setting yum priorities for remi.repo
[remi]
name=Remi's RPM repository for Enterprise Linux 7 - $basearch
#baseurl=http://rpms.remirepo.net/enterprise/7/remi/$basearch/
mirrorlist=http://rpms.remirepo.net/enterprise/7/remi/mirror
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi
*************************************************
(BFixing remi.repo YUM Priorities
(B*************************************************
(B# Repository: http://rpms.remirepo.net/
# Blog: http://blog.remirepo.net/
# Forum: http://forum.remirepo.net/
[remi]
name=Remi's RPM repository for Enterprise Linux 7 - $basearch
#baseurl=http://rpms.remirepo.net/enterprise/7/remi/$basearch/
mirrorlist=http://rpms.remirepo.net/enterprise/7/remi/mirror
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi
priority=9
exclude=php* mysql*
[remi-php55]
name=Remi's PHP 5.5 RPM repository for Enterprise Linux 7 - $basearch
#baseurl=http://rpms.remirepo.net/enterprise/7/php55/$basearch/
mirrorlist=http://rpms.remirepo.net/enterprise/7/php55/mirror
# NOTICE: common dependencies are in "remi-safe"
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi
[remi-php56]
name=Remi's PHP 5.6 RPM repository for Enterprise Linux 7 - $basearch
#baseurl=http://rpms.remirepo.net/enterprise/7/php56/$basearch/
mirrorlist=http://rpms.remirepo.net/enterprise/7/php56/mirror
# NOTICE: common dependencies are in "remi-safe"
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi
[remi-test]
name=Remi's test RPM repository for Enterprise Linux 7 - $basearch
#baseurl=http://rpms.remirepo.net/enterprise/7/test/$basearch/
mirrorlist=http://rpms.remirepo.net/enterprise/7/test/mirror
# WARNING: If you enable this repository, you must also enable "remi"
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi
[remi-debuginfo]
name=Remi's RPM repository for Enterprise Linux 7 - $basearch - debuginfo
baseurl=http://rpms.remirepo.net/enterprise/7/debug-remi/$basearch/
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi
[remi-php55-debuginfo]
name=Remi's PHP 5.5 RPM repository for Enterprise Linux 7 - $basearch - debuginfo
baseurl=http://rpms.remirepo.net/enterprise/7/debug-php55/$basearch/
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi
[remi-php56-debuginfo]
name=Remi's PHP 5.6 RPM repository for Enterprise Linux 7 - $basearch - debuginfo
baseurl=http://rpms.remirepo.net/enterprise/7/debug-php56/$basearch/
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi
[remi-test-debuginfo]
name=Remi's test RPM repository for Enterprise Linux 7 - $basearch - debuginfo
baseurl=http://rpms.remirepo.net/enterprise/7/debug-test/$basearch/
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi
GeoIP database and library install...
(BGeoLiteCity database download ...
(BHTTP/1.1 200 OK
GEOIPCOUNTRYDATA_CURLCHECK=0
--2022-01-31 18:00:57-- https://centminmod.com/centminmodparts/geoip-legacy/GeoIP.dat.gz
Resolving centminmod.com (centminmod.com)... 104.18.11.170, 104.18.10.170
Connecting to centminmod.com (centminmod.com)|104.18.11.170|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 661192 (646K) [application/octet-stream]
Saving to: ‘/usr/share/GeoIP/GeoIP.dat.gz’
0K .......... .......... .......... .......... .......... 7% 3.93M 0s
50K .......... .......... .......... .......... .......... 15% 181M 0s
100K .......... .......... .......... .......... .......... 23% 4.23M 0s
150K .......... .......... .......... .......... .......... 30% 110M 0s
200K .......... .......... .......... .......... .......... 38% 174M 0s
250K .......... .......... .......... .......... .......... 46% 82.3M 0s
300K .......... .......... .......... .......... .......... 54% 4.71M 0s
350K .......... .......... .......... .......... .......... 61% 101M 0s
400K .......... .......... .......... .......... .......... 69% 153M 0s
450K .......... .......... .......... .......... .......... 77% 77.9M 0s
500K .......... .......... .......... .......... .......... 85% 84.1M 0s
550K .......... .......... .......... .......... .......... 92% 93.7M 0s
600K .......... .......... .......... .......... ..... 100% 128M=0.04s
2022-01-31 18:00:57 (16.2 MB/s) - ‘/usr/share/GeoIP/GeoIP.dat.gz’ saved [661192/661192]
HTTP/1.1 200 OK
GEOIPCITYDATA_CURLCHECK=0
--2022-01-31 18:00:58-- https://centminmod.com/centminmodparts/geoip-legacy/GeoLiteCity.gz
Resolving centminmod.com (centminmod.com)... 104.18.11.170, 104.18.10.170
Connecting to centminmod.com (centminmod.com)|104.18.11.170|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 12772235 (12M) [application/octet-stream]
Saving to: ‘/usr/share/GeoIP/GeoLiteCity.dat.gz’
0K .......... .......... .......... .......... .......... 0% 2.91M 4s
50K .......... .......... .......... .......... .......... 0% 65.1M 2s
100K .......... .......... .......... .......... .......... 1% 2.88M 3s
150K .......... .......... .......... .......... .......... 1% 79.4M 2s
200K .......... .......... .......... .......... .......... 2% 57.1M 2s
250K .......... .......... .......... .......... .......... 2% 49.6M 1s
300K .......... .......... .......... .......... .......... 2% 3.05M 2s
350K .......... .......... .......... .......... .......... 3% 67.7M 2s
400K .......... .......... .......... .......... .......... 3% 50.0M 1s
450K .......... .......... .......... .......... .......... 4% 51.1M 1s
500K .......... .......... .......... .......... .......... 4% 61.9M 1s
550K .......... .......... .......... .......... .......... 4% 50.4M 1s
600K .......... .......... .......... .......... .......... 5% 49.6M 1s
650K .......... .......... .......... .......... .......... 5% 51.3M 1s
700K .......... .......... .......... .......... .......... 6% 24.3M 1s
750K .......... .......... .......... .......... .......... 6% 112M 1s
800K .......... .......... .......... .......... .......... 6% 5.80M 1s
850K .......... .......... .......... .......... .......... 7% 142M 1s
900K .......... .......... .......... .......... .......... 7% 46.3M 1s
950K .......... .......... .......... .......... .......... 8% 45.9M 1s
1000K .......... .......... .......... .......... .......... 8% 50.0M 1s
1050K .......... .......... .......... .......... .......... 8% 81.8M 1s
1100K .......... .......... .......... .......... .......... 9% 36.3M 1s
1150K .......... .......... .......... .......... .......... 9% 42.6M 1s
1200K .......... .......... .......... .......... .......... 10% 50.6M 1s
1250K .......... .......... .......... .......... .......... 10% 56.1M 1s
1300K .......... .......... .......... .......... .......... 10% 50.5M 1s
1350K .......... .......... .......... .......... .......... 11% 53.0M 1s
1400K .......... .......... .......... .......... .......... 11% 45.0M 1s
1450K .......... .......... .......... .......... .......... 12% 64.1M 1s
1500K .......... .......... .......... .......... .......... 12% 49.7M 1s
1550K .......... .......... .......... .......... .......... 12% 53.3M 1s
1600K .......... .......... .......... .......... .......... 13% 49.9M 1s
1650K .......... .......... .......... .......... .......... 13% 23.6M 1s
1700K .......... .......... .......... .......... .......... 14% 172M 1s
1750K .......... .......... .......... .......... .......... 14% 33.9M 1s
1800K .......... .......... .......... .......... .......... 14% 80.7M 1s
1850K .......... .......... .......... .......... .......... 15% 127M 1s
1900K .......... .......... .......... .......... .......... 15% 100M 0s
1950K .......... .......... .......... .......... .......... 16% 89.8M 0s
2000K .......... .......... .......... .......... .......... 16% 40.4M 0s
2050K .......... .......... .......... .......... .......... 16% 205M 0s
2100K .......... .......... .......... .......... .......... 17% 208M 0s
2150K .......... .......... .......... .......... .......... 17% 84.1M 0s
2200K .......... .......... .......... .......... .......... 18% 113M 0s
2250K .......... .......... .......... .......... .......... 18% 104M 0s
2300K .......... .......... .......... .......... .......... 18% 100M 0s
2350K .......... .......... .......... .......... .......... 19% 81.3M 0s
2400K .......... .......... .......... .......... .......... 19% 55.9M 0s
2450K .......... .......... .......... .......... .......... 20% 187M 0s
2500K .......... .......... .......... .......... .......... 20% 90.5M 0s
2550K .......... .......... .......... .......... .......... 20% 84.0M 0s
2600K .......... .......... .......... .......... .......... 21% 119M 0s
2650K .......... .......... .......... .......... .......... 21% 111M 0s
2700K .......... .......... .......... .......... .......... 22% 58.4M 0s
2750K .......... .......... .......... .......... .......... 22% 121M 0s
2800K .......... .......... .......... .......... .......... 22% 76.7M 0s
2850K .......... .......... .......... .......... .......... 23% 117M 0s
2900K .......... .......... .......... .......... .......... 23% 76.5M 0s
2950K .......... .......... .......... .......... .......... 24% 102M 0s
3000K .......... .......... .......... .......... .......... 24% 114M 0s
3050K .......... .......... .......... .......... .......... 24% 80.2M 0s
3100K .......... .......... .......... .......... .......... 25% 75.8M 0s
3150K .......... .......... .......... .......... .......... 25% 127M 0s
3200K .......... .......... .......... .......... .......... 26% 70.7M 0s
3250K .......... .......... .......... .......... .......... 26% 165M 0s
3300K .......... .......... .......... .......... .......... 26% 104M 0s
3350K .......... .......... .......... .......... .......... 27% 163M 0s
3400K .......... .......... .......... .......... .......... 27% 108M 0s
3450K .......... .......... .......... .......... .......... 28% 133M 0s
3500K .......... .......... .......... .......... .......... 28% 108M 0s
3550K .......... .......... .......... .......... .......... 28% 15.1M 0s
3600K .......... .......... .......... .......... .......... 29% 132M 0s
3650K .......... .......... .......... .......... .......... 29% 110M 0s
3700K .......... .......... .......... .......... .......... 30% 136M 0s
3750K .......... .......... .......... .......... .......... 30% 98.6M 0s
3800K .......... .......... .......... .......... .......... 30% 126M 0s
3850K .......... .......... .......... .......... .......... 31% 127M 0s
3900K .......... .......... .......... .......... .......... 31% 32.7M 0s
3950K .......... .......... .......... .......... .......... 32% 157M 0s
4000K .......... .......... .......... .......... .......... 32% 200M 0s
4050K .......... .......... .......... .......... .......... 32% 172M 0s
4100K .......... .......... .......... .......... .......... 33% 247M 0s
4150K .......... .......... .......... .......... .......... 33% 265M 0s
4200K .......... .......... .......... .......... .......... 34% 231M 0s
4250K .......... .......... .......... .......... .......... 34% 72.5M 0s
4300K .......... .......... .......... .......... .......... 34% 286M 0s
4350K .......... .......... .......... .......... .......... 35% 112M 0s
4400K .......... .......... .......... .......... .......... 35% 123M 0s
4450K .......... .......... .......... .......... .......... 36% 125M 0s
4500K .......... .......... .......... .......... .......... 36% 126M 0s
4550K .......... .......... .......... .......... .......... 36% 118M 0s
4600K .......... .......... .......... .......... .......... 37% 94.1M 0s
4650K .......... .......... .......... .......... .......... 37% 229M 0s
4700K .......... .......... .......... .......... .......... 38% 83.5M 0s
4750K .......... .......... .......... .......... .......... 38% 121M 0s
4800K .......... .......... .......... .......... .......... 38% 106M 0s
4850K .......... .......... .......... .......... .......... 39% 139M 0s
4900K .......... .......... .......... .......... .......... 39% 120M 0s
4950K .......... .......... .......... .......... .......... 40% 101M 0s
5000K .......... .......... .......... .......... .......... 40% 153M 0s
5050K .......... .......... .......... .......... .......... 40% 121M 0s
5100K .......... .......... .......... .......... .......... 41% 50.7M 0s
5150K .......... .......... .......... .......... .......... 41% 183M 0s
5200K .......... .......... .......... .......... .......... 42% 250M 0s
5250K .......... .......... .......... .......... .......... 42% 177M 0s
5300K .......... .......... .......... .......... .......... 42% 94.3M 0s
5350K .......... .......... .......... .......... .......... 43% 86.8M 0s
5400K .......... .......... .......... .......... .......... 43% 216M 0s
5450K .......... .......... .......... .......... .......... 44% 118M 0s
5500K .......... .......... .......... .......... .......... 44% 127M 0s
5550K .......... .......... .......... .......... .......... 44% 48.1M 0s
5600K .......... .......... .......... .......... .......... 45% 226M 0s
5650K .......... .......... .......... .......... .......... 45% 294M 0s
5700K .......... .......... .......... .......... .......... 46% 75.0M 0s
5750K .......... .......... .......... .......... .......... 46% 153M 0s
5800K .......... .......... .......... .......... .......... 46% 187M 0s
5850K .......... .......... .......... .......... .......... 47% 2.90M 0s
5900K .......... .......... .......... .......... .......... 47% 67.7M 0s
5950K .......... .......... .......... .......... .......... 48% 191M 0s
6000K .......... .......... .......... .......... .......... 48% 300M 0s
6050K .......... .......... .......... .......... .......... 48% 422M 0s
6100K .......... .......... .......... .......... .......... 49% 121M 0s
6150K .......... .......... .......... .......... .......... 49% 273M 0s
6200K .......... .......... .......... .......... .......... 50% 344M 0s
6250K .......... .......... .......... .......... .......... 50% 48.5M 0s
6300K .......... .......... .......... .......... .......... 50% 350M 0s
6350K .......... .......... .......... .......... .......... 51% 217M 0s
6400K .......... .......... .......... .......... .......... 51% 359M 0s
6450K .......... .......... .......... .......... .......... 52% 188M 0s
6500K .......... .......... .......... .......... .......... 52% 43.0M 0s
6550K .......... .......... .......... .......... .......... 52% 321M 0s
6600K .......... .......... .......... .......... .......... 53% 430M 0s
6650K .......... .......... .......... .......... .......... 53% 371M 0s
6700K .......... .......... .......... .......... .......... 54% 371M 0s
6750K .......... .......... .......... .......... .......... 54% 13.8M 0s
6800K .......... .......... .......... .......... .......... 54% 151M 0s
6850K .......... .......... .......... .......... .......... 55% 361M 0s
6900K .......... .......... .......... .......... .......... 55% 278M 0s
6950K .......... .......... .......... .......... .......... 56% 63.2M 0s
7000K .......... .......... .......... .......... .......... 56% 403M 0s
7050K .......... .......... .......... .......... .......... 56% 210M 0s
7100K .......... .......... .......... .......... .......... 57% 423M 0s
7150K .......... .......... .......... .......... .......... 57% 380M 0s
7200K .......... .......... .......... .......... .......... 58% 77.9M 0s
7250K .......... .......... .......... .......... .......... 58% 317M 0s
7300K .......... .......... .......... .......... .......... 58% 490M 0s
7350K .......... .......... .......... .......... .......... 59% 459M 0s
7400K .......... .......... .......... .......... .......... 59% 390M 0s
7450K .......... .......... .......... .......... .......... 60% 146M 0s
7500K .......... .......... .......... .......... .......... 60% 335M 0s
7550K .......... .......... .......... .......... .......... 60% 176M 0s
7600K .......... .......... .......... .......... .......... 61% 200M 0s
7650K .......... .......... .......... .......... .......... 61% 227M 0s
7700K .......... .......... .......... .......... .......... 62% 288M 0s
7750K .......... .......... .......... .......... .......... 62% 252M 0s
7800K .......... .......... .......... .......... .......... 62% 361M 0s
7850K .......... .......... .......... .......... .......... 63% 209M 0s
7900K .......... .......... .......... .......... .......... 63% 279M 0s
7950K .......... .......... .......... .......... .......... 64% 176M 0s
8000K .......... .......... .......... .......... .......... 64% 241M 0s
8050K .......... .......... .......... .......... .......... 64% 255M 0s
8100K .......... .......... .......... .......... .......... 65% 539M 0s
8150K .......... .......... .......... .......... .......... 65% 388M 0s
8200K .......... .......... .......... .......... .......... 66% 133M 0s
8250K .......... .......... .......... .......... .......... 66% 446M 0s
8300K .......... .......... .......... .......... .......... 66% 593M 0s
8350K .......... .......... .......... .......... .......... 67% 7.95M 0s
8400K .......... .......... .......... .......... .......... 67% 306M 0s
8450K .......... .......... .......... .......... .......... 68% 136M 0s
8500K .......... .......... .......... .......... .......... 68% 103M 0s
8550K .......... .......... .......... .......... .......... 68% 87.5M 0s
8600K .......... .......... .......... .......... .......... 69% 160M 0s
8650K .......... .......... .......... .......... .......... 69% 133M 0s
8700K .......... .......... .......... .......... .......... 70% 20.7M 0s
8750K .......... .......... .......... .......... .......... 70% 98.2M 0s
8800K .......... .......... .......... .......... .......... 70% 160M 0s
8850K .......... .......... .......... .......... .......... 71% 95.7M 0s
8900K .......... .......... .......... .......... .......... 71% 165M 0s
8950K .......... .......... .......... .......... .......... 72% 122M 0s
9000K .......... .......... .......... .......... .......... 72% 121M 0s
9050K .......... .......... .......... .......... .......... 72% 108M 0s
9100K .......... .......... .......... .......... .......... 73% 156M 0s
9150K .......... .......... .......... .......... .......... 73% 85.2M 0s
9200K .......... .......... .......... .......... .......... 74% 99.6M 0s
9250K .......... .......... .......... .......... .......... 74% 177M 0s
9300K .......... .......... .......... .......... .......... 74% 94.4M 0s
9350K .......... .......... .......... .......... .......... 75% 149M 0s
9400K .......... .......... .......... .......... .......... 75% 14.3M 0s
9450K .......... .......... .......... .......... .......... 76% 160M 0s
9500K .......... .......... .......... .......... .......... 76% 419M 0s
9550K .......... .......... .......... .......... .......... 76% 394M 0s
9600K .......... .......... .......... .......... .......... 77% 428M 0s
9650K .......... .......... .......... .......... .......... 77% 426M 0s
9700K .......... .......... .......... .......... .......... 78% 442M 0s
9750K .......... .......... .......... .......... .......... 78% 362M 0s
9800K .......... .......... .......... .......... .......... 78% 27.1M 0s
9850K .......... .......... .......... .......... .......... 79% 526M 0s
9900K .......... .......... .......... .......... .......... 79% 492M 0s
9950K .......... .......... .......... .......... .......... 80% 2.04M 0s
10000K .......... .......... .......... .......... .......... 80% 261M 0s
10050K .......... .......... .......... .......... .......... 80% 77.0M 0s
10100K .......... .......... .......... .......... .......... 81% 300M 0s
10150K .......... .......... .......... .......... .......... 81% 190M 0s
10200K .......... .......... .......... .......... .......... 82% 426M 0s
10250K .......... .......... .......... .......... .......... 82% 426M 0s
10300K .......... .......... .......... .......... .......... 82% 62.3M 0s
10350K .......... .......... .......... .......... .......... 83% 301M 0s
10400K .......... .......... .......... .......... .......... 83% 400M 0s
10450K .......... .......... .......... .......... .......... 84% 332M 0s
10500K .......... .......... .......... .......... .......... 84% 363M 0s
10550K .......... .......... .......... .......... .......... 84% 280M 0s
10600K .......... .......... .......... .......... .......... 85% 188M 0s
10650K .......... .......... .......... .......... .......... 85% 263M 0s
10700K .......... .......... .......... .......... .......... 86% 447M 0s
10750K .......... .......... .......... .......... .......... 86% 423M 0s
10800K .......... .......... .......... .......... .......... 86% 532M 0s
10850K .......... .......... .......... .......... .......... 87% 597M 0s
10900K .......... .......... .......... .......... .......... 87% 575M 0s
10950K .......... .......... .......... .......... .......... 88% 456M 0s
11000K .......... .......... .......... .......... .......... 88% 402M 0s
11050K .......... .......... .......... .......... .......... 88% 525M 0s
11100K .......... .......... .......... .......... .......... 89% 517M 0s
11150K .......... .......... .......... .......... .......... 89% 381M 0s
11200K .......... .......... .......... .......... .......... 90% 466M 0s
11250K .......... .......... .......... .......... .......... 90% 556M 0s
11300K .......... .......... .......... .......... .......... 90% 386M 0s
11350K .......... .......... .......... .......... .......... 91% 390M 0s
11400K .......... .......... .......... .......... .......... 91% 6.48M 0s
11450K .......... .......... .......... .......... .......... 92% 50.7M 0s
11500K .......... .......... .......... .......... .......... 92% 190M 0s
11550K .......... .......... .......... .......... .......... 93% 244M 0s
11600K .......... .......... .......... .......... .......... 93% 168M 0s
11650K .......... .......... .......... .......... .......... 93% 256M 0s
11700K .......... .......... .......... .......... .......... 94% 394M 0s
11750K .......... .......... .......... .......... .......... 94% 194M 0s
11800K .......... .......... .......... .......... .......... 95% 262M 0s
11850K .......... .......... .......... .......... .......... 95% 266M 0s
11900K .......... .......... .......... .......... .......... 95% 306M 0s
11950K .......... .......... .......... .......... .......... 96% 267M 0s
12000K .......... .......... .......... .......... .......... 96% 332M 0s
12050K .......... .......... .......... .......... .......... 97% 370M 0s
12100K .......... .......... .......... .......... .......... 97% 266M 0s
12150K .......... .......... .......... .......... .......... 97% 132M 0s
12200K .......... .......... .......... .......... .......... 98% 346M 0s
12250K .......... .......... .......... .......... .......... 98% 380M 0s
12300K .......... .......... .......... .......... .......... 99% 383M 0s
12350K .......... .......... .......... .......... .......... 99% 265M 0s
12400K .......... .......... .......... .......... .......... 99% 287M 0s
12450K .......... .......... .. 100% 149M=0.2s
2022-01-31 18:00:58 (54.1 MB/s) - ‘/usr/share/GeoIP/GeoLiteCity.dat.gz’ saved [12772235/12772235]
custom RPM installs
skip re2c custom rpm for CentOS 7
-rw-r--r--. 1 root root 31K Jan 31 18:00 /root/centminlogs/centminmod_yumtimes_310122-180021.log
7.4
0
Download ccache-3.7.12.tar.gz ...
(BECDSA SSL Cipher BASED HTTPS detected, switching from axel to wget
2022-01-31 18:00:59 URL:https://centminmod.com/centminmodparts/ccache/ccache-3.7.12.tar.gz [506948/506948] -> "ccache-3.7.12.tar.gz" [1]
Download ccache-3.7.12.tar.gz done.
(Bccache-3.7.12.tar.gz valid file.
(B
install ccache 3.7.12
make: *** No rule to make target `clean'. Stop.
CC src/main.o
CC src/args.o
CC src/ccache.o
CC src/cleanup.o
CC src/compopt.o
CC src/conf.o
CC src/confitems.o
CC src/counters.o
CC src/execute.o
CC src/exitfn.o
CC src/hash.o
CC src/hashutil.o
CC src/language.o
CC src/lockfile.o
CC src/manifest.o
CC src/mdfour.o
CC src/stats.o
CC src/util.o
CC src/confitems_lookup.o
CC src/envtoconfitems_lookup.o
CC src/version.o
CC src/getopt_long.o
CC src/hashtable.o
CC src/hashtable_itr.o
CC src/murmurhashneutral2.o
CC src/snprintf.o
LD ccache
CP ccache.1
INSTALL ccache
INSTALL ccache.1
completed update to ccache 3.7.12
===============================================================================
- Hostname......: localhost on CentOS Linux 7.9.2009
- Users.........: Currently 1 user(s) logged on (includes: root)
===============================================================================
- CPU usage.....: 1.41, 0.88, 0.39 (1, 5, 15 min)
- Processes.....: 86 running
- System uptime.: 0 days 0 hours 10 minutes 16 seconds
===============================================================================
total used free shared buff/cache available
Mem: 990 112 292 6 585 654
Swap: 1023 0 1023
===============================================================================
Filesystem Type Size Used Avail Use% Mounted on
devtmpfs devtmpfs 486M 0 486M 0% /dev
tmpfs tmpfs 496M 0 496M 0% /dev/shm
tmpfs tmpfs 496M 6.7M 489M 2% /run
tmpfs tmpfs 496M 0 496M 0% /sys/fs/cgroup
/dev/vda1 ext4 20G 3.3G 16G 18% /
tmpfs tmpfs 100M 0 100M 0% /run/user/0
===============================================================================
(B Centmin Mod local code is up to date at /usr/local/src/centminmod
(B no available updates at this time...
(B===============================================================================
(BSet cache size limit to 2.5 GB
Download nginx-1.21.6.tar.gz ...
(B2022-01-31 18:01:10 URL:https://nginx.org/download/nginx-1.21.6.tar.gz [1073364/1073364] -> "nginx-1.21.6.tar.gz" [1]
Download done.
(Bnginx-1.21.6.tar.gz valid file.
(B
Download ngx-fancyindex-0.4.2.tar.gz ...
(Bngx-fancyindex 0.4.2 Archive found, skipping download...
(Bngx-fancyindex-0.4.2.tar.gz valid file.
(B
Download ngx-fancyindex-0.4.2.tar.gz ...
(Bwget -c4 --progress=bar -O ngx-fancyindex-0.4.2.tar.gz https://github.com/aperezdc/ngx-fancyindex/archive/v0.4.2.tar.gz --tries=3
--2022-01-31 18:01:10-- https://github.com/aperezdc/ngx-fancyindex/archive/v0.4.2.tar.gz
Resolving github.com (github.com)... 140.82.121.3
Connecting to github.com (github.com)|140.82.121.3|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://codeload.github.com/aperezdc/ngx-fancyindex/tar.gz/v0.4.2 [following]
--2022-01-31 18:01:10-- https://codeload.github.com/aperezdc/ngx-fancyindex/tar.gz/v0.4.2
Resolving codeload.github.com (codeload.github.com)... 140.82.121.10
Connecting to codeload.github.com (codeload.github.com)|140.82.121.10|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/x-gzip]
Saving to: ‘ngx-fancyindex-0.4.2.tar.gz’
0K .......... .......... . 644K=0.03s
2022-01-31 18:01:11 (644 KB/s) - ‘ngx-fancyindex-0.4.2.tar.gz’ saved [22047]
Download done.
(Bngx-fancyindex-0.4.2.tar.gz valid file.
(B
Download ngx_cache_purge-2.5.1.tar.gz ...
(Bwget -c4 --progress=bar -O ngx_cache_purge-2.5.1.tar.gz https://github.com/nginx-modules/ngx_cache_purge/archive/2.5.1.tar.gz --tries=3
--2022-01-31 18:01:12-- https://github.com/nginx-modules/ngx_cache_purge/archive/2.5.1.tar.gz
Resolving github.com (github.com)... 140.82.121.3
Connecting to github.com (github.com)|140.82.121.3|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://codeload.github.com/nginx-modules/ngx_cache_purge/tar.gz/2.5.1 [following]
--2022-01-31 18:01:12-- https://codeload.github.com/nginx-modules/ngx_cache_purge/tar.gz/2.5.1
Resolving codeload.github.com (codeload.github.com)... 140.82.121.10
Connecting to codeload.github.com (codeload.github.com)|140.82.121.10|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/x-gzip]
Saving to: ‘ngx_cache_purge-2.5.1.tar.gz’
0K .......... ...... 1.65M=0.01s
2022-01-31 18:01:12 (1.65 MB/s) - ‘ngx_cache_purge-2.5.1.tar.gz’ saved [16614]
Download done.
(Bngx_cache_purge-2.5.1.tar.gz valid file.
(B
Download Nginx-accesskey-2.0.3.tar.gz ...
(BNginx-accesskey 2.0.3 Archive found, skipping download...
(BNginx-accesskey-2.0.3.tar.gz valid file.
(B
Download nginx-http-concat-master.tar.gz ...
(Bnginx-http-concat-master.tar.gz Archive found, skipping download...
(Bnginx-http-concat-master.tar.gz valid file.
(B
Download headers-more-v0.33.tar.gz ...
(Bheaders-more-v0.33.tar.gz Archive found, skipping download...
(Bheaders-more-v0.33.tar.gz valid file.
(B
Download nginx-sticky-master.tar.gz ...
(Bnginx-sticky-master.tar.gz Archive found, skipping download...
(Bnginx-sticky-master.tar.gz valid file.
(B
Download nginx-upstream-check-0.3.0.tar.gz ...
(Bnginx-upstream-check-0.3.0.tar.gz Archive found, skipping download...
(Bnginx-upstream-check-0.3.0.tar.gz valid file.
(B
Download ngx_http_redis-0.3.7.tar.gz ...
(Bngx_http_redis Archive found, skipping download...
(Bngx_http_redis-0.3.7.tar.gz valid file.
(B
Download pcre-8.45.tar.gz ...
(Bwget -c4 --progress=bar https://centminmod.com/centminmodparts/pcre/pcre-8.45.tar.gz -O pcre-8.45.tar.gz --tries=3
--2022-01-31 18:01:12-- https://centminmod.com/centminmodparts/pcre/pcre-8.45.tar.gz
Resolving centminmod.com (centminmod.com)... 104.18.11.170, 104.18.10.170
Connecting to centminmod.com (centminmod.com)|104.18.11.170|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2096552 (2.0M) [application/octet-stream]
Saving to: ‘pcre-8.45.tar.gz’
0K .......... .......... .......... .......... .......... 2% 2.35M 1s
50K .......... .......... .......... .......... .......... 4% 68.7M 0s
100K .......... .......... .......... .......... .......... 7% 2.38M 1s
150K .......... .......... .......... .......... .......... 9% 8.20M 0s
200K .......... .......... .......... .......... .......... 12% 340M 0s
250K .......... .......... .......... .......... .......... 14% 316M 0s
300K .......... .......... .......... .......... .......... 17% 435M 0s
350K .......... .......... .......... .......... .......... 19% 3.13M 0s
400K .......... .......... .......... .......... .......... 21% 64.4M 0s
450K .......... .......... .......... .......... .......... 24% 36.6M 0s
500K .......... .......... .......... .......... .......... 26% 44.5M 0s
550K .......... .......... .......... .......... .......... 29% 74.6M 0s
600K .......... .......... .......... .......... .......... 31% 48.5M 0s
650K .......... .......... .......... .......... .......... 34% 3.74M 0s
700K .......... .......... .......... .......... .......... 36% 132M 0s
750K .......... .......... .......... .......... .......... 39% 58.8M 0s
800K .......... .......... .......... .......... .......... 41% 62.1M 0s
850K .......... .......... .......... .......... .......... 43% 34.2M 0s
900K .......... .......... .......... .......... .......... 46% 170M 0s
950K .......... .......... .......... .......... .......... 48% 37.2M 0s
1000K .......... .......... .......... .......... .......... 51% 55.1M 0s
1050K .......... .......... .......... .......... .......... 53% 13.2M 0s
1100K .......... .......... .......... .......... .......... 56% 78.5M 0s
1150K .......... .......... .......... .......... .......... 58% 4.91M 0s
1200K .......... .......... .......... .......... .......... 61% 59.6M 0s
1250K .......... .......... .......... .......... .......... 63% 41.9M 0s
1300K .......... .......... .......... .......... .......... 65% 57.4M 0s
1350K .......... .......... .......... .......... .......... 68% 53.1M 0s
1400K .......... .......... .......... .......... .......... 70% 115M 0s
1450K .......... .......... .......... .......... .......... 73% 62.1M 0s
1500K .......... .......... .......... .......... .......... 75% 59.7M 0s
1550K .......... .......... .......... .......... .......... 78% 49.4M 0s
1600K .......... .......... .......... .......... .......... 80% 66.2M 0s
1650K .......... .......... .......... .......... .......... 83% 93.9M 0s
1700K .......... .......... .......... .......... .......... 85% 64.1M 0s
1750K .......... .......... .......... .......... .......... 87% 56.5M 0s
1800K .......... .......... .......... .......... .......... 90% 48.3M 0s
1850K .......... .......... .......... .......... .......... 92% 218M 0s
1900K .......... .......... .......... .......... .......... 95% 65.4M 0s
1950K .......... .......... .......... .......... .......... 97% 39.3M 0s
2000K .......... .......... .......... .......... ....... 100% 134M=0.1s
2022-01-31 18:01:12 (17.3 MB/s) - ‘pcre-8.45.tar.gz’ saved [2096552/2096552]
Download done.
(Bpcre-8.45.tar.gz valid file.
(B
Download pcre2-10.39.tar.gz ...
(Bwget -c4 --progress=bar https://centminmod.com/centminmodparts/pcre/pcre2-10.39.tar.gz -O pcre2-10.39.tar.gz --tries=3
--2022-01-31 18:01:13-- https://centminmod.com/centminmodparts/pcre/pcre2-10.39.tar.gz
Resolving centminmod.com (centminmod.com)... 104.18.11.170, 104.18.10.170
Connecting to centminmod.com (centminmod.com)|104.18.11.170|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2309964 (2.2M) [application/octet-stream]
Saving to: ‘pcre2-10.39.tar.gz’
0K .......... .......... .......... .......... .......... 2% 4.51M 0s
50K .......... .......... .......... .......... .......... 4% 103M 0s
100K .......... .......... .......... .......... .......... 6% 4.52M 0s
150K .......... .......... .......... .......... .......... 8% 1.68M 1s
200K .......... .......... .......... .......... .......... 11% 103M 0s
250K .......... .......... .......... .......... .......... 13% 95.3M 0s
300K .......... .......... .......... .......... .......... 15% 133M 0s
350K .......... .......... .......... .......... .......... 17% 55.1M 0s
400K .......... .......... .......... .......... .......... 19% 2.62M 0s
450K .......... .......... .......... .......... .......... 22% 127M 0s
500K .......... .......... .......... .......... .......... 24% 3.51M 0s
550K .......... .......... .......... .......... .......... 26% 93.9M 0s
600K .......... .......... .......... .......... .......... 28% 87.2M 0s
650K .......... .......... .......... .......... .......... 31% 61.2M 0s
700K .......... .......... .......... .......... .......... 33% 6.39M 0s
750K .......... .......... .......... .......... .......... 35% 109M 0s
800K .......... .......... .......... .......... .......... 37% 114M 0s
850K .......... .......... .......... .......... .......... 39% 71.2M 0s
900K .......... .......... .......... .......... .......... 42% 97.8M 0s
950K .......... .......... .......... .......... .......... 44% 14.9M 0s
1000K .......... .......... .......... .......... .......... 46% 122M 0s
1050K .......... .......... .......... .......... .......... 48% 101M 0s
1100K .......... .......... .......... .......... .......... 50% 54.4M 0s
1150K .......... .......... .......... .......... .......... 53% 97.3M 0s
1200K .......... .......... .......... .......... .......... 55% 72.0M 0s
1250K .......... .......... .......... .......... .......... 57% 134M 0s
1300K .......... .......... .......... .......... .......... 59% 55.6M 0s
1350K .......... .......... .......... .......... .......... 62% 17.7M 0s
1400K .......... .......... .......... .......... .......... 64% 108M 0s
1450K .......... .......... .......... .......... .......... 66% 78.7M 0s
1500K .......... .......... .......... .......... .......... 68% 114M 0s
1550K .......... .......... .......... .......... .......... 70% 24.9M 0s
1600K .......... .......... .......... .......... .......... 73% 60.5M 0s
1650K .......... .......... .......... .......... .......... 75% 176M 0s
1700K .......... .......... .......... .......... .......... 77% 27.4M 0s
1750K .......... .......... .......... .......... .......... 79% 98.4M 0s
1800K .......... .......... .......... .......... .......... 82% 44.4M 0s
1850K .......... .......... .......... .......... .......... 84% 249M 0s
1900K .......... .......... .......... .......... .......... 86% 109M 0s
1950K .......... .......... .......... .......... .......... 88% 42.1M 0s
2000K .......... .......... .......... .......... .......... 90% 103M 0s
2050K .......... .......... .......... .......... .......... 93% 108M 0s
2100K .......... .......... .......... .......... .......... 95% 108M 0s
2150K .......... .......... .......... .......... .......... 97% 56.3M 0s
2200K .......... .......... .......... .......... .......... 99% 174M 0s
2250K ..... 100% 169M=0.1s
2022-01-31 18:01:13 (18.3 MB/s) - ‘pcre2-10.39.tar.gz’ saved [2309964/2309964]
Download done.
(Bpcre2-10.39.tar.gz valid file.
(B
Download nginx-dav-ext-module-0.0.3.tar.gz ...
(Bnginx-dav-ext-module-0.0.3.tar.gz Archive found, skipping download...
(Bnginx-dav-ext-module-0.0.3.tar.gz valid file.
(B
Download memc-nginx-module_v0.19.tar.gz ...
(BError: memc-nginx-module_v0.19.tar.gz not found!!! Downloading now......
(Bwget -c4 --progress=bar https://github.com/openresty/memc-nginx-module/archive/v0.19.tar.gz -O memc-nginx-module_v0.19.tar.gz --tries=3
--2022-01-31 18:01:13-- https://github.com/openresty/memc-nginx-module/archive/v0.19.tar.gz
Resolving github.com (github.com)... 140.82.121.3
Connecting to github.com (github.com)|140.82.121.3|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://codeload.github.com/openresty/memc-nginx-module/tar.gz/v0.19 [following]
--2022-01-31 18:01:13-- https://codeload.github.com/openresty/memc-nginx-module/tar.gz/v0.19
Resolving codeload.github.com (codeload.github.com)... 140.82.121.10
Connecting to codeload.github.com (codeload.github.com)|140.82.121.10|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/x-gzip]
Saving to: ‘memc-nginx-module_v0.19.tar.gz’
0K .......... .......... .......... ... 3.07M=0.01s
2022-01-31 18:01:13 (3.07 MB/s) - ‘memc-nginx-module_v0.19.tar.gz’ saved [34654]
Download done.
(Bmemc-nginx-module_v0.19.tar.gz valid file.
(B
Download srcache-nginx-module_v0.32.tar.gz ...
(BError: srcache-nginx-module_v0.32.tar.gz not found!!! Downloading now......
(Bwget -c4 --progress=bar https://github.com/openresty/srcache-nginx-module/archive/v0.32.tar.gz -O srcache-nginx-module_v0.32.tar.gz --tries=3
--2022-01-31 18:01:13-- https://github.com/openresty/srcache-nginx-module/archive/v0.32.tar.gz
Resolving github.com (github.com)... 140.82.121.3
Connecting to github.com (github.com)|140.82.121.3|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://codeload.github.com/openresty/srcache-nginx-module/tar.gz/v0.32 [following]
--2022-01-31 18:01:14-- https://codeload.github.com/openresty/srcache-nginx-module/tar.gz/v0.32
Resolving codeload.github.com (codeload.github.com)... 140.82.121.10
Connecting to codeload.github.com (codeload.github.com)|140.82.121.10|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/x-gzip]
Saving to: ‘srcache-nginx-module_v0.32.tar.gz’
0K .......... .......... .......... .......... ........ 1.92M=0.02s
2022-01-31 18:01:14 (1.92 MB/s) - ‘srcache-nginx-module_v0.32.tar.gz’ saved [49891]
Download done.
(Bsrcache-nginx-module_v0.32.tar.gz valid file.
(B
Download nginx-develkit_v0.3.0.tar.gz ...
(Bnginx-develkit_v0.3.0.tar.gz Archive found, skipping download...
(Bnginx-develkit_v0.3.0.tar.gz valid file.
(B
Download set-misc-nginx-module_v0.32.tar.gz ...
(BError: set-misc-nginx-module_v0.32.tar.gz not found!!! Downloading now......
(Bwget -c4 --progress=bar https://github.com/openresty/set-misc-nginx-module/archive/v0.32.tar.gz -O set-misc-nginx-module_v0.32.tar.gz --tries=3
--2022-01-31 18:01:14-- https://github.com/openresty/set-misc-nginx-module/archive/v0.32.tar.gz
Resolving github.com (github.com)... 140.82.121.3
Connecting to github.com (github.com)|140.82.121.3|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://codeload.github.com/openresty/set-misc-nginx-module/tar.gz/v0.32 [following]
--2022-01-31 18:01:14-- https://codeload.github.com/openresty/set-misc-nginx-module/tar.gz/v0.32
Resolving codeload.github.com (codeload.github.com)... 140.82.121.10
Connecting to codeload.github.com (codeload.github.com)|140.82.121.10|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/x-gzip]
Saving to: ‘set-misc-nginx-module_v0.32.tar.gz’
0K .......... .......... ........ 360K=0.08s
2022-01-31 18:01:14 (360 KB/s) - ‘set-misc-nginx-module_v0.32.tar.gz’ saved [29329]
Download done.
(Bset-misc-nginx-module_v0.32.tar.gz valid file.
(B
Download echo-nginx-module_v0.62.tar.gz ...
(BError: echo-nginx-module_v0.62.tar.gz not found!!! Downloading now......
(Bwget -c4 --progress=bar https://github.com/openresty/echo-nginx-module/archive/v0.62.tar.gz -O echo-nginx-module_v0.62.tar.gz --tries=3
--2022-01-31 18:01:14-- https://github.com/openresty/echo-nginx-module/archive/v0.62.tar.gz
Resolving github.com (github.com)... 140.82.121.3
Connecting to github.com (github.com)|140.82.121.3|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://codeload.github.com/openresty/echo-nginx-module/tar.gz/v0.62 [following]
--2022-01-31 18:01:15-- https://codeload.github.com/openresty/echo-nginx-module/tar.gz/v0.62
Resolving codeload.github.com (codeload.github.com)... 140.82.121.10
Connecting to codeload.github.com (codeload.github.com)|140.82.121.10|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/x-gzip]
Saving to: ‘echo-nginx-module_v0.62.tar.gz’
0K .......... .......... .......... .......... .......... 2.35M
50K .. 49.2M=0.02s
2022-01-31 18:01:15 (2.44 MB/s) - ‘echo-nginx-module_v0.62.tar.gz’ saved [53329]
Download done.
(Becho-nginx-module_v0.62.tar.gz valid file.
(B
Download redis2-nginx-module_v0.15.tar.gz ...
(BError: redis2-nginx-module_v0.15.tar.gz not found!!! Downloading now......
(Bwget -c4 --progress=bar https://github.com/openresty/redis2-nginx-module/archive/v0.15.tar.gz -O redis2-nginx-module_v0.15.tar.gz --tries=3
--2022-01-31 18:01:15-- https://github.com/openresty/redis2-nginx-module/archive/v0.15.tar.gz
Resolving github.com (github.com)... 140.82.121.3
Connecting to github.com (github.com)|140.82.121.3|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://codeload.github.com/openresty/redis2-nginx-module/tar.gz/v0.15 [following]
--2022-01-31 18:01:15-- https://codeload.github.com/openresty/redis2-nginx-module/tar.gz/v0.15
Resolving codeload.github.com (codeload.github.com)... 140.82.121.10
Connecting to codeload.github.com (codeload.github.com)|140.82.121.10|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/x-gzip]
Saving to: ‘redis2-nginx-module_v0.15.tar.gz’
0K .......... .......... .... 4.50M=0.005s
2022-01-31 18:01:15 (4.50 MB/s) - ‘redis2-nginx-module_v0.15.tar.gz’ saved [25471]
Download done.
(Bredis2-nginx-module_v0.15.tar.gz valid file.
(B
Download csf.tgz ...
(B2022-01-31 18:01:16 URL:https://download.configserver.com/csf.tgz [2282408/2282408] -> "csf.tgz" [1]
Download csf.tgz done.
(Bcsf.tgz valid file.
(B
Download mailparse-3.1.2.tgz ...
(BError: mailparse-3.1.2.tgz not found !!! Downloading now...... \E[1;32;40m
wget -cnv --no-dns-cache -4 --progress=bar https://pecl.php.net/get/mailparse-3.1.2.tgz --tries=3
2022-01-31 18:01:17 URL:https://pecl.php.net/get/mailparse-3.1.2.tgz [941292/941292] -> "mailparse-3.1.2.tgz" [1]
Download done.
(Bmailparse-3.1.2.tgz valid file.
(B
Download zlib-1.2.11.tar.gz ...
(Bzlib-1.2.11.tar.gz Archive found, skipping download...
(Bzlib-1.2.11.tar.gz valid file.
(B
HTTP/1.1 404 Not Found
HTTP/1.1 200 OK
0
0
Download php-7.4.27.tar.gz ...
(Bcurl -4 https://www.php.net/distributions/php-7.4.27.tar.gz -o php-7.4.27.tar.gz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
16 16.0M 16 2799k 0 0 7464k 0 0:00:02 --:--:-- 0:00:02 7446k
100 16.0M 100 16.0M 0 0 23.8M 0 --:--:-- --:--:-- --:--:-- 23.8M
Download done.
(Bphp-7.4.27.tar.gz valid file.
(B
Download APC-3.1.13.tgz ...
(BAPC-3.1.13.tgz Archive found, skipping download...
(BAPC-3.1.13.tgz valid file.
(B
Download zendopcache-7.0.5.tgz ...
(B zendopcache-7.0.5.tgz Archive found, skipping download...
(Bzendopcache-7.0.5.tgz valid file.
(B
Download release-2.1.8-stable.tar.gz ...
(Brelease-2.1.8-stable.tar.gz found, skipping download...
(Brelease-2.1.8-stable.tar.gz valid file.
(B
Download memcached-1.6.5.tar.gz ...
(BError: memcached-1.6.5.tar.gz not found !!! Downloading now...... \E[1;32;40m
HTTP/1.1 200 OK
wget -cnv --no-dns-cache -4 --progress=bar https://www.memcached.org/files/memcached-1.6.5.tar.gz --tries=3
2022-01-31 18:01:23 URL:https://www.memcached.org/files/memcached-1.6.5.tar.gz [539962/539962] -> "memcached-1.6.5.tar.gz" [1]
Download done.
(Bmemcached-1.6.5.tar.gz valid file.
(B
Download memcache-3.0.8.tgz ...
(Bmemcache-3.0.8.tgz found, skipping download...
(Bmemcache-3.0.8.tgz valid file.
(B
Download memcached-2.2.0.tgz ...
(Bmemcached-2.2.0.tgz found, skipping download...
(Bmemcached-2.2.0.tgz valid file.
(B
Download libmemcached-1.0.18.tar.gz ...
(Blibmemcached-1.0.18.tar.gz found, skipping download...
(Blibmemcached-1.0.18.tar.gz valid file.
(B
Download imagick-3.4.4.tgz ...
(BError: imagick-3.4.4.tgz not found !!! Downloading now...... \E[1;32;40m
wget -cnv --no-dns-cache -4 --progress=bar https://pecl.php.net/get/imagick-3.4.4.tgz --tries=3
2022-01-31 18:01:24 URL:https://pecl.php.net/get/imagick-3.4.4.tgz [253434/253434] -> "imagick-3.4.4.tgz" [1]
Download done.
(Bimagick-3.4.4.tgz valid file.
(B
Download phpredis-4.3.0.tgz ...
(BError: phpredis-4.3.0.tgz not found !!! Downloading now...... \E[1;32;40m
wget -cnv --no-dns-cache -4 --progress=bar https://github.com/phpredis/phpredis/archive/4.3.0.tar.gz -O phpredis-4.3.0.tgz --tries=3
2022-01-31 18:01:24 URL:https://codeload.github.com/phpredis/phpredis/tar.gz/4.3.0 [242332] -> "phpredis-4.3.0.tgz" [1]
Download done.
(Bphpredis-4.3.0.tgz valid file.
(B
Download mongodb-1.7.5.tgz ...
(BError: mongodb-1.7.5.tgz not found !!! Downloading now...... \E[1;32;40m
wget -cnv --no-dns-cache -4 --progress=bar https://pecl.php.net/get/mongodb-1.7.5.tgz -O mongodb-1.7.5.tgz --tries=3
2022-01-31 18:01:25 URL:https://pecl.php.net/get/mongodb-1.7.5.tgz [1223892/1223892] -> "mongodb-1.7.5.tgz" [1]
Download done.
(Bmongodb-1.7.5.tgz valid file.
(B
Download swoole-4.8.5.tgz ...
(BError: swoole-4.8.5.tgz not found !!! Downloading now...... \E[1;32;40m
wget -cnv --no-dns-cache -4 --progress=bar https://pecl.php.net/get/swoole-4.8.5.tgz -O swoole-4.8.5.tgz --tries=3
2022-01-31 18:01:26 URL:https://pecl.php.net/get/swoole-4.8.5.tgz [1855312/1855312] -> "swoole-4.8.5.tgz" [1]
Download done.
(Bswoole-4.8.5.tgz valid file.
(B
HTTP/1.1 200 OK
Download libressl-3.0.2.tar.gz ...
(B2022-01-31 18:01:29 URL:https://fastly.cdn.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.0.2.tar.gz [3669468/3669468] -> "libressl-3.0.2.tar.gz" [1]
Download done.
(Blibressl-3.0.2.tar.gz valid file.
(B
Download siege-4.0.4.tar.gz ...
(Bsiege-4.0.4.tar.gz found, skipping download...
(Bsiege-4.0.4.tar.gz valid file.
(B
Download sproxy-latest.tar.gz ...
(Bsproxy-latest found, skipping download...
(Bsproxy-latest.tar.gz valid file.
(B
Download mysqlreport ...
(BECDSA SSL Cipher BASED HTTPS detected, switching from axel to wget
2022-01-31 18:01:30 URL:https://centminmod.com/centminmodparts/mysqlreport/mysqlreport [49223/49223] -> "mysqlreport" [1]
Download mysqlreport done.
(BDownload mysqltuner.pl ...
(Bwget ${WGETOPT} --progress=bar "${MYSQLTUNER_LINK}" -O "${MYSQLTUNER_LINKFILE}" --tries=3
2022-01-31 18:01:30 URL:https://centminmod.com/centminmodparts/mysqltuner/mysqltuner.txt [216581] -> "mysqltuner.pl" [1]
Download mysqltuner.pl done.
(B*****************************************************
Downloads complete.
(B*****************************************************
-rw-r--r--. 1 root root 64K Jan 31 18:01 /root/centminlogs/centminmod_downloadtimes_310122-180021.log
**********************************************************************
(B* Centmin Mod Nginx, MariaDB MySQL, PHP & DNS Install script for CentOS
(B* Version: 123.09beta01.b789 - Date: 01/01/22
(B* Copyright 2011-2022 CentminMod.com eva2000 (centminmod.com)
(B**********************************************************************
(B
This software comes with no warranty of any kind. You are free to use
(Bit for both personal and commercial use as licensed under the GPL.
(B
Please read the included readme.txt before using this script.
(B
removing any i686 packages installed by default
Loaded plugins: fastestmirror, priorities, versionlock
No Match for argument: *.i686
No Packages marked for removal
Your origional yum configuration has been backed up to /etc/yum.bak
Centmin Mod secure /tmp # Mon Jan 31 18:01:31 UTC 2022
*************************************************
* Secured /tmp and /var/tmp
(B*************************************************
CentOS 7 Setup /tmp
CentOS 7 + non-OpenVZ virtualisation detected
disabled
1048576+0 records in
1048576+0 records out
1073741824 bytes (1.1 GB) copied, 2.37819 s, 451 MB/s
mke2fs 1.42.9 (28-Dec-2013)
/home/usertmp_donotdelete is not a block special device.
Proceed anyway? (y,n) Discarding device blocks: 4096/262144 done
Filesystem label=
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
Stride=0 blocks, Stripe width=0 blocks
65536 inodes, 262144 blocks
13107 blocks (5.00%) reserved for the super user
First data block=0
Maximum filesystem blocks=268435456
8 block groups
32768 blocks per group, 32768 fragments per group
8192 inodes per group
Superblock backups stored on blocks:
32768, 98304, 163840, 229376
Allocating group tables: 0/8 done
Writing inode tables: 0/8 done
Creating journal (8192 blocks): done
Writing superblocks and filesystem accounting information: 0/8 done
*************************************************
* Setting preferred localtime for VPS
(B*************************************************
Current date & time for the zone you selected is:
Mon Jan 31 18:01:33 UTC 2022
*************************************************
* Installing NTP (and syncing time)
(B*************************************************
The date/time is now:
Mon Jan 31 18:01:33 UTC 2022
If this is correct, then everything is working properly
*************************************************
* NTP installed
(B*************************************************
___ _ _ _ _ _ _
|_ _| _ __ ___ | |_ __ _ | || | | \ | | __ _ (_) _ __ __ __
| | | '_ \ / __|| __|/ _` || || | | \| | / _` || || '_ \ \ \/ /
| | | | | |\__ \| |_| (_| || || | | |\ || (_| || || | | | > <
|___||_| |_||___/ \__|\__,_||_||_| |_| \_| \__, ||_||_| |_|/_/\_\
|___/
*************************************************
* Installing nginx
(B*************************************************
Installing nginx Modules / Prerequisites...
(BDownload pcre-8.45.tar.gz ...
(Bwget -c4 --progress=bar https://centminmod.com/centminmodparts/pcre/pcre-8.45.tar.gz -O pcre-8.45.tar.gz --tries=3
--2022-01-31 18:01:34-- https://centminmod.com/centminmodparts/pcre/pcre-8.45.tar.gz
Resolving centminmod.com (centminmod.com)... 104.18.11.170, 104.18.10.170
Connecting to centminmod.com (centminmod.com)|104.18.11.170|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2096552 (2.0M) [application/octet-stream]
Saving to: ‘pcre-8.45.tar.gz’
0K .......... .......... .......... .......... .......... 2% 4.21M 0s
50K .......... .......... .......... .......... .......... 4% 136M 0s
100K .......... .......... .......... .......... .......... 7% 4.70M 0s
150K .......... .......... .......... .......... .......... 9% 147M 0s
200K .......... .......... .......... .......... .......... 12% 157M 0s
250K .......... .......... .......... .......... .......... 14% 84.6M 0s
300K .......... .......... .......... .......... .......... 17% 89.4M 0s
350K .......... .......... .......... .......... .......... 19% 5.18M 0s
400K .......... .......... .......... .......... .......... 21% 94.2M 0s
450K .......... .......... .......... .......... .......... 24% 112M 0s
500K .......... .......... .......... .......... .......... 26% 72.2M 0s
550K .......... .......... .......... .......... .......... 29% 110M 0s
600K .......... .......... .......... .......... .......... 31% 80.8M 0s
650K .......... .......... .......... .......... .......... 34% 83.0M 0s
700K .......... .......... .......... .......... .......... 36% 88.2M 0s
750K .......... .......... .......... .......... .......... 39% 7.54M 0s
800K .......... .......... .......... .......... .......... 41% 120M 0s
850K .......... .......... .......... .......... .......... 43% 69.7M 0s
900K .......... .......... .......... .......... .......... 46% 153M 0s
950K .......... .......... .......... .......... .......... 48% 82.8M 0s
1000K .......... .......... .......... .......... .......... 51% 18.1M 0s
1050K .......... .......... .......... .......... .......... 53% 56.2M 0s
1100K .......... .......... .......... .......... .......... 56% 176M 0s
1150K .......... .......... .......... .......... .......... 58% 83.8M 0s
1200K .......... .......... .......... .......... .......... 61% 84.6M 0s
1250K .......... .......... .......... .......... .......... 63% 121M 0s
1300K .......... .......... .......... .......... .......... 65% 12.5M 0s
1350K .......... .......... .......... .......... .......... 68% 101M 0s
1400K .......... .......... .......... .......... .......... 70% 148M 0s
1450K .......... .......... .......... .......... .......... 73% 112M 0s
1500K .......... .......... .......... .......... .......... 75% 116M 0s
1550K .......... .......... .......... .......... .......... 78% 99.4M 0s
1600K .......... .......... .......... .......... .......... 80% 120M 0s
1650K .......... .......... .......... .......... .......... 83% 113M 0s
1700K .......... .......... .......... .......... .......... 85% 42.0M 0s
1750K .......... .......... .......... .......... .......... 87% 8.32M 0s
1800K .......... .......... .......... .......... .......... 90% 192M 0s
1850K .......... .......... .......... .......... .......... 92% 200M 0s
1900K .......... .......... .......... .......... .......... 95% 173M 0s
1950K .......... .......... .......... .......... .......... 97% 224M 0s
2000K .......... .......... .......... .......... ....... 100% 278M=0.07s
2022-01-31 18:01:34 (30.1 MB/s) - ‘pcre-8.45.tar.gz’ saved [2096552/2096552]
Download done.
(Bpcre-8.45.tar.gz valid file.
(B
____ _ _ _
/ ___| ___ _ __ ___ _ __ (_)| |(_) _ __ __ _
| | / _ \ | '_ ` _ \ | '_ \ | || || || '_ \ / _` |
| |___| (_) || | | | | || |_) || || || || | | || (_| |
\____|\___/ |_| |_| |_|| .__/ |_||_||_||_| |_| \__, |
|_| |___/
_ _ _ ____ ____ _
| | (_)| |__ _ __ ___ / ___|/ ___| | |
| | | || '_ \ | '__|/ _ \\___ \\___ \ | |
| |___ | || |_) || | | __/ ___) |___) || |___
|_____||_||_.__/ |_| \___||____/|____/ |_____|
Compiling LibreSSL...
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
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 /usr/bin/clang -ferror-limit=0 accepts -g... yes
checking for /usr/bin/clang -ferror-limit=0 option to accept ISO C89... none needed
checking whether /usr/bin/clang -ferror-limit=0 understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of /usr/bin/clang -ferror-limit=0... gcc3
checking for /usr/bin/clang -ferror-limit=0 option to accept ISO C99... none needed
checking for /usr/bin/clang -ferror-limit=0 option to accept ISO Standard C... (cached) none needed
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by /usr/bin/clang -ferror-limit=0... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /bin/nm -B
checking the name lister (/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /bin/nm -B output from /usr/bin/clang -ferror-limit=0 object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... /usr/bin/clang -ferror-limit=0 -E
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 for dlfcn.h... yes
checking for objdir... .libs
checking if /usr/bin/clang -ferror-limit=0 supports -fno-rtti -fno-exceptions... yes
checking for /usr/bin/clang -ferror-limit=0 option to produce PIC... -fPIC -DPIC
checking if /usr/bin/clang -ferror-limit=0 PIC flag -fPIC -DPIC works... yes
checking if /usr/bin/clang -ferror-limit=0 static flag -static works... no
checking if /usr/bin/clang -ferror-limit=0 supports -c -o file.o... yes
checking if /usr/bin/clang -ferror-limit=0 supports -c -o file.o... (cached) yes
checking whether the /usr/bin/clang -ferror-limit=0 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... yes
checking if /usr/bin/clang -ferror-limit=0 supports "-fno-strict-overflow"... yes
checking if /usr/bin/clang -ferror-limit=0 supports "-D_FORTIFY_SOURCE=2"... no
checking if /usr/bin/ld -m elf_x86_64 supports "-Wl,-z,relro"... yes
checking if /usr/bin/ld -m elf_x86_64 supports "-Wl,-z,now"... yes
checking if /usr/bin/clang -ferror-limit=0 supports "-fstack-protector-strong"... no
checking if /usr/bin/clang -ferror-limit=0 supports "-fstack-protector-all"... yes
checking whether AS supports .note.GNU-stack... yes
checking dependency style of /usr/bin/clang -ferror-limit=0... gcc3
checking if compiling with clang... yes
checking whether CC supports -Wno-pointer-sign... yes
checking for symlink... yes
checking for funopen... no
checking err.h usability... yes
checking err.h presence... yes
checking for err.h... yes
checking readpassphrase.h usability... no
checking readpassphrase.h presence... no
checking for readpassphrase.h... no
checking for asprintf... yes
checking for freezero... no
checking for memmem... yes
checking for readpassphrase... no
checking for reallocarray... no
checking for recallocarray... no
checking for strlcat... no
checking for strlcpy... no
checking for strndup... yes
checking for strnlen... yes
checking for strsep... yes
checking for strtonum... no
checking for timegm... yes
checking for _mkgmtime... no
checking for timespecsub... no
checking for getprogname... no
checking for syslog... yes
checking for syslog_r... no
checking for getpagesize... yes
checking for accept4... yes
checking for pipe2... yes
checking for pledge... no
checking for poll... yes
checking for socketpair... yes
checking for arc4random... no
checking for arc4random_buf... no
checking for arc4random_uniform... no
checking for explicit_bzero... no
checking for getauxval... yes
checking for getentropy... no
checking for timingsafe_bcmp... no
checking for timingsafe_memcmp... no
checking for getauxval... (cached) yes
checking for library containing dl_iterate_phdr... none required
checking for dl_iterate_phdr... yes
checking for library containing pthread_once... -lpthread
checking for library containing pthread_mutex_lock... none required
checking for library containing clock_gettime... none required
checking for clock_gettime... yes
checking whether va_copy exists... yes
checking whether __va_copy exists... yes
checking for library containing b64_ntop... no
checking for library containing __b64_ntop... -lresolv
checking for b64_ntop... yes
checking if BSWAP4 builds without __STRICT_ALIGNMENT... no
checking if .gnu.warning accepts long strings... yes
checking size of time_t... 8
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating include/Makefile
config.status: creating include/openssl/Makefile
config.status: creating crypto/Makefile
config.status: creating ssl/Makefile
config.status: creating tls/Makefile
config.status: creating tests/Makefile
config.status: creating apps/Makefile
config.status: creating apps/ocspcheck/Makefile
config.status: creating apps/openssl/Makefile
config.status: creating apps/nc/Makefile
config.status: creating man/Makefile
config.status: creating libcrypto.pc
config.status: creating libssl.pc
config.status: creating libtls.pc
config.status: creating openssl.pc
config.status: executing depfiles commands
config.status: executing libtool commands
Making all in crypto
make[1]: Entering directory `/svr-setup/libressl-3.0.2/crypto'
echo "generating crypto_portable.sym ..."
generating crypto_portable.sym ...
cp ../crypto/crypto.sym crypto_portable.sym
chmod u+w crypto_portable.sym
echo arc4random >> crypto_portable.sym
echo arc4random_buf >> crypto_portable.sym
echo arc4random_uniform >> crypto_portable.sym
echo getentropy >> crypto_portable.sym
echo explicit_bzero >> crypto_portable.sym
echo freezero >> crypto_portable.sym
echo reallocarray >> crypto_portable.sym
echo recallocarray >> crypto_portable.sym
echo strlcat >> crypto_portable.sym
echo strlcpy >> crypto_portable.sym
echo timingsafe_bcmp >> crypto_portable.sym
echo timingsafe_memcmp >> crypto_portable.sym
echo OPENSSL_ia32cap_P >> crypto_portable.sym
make all-am
make[2]: Entering directory `/svr-setup/libressl-3.0.2/crypto'
CPPAS libcrypto_la-cpuid-elf-x86_64.lo
CC libcrypto_la-cpt_err.lo
CC libcrypto_la-cryptlib.lo
CC libcrypto_la-crypto_init.lo
CC libcrypto_la-crypto_lock.lo
CC libcrypto_la-cversion.lo
CC libcrypto_la-ex_data.lo
CC libcrypto_la-malloc-wrapper.lo
CC libcrypto_la-mem_clr.lo
CC libcrypto_la-mem_dbg.lo
CC libcrypto_la-o_init.lo
CC libcrypto_la-o_str.lo
CC libcrypto_la-o_time.lo
CC aes/libcrypto_la-aes_cfb.lo
CC aes/libcrypto_la-aes_ctr.lo
CC aes/libcrypto_la-aes_ecb.lo
CC aes/libcrypto_la-aes_ige.lo
CC aes/libcrypto_la-aes_misc.lo
CC aes/libcrypto_la-aes_ofb.lo
CC aes/libcrypto_la-aes_wrap.lo
CC bn/libcrypto_la-bn_add.lo
CC bn/libcrypto_la-bn_asm.lo
CC bn/libcrypto_la-bn_blind.lo
CC bn/libcrypto_la-bn_const.lo
CC bn/libcrypto_la-bn_ctx.lo
CC bn/libcrypto_la-bn_depr.lo
CC bn/libcrypto_la-bn_div.lo
CC bn/libcrypto_la-bn_err.lo
CC bn/libcrypto_la-bn_exp.lo
CC bn/libcrypto_la-bn_exp2.lo
CC bn/libcrypto_la-bn_gcd.lo
CC bn/libcrypto_la-bn_gf2m.lo
CC bn/libcrypto_la-bn_kron.lo
CC bn/libcrypto_la-bn_lib.lo
CC bn/libcrypto_la-bn_mod.lo
CC bn/libcrypto_la-bn_mont.lo
CC bn/libcrypto_la-bn_mpi.lo
CC bn/libcrypto_la-bn_mul.lo
CC bn/libcrypto_la-bn_nist.lo
CC bn/libcrypto_la-bn_prime.lo
CC bn/libcrypto_la-bn_print.lo
CC bn/libcrypto_la-bn_rand.lo
CC bn/libcrypto_la-bn_recp.lo
CC bn/libcrypto_la-bn_shift.lo
CC bn/libcrypto_la-bn_sqr.lo
CC bn/libcrypto_la-bn_sqrt.lo
CC bn/libcrypto_la-bn_word.lo
CC bn/libcrypto_la-bn_x931p.lo
CC camellia/libcrypto_la-cmll_cfb.lo
CC camellia/libcrypto_la-cmll_ctr.lo
CC camellia/libcrypto_la-cmll_ecb.lo
CC camellia/libcrypto_la-cmll_misc.lo
CC camellia/libcrypto_la-cmll_ofb.lo
CC md5/libcrypto_la-md5_dgst.lo
CC md5/libcrypto_la-md5_one.lo
CC modes/libcrypto_la-cbc128.lo
CC modes/libcrypto_la-ccm128.lo
CC modes/libcrypto_la-cfb128.lo
CC modes/libcrypto_la-ctr128.lo
CC modes/libcrypto_la-cts128.lo
CC modes/libcrypto_la-gcm128.lo
CC modes/libcrypto_la-ofb128.lo
CC modes/libcrypto_la-xts128.lo
CC sha/libcrypto_la-sha1_one.lo
CC sha/libcrypto_la-sha1dgst.lo
CC sha/libcrypto_la-sha256.lo
CC sha/libcrypto_la-sha512.lo
CC whrlpool/libcrypto_la-wp_dgst.lo
CPPAS aes/libcrypto_la-aes-elf-x86_64.lo
CPPAS aes/libcrypto_la-bsaes-elf-x86_64.lo
CPPAS aes/libcrypto_la-vpaes-elf-x86_64.lo
CPPAS aes/libcrypto_la-aesni-elf-x86_64.lo
CPPAS aes/libcrypto_la-aesni-sha1-elf-x86_64.lo
CPPAS bn/libcrypto_la-modexp512-elf-x86_64.lo
CPPAS bn/libcrypto_la-mont-elf-x86_64.lo
CPPAS bn/libcrypto_la-mont5-elf-x86_64.lo
CPPAS bn/libcrypto_la-gf2m-elf-x86_64.lo
CPPAS camellia/libcrypto_la-cmll-elf-x86_64.lo
CPPAS md5/libcrypto_la-md5-elf-x86_64.lo
CPPAS modes/libcrypto_la-ghash-elf-x86_64.lo
CPPAS rc4/libcrypto_la-rc4-elf-x86_64.lo
CPPAS rc4/libcrypto_la-rc4-md5-elf-x86_64.lo
CPPAS sha/libcrypto_la-sha1-elf-x86_64.lo
CPPAS sha/libcrypto_la-sha256-elf-x86_64.lo
CPPAS sha/libcrypto_la-sha512-elf-x86_64.lo
CPPAS whrlpool/libcrypto_la-wp-elf-x86_64.lo
CC asn1/libcrypto_la-a_bitstr.lo
CC asn1/libcrypto_la-a_bool.lo
CC asn1/libcrypto_la-a_d2i_fp.lo
CC asn1/libcrypto_la-a_digest.lo
CC asn1/libcrypto_la-a_dup.lo
CC asn1/libcrypto_la-a_enum.lo
CC asn1/libcrypto_la-a_i2d_fp.lo
CC asn1/libcrypto_la-a_int.lo
CC asn1/libcrypto_la-a_mbstr.lo
CC asn1/libcrypto_la-a_object.lo
CC asn1/libcrypto_la-a_octet.lo
CC asn1/libcrypto_la-a_print.lo
CC asn1/libcrypto_la-a_sign.lo
CC asn1/libcrypto_la-a_strex.lo
CC asn1/libcrypto_la-a_strnid.lo
CC asn1/libcrypto_la-a_time.lo
CC asn1/libcrypto_la-a_time_tm.lo
CC asn1/libcrypto_la-a_type.lo
CC asn1/libcrypto_la-a_utf8.lo
CC asn1/libcrypto_la-a_verify.lo
CC asn1/libcrypto_la-ameth_lib.lo
CC asn1/libcrypto_la-asn1_err.lo
CC asn1/libcrypto_la-asn1_gen.lo
CC asn1/libcrypto_la-asn1_lib.lo
CC asn1/libcrypto_la-asn1_par.lo
CC asn1/libcrypto_la-asn_mime.lo
CC asn1/libcrypto_la-asn_moid.lo
CC asn1/libcrypto_la-asn_pack.lo
CC asn1/libcrypto_la-bio_asn1.lo
CC asn1/libcrypto_la-bio_ndef.lo
CC asn1/libcrypto_la-d2i_pr.lo
CC asn1/libcrypto_la-d2i_pu.lo
CC asn1/libcrypto_la-evp_asn1.lo
CC asn1/libcrypto_la-f_enum.lo
CC asn1/libcrypto_la-f_int.lo
CC asn1/libcrypto_la-f_string.lo
CC asn1/libcrypto_la-i2d_pr.lo
CC asn1/libcrypto_la-i2d_pu.lo
CC asn1/libcrypto_la-n_pkey.lo
CC asn1/libcrypto_la-nsseq.lo
CC asn1/libcrypto_la-p5_pbe.lo
CC asn1/libcrypto_la-p5_pbev2.lo
CC asn1/libcrypto_la-p8_pkey.lo
CC asn1/libcrypto_la-t_bitst.lo
CC asn1/libcrypto_la-t_crl.lo
CC asn1/libcrypto_la-t_pkey.lo
CC asn1/libcrypto_la-t_req.lo
CC asn1/libcrypto_la-t_spki.lo
CC asn1/libcrypto_la-t_x509.lo
CC asn1/libcrypto_la-t_x509a.lo
CC asn1/libcrypto_la-tasn_dec.lo
CC asn1/libcrypto_la-tasn_enc.lo
CC asn1/libcrypto_la-tasn_fre.lo
CC asn1/libcrypto_la-tasn_new.lo
CC asn1/libcrypto_la-tasn_prn.lo
CC asn1/libcrypto_la-tasn_typ.lo
CC asn1/libcrypto_la-tasn_utl.lo
CC asn1/libcrypto_la-x_algor.lo
CC asn1/libcrypto_la-x_attrib.lo
CC asn1/libcrypto_la-x_bignum.lo
CC asn1/libcrypto_la-x_crl.lo
CC asn1/libcrypto_la-x_exten.lo
CC asn1/libcrypto_la-x_info.lo
CC asn1/libcrypto_la-x_long.lo
CC asn1/libcrypto_la-x_name.lo
CC asn1/libcrypto_la-x_nx509.lo
CC asn1/libcrypto_la-x_pkey.lo
CC asn1/libcrypto_la-x_pubkey.lo
CC asn1/libcrypto_la-x_req.lo
CC asn1/libcrypto_la-x_sig.lo
CC asn1/libcrypto_la-x_spki.lo
CC asn1/libcrypto_la-x_val.lo
CC asn1/libcrypto_la-x_x509.lo
CC asn1/libcrypto_la-x_x509a.lo
CC bf/libcrypto_la-bf_cfb64.lo
CC bf/libcrypto_la-bf_ecb.lo
CC bf/libcrypto_la-bf_enc.lo
CC bf/libcrypto_la-bf_ofb64.lo
CC bf/libcrypto_la-bf_skey.lo
CC bio/libcrypto_la-b_dump.lo
CC bio/libcrypto_la-b_posix.lo
CC bio/libcrypto_la-b_print.lo
CC bio/libcrypto_la-b_sock.lo
CC bio/libcrypto_la-bf_buff.lo
CC bio/libcrypto_la-bf_nbio.lo
CC bio/libcrypto_la-bf_null.lo
CC bio/libcrypto_la-bio_cb.lo
CC bio/libcrypto_la-bio_err.lo
CC bio/libcrypto_la-bio_lib.lo
CC bio/libcrypto_la-bio_meth.lo
CC bio/libcrypto_la-bss_acpt.lo
CC bio/libcrypto_la-bss_bio.lo
CC bio/libcrypto_la-bss_conn.lo
CC bio/libcrypto_la-bss_dgram.lo
CC bio/libcrypto_la-bss_fd.lo
CC bio/libcrypto_la-bss_file.lo
CC bio/libcrypto_la-bss_log.lo
CC bio/libcrypto_la-bss_mem.lo
CC bio/libcrypto_la-bss_null.lo
CC bio/libcrypto_la-bss_sock.lo
CC buffer/libcrypto_la-buf_err.lo
CC buffer/libcrypto_la-buf_str.lo
CC buffer/libcrypto_la-buffer.lo
CC cast/libcrypto_la-c_cfb64.lo
CC cast/libcrypto_la-c_ecb.lo
CC cast/libcrypto_la-c_enc.lo
CC cast/libcrypto_la-c_ofb64.lo
CC cast/libcrypto_la-c_skey.lo
CC chacha/libcrypto_la-chacha.lo
CC cmac/libcrypto_la-cm_ameth.lo
CC cmac/libcrypto_la-cm_pmeth.lo
CC cmac/libcrypto_la-cmac.lo
CC comp/libcrypto_la-c_rle.lo
CC comp/libcrypto_la-c_zlib.lo
CC comp/libcrypto_la-comp_err.lo
CC comp/libcrypto_la-comp_lib.lo
CC conf/libcrypto_la-conf_api.lo
CC conf/libcrypto_la-conf_def.lo
CC conf/libcrypto_la-conf_err.lo
CC conf/libcrypto_la-conf_lib.lo
CC conf/libcrypto_la-conf_mall.lo
CC conf/libcrypto_la-conf_mod.lo
CC conf/libcrypto_la-conf_sap.lo
CC curve25519/libcrypto_la-curve25519-generic.lo
CC curve25519/libcrypto_la-curve25519.lo
CC des/libcrypto_la-cbc_cksm.lo
CC des/libcrypto_la-cbc_enc.lo
CC des/libcrypto_la-cfb64ede.lo
CC des/libcrypto_la-cfb64enc.lo
CC des/libcrypto_la-cfb_enc.lo
CC des/libcrypto_la-des_enc.lo
CC des/libcrypto_la-ecb3_enc.lo
CC des/libcrypto_la-ecb_enc.lo
CC des/libcrypto_la-ede_cbcm_enc.lo
CC des/libcrypto_la-enc_read.lo
CC des/libcrypto_la-enc_writ.lo
CC des/libcrypto_la-fcrypt.lo
CC des/libcrypto_la-fcrypt_b.lo
CC des/libcrypto_la-ofb64ede.lo
CC des/libcrypto_la-ofb64enc.lo
CC des/libcrypto_la-ofb_enc.lo
CC des/libcrypto_la-pcbc_enc.lo
CC des/libcrypto_la-qud_cksm.lo
CC des/libcrypto_la-rand_key.lo
CC des/libcrypto_la-set_key.lo
CC des/libcrypto_la-str2key.lo
CC des/libcrypto_la-xcbc_enc.lo
CC dh/libcrypto_la-dh_ameth.lo
CC dh/libcrypto_la-dh_asn1.lo
CC dh/libcrypto_la-dh_check.lo
CC dh/libcrypto_la-dh_depr.lo
CC dh/libcrypto_la-dh_err.lo
CC dh/libcrypto_la-dh_gen.lo
CC dh/libcrypto_la-dh_key.lo
CC dh/libcrypto_la-dh_lib.lo
CC dh/libcrypto_la-dh_pmeth.lo
CC dh/libcrypto_la-dh_prn.lo
CC dsa/libcrypto_la-dsa_ameth.lo
CC dsa/libcrypto_la-dsa_asn1.lo
CC dsa/libcrypto_la-dsa_depr.lo
CC dsa/libcrypto_la-dsa_err.lo
CC dsa/libcrypto_la-dsa_gen.lo
CC dsa/libcrypto_la-dsa_key.lo
CC dsa/libcrypto_la-dsa_lib.lo
CC dsa/libcrypto_la-dsa_meth.lo
CC dsa/libcrypto_la-dsa_ossl.lo
CC dsa/libcrypto_la-dsa_pmeth.lo
CC dsa/libcrypto_la-dsa_prn.lo
CC dsa/libcrypto_la-dsa_sign.lo
CC dsa/libcrypto_la-dsa_vrf.lo
CC dso/libcrypto_la-dso_dlfcn.lo
CC dso/libcrypto_la-dso_err.lo
CC dso/libcrypto_la-dso_lib.lo
CC dso/libcrypto_la-dso_null.lo
CC dso/libcrypto_la-dso_openssl.lo
CC ec/libcrypto_la-ec2_mult.lo
CC ec/libcrypto_la-ec2_oct.lo
CC ec/libcrypto_la-ec2_smpl.lo
CC ec/libcrypto_la-ec_ameth.lo
CC ec/libcrypto_la-ec_asn1.lo
CC ec/libcrypto_la-ec_check.lo
CC ec/libcrypto_la-ec_curve.lo
CC ec/libcrypto_la-ec_cvt.lo
CC ec/libcrypto_la-ec_err.lo
CC ec/libcrypto_la-ec_key.lo
CC ec/libcrypto_la-ec_kmeth.lo
CC ec/libcrypto_la-ec_lib.lo
CC ec/libcrypto_la-ec_mult.lo
CC ec/libcrypto_la-ec_oct.lo
CC ec/libcrypto_la-ec_pmeth.lo
CC ec/libcrypto_la-ec_print.lo
CC ec/libcrypto_la-eck_prn.lo
CC ec/libcrypto_la-ecp_mont.lo
CC ec/libcrypto_la-ecp_nist.lo
CC ec/libcrypto_la-ecp_oct.lo
CC ec/libcrypto_la-ecp_smpl.lo
CC ecdh/libcrypto_la-ecdh_kdf.lo
CC ecdh/libcrypto_la-ech_err.lo
CC ecdh/libcrypto_la-ech_key.lo
CC ecdh/libcrypto_la-ech_lib.lo
CC ecdsa/libcrypto_la-ecs_asn1.lo
CC ecdsa/libcrypto_la-ecs_err.lo
CC ecdsa/libcrypto_la-ecs_lib.lo
CC ecdsa/libcrypto_la-ecs_ossl.lo
CC ecdsa/libcrypto_la-ecs_sign.lo
CC ecdsa/libcrypto_la-ecs_vrf.lo
CC engine/libcrypto_la-eng_all.lo
CC engine/libcrypto_la-eng_cnf.lo
CC engine/libcrypto_la-eng_ctrl.lo
CC engine/libcrypto_la-eng_dyn.lo
CC engine/libcrypto_la-eng_err.lo
CC engine/libcrypto_la-eng_fat.lo
CC engine/libcrypto_la-eng_init.lo
CC engine/libcrypto_la-eng_lib.lo
CC engine/libcrypto_la-eng_list.lo
CC engine/libcrypto_la-eng_openssl.lo
CC engine/libcrypto_la-eng_pkey.lo
CC engine/libcrypto_la-eng_table.lo
CC engine/libcrypto_la-tb_asnmth.lo
CC engine/libcrypto_la-tb_cipher.lo
CC engine/libcrypto_la-tb_dh.lo
CC engine/libcrypto_la-tb_digest.lo
CC engine/libcrypto_la-tb_dsa.lo
CC engine/libcrypto_la-tb_ecdh.lo
CC engine/libcrypto_la-tb_ecdsa.lo
CC engine/libcrypto_la-tb_eckey.lo
CC engine/libcrypto_la-tb_pkmeth.lo
CC engine/libcrypto_la-tb_rand.lo
CC engine/libcrypto_la-tb_rsa.lo
CC engine/libcrypto_la-tb_store.lo
CC err/libcrypto_la-err.lo
CC err/libcrypto_la-err_all.lo
CC err/libcrypto_la-err_prn.lo
CC evp/libcrypto_la-bio_b64.lo
CC evp/libcrypto_la-bio_enc.lo
CC evp/libcrypto_la-bio_md.lo
CC evp/libcrypto_la-c_all.lo
CC evp/libcrypto_la-digest.lo
CC evp/libcrypto_la-e_aes.lo
CC evp/libcrypto_la-e_aes_cbc_hmac_sha1.lo
CC evp/libcrypto_la-e_bf.lo
CC evp/libcrypto_la-e_camellia.lo
CC evp/libcrypto_la-e_cast.lo
CC evp/libcrypto_la-e_chacha.lo
CC evp/libcrypto_la-e_chacha20poly1305.lo
CC evp/libcrypto_la-e_des.lo
CC evp/libcrypto_la-e_des3.lo
CC evp/libcrypto_la-e_gost2814789.lo
CC evp/libcrypto_la-e_idea.lo
CC evp/libcrypto_la-e_null.lo
CC evp/libcrypto_la-e_old.lo
CC evp/libcrypto_la-e_rc2.lo
CC evp/libcrypto_la-e_rc4.lo
CC evp/libcrypto_la-e_rc4_hmac_md5.lo
CC evp/libcrypto_la-e_sm4.lo
CC evp/libcrypto_la-e_xcbc_d.lo
CC evp/libcrypto_la-encode.lo
CC evp/libcrypto_la-evp_aead.lo
CC evp/libcrypto_la-evp_enc.lo
CC evp/libcrypto_la-evp_err.lo
CC evp/libcrypto_la-evp_key.lo
CC evp/libcrypto_la-evp_lib.lo
CC evp/libcrypto_la-evp_pbe.lo
CC evp/libcrypto_la-evp_pkey.lo
CC evp/libcrypto_la-m_dss.lo
CC evp/libcrypto_la-m_dss1.lo
CC evp/libcrypto_la-m_ecdsa.lo
CC evp/libcrypto_la-m_gost2814789.lo
CC evp/libcrypto_la-m_gostr341194.lo
CC evp/libcrypto_la-m_md4.lo
CC evp/libcrypto_la-m_md5.lo
CC evp/libcrypto_la-m_md5_sha1.lo
CC evp/libcrypto_la-m_null.lo
CC evp/libcrypto_la-m_ripemd.lo
CC evp/libcrypto_la-m_sha1.lo
CC evp/libcrypto_la-m_sigver.lo
CC evp/libcrypto_la-m_streebog.lo
CC evp/libcrypto_la-m_sm3.lo
CC evp/libcrypto_la-m_wp.lo
CC evp/libcrypto_la-names.lo
CC evp/libcrypto_la-p5_crpt.lo
CC evp/libcrypto_la-p5_crpt2.lo
CC evp/libcrypto_la-p_dec.lo
CC evp/libcrypto_la-p_enc.lo
CC evp/libcrypto_la-p_lib.lo
CC evp/libcrypto_la-p_open.lo
CC evp/libcrypto_la-p_seal.lo
CC evp/libcrypto_la-p_sign.lo
CC evp/libcrypto_la-p_verify.lo
CC evp/libcrypto_la-pmeth_fn.lo
CC evp/libcrypto_la-pmeth_gn.lo
CC evp/libcrypto_la-pmeth_lib.lo
CC gost/libcrypto_la-gost2814789.lo
CC gost/libcrypto_la-gost89_keywrap.lo
CC gost/libcrypto_la-gost89_params.lo
CC gost/libcrypto_la-gost89imit_ameth.lo
CC gost/libcrypto_la-gost89imit_pmeth.lo
CC gost/libcrypto_la-gost_asn1.lo
CC gost/libcrypto_la-gost_err.lo
CC gost/libcrypto_la-gostr341001.lo
CC gost/libcrypto_la-gostr341001_ameth.lo
CC gost/libcrypto_la-gostr341001_key.lo
CC gost/libcrypto_la-gostr341001_params.lo
CC gost/libcrypto_la-gostr341001_pmeth.lo
CC gost/libcrypto_la-gostr341194.lo
CC gost/libcrypto_la-streebog.lo
CC hkdf/libcrypto_la-hkdf.lo
CC hmac/libcrypto_la-hm_ameth.lo
CC hmac/libcrypto_la-hm_pmeth.lo
CC hmac/libcrypto_la-hmac.lo
CC idea/libcrypto_la-i_cbc.lo
CC idea/libcrypto_la-i_cfb64.lo
CC idea/libcrypto_la-i_ecb.lo
CC idea/libcrypto_la-i_ofb64.lo
CC idea/libcrypto_la-i_skey.lo
CC lhash/libcrypto_la-lh_stats.lo
CC lhash/libcrypto_la-lhash.lo
CC md4/libcrypto_la-md4_dgst.lo
CC md4/libcrypto_la-md4_one.lo
CC objects/libcrypto_la-o_names.lo
CC objects/libcrypto_la-obj_dat.lo
CC objects/libcrypto_la-obj_err.lo
CC objects/libcrypto_la-obj_lib.lo
CC objects/libcrypto_la-obj_xref.lo
CC ocsp/libcrypto_la-ocsp_asn.lo
CC ocsp/libcrypto_la-ocsp_cl.lo
CC ocsp/libcrypto_la-ocsp_err.lo
CC ocsp/libcrypto_la-ocsp_ext.lo
CC ocsp/libcrypto_la-ocsp_ht.lo
CC ocsp/libcrypto_la-ocsp_lib.lo
CC ocsp/libcrypto_la-ocsp_prn.lo
CC ocsp/libcrypto_la-ocsp_srv.lo
CC ocsp/libcrypto_la-ocsp_vfy.lo
CC pem/libcrypto_la-pem_all.lo
CC pem/libcrypto_la-pem_err.lo
CC pem/libcrypto_la-pem_info.lo
CC pem/libcrypto_la-pem_lib.lo
CC pem/libcrypto_la-pem_oth.lo
CC pem/libcrypto_la-pem_pk8.lo
CC pem/libcrypto_la-pem_pkey.lo
CC pem/libcrypto_la-pem_seal.lo
CC pem/libcrypto_la-pem_sign.lo
CC pem/libcrypto_la-pem_x509.lo
CC pem/libcrypto_la-pem_xaux.lo
CC pem/libcrypto_la-pvkfmt.lo
CC pkcs12/libcrypto_la-p12_add.lo
CC pkcs12/libcrypto_la-p12_asn.lo
CC pkcs12/libcrypto_la-p12_attr.lo
CC pkcs12/libcrypto_la-p12_crpt.lo
CC pkcs12/libcrypto_la-p12_crt.lo
CC pkcs12/libcrypto_la-p12_decr.lo
CC pkcs12/libcrypto_la-p12_init.lo
CC pkcs12/libcrypto_la-p12_key.lo
CC pkcs12/libcrypto_la-p12_kiss.lo
CC pkcs12/libcrypto_la-p12_mutl.lo
CC pkcs12/libcrypto_la-p12_npas.lo
CC pkcs12/libcrypto_la-p12_p8d.lo
CC pkcs12/libcrypto_la-p12_p8e.lo
CC pkcs12/libcrypto_la-p12_utl.lo
CC pkcs12/libcrypto_la-pk12err.lo
CC pkcs7/libcrypto_la-bio_pk7.lo
CC pkcs7/libcrypto_la-pk7_asn1.lo
CC pkcs7/libcrypto_la-pk7_attr.lo
CC pkcs7/libcrypto_la-pk7_doit.lo
CC pkcs7/libcrypto_la-pk7_lib.lo
CC pkcs7/libcrypto_la-pk7_mime.lo
CC pkcs7/libcrypto_la-pk7_smime.lo
CC pkcs7/libcrypto_la-pkcs7err.lo
CC poly1305/libcrypto_la-poly1305.lo
CC rand/libcrypto_la-rand_err.lo
CC rand/libcrypto_la-rand_lib.lo
CC rand/libcrypto_la-randfile.lo
CC rc2/libcrypto_la-rc2_cbc.lo
CC rc2/libcrypto_la-rc2_ecb.lo
CC rc2/libcrypto_la-rc2_skey.lo
CC rc2/libcrypto_la-rc2cfb64.lo
CC rc2/libcrypto_la-rc2ofb64.lo
CC ripemd/libcrypto_la-rmd_dgst.lo
CC ripemd/libcrypto_la-rmd_one.lo
CC rsa/libcrypto_la-rsa_ameth.lo
CC rsa/libcrypto_la-rsa_asn1.lo
CC rsa/libcrypto_la-rsa_chk.lo
CC rsa/libcrypto_la-rsa_crpt.lo
CC rsa/libcrypto_la-rsa_depr.lo
CC rsa/libcrypto_la-rsa_eay.lo
CC rsa/libcrypto_la-rsa_err.lo
CC rsa/libcrypto_la-rsa_gen.lo
CC rsa/libcrypto_la-rsa_lib.lo
CC rsa/libcrypto_la-rsa_meth.lo
CC rsa/libcrypto_la-rsa_none.lo
CC rsa/libcrypto_la-rsa_oaep.lo
CC rsa/libcrypto_la-rsa_pk1.lo
CC rsa/libcrypto_la-rsa_pmeth.lo
CC rsa/libcrypto_la-rsa_prn.lo
CC rsa/libcrypto_la-rsa_pss.lo
CC rsa/libcrypto_la-rsa_saos.lo
CC rsa/libcrypto_la-rsa_sign.lo
CC rsa/libcrypto_la-rsa_x931.lo
CC sm3/libcrypto_la-sm3.lo
CC sm4/libcrypto_la-sm4.lo
CC stack/libcrypto_la-stack.lo
CC ts/libcrypto_la-ts_asn1.lo
CC ts/libcrypto_la-ts_conf.lo
CC ts/libcrypto_la-ts_err.lo
CC ts/libcrypto_la-ts_lib.lo
CC ts/libcrypto_la-ts_req_print.lo
CC ts/libcrypto_la-ts_req_utils.lo
CC ts/libcrypto_la-ts_rsp_print.lo
CC ts/libcrypto_la-ts_rsp_sign.lo
CC ts/libcrypto_la-ts_rsp_utils.lo
CC ts/libcrypto_la-ts_rsp_verify.lo
CC ts/libcrypto_la-ts_verify_ctx.lo
CC txt_db/libcrypto_la-txt_db.lo
CC ui/libcrypto_la-ui_err.lo
CC ui/libcrypto_la-ui_lib.lo
CC ui/libcrypto_la-ui_openssl.lo
CC ui/libcrypto_la-ui_util.lo
CC x509/libcrypto_la-by_dir.lo
CC x509/libcrypto_la-by_file.lo
CC x509/libcrypto_la-by_mem.lo
CC x509/libcrypto_la-x509_att.lo
CC x509/libcrypto_la-x509_cmp.lo
CC x509/libcrypto_la-x509_d2.lo
CC x509/libcrypto_la-x509_def.lo
CC x509/libcrypto_la-x509_err.lo
CC x509/libcrypto_la-x509_ext.lo
CC x509/libcrypto_la-x509_lu.lo
CC x509/libcrypto_la-x509_obj.lo
CC x509/libcrypto_la-x509_r2x.lo
CC x509/libcrypto_la-x509_req.lo
CC x509/libcrypto_la-x509_set.lo
CC x509/libcrypto_la-x509_trs.lo
CC x509/libcrypto_la-x509_txt.lo
CC x509/libcrypto_la-x509_v3.lo
CC x509/libcrypto_la-x509_vfy.lo
CC x509/libcrypto_la-x509_vpm.lo
CC x509/libcrypto_la-x509cset.lo
CC x509/libcrypto_la-x509name.lo
CC x509/libcrypto_la-x509rset.lo
CC x509/libcrypto_la-x509spki.lo
CC x509/libcrypto_la-x509type.lo
CC x509/libcrypto_la-x_all.lo
CC x509v3/libcrypto_la-pcy_cache.lo
CC x509v3/libcrypto_la-pcy_data.lo
CC x509v3/libcrypto_la-pcy_lib.lo
CC x509v3/libcrypto_la-pcy_map.lo
CC x509v3/libcrypto_la-pcy_node.lo
CC x509v3/libcrypto_la-pcy_tree.lo
CC x509v3/libcrypto_la-v3_akey.lo
CC x509v3/libcrypto_la-v3_akeya.lo
CC x509v3/libcrypto_la-v3_alt.lo
CC x509v3/libcrypto_la-v3_bcons.lo
CC x509v3/libcrypto_la-v3_bitst.lo
CC x509v3/libcrypto_la-v3_conf.lo
CC x509v3/libcrypto_la-v3_cpols.lo
CC x509v3/libcrypto_la-v3_crld.lo
CC x509v3/libcrypto_la-v3_enum.lo
CC x509v3/libcrypto_la-v3_extku.lo
CC x509v3/libcrypto_la-v3_genn.lo
CC x509v3/libcrypto_la-v3_ia5.lo
CC x509v3/libcrypto_la-v3_info.lo
CC x509v3/libcrypto_la-v3_int.lo
CC x509v3/libcrypto_la-v3_lib.lo
CC x509v3/libcrypto_la-v3_ncons.lo
CC x509v3/libcrypto_la-v3_ocsp.lo
CC x509v3/libcrypto_la-v3_pci.lo
CC x509v3/libcrypto_la-v3_pcia.lo
CC x509v3/libcrypto_la-v3_pcons.lo
CC x509v3/libcrypto_la-v3_pku.lo
CC x509v3/libcrypto_la-v3_pmaps.lo
CC x509v3/libcrypto_la-v3_prn.lo
CC x509v3/libcrypto_la-v3_purp.lo
CC x509v3/libcrypto_la-v3_skey.lo
CC x509v3/libcrypto_la-v3_sxnet.lo
CC x509v3/libcrypto_la-v3_utl.lo
CC x509v3/libcrypto_la-v3err.lo
CC compat/strlcat.lo
CC compat/strlcpy.lo
CC compat/freezero.lo
CC compat/getprogname_linux.lo
CC compat/reallocarray.lo
CC compat/recallocarray.lo
CC compat/syslog_r.lo
CC compat/timingsafe_memcmp.lo
CC compat/timingsafe_bcmp.lo
CC compat/arc4random.lo
CC compat/arc4random_uniform.lo
CC compat/getentropy_linux.lo
CC compat/libcompatnoopt_la-explicit_bzero.lo
CCLD libcompatnoopt.la
CCLD libcompat.la
CCLD libcrypto.la
make[2]: Leaving directory `/svr-setup/libressl-3.0.2/crypto'
make[1]: Leaving directory `/svr-setup/libressl-3.0.2/crypto'
Making all in ssl
make[1]: Entering directory `/svr-setup/libressl-3.0.2/ssl'
CC bio_ssl.lo
CC bs_ber.lo
CC bs_cbb.lo
CC bs_cbs.lo
CC d1_both.lo
CC d1_clnt.lo
CC d1_enc.lo
CC d1_lib.lo
CC d1_pkt.lo
CC d1_srtp.lo
CC d1_srvr.lo
CC pqueue.lo
CC s3_cbc.lo
CC s3_lib.lo
CC ssl_algs.lo
CC ssl_asn1.lo
CC ssl_both.lo
CC ssl_cert.lo
CC ssl_ciph.lo
CC ssl_ciphers.lo
CC ssl_clnt.lo
CC ssl_err.lo
CC ssl_init.lo
CC ssl_lib.lo
CC ssl_methods.lo
CC ssl_packet.lo
CC ssl_pkt.lo
CC ssl_rsa.lo
CC ssl_sess.lo
CC ssl_sigalgs.lo
CC ssl_srvr.lo
CC ssl_stat.lo
CC ssl_tlsext.lo
CC ssl_transcript.lo
CC ssl_txt.lo
CC ssl_versions.lo
CC t1_enc.lo
CC t1_lib.lo
CC tls13_buffer.lo
CC tls13_client.lo
CC tls13_handshake.lo
CC tls13_handshake_msg.lo
CC tls13_key_schedule.lo
CC tls13_lib.lo
CC tls13_record.lo
CC tls13_record_layer.lo
CCLD libssl.la
make[1]: Leaving directory `/svr-setup/libressl-3.0.2/ssl'
Making all in tls
make[1]: Entering directory `/svr-setup/libressl-3.0.2/tls'
CC libtls_la-tls.lo
CC libtls_la-tls_client.lo
CC libtls_la-tls_bio_cb.lo
CC libtls_la-tls_config.lo
CC libtls_la-tls_conninfo.lo
CC libtls_la-tls_keypair.lo
CC libtls_la-tls_server.lo
CC libtls_la-tls_ocsp.lo
CC libtls_la-tls_peer.lo
CC libtls_la-tls_util.lo
CC libtls_la-tls_verify.lo
CCLD libtls.la
make[1]: Leaving directory `/svr-setup/libressl-3.0.2/tls'
Making all in include
make[1]: Entering directory `/svr-setup/libressl-3.0.2/include'
Making all in openssl
make[2]: Entering directory `/svr-setup/libressl-3.0.2/include/openssl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/svr-setup/libressl-3.0.2/include/openssl'
make[2]: Entering directory `/svr-setup/libressl-3.0.2/include'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/svr-setup/libressl-3.0.2/include'
make[1]: Leaving directory `/svr-setup/libressl-3.0.2/include'
Making all in apps
make[1]: Entering directory `/svr-setup/libressl-3.0.2/apps'
Making all in ocspcheck
make[2]: Entering directory `/svr-setup/libressl-3.0.2/apps/ocspcheck'
CC http.o
CC ocspcheck.o
CCLD ocspcheck
make[2]: Leaving directory `/svr-setup/libressl-3.0.2/apps/ocspcheck'
Making all in openssl
make[2]: Entering directory `/svr-setup/libressl-3.0.2/apps/openssl'
CC apps.o
CC asn1pars.o
CC ca.o
CC ciphers.o
CC crl.o
CC crl2p7.o
CC dgst.o
CC dh.o
CC dhparam.o
CC dsa.o
CC dsaparam.o
CC ec.o
CC ecparam.o
CC enc.o
CC errstr.o
CC gendh.o
CC gendsa.o
CC genpkey.o
CC genrsa.o
CC nseq.o
CC ocsp.o
CC openssl.o
CC passwd.o
CC pkcs12.o
CC pkcs7.o
CC pkcs8.o
CC pkey.o
CC pkeyparam.o
CC pkeyutl.o
CC prime.o
CC rand.o
CC req.o
CC rsa.o
CC rsautl.o
CC s_cb.o
CC s_client.o
CC s_server.o
CC s_socket.o
CC s_time.o
CC sess_id.o
CC smime.o
CC speed.o
CC spkac.o
CC ts.o
CC verify.o
CC version.o
CC x509.o
CC certhash.o
CC apps_posix.o
CC compat/strtonum.o
CCLD openssl
make[2]: Leaving directory `/svr-setup/libressl-3.0.2/apps/openssl'
Making all in nc
make[2]: Entering directory `/svr-setup/libressl-3.0.2/apps/nc'
CC atomicio.o
CC netcat.o
CC socks.o
CC compat/socket.o
CC compat/base64.o
CC compat/readpassphrase.o
CC compat/strtonum.o
CCLD nc
netcat.o: In function `main':
/svr-setup/libressl-3.0.2/apps/nc/netcat.c:463: warning: the use of `mktemp' is dangerous, better use `mkstemp'
make[2]: Leaving directory `/svr-setup/libressl-3.0.2/apps/nc'
make[2]: Entering directory `/svr-setup/libressl-3.0.2/apps'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/svr-setup/libressl-3.0.2/apps'
make[1]: Leaving directory `/svr-setup/libressl-3.0.2/apps'
Making all in tests
make[1]: Entering directory `/svr-setup/libressl-3.0.2/tests'
CC handshake_table.o
CCLD handshake_table
make[1]: Leaving directory `/svr-setup/libressl-3.0.2/tests'
Making all in man
make[1]: Entering directory `/svr-setup/libressl-3.0.2/man'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/svr-setup/libressl-3.0.2/man'
make[1]: Entering directory `/svr-setup/libressl-3.0.2'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/svr-setup/libressl-3.0.2'
Making install in crypto
make[1]: Entering directory `/svr-setup/libressl-3.0.2/crypto'
make install-am
make[2]: Entering directory `/svr-setup/libressl-3.0.2/crypto'
make[3]: Entering directory `/svr-setup/libressl-3.0.2/crypto'
/bin/mkdir -p '/opt/libressl/lib'
/bin/sh ../libtool --mode=install /bin/install -c libcrypto.la '/opt/libressl/lib'
libtool: install: /bin/install -c -m 644 .libs/libcrypto.so.45.0.5 /opt/libressl/lib/libcrypto.so.45.0.5
libtool: install: (cd /opt/libressl/lib && { ln -s -f libcrypto.so.45.0.5 libcrypto.so.45 || { rm -f libcrypto.so.45 && ln -s libcrypto.so.45.0.5 libcrypto.so.45; }; })
libtool: install: (cd /opt/libressl/lib && { ln -s -f libcrypto.so.45.0.5 libcrypto.so || { rm -f libcrypto.so && ln -s libcrypto.so.45.0.5 libcrypto.so; }; })
libtool: install: /bin/install -c -m 644 .libs/libcrypto.lai /opt/libressl/lib/libcrypto.la
libtool: install: /bin/install -c .libs/libcrypto.a /opt/libressl/lib/libcrypto.a
libtool: install: chmod 644 /opt/libressl/lib/libcrypto.a
libtool: install: ranlib /opt/libressl/lib/libcrypto.a
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin:/sbin" ldconfig -n /opt/libressl/lib
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/svr-setup/libressl-3.0.2/crypto'
make[2]: Leaving directory `/svr-setup/libressl-3.0.2/crypto'
make[1]: Leaving directory `/svr-setup/libressl-3.0.2/crypto'
Making install in ssl
make[1]: Entering directory `/svr-setup/libressl-3.0.2/ssl'
make[2]: Entering directory `/svr-setup/libressl-3.0.2/ssl'
/bin/mkdir -p '/opt/libressl/lib'
/bin/sh ../libtool --mode=install /bin/install -c libssl.la '/opt/libressl/lib'
libtool: install: warning: relinking `libssl.la'
libtool: install: (cd /svr-setup/libressl-3.0.2/ssl; /bin/sh /svr-setup/libressl-3.0.2/libtool --silent --tag CC --mode=relink /usr/bin/clang -ferror-limit=0 -g -O2 -Wall -std=gnu99 -fno-strict-aliasing -fno-strict-overflow -fstack-protector-all -DHAVE_GNU_STACK -Qunused-arguments -Wno-pointer-sign -version-info 47:6:0 -no-undefined -export-symbols ../ssl/ssl.sym -Wl,-z,relro -Wl,-z,now -Qunused-arguments -o libssl.la -rpath /opt/libressl/lib bio_ssl.lo bs_ber.lo bs_cbb.lo bs_cbs.lo d1_both.lo d1_clnt.lo d1_enc.lo d1_lib.lo d1_pkt.lo d1_srtp.lo d1_srvr.lo pqueue.lo s3_cbc.lo s3_lib.lo ssl_algs.lo ssl_asn1.lo ssl_both.lo ssl_cert.lo ssl_ciph.lo ssl_ciphers.lo ssl_clnt.lo ssl_err.lo ssl_init.lo ssl_lib.lo ssl_methods.lo ssl_packet.lo ssl_pkt.lo ssl_rsa.lo ssl_sess.lo ssl_sigalgs.lo ssl_srvr.lo ssl_stat.lo ssl_tlsext.lo ssl_transcript.lo ssl_txt.lo ssl_versions.lo t1_enc.lo t1_lib.lo tls13_buffer.lo tls13_client.lo tls13_handshake.lo tls13_handshake_msg.lo tls13_key_schedule.lo tls13_lib.lo tls13_record.lo tls13_record_layer.lo /svr-setup/libressl-3.0.2/crypto/libcrypto.la -lresolv -lpthread )
libtool: install: /bin/install -c -m 644 .libs/libssl.so.47.0.6T /opt/libressl/lib/libssl.so.47.0.6
libtool: install: (cd /opt/libressl/lib && { ln -s -f libssl.so.47.0.6 libssl.so.47 || { rm -f libssl.so.47 && ln -s libssl.so.47.0.6 libssl.so.47; }; })
libtool: install: (cd /opt/libressl/lib && { ln -s -f libssl.so.47.0.6 libssl.so || { rm -f libssl.so && ln -s libssl.so.47.0.6 libssl.so; }; })
libtool: install: /bin/install -c -m 644 .libs/libssl.lai /opt/libressl/lib/libssl.la
libtool: install: /bin/install -c .libs/libssl.a /opt/libressl/lib/libssl.a
libtool: install: chmod 644 /opt/libressl/lib/libssl.a
libtool: install: ranlib /opt/libressl/lib/libssl.a
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin:/sbin" ldconfig -n /opt/libressl/lib
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/svr-setup/libressl-3.0.2/ssl'
make[1]: Leaving directory `/svr-setup/libressl-3.0.2/ssl'
Making install in tls
make[1]: Entering directory `/svr-setup/libressl-3.0.2/tls'
make[2]: Entering directory `/svr-setup/libressl-3.0.2/tls'
/bin/mkdir -p '/opt/libressl/lib'
/bin/sh ../libtool --mode=install /bin/install -c libtls.la '/opt/libressl/lib'
libtool: install: warning: relinking `libtls.la'
libtool: install: (cd /svr-setup/libressl-3.0.2/tls; /bin/sh /svr-setup/libressl-3.0.2/libtool --silent --tag CC --mode=relink /usr/bin/clang -ferror-limit=0 -g -O2 -Wall -std=gnu99 -fno-strict-aliasing -fno-strict-overflow -fstack-protector-all -DHAVE_GNU_STACK -Qunused-arguments -Wno-pointer-sign -version-info 19:7:0 -no-undefined -export-symbols ../tls/tls.sym -Wl,-z,relro -Wl,-z,now -Qunused-arguments -o libtls.la -rpath /opt/libressl/lib libtls_la-tls.lo libtls_la-tls_client.lo libtls_la-tls_bio_cb.lo libtls_la-tls_config.lo libtls_la-tls_conninfo.lo libtls_la-tls_keypair.lo libtls_la-tls_server.lo libtls_la-tls_ocsp.lo libtls_la-tls_peer.lo libtls_la-tls_util.lo libtls_la-tls_verify.lo /svr-setup/libressl-3.0.2/ssl/libssl.la /svr-setup/libressl-3.0.2/crypto/libcrypto.la -lresolv -lpthread )
libtool: install: /bin/install -c -m 644 .libs/libtls.so.19.0.7T /opt/libressl/lib/libtls.so.19.0.7
libtool: install: (cd /opt/libressl/lib && { ln -s -f libtls.so.19.0.7 libtls.so.19 || { rm -f libtls.so.19 && ln -s libtls.so.19.0.7 libtls.so.19; }; })
libtool: install: (cd /opt/libressl/lib && { ln -s -f libtls.so.19.0.7 libtls.so || { rm -f libtls.so && ln -s libtls.so.19.0.7 libtls.so; }; })
libtool: install: /bin/install -c -m 644 .libs/libtls.lai /opt/libressl/lib/libtls.la
libtool: install: /bin/install -c .libs/libtls.a /opt/libressl/lib/libtls.a
libtool: install: chmod 644 /opt/libressl/lib/libtls.a
libtool: install: ranlib /opt/libressl/lib/libtls.a
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin:/sbin" ldconfig -n /opt/libressl/lib
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/svr-setup/libressl-3.0.2/tls'
make[1]: Leaving directory `/svr-setup/libressl-3.0.2/tls'
Making install in include
make[1]: Entering directory `/svr-setup/libressl-3.0.2/include'
Making install in openssl
make[2]: Entering directory `/svr-setup/libressl-3.0.2/include/openssl'
make[3]: Entering directory `/svr-setup/libressl-3.0.2/include/openssl'
make[3]: Nothing to be done for `install-exec-am'.
/bin/mkdir -p '/opt/libressl/include/openssl'
/bin/install -c -m 644 aes.h asn1.h asn1t.h bio.h blowfish.h bn.h buffer.h camellia.h cast.h chacha.h cmac.h cms.h comp.h conf.h conf_api.h crypto.h curve25519.h des.h dh.h dsa.h dso.h dtls1.h ec.h ecdh.h ecdsa.h engine.h err.h evp.h gost.h hkdf.h hmac.h idea.h lhash.h md4.h md5.h modes.h obj_mac.h objects.h ocsp.h opensslconf.h '/opt/libressl/include/openssl'
/bin/install -c -m 644 opensslfeatures.h opensslv.h ossl_typ.h pem.h pem2.h pkcs12.h pkcs7.h poly1305.h rand.h rc2.h rc4.h ripemd.h rsa.h safestack.h sha.h sm3.h sm4.h srtp.h ssl.h ssl2.h ssl23.h ssl3.h stack.h tls1.h ts.h txt_db.h ui.h ui_compat.h whrlpool.h x509.h x509_vfy.h x509v3.h '/opt/libressl/include/openssl'
make[3]: Leaving directory `/svr-setup/libressl-3.0.2/include/openssl'
make[2]: Leaving directory `/svr-setup/libressl-3.0.2/include/openssl'
make[2]: Entering directory `/svr-setup/libressl-3.0.2/include'
make[3]: Entering directory `/svr-setup/libressl-3.0.2/include'
make[3]: Nothing to be done for `install-exec-am'.
/bin/mkdir -p '/opt/libressl/include'
/bin/install -c -m 644 tls.h '/opt/libressl/include'
make[3]: Leaving directory `/svr-setup/libressl-3.0.2/include'
make[2]: Leaving directory `/svr-setup/libressl-3.0.2/include'
make[1]: Leaving directory `/svr-setup/libressl-3.0.2/include'
Making install in apps
make[1]: Entering directory `/svr-setup/libressl-3.0.2/apps'
Making install in ocspcheck
make[2]: Entering directory `/svr-setup/libressl-3.0.2/apps/ocspcheck'
make[3]: Entering directory `/svr-setup/libressl-3.0.2/apps/ocspcheck'
/bin/mkdir -p '/opt/libressl/bin'
/bin/sh ../../libtool --mode=install /bin/install -c ocspcheck '/opt/libressl/bin'
libtool: install: /bin/install -c .libs/ocspcheck /opt/libressl/bin/ocspcheck
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/svr-setup/libressl-3.0.2/apps/ocspcheck'
make[2]: Leaving directory `/svr-setup/libressl-3.0.2/apps/ocspcheck'
Making install in openssl
make[2]: Entering directory `/svr-setup/libressl-3.0.2/apps/openssl'
make[3]: Entering directory `/svr-setup/libressl-3.0.2/apps/openssl'
/bin/mkdir -p '/opt/libressl/bin'
/bin/sh ../../libtool --mode=install /bin/install -c openssl '/opt/libressl/bin'
libtool: install: /bin/install -c .libs/openssl /opt/libressl/bin/openssl
make install-exec-hook
make[4]: Entering directory `/svr-setup/libressl-3.0.2/apps/openssl'
make[4]: Leaving directory `/svr-setup/libressl-3.0.2/apps/openssl'
/bin/mkdir -p '/opt/libressl/share/man/man1'
/bin/install -c -m 644 openssl.1 '/opt/libressl/share/man/man1'
make[3]: Leaving directory `/svr-setup/libressl-3.0.2/apps/openssl'
make[2]: Leaving directory `/svr-setup/libressl-3.0.2/apps/openssl'
Making install in nc
make[2]: Entering directory `/svr-setup/libressl-3.0.2/apps/nc'
make[3]: Entering directory `/svr-setup/libressl-3.0.2/apps/nc'
make[3]: Leaving directory `/svr-setup/libressl-3.0.2/apps/nc'
make[2]: Leaving directory `/svr-setup/libressl-3.0.2/apps/nc'
make[2]: Entering directory `/svr-setup/libressl-3.0.2/apps'
make[3]: Entering directory `/svr-setup/libressl-3.0.2/apps'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/svr-setup/libressl-3.0.2/apps'
make[2]: Leaving directory `/svr-setup/libressl-3.0.2/apps'
make[1]: Leaving directory `/svr-setup/libressl-3.0.2/apps'
Making install in tests
make[1]: Entering directory `/svr-setup/libressl-3.0.2/tests'
make[2]: Entering directory `/svr-setup/libressl-3.0.2/tests'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/svr-setup/libressl-3.0.2/tests'
make[1]: Leaving directory `/svr-setup/libressl-3.0.2/tests'
Making install in man
make[1]: Entering directory `/svr-setup/libressl-3.0.2/man'
make[2]: Entering directory `/svr-setup/libressl-3.0.2/man'
make[2]: Nothing to be done for `install-exec-am'.
/bin/mkdir -p '/opt/libressl/share/man/man3'
/bin/install -c -m 644 BIO_f_ssl.3 DTLSv1_listen.3 OPENSSL_init_ssl.3 PEM_read_SSL_SESSION.3 SSL_CIPHER_get_name.3 SSL_COMP_add_compression_method.3 SSL_CTX_add1_chain_cert.3 SSL_CTX_add_extra_chain_cert.3 SSL_CTX_add_session.3 SSL_CTX_ctrl.3 SSL_CTX_flush_sessions.3 SSL_CTX_free.3 SSL_CTX_get0_certificate.3 SSL_CTX_get_ex_new_index.3 SSL_CTX_get_verify_mode.3 SSL_CTX_load_verify_locations.3 SSL_CTX_new.3 SSL_CTX_sess_number.3 SSL_CTX_sess_set_cache_size.3 SSL_CTX_sess_set_get_cb.3 SSL_CTX_sessions.3 SSL_CTX_set1_groups.3 SSL_CTX_set_alpn_select_cb.3 SSL_CTX_set_cert_store.3 SSL_CTX_set_cert_verify_callback.3 SSL_CTX_set_cipher_list.3 SSL_CTX_set_client_CA_list.3 SSL_CTX_set_client_cert_cb.3 SSL_CTX_set_default_passwd_cb.3 SSL_CTX_set_generate_session_id.3 SSL_CTX_set_info_callback.3 SSL_CTX_set_max_cert_list.3 SSL_CTX_set_min_proto_version.3 SSL_CTX_set_mode.3 SSL_CTX_set_msg_callback.3 SSL_CTX_set_options.3 SSL_CTX_set_quiet_shutdown.3 SSL_CTX_set_read_ahead.3 SSL_CTX_set_session_cache_mode.3 SSL_CTX_set_session_id_context.3 '/opt/libressl/share/man/man3'
/bin/install -c -m 644 SSL_CTX_set_ssl_version.3 SSL_CTX_set_timeout.3 SSL_CTX_set_tlsext_servername_callback.3 SSL_CTX_set_tlsext_status_cb.3 SSL_CTX_set_tlsext_ticket_key_cb.3 SSL_CTX_set_tlsext_use_srtp.3 SSL_CTX_set_tmp_dh_callback.3 SSL_CTX_set_tmp_rsa_callback.3 SSL_CTX_set_verify.3 SSL_CTX_use_certificate.3 SSL_SESSION_free.3 SSL_SESSION_get0_peer.3 SSL_SESSION_get_compress_id.3 SSL_SESSION_get_ex_new_index.3 SSL_SESSION_get_id.3 SSL_SESSION_get_protocol_version.3 SSL_SESSION_get_time.3 SSL_SESSION_has_ticket.3 SSL_SESSION_new.3 SSL_SESSION_print.3 SSL_SESSION_set1_id_context.3 SSL_accept.3 SSL_alert_type_string.3 SSL_clear.3 SSL_connect.3 SSL_copy_session_id.3 SSL_do_handshake.3 SSL_dup.3 SSL_dup_CA_list.3 SSL_export_keying_material.3 SSL_free.3 SSL_get_SSL_CTX.3 SSL_get_certificate.3 SSL_get_ciphers.3 SSL_get_client_CA_list.3 SSL_get_client_random.3 SSL_get_current_cipher.3 SSL_get_default_timeout.3 SSL_get_error.3 SSL_get_ex_data_X509_STORE_CTX_idx.3 '/opt/libressl/share/man/man3'
/bin/install -c -m 644 SSL_get_ex_new_index.3 SSL_get_fd.3 SSL_get_peer_cert_chain.3 SSL_get_peer_certificate.3 SSL_get_rbio.3 SSL_get_server_tmp_key.3 SSL_get_session.3 SSL_get_shared_ciphers.3 SSL_get_state.3 SSL_get_verify_result.3 SSL_get_version.3 SSL_library_init.3 SSL_load_client_CA_file.3 SSL_new.3 SSL_num_renegotiations.3 SSL_pending.3 SSL_read.3 SSL_renegotiate.3 SSL_rstate_string.3 SSL_session_reused.3 SSL_set1_param.3 SSL_set_bio.3 SSL_set_connect_state.3 SSL_set_fd.3 SSL_set_max_send_fragment.3 SSL_set_session.3 SSL_set_shutdown.3 SSL_set_tmp_ecdh.3 SSL_set_verify_result.3 SSL_shutdown.3 SSL_state_string.3 SSL_want.3 SSL_write.3 d2i_SSL_SESSION.3 ssl.3 ACCESS_DESCRIPTION_new.3 AES_encrypt.3 ASN1_INTEGER_get.3 ASN1_OBJECT_new.3 ASN1_STRING_TABLE_add.3 '/opt/libressl/share/man/man3'
/bin/install -c -m 644 ASN1_STRING_length.3 ASN1_STRING_new.3 ASN1_STRING_print_ex.3 ASN1_TIME_set.3 ASN1_TYPE_get.3 ASN1_generate_nconf.3 ASN1_item_d2i.3 ASN1_item_new.3 ASN1_put_object.3 ASN1_time_parse.3 AUTHORITY_KEYID_new.3 BASIC_CONSTRAINTS_new.3 BF_set_key.3 BIO_ctrl.3 BIO_f_base64.3 BIO_f_buffer.3 BIO_f_cipher.3 BIO_f_md.3 BIO_f_null.3 BIO_find_type.3 BIO_get_data.3 BIO_get_ex_new_index.3 BIO_meth_new.3 BIO_new.3 BIO_new_CMS.3 BIO_printf.3 BIO_push.3 BIO_read.3 BIO_s_accept.3 BIO_s_bio.3 BIO_s_connect.3 BIO_s_fd.3 BIO_s_file.3 BIO_s_mem.3 BIO_s_null.3 BIO_s_socket.3 BIO_set_callback.3 BIO_should_retry.3 BN_BLINDING_new.3 BN_CTX_new.3 '/opt/libressl/share/man/man3'
/bin/install -c -m 644 BN_CTX_start.3 BN_add.3 BN_add_word.3 BN_bn2bin.3 BN_cmp.3 BN_copy.3 BN_generate_prime.3 BN_get0_nist_prime_521.3 BN_mod_inverse.3 BN_mod_mul_montgomery.3 BN_mod_mul_reciprocal.3 BN_new.3 BN_num_bytes.3 BN_rand.3 BN_set_bit.3 BN_set_flags.3 BN_set_negative.3 BN_swap.3 BN_zero.3 BUF_MEM_new.3 CMS_ContentInfo_new.3 CMS_add0_cert.3 CMS_add1_recipient_cert.3 CMS_add1_signer.3 CMS_compress.3 CMS_decrypt.3 CMS_encrypt.3 CMS_final.3 CMS_get0_RecipientInfos.3 CMS_get0_SignerInfos.3 CMS_get0_type.3 CMS_get1_ReceiptRequest.3 CMS_sign.3 CMS_sign_receipt.3 CMS_uncompress.3 CMS_verify.3 CMS_verify_receipt.3 CONF_modules_free.3 CONF_modules_load_file.3 CRYPTO_get_mem_functions.3 '/opt/libressl/share/man/man3'
/bin/install -c -m 644 CRYPTO_lock.3 CRYPTO_memcmp.3 CRYPTO_set_ex_data.3 DES_set_key.3 DH_generate_key.3 DH_generate_parameters.3 DH_get0_pqg.3 DH_get_ex_new_index.3 DH_new.3 DH_set_method.3 DH_size.3 DIST_POINT_new.3 DSA_SIG_new.3 DSA_do_sign.3 DSA_dup_DH.3 DSA_generate_key.3 DSA_generate_parameters.3 DSA_get0_pqg.3 DSA_get_ex_new_index.3 DSA_meth_new.3 DSA_new.3 DSA_set_method.3 DSA_sign.3 DSA_size.3 ECDH_compute_key.3 ECDSA_SIG_new.3 EC_GFp_simple_method.3 EC_GROUP_copy.3 EC_GROUP_new.3 EC_KEY_METHOD_new.3 EC_KEY_new.3 EC_POINT_add.3 EC_POINT_new.3 ENGINE_add.3 ENGINE_ctrl.3 ENGINE_get_default_RSA.3 ENGINE_init.3 ENGINE_new.3 ENGINE_register_RSA.3 ENGINE_register_all_RSA.3 '/opt/libressl/share/man/man3'
/bin/install -c -m 644 ENGINE_set_RSA.3 ENGINE_set_default.3 ENGINE_set_flags.3 ENGINE_unregister_RSA.3 ERR.3 ERR_GET_LIB.3 ERR_asprintf_error_data.3 ERR_clear_error.3 ERR_error_string.3 ERR_get_error.3 ERR_load_crypto_strings.3 ERR_load_strings.3 ERR_print_errors.3 ERR_put_error.3 ERR_remove_state.3 ERR_set_mark.3 ESS_SIGNING_CERT_new.3 EVP_AEAD_CTX_init.3 EVP_BytesToKey.3 EVP_DigestInit.3 EVP_DigestSignInit.3 EVP_DigestVerifyInit.3 EVP_EncodeInit.3 EVP_EncryptInit.3 EVP_OpenInit.3 EVP_PKEY_CTX_ctrl.3 EVP_PKEY_CTX_new.3 EVP_PKEY_asn1_get_count.3 EVP_PKEY_asn1_new.3 EVP_PKEY_cmp.3 EVP_PKEY_decrypt.3 EVP_PKEY_derive.3 EVP_PKEY_encrypt.3 EVP_PKEY_get_default_digest_nid.3 EVP_PKEY_keygen.3 EVP_PKEY_meth_get0_info.3 EVP_PKEY_meth_new.3 EVP_PKEY_new.3 EVP_PKEY_print_private.3 EVP_PKEY_set1_RSA.3 '/opt/libressl/share/man/man3'
/bin/install -c -m 644 EVP_PKEY_sign.3 EVP_PKEY_verify.3 EVP_PKEY_verify_recover.3 EVP_SealInit.3 EVP_SignInit.3 EVP_VerifyInit.3 EVP_aes_128_cbc.3 EVP_camellia_128_cbc.3 EVP_des_cbc.3 EVP_rc4.3 EVP_sm3.3 EVP_sm4_cbc.3 EVP_whirlpool.3 EXTENDED_KEY_USAGE_new.3 GENERAL_NAME_new.3 HMAC.3 MD5.3 NAME_CONSTRAINTS_new.3 OBJ_nid2obj.3 OCSP_CRLID_new.3 OCSP_REQUEST_new.3 OCSP_SERVICELOC_new.3 OCSP_cert_to_id.3 OCSP_request_add1_nonce.3 OCSP_resp_find_status.3 OCSP_response_status.3 OCSP_sendreq_new.3 OPENSSL_VERSION_NUMBER.3 OPENSSL_cleanse.3 OPENSSL_config.3 OPENSSL_init_crypto.3 OPENSSL_load_builtin_modules.3 OPENSSL_malloc.3 OPENSSL_sk_new.3 OpenSSL_add_all_algorithms.3 PEM_bytes_read_bio.3 PEM_read.3 PEM_read_bio_PrivateKey.3 PEM_write_bio_CMS_stream.3 PEM_write_bio_PKCS7_stream.3 '/opt/libressl/share/man/man3'
/bin/install -c -m 644 PKCS12_SAFEBAG_new.3 PKCS12_create.3 PKCS12_new.3 PKCS12_newpass.3 PKCS12_parse.3 PKCS5_PBKDF2_HMAC.3 PKCS7_decrypt.3 PKCS7_encrypt.3 PKCS7_new.3 PKCS7_sign.3 PKCS7_sign_add_signer.3 PKCS7_verify.3 PKCS8_PRIV_KEY_INFO_new.3 PKEY_USAGE_PERIOD_new.3 POLICYINFO_new.3 PROXY_POLICY_new.3 RAND_add.3 RAND_bytes.3 RAND_load_file.3 RAND_set_rand_method.3 RC4.3 RIPEMD160.3 RSA_PSS_PARAMS_new.3 RSA_blinding_on.3 RSA_check_key.3 RSA_generate_key.3 RSA_get0_key.3 RSA_get_ex_new_index.3 RSA_meth_new.3 RSA_new.3 RSA_padding_add_PKCS1_type_1.3 RSA_print.3 RSA_private_encrypt.3 RSA_public_encrypt.3 RSA_set_method.3 RSA_sign.3 RSA_sign_ASN1_OCTET_STRING.3 RSA_size.3 SHA1.3 SMIME_read_CMS.3 '/opt/libressl/share/man/man3'
/bin/install -c -m 644 SMIME_read_PKCS7.3 SMIME_write_CMS.3 SMIME_write_PKCS7.3 STACK_OF.3 SXNET_new.3 TS_REQ_new.3 UI_UTIL_read_pw.3 UI_create_method.3 UI_get_string_type.3 UI_new.3 X25519.3 X509V3_get_d2i.3 X509_ALGOR_dup.3 X509_ATTRIBUTE_new.3 X509_CINF_new.3 X509_CRL_get0_by_serial.3 X509_CRL_new.3 X509_EXTENSION_set_object.3 X509_INFO_new.3 X509_LOOKUP_hash_dir.3 X509_NAME_ENTRY_get_object.3 X509_NAME_add_entry_by_txt.3 X509_NAME_get_index_by_NID.3 X509_NAME_new.3 X509_NAME_print_ex.3 X509_OBJECT_get0_X509.3 X509_PUBKEY_new.3 X509_REQ_new.3 X509_REVOKED_new.3 X509_SIG_new.3 X509_STORE_CTX_get_error.3 X509_STORE_CTX_get_ex_new_index.3 X509_STORE_CTX_new.3 X509_STORE_CTX_set_verify_cb.3 X509_STORE_load_locations.3 X509_STORE_new.3 X509_STORE_set1_param.3 X509_STORE_set_verify_cb_func.3 X509_VERIFY_PARAM_set_flags.3 X509_check_ca.3 '/opt/libressl/share/man/man3'
/bin/install -c -m 644 X509_check_host.3 X509_check_issued.3 X509_check_private_key.3 X509_check_purpose.3 X509_cmp.3 X509_cmp_time.3 X509_digest.3 X509_get0_notBefore.3 X509_get0_signature.3 X509_get1_email.3 X509_get_pubkey.3 X509_get_serialNumber.3 X509_get_subject_name.3 X509_get_version.3 X509_new.3 X509_sign.3 X509_verify_cert.3 X509v3_get_ext_by_NID.3 bn_dump.3 crypto.3 d2i_ASN1_NULL.3 d2i_ASN1_OBJECT.3 d2i_ASN1_OCTET_STRING.3 d2i_ASN1_SEQUENCE_ANY.3 d2i_AUTHORITY_KEYID.3 d2i_BASIC_CONSTRAINTS.3 d2i_CMS_ContentInfo.3 d2i_DHparams.3 d2i_DIST_POINT.3 d2i_DSAPublicKey.3 d2i_ECPKParameters.3 d2i_ESS_SIGNING_CERT.3 d2i_GENERAL_NAME.3 d2i_OCSP_REQUEST.3 d2i_OCSP_RESPONSE.3 d2i_PKCS12.3 d2i_PKCS7.3 d2i_PKCS8PrivateKey_bio.3 d2i_PKCS8_PRIV_KEY_INFO.3 d2i_PKEY_USAGE_PERIOD.3 '/opt/libressl/share/man/man3'
/bin/install -c -m 644 d2i_POLICYINFO.3 d2i_PROXY_POLICY.3 d2i_PrivateKey.3 d2i_RSAPublicKey.3 d2i_TS_REQ.3 d2i_X509.3 d2i_X509_ALGOR.3 d2i_X509_ATTRIBUTE.3 d2i_X509_CRL.3 d2i_X509_EXTENSION.3 d2i_X509_NAME.3 d2i_X509_REQ.3 d2i_X509_SIG.3 des_read_pw.3 evp.3 get_rfc3526_prime_8192.3 i2d_CMS_bio_stream.3 i2d_PKCS7_bio_stream.3 lh_new.3 lh_stats.3 tls_accept_socket.3 tls_client.3 tls_config_ocsp_require_stapling.3 tls_config_set_protocols.3 tls_config_set_session_id.3 tls_config_verify.3 tls_conn_version.3 tls_connect.3 tls_init.3 tls_load_file.3 tls_ocsp_process_response.3 tls_read.3 '/opt/libressl/share/man/man3'
/bin/mkdir -p '/opt/libressl/share/man/man5'
/bin/install -c -m 644 openssl.cnf.5 x509v3.cnf.5 '/opt/libressl/share/man/man5'
make install-data-hook
make[3]: Entering directory `/svr-setup/libressl-3.0.2/man'
ln -sf "ACCESS_DESCRIPTION_new.3" "/opt/libressl/share/man/man3/ACCESS_DESCRIPTION_free.3"
ln -sf "ACCESS_DESCRIPTION_new.3" "/opt/libressl/share/man/man3/AUTHORITY_INFO_ACCESS_free.3"
ln -sf "ACCESS_DESCRIPTION_new.3" "/opt/libressl/share/man/man3/AUTHORITY_INFO_ACCESS_new.3"
ln -sf "AES_encrypt.3" "/opt/libressl/share/man/man3/AES_cbc_encrypt.3"
ln -sf "AES_encrypt.3" "/opt/libressl/share/man/man3/AES_decrypt.3"
ln -sf "AES_encrypt.3" "/opt/libressl/share/man/man3/AES_set_decrypt_key.3"
ln -sf "AES_encrypt.3" "/opt/libressl/share/man/man3/AES_set_encrypt_key.3"
ln -sf "ASN1_INTEGER_get.3" "/opt/libressl/share/man/man3/ASN1_ENUMERATED_get.3"
ln -sf "ASN1_INTEGER_get.3" "/opt/libressl/share/man/man3/ASN1_ENUMERATED_set.3"
ln -sf "ASN1_INTEGER_get.3" "/opt/libressl/share/man/man3/ASN1_ENUMERATED_to_BN.3"
ln -sf "ASN1_INTEGER_get.3" "/opt/libressl/share/man/man3/ASN1_INTEGER_set.3"
ln -sf "ASN1_INTEGER_get.3" "/opt/libressl/share/man/man3/ASN1_INTEGER_to_BN.3"
ln -sf "ASN1_INTEGER_get.3" "/opt/libressl/share/man/man3/BN_to_ASN1_ENUMERATED.3"
ln -sf "ASN1_INTEGER_get.3" "/opt/libressl/share/man/man3/BN_to_ASN1_INTEGER.3"
ln -sf "ASN1_INTEGER_get.3" "/opt/libressl/share/man/man3/i2a_ASN1_INTEGER.3"
ln -sf "ASN1_OBJECT_new.3" "/opt/libressl/share/man/man3/ASN1_OBJECT_free.3"
ln -sf "ASN1_STRING_TABLE_add.3" "/opt/libressl/share/man/man3/ASN1_STRING_TABLE_cleanup.3"
ln -sf "ASN1_STRING_TABLE_add.3" "/opt/libressl/share/man/man3/ASN1_STRING_TABLE_get.3"
ln -sf "ASN1_STRING_length.3" "/opt/libressl/share/man/man3/ASN1_OCTET_STRING_cmp.3"
ln -sf "ASN1_STRING_length.3" "/opt/libressl/share/man/man3/ASN1_OCTET_STRING_dup.3"
ln -sf "ASN1_STRING_length.3" "/opt/libressl/share/man/man3/ASN1_OCTET_STRING_set.3"
ln -sf "ASN1_STRING_length.3" "/opt/libressl/share/man/man3/ASN1_STRING_cmp.3"
ln -sf "ASN1_STRING_length.3" "/opt/libressl/share/man/man3/ASN1_STRING_data.3"
ln -sf "ASN1_STRING_length.3" "/opt/libressl/share/man/man3/ASN1_STRING_dup.3"
ln -sf "ASN1_STRING_length.3" "/opt/libressl/share/man/man3/ASN1_STRING_get0_data.3"
ln -sf "ASN1_STRING_length.3" "/opt/libressl/share/man/man3/ASN1_STRING_length_set.3"
ln -sf "ASN1_STRING_length.3" "/opt/libressl/share/man/man3/ASN1_STRING_set.3"
ln -sf "ASN1_STRING_length.3" "/opt/libressl/share/man/man3/ASN1_STRING_to_UTF8.3"
ln -sf "ASN1_STRING_length.3" "/opt/libressl/share/man/man3/ASN1_STRING_type.3"
ln -sf "ASN1_STRING_new.3" "/opt/libressl/share/man/man3/ASN1_BIT_STRING_free.3"
ln -sf "ASN1_STRING_new.3" "/opt/libressl/share/man/man3/ASN1_BIT_STRING_new.3"
ln -sf "ASN1_STRING_new.3" "/opt/libressl/share/man/man3/ASN1_BMPSTRING_free.3"
ln -sf "ASN1_STRING_new.3" "/opt/libressl/share/man/man3/ASN1_BMPSTRING_new.3"
ln -sf "ASN1_STRING_new.3" "/opt/libressl/share/man/man3/ASN1_ENUMERATED_free.3"
ln -sf "ASN1_STRING_new.3" "/opt/libressl/share/man/man3/ASN1_ENUMERATED_new.3"
ln -sf "ASN1_STRING_new.3" "/opt/libressl/share/man/man3/ASN1_GENERALIZEDTIME_free.3"
ln -sf "ASN1_STRING_new.3" "/opt/libressl/share/man/man3/ASN1_GENERALIZEDTIME_new.3"
ln -sf "ASN1_STRING_new.3" "/opt/libressl/share/man/man3/ASN1_GENERALSTRING_free.3"
ln -sf "ASN1_STRING_new.3" "/opt/libressl/share/man/man3/ASN1_GENERALSTRING_new.3"
ln -sf "ASN1_STRING_new.3" "/opt/libressl/share/man/man3/ASN1_IA5STRING_free.3"
ln -sf "ASN1_STRING_new.3" "/opt/libressl/share/man/man3/ASN1_IA5STRING_new.3"
ln -sf "ASN1_STRING_new.3" "/opt/libressl/share/man/man3/ASN1_INTEGER_free.3"
ln -sf "ASN1_STRING_new.3" "/opt/libressl/share/man/man3/ASN1_INTEGER_new.3"
ln -sf "ASN1_STRING_new.3" "/opt/libressl/share/man/man3/ASN1_OCTET_STRING_free.3"
ln -sf "ASN1_STRING_new.3" "/opt/libressl/share/man/man3/ASN1_OCTET_STRING_new.3"
ln -sf "ASN1_STRING_new.3" "/opt/libressl/share/man/man3/ASN1_PRINTABLESTRING_free.3"
ln -sf "ASN1_STRING_new.3" "/opt/libressl/share/man/man3/ASN1_PRINTABLESTRING_new.3"
ln -sf "ASN1_STRING_new.3" "/opt/libressl/share/man/man3/ASN1_PRINTABLE_free.3"
ln -sf "ASN1_STRING_new.3" "/opt/libressl/share/man/man3/ASN1_PRINTABLE_new.3"
ln -sf "ASN1_STRING_new.3" "/opt/libressl/share/man/man3/ASN1_STRING_free.3"
ln -sf "ASN1_STRING_new.3" "/opt/libressl/share/man/man3/ASN1_STRING_type_new.3"
ln -sf "ASN1_STRING_new.3" "/opt/libressl/share/man/man3/ASN1_T61STRING_free.3"
ln -sf "ASN1_STRING_new.3" "/opt/libressl/share/man/man3/ASN1_T61STRING_new.3"
ln -sf "ASN1_STRING_new.3" "/opt/libressl/share/man/man3/ASN1_TIME_free.3"
ln -sf "ASN1_STRING_new.3" "/opt/libressl/share/man/man3/ASN1_TIME_new.3"
ln -sf "ASN1_STRING_new.3" "/opt/libressl/share/man/man3/ASN1_UNIVERSALSTRING_free.3"
ln -sf "ASN1_STRING_new.3" "/opt/libressl/share/man/man3/ASN1_UNIVERSALSTRING_new.3"
ln -sf "ASN1_STRING_new.3" "/opt/libressl/share/man/man3/ASN1_UTCTIME_free.3"
ln -sf "ASN1_STRING_new.3" "/opt/libressl/share/man/man3/ASN1_UTCTIME_new.3"
ln -sf "ASN1_STRING_new.3" "/opt/libressl/share/man/man3/ASN1_UTF8STRING_free.3"
ln -sf "ASN1_STRING_new.3" "/opt/libressl/share/man/man3/ASN1_UTF8STRING_new.3"
ln -sf "ASN1_STRING_new.3" "/opt/libressl/share/man/man3/ASN1_VISIBLESTRING_free.3"
ln -sf "ASN1_STRING_new.3" "/opt/libressl/share/man/man3/ASN1_VISIBLESTRING_new.3"
ln -sf "ASN1_STRING_new.3" "/opt/libressl/share/man/man3/DIRECTORYSTRING_free.3"
ln -sf "ASN1_STRING_new.3" "/opt/libressl/share/man/man3/DIRECTORYSTRING_new.3"
ln -sf "ASN1_STRING_new.3" "/opt/libressl/share/man/man3/DISPLAYTEXT_free.3"
ln -sf "ASN1_STRING_new.3" "/opt/libressl/share/man/man3/DISPLAYTEXT_new.3"
ln -sf "ASN1_STRING_print_ex.3" "/opt/libressl/share/man/man3/ASN1_STRING_print.3"
ln -sf "ASN1_STRING_print_ex.3" "/opt/libressl/share/man/man3/ASN1_STRING_print_ex_fp.3"
ln -sf "ASN1_STRING_print_ex.3" "/opt/libressl/share/man/man3/ASN1_tag2str.3"
ln -sf "ASN1_TIME_set.3" "/opt/libressl/share/man/man3/ASN1_GENERALIZEDTIME_adj.3"
ln -sf "ASN1_TIME_set.3" "/opt/libressl/share/man/man3/ASN1_GENERALIZEDTIME_check.3"
ln -sf "ASN1_TIME_set.3" "/opt/libressl/share/man/man3/ASN1_GENERALIZEDTIME_print.3"
ln -sf "ASN1_TIME_set.3" "/opt/libressl/share/man/man3/ASN1_GENERALIZEDTIME_set.3"
ln -sf "ASN1_TIME_set.3" "/opt/libressl/share/man/man3/ASN1_GENERALIZEDTIME_set_string.3"
ln -sf "ASN1_TIME_set.3" "/opt/libressl/share/man/man3/ASN1_TIME_adj.3"
ln -sf "ASN1_TIME_set.3" "/opt/libressl/share/man/man3/ASN1_TIME_check.3"
ln -sf "ASN1_TIME_set.3" "/opt/libressl/share/man/man3/ASN1_TIME_print.3"
ln -sf "ASN1_TIME_set.3" "/opt/libressl/share/man/man3/ASN1_TIME_set_string.3"
ln -sf "ASN1_TIME_set.3" "/opt/libressl/share/man/man3/ASN1_TIME_to_generalizedtime.3"
ln -sf "ASN1_TIME_set.3" "/opt/libressl/share/man/man3/ASN1_UTCTIME_adj.3"
ln -sf "ASN1_TIME_set.3" "/opt/libressl/share/man/man3/ASN1_UTCTIME_check.3"
ln -sf "ASN1_TIME_set.3" "/opt/libressl/share/man/man3/ASN1_UTCTIME_cmp_time_t.3"
ln -sf "ASN1_TIME_set.3" "/opt/libressl/share/man/man3/ASN1_UTCTIME_print.3"
ln -sf "ASN1_TIME_set.3" "/opt/libressl/share/man/man3/ASN1_UTCTIME_set.3"
ln -sf "ASN1_TIME_set.3" "/opt/libressl/share/man/man3/ASN1_UTCTIME_set_string.3"
ln -sf "ASN1_TYPE_get.3" "/opt/libressl/share/man/man3/ASN1_TYPE_cmp.3"
ln -sf "ASN1_TYPE_get.3" "/opt/libressl/share/man/man3/ASN1_TYPE_free.3"
ln -sf "ASN1_TYPE_get.3" "/opt/libressl/share/man/man3/ASN1_TYPE_new.3"
ln -sf "ASN1_TYPE_get.3" "/opt/libressl/share/man/man3/ASN1_TYPE_set.3"
ln -sf "ASN1_TYPE_get.3" "/opt/libressl/share/man/man3/ASN1_TYPE_set1.3"
ln -sf "ASN1_generate_nconf.3" "/opt/libressl/share/man/man3/ASN1_generate_v3.3"
ln -sf "ASN1_item_d2i.3" "/opt/libressl/share/man/man3/ASN1_item_d2i_bio.3"
ln -sf "ASN1_item_d2i.3" "/opt/libressl/share/man/man3/ASN1_item_d2i_fp.3"
ln -sf "ASN1_item_d2i.3" "/opt/libressl/share/man/man3/ASN1_item_dup.3"
ln -sf "ASN1_item_d2i.3" "/opt/libressl/share/man/man3/ASN1_item_i2d.3"
ln -sf "ASN1_item_d2i.3" "/opt/libressl/share/man/man3/ASN1_item_i2d_bio.3"
ln -sf "ASN1_item_d2i.3" "/opt/libressl/share/man/man3/ASN1_item_i2d_fp.3"
ln -sf "ASN1_item_d2i.3" "/opt/libressl/share/man/man3/ASN1_item_print.3"
ln -sf "ASN1_item_d2i.3" "/opt/libressl/share/man/man3/d2i_ASN1_TYPE.3"
ln -sf "ASN1_item_d2i.3" "/opt/libressl/share/man/man3/i2d_ASN1_TYPE.3"
ln -sf "ASN1_item_new.3" "/opt/libressl/share/man/man3/ASN1_item_free.3"
ln -sf "ASN1_put_object.3" "/opt/libressl/share/man/man3/ASN1_put_eoc.3"
ln -sf "ASN1_time_parse.3" "/opt/libressl/share/man/man3/ASN1_TIME_set_tm.3"
ln -sf "ASN1_time_parse.3" "/opt/libressl/share/man/man3/ASN1_time_tm_cmp.3"
ln -sf "AUTHORITY_KEYID_new.3" "/opt/libressl/share/man/man3/AUTHORITY_KEYID_free.3"
ln -sf "BASIC_CONSTRAINTS_new.3" "/opt/libressl/share/man/man3/BASIC_CONSTRAINTS_free.3"
ln -sf "BF_set_key.3" "/opt/libressl/share/man/man3/BF_cbc_encrypt.3"
ln -sf "BF_set_key.3" "/opt/libressl/share/man/man3/BF_cfb64_encrypt.3"
ln -sf "BF_set_key.3" "/opt/libressl/share/man/man3/BF_decrypt.3"
ln -sf "BF_set_key.3" "/opt/libressl/share/man/man3/BF_ecb_encrypt.3"
ln -sf "BF_set_key.3" "/opt/libressl/share/man/man3/BF_encrypt.3"
ln -sf "BF_set_key.3" "/opt/libressl/share/man/man3/BF_ofb64_encrypt.3"
ln -sf "BF_set_key.3" "/opt/libressl/share/man/man3/BF_options.3"
ln -sf "BIO_ctrl.3" "/opt/libressl/share/man/man3/BIO_callback_ctrl.3"
ln -sf "BIO_ctrl.3" "/opt/libressl/share/man/man3/BIO_ctrl_pending.3"
ln -sf "BIO_ctrl.3" "/opt/libressl/share/man/man3/BIO_ctrl_wpending.3"
ln -sf "BIO_ctrl.3" "/opt/libressl/share/man/man3/BIO_eof.3"
ln -sf "BIO_ctrl.3" "/opt/libressl/share/man/man3/BIO_flush.3"
ln -sf "BIO_ctrl.3" "/opt/libressl/share/man/man3/BIO_get_close.3"
ln -sf "BIO_ctrl.3" "/opt/libressl/share/man/man3/BIO_get_info_callback.3"
ln -sf "BIO_ctrl.3" "/opt/libressl/share/man/man3/BIO_int_ctrl.3"
ln -sf "BIO_ctrl.3" "/opt/libressl/share/man/man3/BIO_pending.3"
ln -sf "BIO_ctrl.3" "/opt/libressl/share/man/man3/BIO_ptr_ctrl.3"
ln -sf "BIO_ctrl.3" "/opt/libressl/share/man/man3/BIO_reset.3"
ln -sf "BIO_ctrl.3" "/opt/libressl/share/man/man3/BIO_seek.3"
ln -sf "BIO_ctrl.3" "/opt/libressl/share/man/man3/BIO_set_close.3"
ln -sf "BIO_ctrl.3" "/opt/libressl/share/man/man3/BIO_set_info_callback.3"
ln -sf "BIO_ctrl.3" "/opt/libressl/share/man/man3/BIO_tell.3"
ln -sf "BIO_ctrl.3" "/opt/libressl/share/man/man3/BIO_wpending.3"
ln -sf "BIO_ctrl.3" "/opt/libressl/share/man/man3/bio_info_cb.3"
ln -sf "BIO_f_buffer.3" "/opt/libressl/share/man/man3/BIO_get_buffer_num_lines.3"
ln -sf "BIO_f_buffer.3" "/opt/libressl/share/man/man3/BIO_set_buffer_read_data.3"
ln -sf "BIO_f_buffer.3" "/opt/libressl/share/man/man3/BIO_set_buffer_size.3"
ln -sf "BIO_f_buffer.3" "/opt/libressl/share/man/man3/BIO_set_read_buffer_size.3"
ln -sf "BIO_f_buffer.3" "/opt/libressl/share/man/man3/BIO_set_write_buffer_size.3"
ln -sf "BIO_f_cipher.3" "/opt/libressl/share/man/man3/BIO_get_cipher_ctx.3"
ln -sf "BIO_f_cipher.3" "/opt/libressl/share/man/man3/BIO_get_cipher_status.3"
ln -sf "BIO_f_cipher.3" "/opt/libressl/share/man/man3/BIO_set_cipher.3"
ln -sf "BIO_f_md.3" "/opt/libressl/share/man/man3/BIO_get_md.3"
ln -sf "BIO_f_md.3" "/opt/libressl/share/man/man3/BIO_get_md_ctx.3"
ln -sf "BIO_f_md.3" "/opt/libressl/share/man/man3/BIO_set_md.3"
ln -sf "BIO_f_ssl.3" "/opt/libressl/share/man/man3/BIO_do_handshake.3"
ln -sf "BIO_f_ssl.3" "/opt/libressl/share/man/man3/BIO_get_num_renegotiates.3"
ln -sf "BIO_f_ssl.3" "/opt/libressl/share/man/man3/BIO_get_ssl.3"
ln -sf "BIO_f_ssl.3" "/opt/libressl/share/man/man3/BIO_new_buffer_ssl_connect.3"
ln -sf "BIO_f_ssl.3" "/opt/libressl/share/man/man3/BIO_new_ssl.3"
ln -sf "BIO_f_ssl.3" "/opt/libressl/share/man/man3/BIO_new_ssl_connect.3"
ln -sf "BIO_f_ssl.3" "/opt/libressl/share/man/man3/BIO_set_ssl.3"
ln -sf "BIO_f_ssl.3" "/opt/libressl/share/man/man3/BIO_set_ssl_mode.3"
ln -sf "BIO_f_ssl.3" "/opt/libressl/share/man/man3/BIO_set_ssl_renegotiate_bytes.3"
ln -sf "BIO_f_ssl.3" "/opt/libressl/share/man/man3/BIO_set_ssl_renegotiate_timeout.3"
ln -sf "BIO_f_ssl.3" "/opt/libressl/share/man/man3/BIO_ssl_copy_session_id.3"
ln -sf "BIO_f_ssl.3" "/opt/libressl/share/man/man3/BIO_ssl_shutdown.3"
ln -sf "BIO_find_type.3" "/opt/libressl/share/man/man3/BIO_method_type.3"
ln -sf "BIO_find_type.3" "/opt/libressl/share/man/man3/BIO_next.3"
ln -sf "BIO_get_data.3" "/opt/libressl/share/man/man3/BIO_get_shutdown.3"
ln -sf "BIO_get_data.3" "/opt/libressl/share/man/man3/BIO_set_data.3"
ln -sf "BIO_get_data.3" "/opt/libressl/share/man/man3/BIO_set_init.3"
ln -sf "BIO_get_data.3" "/opt/libressl/share/man/man3/BIO_set_shutdown.3"
ln -sf "BIO_get_ex_new_index.3" "/opt/libressl/share/man/man3/BIO_get_ex_data.3"
ln -sf "BIO_get_ex_new_index.3" "/opt/libressl/share/man/man3/BIO_set_ex_data.3"
ln -sf "BIO_get_ex_new_index.3" "/opt/libressl/share/man/man3/ECDH_get_ex_data.3"
ln -sf "BIO_get_ex_new_index.3" "/opt/libressl/share/man/man3/ECDH_get_ex_new_index.3"
ln -sf "BIO_get_ex_new_index.3" "/opt/libressl/share/man/man3/ECDH_set_ex_data.3"
ln -sf "BIO_get_ex_new_index.3" "/opt/libressl/share/man/man3/ECDSA_get_ex_data.3"
ln -sf "BIO_get_ex_new_index.3" "/opt/libressl/share/man/man3/ECDSA_get_ex_new_index.3"
ln -sf "BIO_get_ex_new_index.3" "/opt/libressl/share/man/man3/ECDSA_set_ex_data.3"
ln -sf "BIO_get_ex_new_index.3" "/opt/libressl/share/man/man3/EC_KEY_get_ex_data.3"
ln -sf "BIO_get_ex_new_index.3" "/opt/libressl/share/man/man3/EC_KEY_get_ex_new_index.3"
ln -sf "BIO_get_ex_new_index.3" "/opt/libressl/share/man/man3/EC_KEY_set_ex_data.3"
ln -sf "BIO_get_ex_new_index.3" "/opt/libressl/share/man/man3/ENGINE_get_ex_data.3"
ln -sf "BIO_get_ex_new_index.3" "/opt/libressl/share/man/man3/ENGINE_get_ex_new_index.3"
ln -sf "BIO_get_ex_new_index.3" "/opt/libressl/share/man/man3/ENGINE_set_ex_data.3"
ln -sf "BIO_get_ex_new_index.3" "/opt/libressl/share/man/man3/TYPE_get_ex_data.3"
ln -sf "BIO_get_ex_new_index.3" "/opt/libressl/share/man/man3/TYPE_get_ex_new_index.3"
ln -sf "BIO_get_ex_new_index.3" "/opt/libressl/share/man/man3/TYPE_set_ex_data.3"
ln -sf "BIO_get_ex_new_index.3" "/opt/libressl/share/man/man3/UI_get_ex_data.3"
ln -sf "BIO_get_ex_new_index.3" "/opt/libressl/share/man/man3/UI_get_ex_new_index.3"
ln -sf "BIO_get_ex_new_index.3" "/opt/libressl/share/man/man3/UI_set_ex_data.3"
ln -sf "BIO_get_ex_new_index.3" "/opt/libressl/share/man/man3/X509_get_ex_data.3"
ln -sf "BIO_get_ex_new_index.3" "/opt/libressl/share/man/man3/X509_get_ex_new_index.3"
ln -sf "BIO_get_ex_new_index.3" "/opt/libressl/share/man/man3/X509_set_ex_data.3"
ln -sf "BIO_meth_new.3" "/opt/libressl/share/man/man3/BIO_get_new_index.3"
ln -sf "BIO_meth_new.3" "/opt/libressl/share/man/man3/BIO_meth_free.3"
ln -sf "BIO_meth_new.3" "/opt/libressl/share/man/man3/BIO_meth_get_callback_ctrl.3"
ln -sf "BIO_meth_new.3" "/opt/libressl/share/man/man3/BIO_meth_get_create.3"
ln -sf "BIO_meth_new.3" "/opt/libressl/share/man/man3/BIO_meth_get_ctrl.3"
ln -sf "BIO_meth_new.3" "/opt/libressl/share/man/man3/BIO_meth_get_destroy.3"
ln -sf "BIO_meth_new.3" "/opt/libressl/share/man/man3/BIO_meth_get_gets.3"
ln -sf "BIO_meth_new.3" "/opt/libressl/share/man/man3/BIO_meth_get_puts.3"
ln -sf "BIO_meth_new.3" "/opt/libressl/share/man/man3/BIO_meth_get_read.3"
ln -sf "BIO_meth_new.3" "/opt/libressl/share/man/man3/BIO_meth_get_write.3"
ln -sf "BIO_meth_new.3" "/opt/libressl/share/man/man3/BIO_meth_set_callback_ctrl.3"
ln -sf "BIO_meth_new.3" "/opt/libressl/share/man/man3/BIO_meth_set_create.3"
ln -sf "BIO_meth_new.3" "/opt/libressl/share/man/man3/BIO_meth_set_ctrl.3"
ln -sf "BIO_meth_new.3" "/opt/libressl/share/man/man3/BIO_meth_set_destroy.3"
ln -sf "BIO_meth_new.3" "/opt/libressl/share/man/man3/BIO_meth_set_gets.3"
ln -sf "BIO_meth_new.3" "/opt/libressl/share/man/man3/BIO_meth_set_puts.3"
ln -sf "BIO_meth_new.3" "/opt/libressl/share/man/man3/BIO_meth_set_read.3"
ln -sf "BIO_meth_new.3" "/opt/libressl/share/man/man3/BIO_meth_set_write.3"
ln -sf "BIO_new.3" "/opt/libressl/share/man/man3/BIO_free.3"
ln -sf "BIO_new.3" "/opt/libressl/share/man/man3/BIO_free_all.3"
ln -sf "BIO_new.3" "/opt/libressl/share/man/man3/BIO_set.3"
ln -sf "BIO_new.3" "/opt/libressl/share/man/man3/BIO_up_ref.3"
ln -sf "BIO_new.3" "/opt/libressl/share/man/man3/BIO_vfree.3"
ln -sf "BIO_printf.3" "/opt/libressl/share/man/man3/BIO_snprintf.3"
ln -sf "BIO_printf.3" "/opt/libressl/share/man/man3/BIO_vprintf.3"
ln -sf "BIO_printf.3" "/opt/libressl/share/man/man3/BIO_vsnprintf.3"
ln -sf "BIO_push.3" "/opt/libressl/share/man/man3/BIO_pop.3"
ln -sf "BIO_read.3" "/opt/libressl/share/man/man3/BIO_gets.3"
ln -sf "BIO_read.3" "/opt/libressl/share/man/man3/BIO_puts.3"
ln -sf "BIO_read.3" "/opt/libressl/share/man/man3/BIO_write.3"
ln -sf "BIO_s_accept.3" "/opt/libressl/share/man/man3/BIO_do_accept.3"
ln -sf "BIO_s_accept.3" "/opt/libressl/share/man/man3/BIO_get_accept_port.3"
ln -sf "BIO_s_accept.3" "/opt/libressl/share/man/man3/BIO_get_bind_mode.3"
ln -sf "BIO_s_accept.3" "/opt/libressl/share/man/man3/BIO_new_accept.3"
ln -sf "BIO_s_accept.3" "/opt/libressl/share/man/man3/BIO_set_accept_bios.3"
ln -sf "BIO_s_accept.3" "/opt/libressl/share/man/man3/BIO_set_accept_port.3"
ln -sf "BIO_s_accept.3" "/opt/libressl/share/man/man3/BIO_set_bind_mode.3"
ln -sf "BIO_s_accept.3" "/opt/libressl/share/man/man3/BIO_set_nbio_accept.3"
ln -sf "BIO_s_bio.3" "/opt/libressl/share/man/man3/BIO_ctrl_get_read_request.3"
ln -sf "BIO_s_bio.3" "/opt/libressl/share/man/man3/BIO_ctrl_get_write_guarantee.3"
ln -sf "BIO_s_bio.3" "/opt/libressl/share/man/man3/BIO_ctrl_reset_read_request.3"
ln -sf "BIO_s_bio.3" "/opt/libressl/share/man/man3/BIO_destroy_bio_pair.3"
ln -sf "BIO_s_bio.3" "/opt/libressl/share/man/man3/BIO_get_read_request.3"
ln -sf "BIO_s_bio.3" "/opt/libressl/share/man/man3/BIO_get_write_buf_size.3"
ln -sf "BIO_s_bio.3" "/opt/libressl/share/man/man3/BIO_get_write_guarantee.3"
ln -sf "BIO_s_bio.3" "/opt/libressl/share/man/man3/BIO_make_bio_pair.3"
ln -sf "BIO_s_bio.3" "/opt/libressl/share/man/man3/BIO_new_bio_pair.3"
ln -sf "BIO_s_bio.3" "/opt/libressl/share/man/man3/BIO_set_write_buf_size.3"
ln -sf "BIO_s_bio.3" "/opt/libressl/share/man/man3/BIO_shutdown_wr.3"
ln -sf "BIO_s_connect.3" "/opt/libressl/share/man/man3/BIO_do_connect.3"
ln -sf "BIO_s_connect.3" "/opt/libressl/share/man/man3/BIO_get_conn_hostname.3"
ln -sf "BIO_s_connect.3" "/opt/libressl/share/man/man3/BIO_get_conn_int_port.3"
ln -sf "BIO_s_connect.3" "/opt/libressl/share/man/man3/BIO_get_conn_ip.3"
ln -sf "BIO_s_connect.3" "/opt/libressl/share/man/man3/BIO_get_conn_port.3"
ln -sf "BIO_s_connect.3" "/opt/libressl/share/man/man3/BIO_new_connect.3"
ln -sf "BIO_s_connect.3" "/opt/libressl/share/man/man3/BIO_set_conn_hostname.3"
ln -sf "BIO_s_connect.3" "/opt/libressl/share/man/man3/BIO_set_conn_int_port.3"
ln -sf "BIO_s_connect.3" "/opt/libressl/share/man/man3/BIO_set_conn_ip.3"
ln -sf "BIO_s_connect.3" "/opt/libressl/share/man/man3/BIO_set_conn_port.3"
ln -sf "BIO_s_connect.3" "/opt/libressl/share/man/man3/BIO_set_nbio.3"
ln -sf "BIO_s_fd.3" "/opt/libressl/share/man/man3/BIO_get_fd.3"
ln -sf "BIO_s_fd.3" "/opt/libressl/share/man/man3/BIO_new_fd.3"
ln -sf "BIO_s_fd.3" "/opt/libressl/share/man/man3/BIO_set_fd.3"
ln -sf "BIO_s_file.3" "/opt/libressl/share/man/man3/BIO_append_filename.3"
ln -sf "BIO_s_file.3" "/opt/libressl/share/man/man3/BIO_get_fp.3"
ln -sf "BIO_s_file.3" "/opt/libressl/share/man/man3/BIO_new_file.3"
ln -sf "BIO_s_file.3" "/opt/libressl/share/man/man3/BIO_new_fp.3"
ln -sf "BIO_s_file.3" "/opt/libressl/share/man/man3/BIO_read_filename.3"
ln -sf "BIO_s_file.3" "/opt/libressl/share/man/man3/BIO_rw_filename.3"
ln -sf "BIO_s_file.3" "/opt/libressl/share/man/man3/BIO_set_fp.3"
ln -sf "BIO_s_file.3" "/opt/libressl/share/man/man3/BIO_write_filename.3"
ln -sf "BIO_s_mem.3" "/opt/libressl/share/man/man3/BIO_get_mem_data.3"
ln -sf "BIO_s_mem.3" "/opt/libressl/share/man/man3/BIO_get_mem_ptr.3"
ln -sf "BIO_s_mem.3" "/opt/libressl/share/man/man3/BIO_new_mem_buf.3"
ln -sf "BIO_s_mem.3" "/opt/libressl/share/man/man3/BIO_set_mem_buf.3"
ln -sf "BIO_s_mem.3" "/opt/libressl/share/man/man3/BIO_set_mem_eof_return.3"
ln -sf "BIO_s_socket.3" "/opt/libressl/share/man/man3/BIO_new_socket.3"
ln -sf "BIO_set_callback.3" "/opt/libressl/share/man/man3/BIO_callback_fn.3"
ln -sf "BIO_set_callback.3" "/opt/libressl/share/man/man3/BIO_debug_callback.3"
ln -sf "BIO_set_callback.3" "/opt/libressl/share/man/man3/BIO_get_callback.3"
ln -sf "BIO_set_callback.3" "/opt/libressl/share/man/man3/BIO_get_callback_arg.3"
ln -sf "BIO_set_callback.3" "/opt/libressl/share/man/man3/BIO_set_callback_arg.3"
ln -sf "BIO_should_retry.3" "/opt/libressl/share/man/man3/BIO_get_retry_BIO.3"
ln -sf "BIO_should_retry.3" "/opt/libressl/share/man/man3/BIO_get_retry_reason.3"
ln -sf "BIO_should_retry.3" "/opt/libressl/share/man/man3/BIO_retry_type.3"
ln -sf "BIO_should_retry.3" "/opt/libressl/share/man/man3/BIO_should_io_special.3"
ln -sf "BIO_should_retry.3" "/opt/libressl/share/man/man3/BIO_should_read.3"
ln -sf "BIO_should_retry.3" "/opt/libressl/share/man/man3/BIO_should_write.3"
ln -sf "BN_BLINDING_new.3" "/opt/libressl/share/man/man3/BN_BLINDING_convert.3"
ln -sf "BN_BLINDING_new.3" "/opt/libressl/share/man/man3/BN_BLINDING_convert_ex.3"
ln -sf "BN_BLINDING_new.3" "/opt/libressl/share/man/man3/BN_BLINDING_create_param.3"
ln -sf "BN_BLINDING_new.3" "/opt/libressl/share/man/man3/BN_BLINDING_free.3"
ln -sf "BN_BLINDING_new.3" "/opt/libressl/share/man/man3/BN_BLINDING_get_flags.3"
ln -sf "BN_BLINDING_new.3" "/opt/libressl/share/man/man3/BN_BLINDING_get_thread_id.3"
ln -sf "BN_BLINDING_new.3" "/opt/libressl/share/man/man3/BN_BLINDING_invert.3"
ln -sf "BN_BLINDING_new.3" "/opt/libressl/share/man/man3/BN_BLINDING_invert_ex.3"
ln -sf "BN_BLINDING_new.3" "/opt/libressl/share/man/man3/BN_BLINDING_set_flags.3"
ln -sf "BN_BLINDING_new.3" "/opt/libressl/share/man/man3/BN_BLINDING_set_thread_id.3"
ln -sf "BN_BLINDING_new.3" "/opt/libressl/share/man/man3/BN_BLINDING_thread_id.3"
ln -sf "BN_BLINDING_new.3" "/opt/libressl/share/man/man3/BN_BLINDING_update.3"
ln -sf "BN_CTX_new.3" "/opt/libressl/share/man/man3/BN_CTX_free.3"
ln -sf "BN_CTX_new.3" "/opt/libressl/share/man/man3/BN_CTX_init.3"
ln -sf "BN_CTX_start.3" "/opt/libressl/share/man/man3/BN_CTX_end.3"
ln -sf "BN_CTX_start.3" "/opt/libressl/share/man/man3/BN_CTX_get.3"
ln -sf "BN_add.3" "/opt/libressl/share/man/man3/BN_div.3"
ln -sf "BN_add.3" "/opt/libressl/share/man/man3/BN_exp.3"
ln -sf "BN_add.3" "/opt/libressl/share/man/man3/BN_gcd.3"
ln -sf "BN_add.3" "/opt/libressl/share/man/man3/BN_mod.3"
ln -sf "BN_add.3" "/opt/libressl/share/man/man3/BN_mod_add.3"
ln -sf "BN_add.3" "/opt/libressl/share/man/man3/BN_mod_exp.3"
ln -sf "BN_add.3" "/opt/libressl/share/man/man3/BN_mod_mul.3"
ln -sf "BN_add.3" "/opt/libressl/share/man/man3/BN_mod_sqr.3"
ln -sf "BN_add.3" "/opt/libressl/share/man/man3/BN_mod_sub.3"
ln -sf "BN_add.3" "/opt/libressl/share/man/man3/BN_mul.3"
ln -sf "BN_add.3" "/opt/libressl/share/man/man3/BN_nnmod.3"
ln -sf "BN_add.3" "/opt/libressl/share/man/man3/BN_sqr.3"
ln -sf "BN_add.3" "/opt/libressl/share/man/man3/BN_sub.3"
ln -sf "BN_add_word.3" "/opt/libressl/share/man/man3/BN_div_word.3"
ln -sf "BN_add_word.3" "/opt/libressl/share/man/man3/BN_mod_word.3"
ln -sf "BN_add_word.3" "/opt/libressl/share/man/man3/BN_mul_word.3"
ln -sf "BN_add_word.3" "/opt/libressl/share/man/man3/BN_sub_word.3"
ln -sf "BN_bn2bin.3" "/opt/libressl/share/man/man3/BN_asc2bn.3"
ln -sf "BN_bn2bin.3" "/opt/libressl/share/man/man3/BN_bin2bn.3"
ln -sf "BN_bn2bin.3" "/opt/libressl/share/man/man3/BN_bn2dec.3"
ln -sf "BN_bn2bin.3" "/opt/libressl/share/man/man3/BN_bn2hex.3"
ln -sf "BN_bn2bin.3" "/opt/libressl/share/man/man3/BN_bn2mpi.3"
ln -sf "BN_bn2bin.3" "/opt/libressl/share/man/man3/BN_dec2bn.3"
ln -sf "BN_bn2bin.3" "/opt/libressl/share/man/man3/BN_hex2bn.3"
ln -sf "BN_bn2bin.3" "/opt/libressl/share/man/man3/BN_mpi2bn.3"
ln -sf "BN_bn2bin.3" "/opt/libressl/share/man/man3/BN_print.3"
ln -sf "BN_bn2bin.3" "/opt/libressl/share/man/man3/BN_print_fp.3"
ln -sf "BN_cmp.3" "/opt/libressl/share/man/man3/BN_is_odd.3"
ln -sf "BN_cmp.3" "/opt/libressl/share/man/man3/BN_is_one.3"
ln -sf "BN_cmp.3" "/opt/libressl/share/man/man3/BN_is_word.3"
ln -sf "BN_cmp.3" "/opt/libressl/share/man/man3/BN_is_zero.3"
ln -sf "BN_cmp.3" "/opt/libressl/share/man/man3/BN_ucmp.3"
ln -sf "BN_copy.3" "/opt/libressl/share/man/man3/BN_dup.3"
ln -sf "BN_copy.3" "/opt/libressl/share/man/man3/BN_with_flags.3"
ln -sf "BN_generate_prime.3" "/opt/libressl/share/man/man3/BN_GENCB_call.3"
ln -sf "BN_generate_prime.3" "/opt/libressl/share/man/man3/BN_GENCB_free.3"
ln -sf "BN_generate_prime.3" "/opt/libressl/share/man/man3/BN_GENCB_get_arg.3"
ln -sf "BN_generate_prime.3" "/opt/libressl/share/man/man3/BN_GENCB_new.3"
ln -sf "BN_generate_prime.3" "/opt/libressl/share/man/man3/BN_GENCB_set.3"
ln -sf "BN_generate_prime.3" "/opt/libressl/share/man/man3/BN_GENCB_set_old.3"
ln -sf "BN_generate_prime.3" "/opt/libressl/share/man/man3/BN_generate_prime_ex.3"
ln -sf "BN_generate_prime.3" "/opt/libressl/share/man/man3/BN_is_prime.3"
ln -sf "BN_generate_prime.3" "/opt/libressl/share/man/man3/BN_is_prime_ex.3"
ln -sf "BN_generate_prime.3" "/opt/libressl/share/man/man3/BN_is_prime_fasttest.3"
ln -sf "BN_generate_prime.3" "/opt/libressl/share/man/man3/BN_is_prime_fasttest_ex.3"
ln -sf "BN_get0_nist_prime_521.3" "/opt/libressl/share/man/man3/BN_get0_nist_prime_192.3"
ln -sf "BN_get0_nist_prime_521.3" "/opt/libressl/share/man/man3/BN_get0_nist_prime_224.3"
ln -sf "BN_get0_nist_prime_521.3" "/opt/libressl/share/man/man3/BN_get0_nist_prime_256.3"
ln -sf "BN_get0_nist_prime_521.3" "/opt/libressl/share/man/man3/BN_get0_nist_prime_384.3"
ln -sf "BN_mod_mul_montgomery.3" "/opt/libressl/share/man/man3/BN_MONT_CTX_copy.3"
ln -sf "BN_mod_mul_montgomery.3" "/opt/libressl/share/man/man3/BN_MONT_CTX_free.3"
ln -sf "BN_mod_mul_montgomery.3" "/opt/libressl/share/man/man3/BN_MONT_CTX_init.3"
ln -sf "BN_mod_mul_montgomery.3" "/opt/libressl/share/man/man3/BN_MONT_CTX_new.3"
ln -sf "BN_mod_mul_montgomery.3" "/opt/libressl/share/man/man3/BN_MONT_CTX_set.3"
ln -sf "BN_mod_mul_montgomery.3" "/opt/libressl/share/man/man3/BN_from_montgomery.3"
ln -sf "BN_mod_mul_montgomery.3" "/opt/libressl/share/man/man3/BN_to_montgomery.3"
ln -sf "BN_mod_mul_reciprocal.3" "/opt/libressl/share/man/man3/BN_RECP_CTX_free.3"
ln -sf "BN_mod_mul_reciprocal.3" "/opt/libressl/share/man/man3/BN_RECP_CTX_init.3"
ln -sf "BN_mod_mul_reciprocal.3" "/opt/libressl/share/man/man3/BN_RECP_CTX_new.3"
ln -sf "BN_mod_mul_reciprocal.3" "/opt/libressl/share/man/man3/BN_RECP_CTX_set.3"
ln -sf "BN_mod_mul_reciprocal.3" "/opt/libressl/share/man/man3/BN_div_recp.3"
ln -sf "BN_new.3" "/opt/libressl/share/man/man3/BN_clear.3"
ln -sf "BN_new.3" "/opt/libressl/share/man/man3/BN_clear_free.3"
ln -sf "BN_new.3" "/opt/libressl/share/man/man3/BN_free.3"
ln -sf "BN_new.3" "/opt/libressl/share/man/man3/BN_init.3"
ln -sf "BN_num_bytes.3" "/opt/libressl/share/man/man3/BN_num_bits.3"
ln -sf "BN_num_bytes.3" "/opt/libressl/share/man/man3/BN_num_bits_word.3"
ln -sf "BN_rand.3" "/opt/libressl/share/man/man3/BN_pseudo_rand.3"
ln -sf "BN_rand.3" "/opt/libressl/share/man/man3/BN_pseudo_rand_range.3"
ln -sf "BN_rand.3" "/opt/libressl/share/man/man3/BN_rand_range.3"
ln -sf "BN_set_bit.3" "/opt/libressl/share/man/man3/BN_clear_bit.3"
ln -sf "BN_set_bit.3" "/opt/libressl/share/man/man3/BN_is_bit_set.3"
ln -sf "BN_set_bit.3" "/opt/libressl/share/man/man3/BN_lshift.3"
ln -sf "BN_set_bit.3" "/opt/libressl/share/man/man3/BN_lshift1.3"
ln -sf "BN_set_bit.3" "/opt/libressl/share/man/man3/BN_mask_bits.3"
ln -sf "BN_set_bit.3" "/opt/libressl/share/man/man3/BN_rshift.3"
ln -sf "BN_set_bit.3" "/opt/libressl/share/man/man3/BN_rshift1.3"
ln -sf "BN_set_flags.3" "/opt/libressl/share/man/man3/BN_get_flags.3"
ln -sf "BN_set_negative.3" "/opt/libressl/share/man/man3/BN_is_negative.3"
ln -sf "BN_zero.3" "/opt/libressl/share/man/man3/BN_get_word.3"
ln -sf "BN_zero.3" "/opt/libressl/share/man/man3/BN_one.3"
ln -sf "BN_zero.3" "/opt/libressl/share/man/man3/BN_set_word.3"
ln -sf "BN_zero.3" "/opt/libressl/share/man/man3/BN_value_one.3"
ln -sf "BUF_MEM_new.3" "/opt/libressl/share/man/man3/BUF_MEM_free.3"
ln -sf "BUF_MEM_new.3" "/opt/libressl/share/man/man3/BUF_MEM_grow.3"
ln -sf "BUF_MEM_new.3" "/opt/libressl/share/man/man3/BUF_MEM_grow_clean.3"
ln -sf "BUF_MEM_new.3" "/opt/libressl/share/man/man3/BUF_reverse.3"
ln -sf "BUF_MEM_new.3" "/opt/libressl/share/man/man3/BUF_strdup.3"
ln -sf "CMS_ContentInfo_new.3" "/opt/libressl/share/man/man3/CMS_ContentInfo_free.3"
ln -sf "CMS_ContentInfo_new.3" "/opt/libressl/share/man/man3/CMS_ContentInfo_print_ctx.3"
ln -sf "CMS_ContentInfo_new.3" "/opt/libressl/share/man/man3/CMS_ReceiptRequest_free.3"
ln -sf "CMS_ContentInfo_new.3" "/opt/libressl/share/man/man3/CMS_ReceiptRequest_new.3"
ln -sf "CMS_add0_cert.3" "/opt/libressl/share/man/man3/CMS_add0_crl.3"
ln -sf "CMS_add0_cert.3" "/opt/libressl/share/man/man3/CMS_add1_cert.3"
ln -sf "CMS_add0_cert.3" "/opt/libressl/share/man/man3/CMS_add1_crl.3"
ln -sf "CMS_add0_cert.3" "/opt/libressl/share/man/man3/CMS_get1_certs.3"
ln -sf "CMS_add0_cert.3" "/opt/libressl/share/man/man3/CMS_get1_crls.3"
ln -sf "CMS_add1_recipient_cert.3" "/opt/libressl/share/man/man3/CMS_add0_recipient_key.3"
ln -sf "CMS_add1_signer.3" "/opt/libressl/share/man/man3/CMS_SignerInfo_sign.3"
ln -sf "CMS_decrypt.3" "/opt/libressl/share/man/man3/CMS_decrypt_set1_key.3"
ln -sf "CMS_decrypt.3" "/opt/libressl/share/man/man3/CMS_decrypt_set1_pkey.3"
ln -sf "CMS_get0_RecipientInfos.3" "/opt/libressl/share/man/man3/CMS_RecipientInfo_decrypt.3"
ln -sf "CMS_get0_RecipientInfos.3" "/opt/libressl/share/man/man3/CMS_RecipientInfo_encrypt.3"
ln -sf "CMS_get0_RecipientInfos.3" "/opt/libressl/share/man/man3/CMS_RecipientInfo_kekri_get0_id.3"
ln -sf "CMS_get0_RecipientInfos.3" "/opt/libressl/share/man/man3/CMS_RecipientInfo_kekri_id_cmp.3"
ln -sf "CMS_get0_RecipientInfos.3" "/opt/libressl/share/man/man3/CMS_RecipientInfo_ktri_cert_cmp.3"
ln -sf "CMS_get0_RecipientInfos.3" "/opt/libressl/share/man/man3/CMS_RecipientInfo_ktri_get0_signer_id.3"
ln -sf "CMS_get0_RecipientInfos.3" "/opt/libressl/share/man/man3/CMS_RecipientInfo_set0_key.3"
ln -sf "CMS_get0_RecipientInfos.3" "/opt/libressl/share/man/man3/CMS_RecipientInfo_set0_pkey.3"
ln -sf "CMS_get0_RecipientInfos.3" "/opt/libressl/share/man/man3/CMS_RecipientInfo_type.3"
ln -sf "CMS_get0_SignerInfos.3" "/opt/libressl/share/man/man3/CMS_SignerInfo_cert_cmp.3"
ln -sf "CMS_get0_SignerInfos.3" "/opt/libressl/share/man/man3/CMS_SignerInfo_get0_signature.3"
ln -sf "CMS_get0_SignerInfos.3" "/opt/libressl/share/man/man3/CMS_SignerInfo_get0_signer_id.3"
ln -sf "CMS_get0_SignerInfos.3" "/opt/libressl/share/man/man3/CMS_SignerInfo_set1_signer_cert.3"
ln -sf "CMS_get0_type.3" "/opt/libressl/share/man/man3/CMS_get0_content.3"
ln -sf "CMS_get0_type.3" "/opt/libressl/share/man/man3/CMS_get0_eContentType.3"
ln -sf "CMS_get0_type.3" "/opt/libressl/share/man/man3/CMS_set1_eContentType.3"
ln -sf "CMS_get1_ReceiptRequest.3" "/opt/libressl/share/man/man3/CMS_ReceiptRequest_create0.3"
ln -sf "CMS_get1_ReceiptRequest.3" "/opt/libressl/share/man/man3/CMS_ReceiptRequest_get0_values.3"
ln -sf "CMS_get1_ReceiptRequest.3" "/opt/libressl/share/man/man3/CMS_add1_ReceiptRequest.3"
ln -sf "CMS_verify.3" "/opt/libressl/share/man/man3/CMS_get0_signers.3"
ln -sf "CONF_modules_free.3" "/opt/libressl/share/man/man3/CONF_modules_finish.3"
ln -sf "CONF_modules_free.3" "/opt/libressl/share/man/man3/CONF_modules_unload.3"
ln -sf "CONF_modules_load_file.3" "/opt/libressl/share/man/man3/CONF_modules_load.3"
ln -sf "CRYPTO_get_mem_functions.3" "/opt/libressl/share/man/man3/CRYPTO_MEM_LEAK_CB.3"
ln -sf "CRYPTO_get_mem_functions.3" "/opt/libressl/share/man/man3/CRYPTO_mem_ctrl.3"
ln -sf "CRYPTO_get_mem_functions.3" "/opt/libressl/share/man/man3/CRYPTO_mem_leaks.3"
ln -sf "CRYPTO_get_mem_functions.3" "/opt/libressl/share/man/man3/CRYPTO_mem_leaks_cb.3"
ln -sf "CRYPTO_get_mem_functions.3" "/opt/libressl/share/man/man3/CRYPTO_mem_leaks_fp.3"
ln -sf "CRYPTO_get_mem_functions.3" "/opt/libressl/share/man/man3/CRYPTO_set_mem_functions.3"
ln -sf "CRYPTO_lock.3" "/opt/libressl/share/man/man3/CRYPTO_THREADID_cmp.3"
ln -sf "CRYPTO_lock.3" "/opt/libressl/share/man/man3/CRYPTO_THREADID_cpy.3"
ln -sf "CRYPTO_lock.3" "/opt/libressl/share/man/man3/CRYPTO_THREADID_current.3"
ln -sf "CRYPTO_lock.3" "/opt/libressl/share/man/man3/CRYPTO_THREADID_hash.3"
ln -sf "CRYPTO_lock.3" "/opt/libressl/share/man/man3/CRYPTO_add.3"
ln -sf "CRYPTO_lock.3" "/opt/libressl/share/man/man3/CRYPTO_r_lock.3"
ln -sf "CRYPTO_lock.3" "/opt/libressl/share/man/man3/CRYPTO_r_unlock.3"
ln -sf "CRYPTO_lock.3" "/opt/libressl/share/man/man3/CRYPTO_w_lock.3"
ln -sf "CRYPTO_lock.3" "/opt/libressl/share/man/man3/CRYPTO_w_unlock.3"
ln -sf "CRYPTO_set_ex_data.3" "/opt/libressl/share/man/man3/CRYPTO_EX_dup.3"
ln -sf "CRYPTO_set_ex_data.3" "/opt/libressl/share/man/man3/CRYPTO_EX_free.3"
ln -sf "CRYPTO_set_ex_data.3" "/opt/libressl/share/man/man3/CRYPTO_EX_new.3"
ln -sf "CRYPTO_set_ex_data.3" "/opt/libressl/share/man/man3/CRYPTO_free_ex_data.3"
ln -sf "CRYPTO_set_ex_data.3" "/opt/libressl/share/man/man3/CRYPTO_get_ex_data.3"
ln -sf "CRYPTO_set_ex_data.3" "/opt/libressl/share/man/man3/CRYPTO_get_ex_new_index.3"
ln -sf "CRYPTO_set_ex_data.3" "/opt/libressl/share/man/man3/CRYPTO_new_ex_data.3"
ln -sf "DES_set_key.3" "/opt/libressl/share/man/man3/DES_cbc_cksum.3"
ln -sf "DES_set_key.3" "/opt/libressl/share/man/man3/DES_cfb64_encrypt.3"
ln -sf "DES_set_key.3" "/opt/libressl/share/man/man3/DES_cfb_encrypt.3"
ln -sf "DES_set_key.3" "/opt/libressl/share/man/man3/DES_crypt.3"
ln -sf "DES_set_key.3" "/opt/libressl/share/man/man3/DES_ecb2_encrypt.3"
ln -sf "DES_set_key.3" "/opt/libressl/share/man/man3/DES_ecb3_encrypt.3"
ln -sf "DES_set_key.3" "/opt/libressl/share/man/man3/DES_ecb_encrypt.3"
ln -sf "DES_set_key.3" "/opt/libressl/share/man/man3/DES_ede2_cbc_encrypt.3"
ln -sf "DES_set_key.3" "/opt/libressl/share/man/man3/DES_ede2_cfb64_encrypt.3"
ln -sf "DES_set_key.3" "/opt/libressl/share/man/man3/DES_ede2_ofb64_encrypt.3"
ln -sf "DES_set_key.3" "/opt/libressl/share/man/man3/DES_ede3_cbc_encrypt.3"
ln -sf "DES_set_key.3" "/opt/libressl/share/man/man3/DES_ede3_cbcm_encrypt.3"
ln -sf "DES_set_key.3" "/opt/libressl/share/man/man3/DES_ede3_cfb64_encrypt.3"
ln -sf "DES_set_key.3" "/opt/libressl/share/man/man3/DES_ede3_ofb64_encrypt.3"
ln -sf "DES_set_key.3" "/opt/libressl/share/man/man3/DES_enc_read.3"
ln -sf "DES_set_key.3" "/opt/libressl/share/man/man3/DES_enc_write.3"
ln -sf "DES_set_key.3" "/opt/libressl/share/man/man3/DES_fcrypt.3"
ln -sf "DES_set_key.3" "/opt/libressl/share/man/man3/DES_is_weak_key.3"
ln -sf "DES_set_key.3" "/opt/libressl/share/man/man3/DES_key_sched.3"
ln -sf "DES_set_key.3" "/opt/libressl/share/man/man3/DES_ncbc_encrypt.3"
ln -sf "DES_set_key.3" "/opt/libressl/share/man/man3/DES_ofb64_encrypt.3"
ln -sf "DES_set_key.3" "/opt/libressl/share/man/man3/DES_ofb_encrypt.3"
ln -sf "DES_set_key.3" "/opt/libressl/share/man/man3/DES_pcbc_encrypt.3"
ln -sf "DES_set_key.3" "/opt/libressl/share/man/man3/DES_quad_cksum.3"
ln -sf "DES_set_key.3" "/opt/libressl/share/man/man3/DES_random_key.3"
ln -sf "DES_set_key.3" "/opt/libressl/share/man/man3/DES_set_key_checked.3"
ln -sf "DES_set_key.3" "/opt/libressl/share/man/man3/DES_set_key_unchecked.3"
ln -sf "DES_set_key.3" "/opt/libressl/share/man/man3/DES_set_odd_parity.3"
ln -sf "DES_set_key.3" "/opt/libressl/share/man/man3/DES_string_to_2keys.3"
ln -sf "DES_set_key.3" "/opt/libressl/share/man/man3/DES_string_to_key.3"
ln -sf "DES_set_key.3" "/opt/libressl/share/man/man3/DES_xcbc_encrypt.3"
ln -sf "DH_generate_key.3" "/opt/libressl/share/man/man3/DH_compute_key.3"
ln -sf "DH_generate_parameters.3" "/opt/libressl/share/man/man3/DH_check.3"
ln -sf "DH_generate_parameters.3" "/opt/libressl/share/man/man3/DH_generate_parameters_ex.3"
ln -sf "DH_get0_pqg.3" "/opt/libressl/share/man/man3/DH_clear_flags.3"
ln -sf "DH_get0_pqg.3" "/opt/libressl/share/man/man3/DH_get0_engine.3"
ln -sf "DH_get0_pqg.3" "/opt/libressl/share/man/man3/DH_get0_key.3"
ln -sf "DH_get0_pqg.3" "/opt/libressl/share/man/man3/DH_set0_key.3"
ln -sf "DH_get0_pqg.3" "/opt/libressl/share/man/man3/DH_set0_pqg.3"
ln -sf "DH_get0_pqg.3" "/opt/libressl/share/man/man3/DH_set_flags.3"
ln -sf "DH_get0_pqg.3" "/opt/libressl/share/man/man3/DH_set_length.3"
ln -sf "DH_get0_pqg.3" "/opt/libressl/share/man/man3/DH_test_flags.3"
ln -sf "DH_get_ex_new_index.3" "/opt/libressl/share/man/man3/DH_get_ex_data.3"
ln -sf "DH_get_ex_new_index.3" "/opt/libressl/share/man/man3/DH_set_ex_data.3"
ln -sf "DH_new.3" "/opt/libressl/share/man/man3/DH_free.3"
ln -sf "DH_new.3" "/opt/libressl/share/man/man3/DH_up_ref.3"
ln -sf "DH_set_method.3" "/opt/libressl/share/man/man3/DH_OpenSSL.3"
ln -sf "DH_set_method.3" "/opt/libressl/share/man/man3/DH_get_default_method.3"
ln -sf "DH_set_method.3" "/opt/libressl/share/man/man3/DH_new_method.3"
ln -sf "DH_set_method.3" "/opt/libressl/share/man/man3/DH_set_default_method.3"
ln -sf "DH_size.3" "/opt/libressl/share/man/man3/DH_bits.3"
ln -sf "DIST_POINT_new.3" "/opt/libressl/share/man/man3/CRL_DIST_POINTS_free.3"
ln -sf "DIST_POINT_new.3" "/opt/libressl/share/man/man3/CRL_DIST_POINTS_new.3"
ln -sf "DIST_POINT_new.3" "/opt/libressl/share/man/man3/DIST_POINT_NAME_free.3"
ln -sf "DIST_POINT_new.3" "/opt/libressl/share/man/man3/DIST_POINT_NAME_new.3"
ln -sf "DIST_POINT_new.3" "/opt/libressl/share/man/man3/DIST_POINT_free.3"
ln -sf "DIST_POINT_new.3" "/opt/libressl/share/man/man3/ISSUING_DIST_POINT_free.3"
ln -sf "DIST_POINT_new.3" "/opt/libressl/share/man/man3/ISSUING_DIST_POINT_new.3"
ln -sf "DSA_SIG_new.3" "/opt/libressl/share/man/man3/DSA_SIG_free.3"
ln -sf "DSA_SIG_new.3" "/opt/libressl/share/man/man3/DSA_SIG_get0.3"
ln -sf "DSA_SIG_new.3" "/opt/libressl/share/man/man3/DSA_SIG_set0.3"
ln -sf "DSA_do_sign.3" "/opt/libressl/share/man/man3/DSA_do_verify.3"
ln -sf "DSA_generate_parameters.3" "/opt/libressl/share/man/man3/DSA_generate_parameters_ex.3"
ln -sf "DSA_get0_pqg.3" "/opt/libressl/share/man/man3/DSA_clear_flags.3"
ln -sf "DSA_get0_pqg.3" "/opt/libressl/share/man/man3/DSA_get0_engine.3"
ln -sf "DSA_get0_pqg.3" "/opt/libressl/share/man/man3/DSA_get0_key.3"
ln -sf "DSA_get0_pqg.3" "/opt/libressl/share/man/man3/DSA_set0_key.3"
ln -sf "DSA_get0_pqg.3" "/opt/libressl/share/man/man3/DSA_set0_pqg.3"
ln -sf "DSA_get0_pqg.3" "/opt/libressl/share/man/man3/DSA_set_flags.3"
ln -sf "DSA_get0_pqg.3" "/opt/libressl/share/man/man3/DSA_test_flags.3"
ln -sf "DSA_get_ex_new_index.3" "/opt/libressl/share/man/man3/DSA_get_ex_data.3"
ln -sf "DSA_get_ex_new_index.3" "/opt/libressl/share/man/man3/DSA_set_ex_data.3"
ln -sf "DSA_meth_new.3" "/opt/libressl/share/man/man3/DSA_meth_dup.3"
ln -sf "DSA_meth_new.3" "/opt/libressl/share/man/man3/DSA_meth_free.3"
ln -sf "DSA_meth_new.3" "/opt/libressl/share/man/man3/DSA_meth_set_finish.3"
ln -sf "DSA_meth_new.3" "/opt/libressl/share/man/man3/DSA_meth_set_sign.3"
ln -sf "DSA_new.3" "/opt/libressl/share/man/man3/DSA_free.3"
ln -sf "DSA_new.3" "/opt/libressl/share/man/man3/DSA_up_ref.3"
ln -sf "DSA_set_method.3" "/opt/libressl/share/man/man3/DSA_OpenSSL.3"
ln -sf "DSA_set_method.3" "/opt/libressl/share/man/man3/DSA_get_default_method.3"
ln -sf "DSA_set_method.3" "/opt/libressl/share/man/man3/DSA_new_method.3"
ln -sf "DSA_set_method.3" "/opt/libressl/share/man/man3/DSA_set_default_method.3"
ln -sf "DSA_sign.3" "/opt/libressl/share/man/man3/DSA_sign_setup.3"
ln -sf "DSA_sign.3" "/opt/libressl/share/man/man3/DSA_verify.3"
ln -sf "ECDH_compute_key.3" "/opt/libressl/share/man/man3/ECDH_size.3"
ln -sf "ECDSA_SIG_new.3" "/opt/libressl/share/man/man3/ECDSA_OpenSSL.3"
ln -sf "ECDSA_SIG_new.3" "/opt/libressl/share/man/man3/ECDSA_SIG_free.3"
ln -sf "ECDSA_SIG_new.3" "/opt/libressl/share/man/man3/ECDSA_SIG_get0.3"
ln -sf "ECDSA_SIG_new.3" "/opt/libressl/share/man/man3/ECDSA_SIG_set0.3"
ln -sf "ECDSA_SIG_new.3" "/opt/libressl/share/man/man3/ECDSA_do_sign.3"
ln -sf "ECDSA_SIG_new.3" "/opt/libressl/share/man/man3/ECDSA_do_sign_ex.3"
ln -sf "ECDSA_SIG_new.3" "/opt/libressl/share/man/man3/ECDSA_do_verify.3"
ln -sf "ECDSA_SIG_new.3" "/opt/libressl/share/man/man3/ECDSA_get_default_method.3"
ln -sf "ECDSA_SIG_new.3" "/opt/libressl/share/man/man3/ECDSA_set_default_method.3"
ln -sf "ECDSA_SIG_new.3" "/opt/libressl/share/man/man3/ECDSA_set_method.3"
ln -sf "ECDSA_SIG_new.3" "/opt/libressl/share/man/man3/ECDSA_sign.3"
ln -sf "ECDSA_SIG_new.3" "/opt/libressl/share/man/man3/ECDSA_sign_ex.3"
ln -sf "ECDSA_SIG_new.3" "/opt/libressl/share/man/man3/ECDSA_sign_setup.3"
ln -sf "ECDSA_SIG_new.3" "/opt/libressl/share/man/man3/ECDSA_size.3"
ln -sf "ECDSA_SIG_new.3" "/opt/libressl/share/man/man3/ECDSA_verify.3"
ln -sf "ECDSA_SIG_new.3" "/opt/libressl/share/man/man3/d2i_ECDSA_SIG.3"
ln -sf "ECDSA_SIG_new.3" "/opt/libressl/share/man/man3/i2d_ECDSA_SIG.3"
ln -sf "EC_GFp_simple_method.3" "/opt/libressl/share/man/man3/EC_GF2m_simple_method.3"
ln -sf "EC_GFp_simple_method.3" "/opt/libressl/share/man/man3/EC_GFp_mont_method.3"
ln -sf "EC_GFp_simple_method.3" "/opt/libressl/share/man/man3/EC_GFp_nist_method.3"
ln -sf "EC_GFp_simple_method.3" "/opt/libressl/share/man/man3/EC_GFp_nistp224_method.3"
ln -sf "EC_GFp_simple_method.3" "/opt/libressl/share/man/man3/EC_GFp_nistp256_method.3"
ln -sf "EC_GFp_simple_method.3" "/opt/libressl/share/man/man3/EC_GFp_nistp521_method.3"
ln -sf "EC_GFp_simple_method.3" "/opt/libressl/share/man/man3/EC_METHOD_get_field_type.3"
ln -sf "EC_GROUP_copy.3" "/opt/libressl/share/man/man3/EC_GROUP_check.3"
ln -sf "EC_GROUP_copy.3" "/opt/libressl/share/man/man3/EC_GROUP_check_discriminant.3"
ln -sf "EC_GROUP_copy.3" "/opt/libressl/share/man/man3/EC_GROUP_cmp.3"
ln -sf "EC_GROUP_copy.3" "/opt/libressl/share/man/man3/EC_GROUP_dup.3"
ln -sf "EC_GROUP_copy.3" "/opt/libressl/share/man/man3/EC_GROUP_get0_generator.3"
ln -sf "EC_GROUP_copy.3" "/opt/libressl/share/man/man3/EC_GROUP_get0_seed.3"
ln -sf "EC_GROUP_copy.3" "/opt/libressl/share/man/man3/EC_GROUP_get_asn1_flag.3"
ln -sf "EC_GROUP_copy.3" "/opt/libressl/share/man/man3/EC_GROUP_get_basis_type.3"
ln -sf "EC_GROUP_copy.3" "/opt/libressl/share/man/man3/EC_GROUP_get_cofactor.3"
ln -sf "EC_GROUP_copy.3" "/opt/libressl/share/man/man3/EC_GROUP_get_curve_name.3"
ln -sf "EC_GROUP_copy.3" "/opt/libressl/share/man/man3/EC_GROUP_get_degree.3"
ln -sf "EC_GROUP_copy.3" "/opt/libressl/share/man/man3/EC_GROUP_get_order.3"
ln -sf "EC_GROUP_copy.3" "/opt/libressl/share/man/man3/EC_GROUP_get_pentanomial_basis.3"
ln -sf "EC_GROUP_copy.3" "/opt/libressl/share/man/man3/EC_GROUP_get_point_conversion_form.3"
ln -sf "EC_GROUP_copy.3" "/opt/libressl/share/man/man3/EC_GROUP_get_seed_len.3"
ln -sf "EC_GROUP_copy.3" "/opt/libressl/share/man/man3/EC_GROUP_get_trinomial_basis.3"
ln -sf "EC_GROUP_copy.3" "/opt/libressl/share/man/man3/EC_GROUP_method_of.3"
ln -sf "EC_GROUP_copy.3" "/opt/libressl/share/man/man3/EC_GROUP_set_asn1_flag.3"
ln -sf "EC_GROUP_copy.3" "/opt/libressl/share/man/man3/EC_GROUP_set_curve_name.3"
ln -sf "EC_GROUP_copy.3" "/opt/libressl/share/man/man3/EC_GROUP_set_generator.3"
ln -sf "EC_GROUP_copy.3" "/opt/libressl/share/man/man3/EC_GROUP_set_point_conversion_form.3"
ln -sf "EC_GROUP_copy.3" "/opt/libressl/share/man/man3/EC_GROUP_set_seed.3"
ln -sf "EC_GROUP_new.3" "/opt/libressl/share/man/man3/EC_GROUP_clear_free.3"
ln -sf "EC_GROUP_new.3" "/opt/libressl/share/man/man3/EC_GROUP_free.3"
ln -sf "EC_GROUP_new.3" "/opt/libressl/share/man/man3/EC_GROUP_get_curve_GF2m.3"
ln -sf "EC_GROUP_new.3" "/opt/libressl/share/man/man3/EC_GROUP_get_curve_GFp.3"
ln -sf "EC_GROUP_new.3" "/opt/libressl/share/man/man3/EC_GROUP_new_by_curve_name.3"
ln -sf "EC_GROUP_new.3" "/opt/libressl/share/man/man3/EC_GROUP_new_curve_GF2m.3"
ln -sf "EC_GROUP_new.3" "/opt/libressl/share/man/man3/EC_GROUP_new_curve_GFp.3"
ln -sf "EC_GROUP_new.3" "/opt/libressl/share/man/man3/EC_GROUP_set_curve_GF2m.3"
ln -sf "EC_GROUP_new.3" "/opt/libressl/share/man/man3/EC_GROUP_set_curve_GFp.3"
ln -sf "EC_GROUP_new.3" "/opt/libressl/share/man/man3/EC_get_builtin_curves.3"
ln -sf "EC_KEY_METHOD_new.3" "/opt/libressl/share/man/man3/EC_KEY_METHOD_free.3"
ln -sf "EC_KEY_METHOD_new.3" "/opt/libressl/share/man/man3/EC_KEY_METHOD_get_compute_key.3"
ln -sf "EC_KEY_METHOD_new.3" "/opt/libressl/share/man/man3/EC_KEY_METHOD_get_init.3"
ln -sf "EC_KEY_METHOD_new.3" "/opt/libressl/share/man/man3/EC_KEY_METHOD_get_keygen.3"
ln -sf "EC_KEY_METHOD_new.3" "/opt/libressl/share/man/man3/EC_KEY_METHOD_get_sign.3"
ln -sf "EC_KEY_METHOD_new.3" "/opt/libressl/share/man/man3/EC_KEY_METHOD_get_verify.3"
ln -sf "EC_KEY_METHOD_new.3" "/opt/libressl/share/man/man3/EC_KEY_METHOD_set_compute_key.3"
ln -sf "EC_KEY_METHOD_new.3" "/opt/libressl/share/man/man3/EC_KEY_METHOD_set_init.3"
ln -sf "EC_KEY_METHOD_new.3" "/opt/libressl/share/man/man3/EC_KEY_METHOD_set_keygen.3"
ln -sf "EC_KEY_METHOD_new.3" "/opt/libressl/share/man/man3/EC_KEY_METHOD_set_sign.3"
ln -sf "EC_KEY_METHOD_new.3" "/opt/libressl/share/man/man3/EC_KEY_METHOD_set_verify.3"
ln -sf "EC_KEY_METHOD_new.3" "/opt/libressl/share/man/man3/EC_KEY_OpenSSL.3"
ln -sf "EC_KEY_METHOD_new.3" "/opt/libressl/share/man/man3/EC_KEY_get_default_method.3"
ln -sf "EC_KEY_METHOD_new.3" "/opt/libressl/share/man/man3/EC_KEY_get_method.3"
ln -sf "EC_KEY_METHOD_new.3" "/opt/libressl/share/man/man3/EC_KEY_new_method.3"
ln -sf "EC_KEY_METHOD_new.3" "/opt/libressl/share/man/man3/EC_KEY_set_default_method.3"
ln -sf "EC_KEY_METHOD_new.3" "/opt/libressl/share/man/man3/EC_KEY_set_method.3"
ln -sf "EC_KEY_new.3" "/opt/libressl/share/man/man3/EC_KEY_check_key.3"
ln -sf "EC_KEY_new.3" "/opt/libressl/share/man/man3/EC_KEY_clear_flags.3"
ln -sf "EC_KEY_new.3" "/opt/libressl/share/man/man3/EC_KEY_copy.3"
ln -sf "EC_KEY_new.3" "/opt/libressl/share/man/man3/EC_KEY_dup.3"
ln -sf "EC_KEY_new.3" "/opt/libressl/share/man/man3/EC_KEY_free.3"
ln -sf "EC_KEY_new.3" "/opt/libressl/share/man/man3/EC_KEY_generate_key.3"
ln -sf "EC_KEY_new.3" "/opt/libressl/share/man/man3/EC_KEY_get0_group.3"
ln -sf "EC_KEY_new.3" "/opt/libressl/share/man/man3/EC_KEY_get0_private_key.3"
ln -sf "EC_KEY_new.3" "/opt/libressl/share/man/man3/EC_KEY_get0_public_key.3"
ln -sf "EC_KEY_new.3" "/opt/libressl/share/man/man3/EC_KEY_get_conv_form.3"
ln -sf "EC_KEY_new.3" "/opt/libressl/share/man/man3/EC_KEY_get_enc_flags.3"
ln -sf "EC_KEY_new.3" "/opt/libressl/share/man/man3/EC_KEY_get_flags.3"
ln -sf "EC_KEY_new.3" "/opt/libressl/share/man/man3/EC_KEY_get_key_method_data.3"
ln -sf "EC_KEY_new.3" "/opt/libressl/share/man/man3/EC_KEY_insert_key_method_data.3"
ln -sf "EC_KEY_new.3" "/opt/libressl/share/man/man3/EC_KEY_new_by_curve_name.3"
ln -sf "EC_KEY_new.3" "/opt/libressl/share/man/man3/EC_KEY_precompute_mult.3"
ln -sf "EC_KEY_new.3" "/opt/libressl/share/man/man3/EC_KEY_print.3"
ln -sf "EC_KEY_new.3" "/opt/libressl/share/man/man3/EC_KEY_print_fp.3"
ln -sf "EC_KEY_new.3" "/opt/libressl/share/man/man3/EC_KEY_set_asn1_flag.3"
ln -sf "EC_KEY_new.3" "/opt/libressl/share/man/man3/EC_KEY_set_conv_form.3"
ln -sf "EC_KEY_new.3" "/opt/libressl/share/man/man3/EC_KEY_set_enc_flags.3"
ln -sf "EC_KEY_new.3" "/opt/libressl/share/man/man3/EC_KEY_set_flags.3"
ln -sf "EC_KEY_new.3" "/opt/libressl/share/man/man3/EC_KEY_set_group.3"
ln -sf "EC_KEY_new.3" "/opt/libressl/share/man/man3/EC_KEY_set_private_key.3"
ln -sf "EC_KEY_new.3" "/opt/libressl/share/man/man3/EC_KEY_set_public_key.3"
ln -sf "EC_KEY_new.3" "/opt/libressl/share/man/man3/EC_KEY_set_public_key_affine_coordinates.3"
ln -sf "EC_KEY_new.3" "/opt/libressl/share/man/man3/EC_KEY_up_ref.3"
ln -sf "EC_POINT_add.3" "/opt/libressl/share/man/man3/EC_GROUP_have_precompute_mult.3"
ln -sf "EC_POINT_add.3" "/opt/libressl/share/man/man3/EC_GROUP_precompute_mult.3"
ln -sf "EC_POINT_add.3" "/opt/libressl/share/man/man3/EC_POINT_cmp.3"
ln -sf "EC_POINT_add.3" "/opt/libressl/share/man/man3/EC_POINT_dbl.3"
ln -sf "EC_POINT_add.3" "/opt/libressl/share/man/man3/EC_POINT_invert.3"
ln -sf "EC_POINT_add.3" "/opt/libressl/share/man/man3/EC_POINT_is_at_infinity.3"
ln -sf "EC_POINT_add.3" "/opt/libressl/share/man/man3/EC_POINT_is_on_curve.3"
ln -sf "EC_POINT_add.3" "/opt/libressl/share/man/man3/EC_POINT_make_affine.3"
ln -sf "EC_POINT_add.3" "/opt/libressl/share/man/man3/EC_POINT_mul.3"
ln -sf "EC_POINT_add.3" "/opt/libressl/share/man/man3/EC_POINTs_make_affine.3"
ln -sf "EC_POINT_add.3" "/opt/libressl/share/man/man3/EC_POINTs_mul.3"
ln -sf "EC_POINT_new.3" "/opt/libressl/share/man/man3/EC_POINT_bn2point.3"
ln -sf "EC_POINT_new.3" "/opt/libressl/share/man/man3/EC_POINT_clear_free.3"
ln -sf "EC_POINT_new.3" "/opt/libressl/share/man/man3/EC_POINT_copy.3"
ln -sf "EC_POINT_new.3" "/opt/libressl/share/man/man3/EC_POINT_dup.3"
ln -sf "EC_POINT_new.3" "/opt/libressl/share/man/man3/EC_POINT_free.3"
ln -sf "EC_POINT_new.3" "/opt/libressl/share/man/man3/EC_POINT_get_Jprojective_coordinates_GFp.3"
ln -sf "EC_POINT_new.3" "/opt/libressl/share/man/man3/EC_POINT_get_affine_coordinates_GF2m.3"
ln -sf "EC_POINT_new.3" "/opt/libressl/share/man/man3/EC_POINT_get_affine_coordinates_GFp.3"
ln -sf "EC_POINT_new.3" "/opt/libressl/share/man/man3/EC_POINT_hex2point.3"
ln -sf "EC_POINT_new.3" "/opt/libressl/share/man/man3/EC_POINT_method_of.3"
ln -sf "EC_POINT_new.3" "/opt/libressl/share/man/man3/EC_POINT_oct2point.3"
ln -sf "EC_POINT_new.3" "/opt/libressl/share/man/man3/EC_POINT_point2bn.3"
ln -sf "EC_POINT_new.3" "/opt/libressl/share/man/man3/EC_POINT_point2hex.3"
ln -sf "EC_POINT_new.3" "/opt/libressl/share/man/man3/EC_POINT_point2oct.3"
ln -sf "EC_POINT_new.3" "/opt/libressl/share/man/man3/EC_POINT_set_Jprojective_coordinates_GFp.3"
ln -sf "EC_POINT_new.3" "/opt/libressl/share/man/man3/EC_POINT_set_affine_coordinates_GF2m.3"
ln -sf "EC_POINT_new.3" "/opt/libressl/share/man/man3/EC_POINT_set_affine_coordinates_GFp.3"
ln -sf "EC_POINT_new.3" "/opt/libressl/share/man/man3/EC_POINT_set_compressed_coordinates_GF2m.3"
ln -sf "EC_POINT_new.3" "/opt/libressl/share/man/man3/EC_POINT_set_compressed_coordinates_GFp.3"
ln -sf "EC_POINT_new.3" "/opt/libressl/share/man/man3/EC_POINT_set_to_infinity.3"
ln -sf "ENGINE_add.3" "/opt/libressl/share/man/man3/ENGINE_by_id.3"
ln -sf "ENGINE_add.3" "/opt/libressl/share/man/man3/ENGINE_cleanup.3"
ln -sf "ENGINE_add.3" "/opt/libressl/share/man/man3/ENGINE_get_first.3"
ln -sf "ENGINE_add.3" "/opt/libressl/share/man/man3/ENGINE_get_id.3"
ln -sf "ENGINE_add.3" "/opt/libressl/share/man/man3/ENGINE_get_last.3"
ln -sf "ENGINE_add.3" "/opt/libressl/share/man/man3/ENGINE_get_name.3"
ln -sf "ENGINE_add.3" "/opt/libressl/share/man/man3/ENGINE_get_next.3"
ln -sf "ENGINE_add.3" "/opt/libressl/share/man/man3/ENGINE_get_prev.3"
ln -sf "ENGINE_add.3" "/opt/libressl/share/man/man3/ENGINE_remove.3"
ln -sf "ENGINE_add.3" "/opt/libressl/share/man/man3/ENGINE_set_id.3"
ln -sf "ENGINE_add.3" "/opt/libressl/share/man/man3/ENGINE_set_name.3"
ln -sf "ENGINE_ctrl.3" "/opt/libressl/share/man/man3/ENGINE_CTRL_FUNC_PTR.3"
ln -sf "ENGINE_ctrl.3" "/opt/libressl/share/man/man3/ENGINE_cmd_is_executable.3"
ln -sf "ENGINE_ctrl.3" "/opt/libressl/share/man/man3/ENGINE_ctrl_cmd.3"
ln -sf "ENGINE_ctrl.3" "/opt/libressl/share/man/man3/ENGINE_ctrl_cmd_string.3"
ln -sf "ENGINE_ctrl.3" "/opt/libressl/share/man/man3/ENGINE_get_cmd_defns.3"
ln -sf "ENGINE_ctrl.3" "/opt/libressl/share/man/man3/ENGINE_get_ctrl_function.3"
ln -sf "ENGINE_ctrl.3" "/opt/libressl/share/man/man3/ENGINE_set_cmd_defns.3"
ln -sf "ENGINE_ctrl.3" "/opt/libressl/share/man/man3/ENGINE_set_ctrl_function.3"
ln -sf "ENGINE_get_default_RSA.3" "/opt/libressl/share/man/man3/ENGINE_get_cipher_engine.3"
ln -sf "ENGINE_get_default_RSA.3" "/opt/libressl/share/man/man3/ENGINE_get_default_DH.3"
ln -sf "ENGINE_get_default_RSA.3" "/opt/libressl/share/man/man3/ENGINE_get_default_DSA.3"
ln -sf "ENGINE_get_default_RSA.3" "/opt/libressl/share/man/man3/ENGINE_get_default_ECDH.3"
ln -sf "ENGINE_get_default_RSA.3" "/opt/libressl/share/man/man3/ENGINE_get_default_ECDSA.3"
ln -sf "ENGINE_get_default_RSA.3" "/opt/libressl/share/man/man3/ENGINE_get_default_RAND.3"
ln -sf "ENGINE_get_default_RSA.3" "/opt/libressl/share/man/man3/ENGINE_get_digest_engine.3"
ln -sf "ENGINE_get_default_RSA.3" "/opt/libressl/share/man/man3/ENGINE_get_table_flags.3"
ln -sf "ENGINE_get_default_RSA.3" "/opt/libressl/share/man/man3/ENGINE_set_table_flags.3"
ln -sf "ENGINE_init.3" "/opt/libressl/share/man/man3/ENGINE_GEN_INT_FUNC_PTR.3"
ln -sf "ENGINE_init.3" "/opt/libressl/share/man/man3/ENGINE_finish.3"
ln -sf "ENGINE_init.3" "/opt/libressl/share/man/man3/ENGINE_get_finish_function.3"
ln -sf "ENGINE_init.3" "/opt/libressl/share/man/man3/ENGINE_get_init_function.3"
ln -sf "ENGINE_init.3" "/opt/libressl/share/man/man3/ENGINE_set_finish_function.3"
ln -sf "ENGINE_init.3" "/opt/libressl/share/man/man3/ENGINE_set_init_function.3"
ln -sf "ENGINE_new.3" "/opt/libressl/share/man/man3/ENGINE_GEN_INT_FUNC_PTR.3"
ln -sf "ENGINE_new.3" "/opt/libressl/share/man/man3/ENGINE_free.3"
ln -sf "ENGINE_new.3" "/opt/libressl/share/man/man3/ENGINE_get_destroy_function.3"
ln -sf "ENGINE_new.3" "/opt/libressl/share/man/man3/ENGINE_set_destroy_function.3"
ln -sf "ENGINE_new.3" "/opt/libressl/share/man/man3/ENGINE_up_ref.3"
ln -sf "ENGINE_register_RSA.3" "/opt/libressl/share/man/man3/ENGINE_register_DH.3"
ln -sf "ENGINE_register_RSA.3" "/opt/libressl/share/man/man3/ENGINE_register_DSA.3"
ln -sf "ENGINE_register_RSA.3" "/opt/libressl/share/man/man3/ENGINE_register_ECDH.3"
ln -sf "ENGINE_register_RSA.3" "/opt/libressl/share/man/man3/ENGINE_register_ECDSA.3"
ln -sf "ENGINE_register_RSA.3" "/opt/libressl/share/man/man3/ENGINE_register_RAND.3"
ln -sf "ENGINE_register_RSA.3" "/opt/libressl/share/man/man3/ENGINE_register_STORE.3"
ln -sf "ENGINE_register_RSA.3" "/opt/libressl/share/man/man3/ENGINE_register_ciphers.3"
ln -sf "ENGINE_register_RSA.3" "/opt/libressl/share/man/man3/ENGINE_register_complete.3"
ln -sf "ENGINE_register_RSA.3" "/opt/libressl/share/man/man3/ENGINE_register_digests.3"
ln -sf "ENGINE_register_all_RSA.3" "/opt/libressl/share/man/man3/ENGINE_load_builtin_engines.3"
ln -sf "ENGINE_register_all_RSA.3" "/opt/libressl/share/man/man3/ENGINE_load_dynamic.3"
ln -sf "ENGINE_register_all_RSA.3" "/opt/libressl/share/man/man3/ENGINE_register_all_DH.3"
ln -sf "ENGINE_register_all_RSA.3" "/opt/libressl/share/man/man3/ENGINE_register_all_DSA.3"
ln -sf "ENGINE_register_all_RSA.3" "/opt/libressl/share/man/man3/ENGINE_register_all_ECDH.3"
ln -sf "ENGINE_register_all_RSA.3" "/opt/libressl/share/man/man3/ENGINE_register_all_ECDSA.3"
ln -sf "ENGINE_register_all_RSA.3" "/opt/libressl/share/man/man3/ENGINE_register_all_RAND.3"
ln -sf "ENGINE_register_all_RSA.3" "/opt/libressl/share/man/man3/ENGINE_register_all_STORE.3"
ln -sf "ENGINE_register_all_RSA.3" "/opt/libressl/share/man/man3/ENGINE_register_all_ciphers.3"
ln -sf "ENGINE_register_all_RSA.3" "/opt/libressl/share/man/man3/ENGINE_register_all_complete.3"
ln -sf "ENGINE_register_all_RSA.3" "/opt/libressl/share/man/man3/ENGINE_register_all_digests.3"
ln -sf "ENGINE_set_RSA.3" "/opt/libressl/share/man/man3/ENGINE_CIPHERS_PTR.3"
ln -sf "ENGINE_set_RSA.3" "/opt/libressl/share/man/man3/ENGINE_DIGESTS_PTR.3"
ln -sf "ENGINE_set_RSA.3" "/opt/libressl/share/man/man3/ENGINE_get_DH.3"
ln -sf "ENGINE_set_RSA.3" "/opt/libressl/share/man/man3/ENGINE_get_DSA.3"
ln -sf "ENGINE_set_RSA.3" "/opt/libressl/share/man/man3/ENGINE_get_ECDH.3"
ln -sf "ENGINE_set_RSA.3" "/opt/libressl/share/man/man3/ENGINE_get_ECDSA.3"
ln -sf "ENGINE_set_RSA.3" "/opt/libressl/share/man/man3/ENGINE_get_RAND.3"
ln -sf "ENGINE_set_RSA.3" "/opt/libressl/share/man/man3/ENGINE_get_RSA.3"
ln -sf "ENGINE_set_RSA.3" "/opt/libressl/share/man/man3/ENGINE_get_STORE.3"
ln -sf "ENGINE_set_RSA.3" "/opt/libressl/share/man/man3/ENGINE_get_cipher.3"
ln -sf "ENGINE_set_RSA.3" "/opt/libressl/share/man/man3/ENGINE_get_ciphers.3"
ln -sf "ENGINE_set_RSA.3" "/opt/libressl/share/man/man3/ENGINE_get_digest.3"
ln -sf "ENGINE_set_RSA.3" "/opt/libressl/share/man/man3/ENGINE_get_digests.3"
ln -sf "ENGINE_set_RSA.3" "/opt/libressl/share/man/man3/ENGINE_set_DH.3"
ln -sf "ENGINE_set_RSA.3" "/opt/libressl/share/man/man3/ENGINE_set_DSA.3"
ln -sf "ENGINE_set_RSA.3" "/opt/libressl/share/man/man3/ENGINE_set_ECDH.3"
ln -sf "ENGINE_set_RSA.3" "/opt/libressl/share/man/man3/ENGINE_set_ECDSA.3"
ln -sf "ENGINE_set_RSA.3" "/opt/libressl/share/man/man3/ENGINE_set_RAND.3"
ln -sf "ENGINE_set_RSA.3" "/opt/libressl/share/man/man3/ENGINE_set_STORE.3"
ln -sf "ENGINE_set_RSA.3" "/opt/libressl/share/man/man3/ENGINE_set_ciphers.3"
ln -sf "ENGINE_set_RSA.3" "/opt/libressl/share/man/man3/ENGINE_set_digests.3"
ln -sf "ENGINE_set_default.3" "/opt/libressl/share/man/man3/ENGINE_set_default_DH.3"
ln -sf "ENGINE_set_default.3" "/opt/libressl/share/man/man3/ENGINE_set_default_DSA.3"
ln -sf "ENGINE_set_default.3" "/opt/libressl/share/man/man3/ENGINE_set_default_ECDH.3"
ln -sf "ENGINE_set_default.3" "/opt/libressl/share/man/man3/ENGINE_set_default_ECDSA.3"
ln -sf "ENGINE_set_default.3" "/opt/libressl/share/man/man3/ENGINE_set_default_RAND.3"
ln -sf "ENGINE_set_default.3" "/opt/libressl/share/man/man3/ENGINE_set_default_RSA.3"
ln -sf "ENGINE_set_default.3" "/opt/libressl/share/man/man3/ENGINE_set_default_ciphers.3"
ln -sf "ENGINE_set_default.3" "/opt/libressl/share/man/man3/ENGINE_set_default_digests.3"
ln -sf "ENGINE_set_default.3" "/opt/libressl/share/man/man3/ENGINE_set_default_string.3"
ln -sf "ENGINE_set_flags.3" "/opt/libressl/share/man/man3/ENGINE_get_flags.3"
ln -sf "ENGINE_unregister_RSA.3" "/opt/libressl/share/man/man3/ENGINE_unregister_DH.3"
ln -sf "ENGINE_unregister_RSA.3" "/opt/libressl/share/man/man3/ENGINE_unregister_DSA.3"
ln -sf "ENGINE_unregister_RSA.3" "/opt/libressl/share/man/man3/ENGINE_unregister_ECDH.3"
ln -sf "ENGINE_unregister_RSA.3" "/opt/libressl/share/man/man3/ENGINE_unregister_ECDSA.3"
ln -sf "ENGINE_unregister_RSA.3" "/opt/libressl/share/man/man3/ENGINE_unregister_RAND.3"
ln -sf "ENGINE_unregister_RSA.3" "/opt/libressl/share/man/man3/ENGINE_unregister_STORE.3"
ln -sf "ENGINE_unregister_RSA.3" "/opt/libressl/share/man/man3/ENGINE_unregister_ciphers.3"
ln -sf "ENGINE_unregister_RSA.3" "/opt/libressl/share/man/man3/ENGINE_unregister_digests.3"
ln -sf "ERR_GET_LIB.3" "/opt/libressl/share/man/man3/ERR_FATAL_ERROR.3"
ln -sf "ERR_GET_LIB.3" "/opt/libressl/share/man/man3/ERR_GET_FUNC.3"
ln -sf "ERR_GET_LIB.3" "/opt/libressl/share/man/man3/ERR_GET_REASON.3"
ln -sf "ERR_error_string.3" "/opt/libressl/share/man/man3/ERR_error_string_n.3"
ln -sf "ERR_error_string.3" "/opt/libressl/share/man/man3/ERR_func_error_string.3"
ln -sf "ERR_error_string.3" "/opt/libressl/share/man/man3/ERR_lib_error_string.3"
ln -sf "ERR_error_string.3" "/opt/libressl/share/man/man3/ERR_reason_error_string.3"
ln -sf "ERR_get_error.3" "/opt/libressl/share/man/man3/ERR_get_error_line.3"
ln -sf "ERR_get_error.3" "/opt/libressl/share/man/man3/ERR_get_error_line_data.3"
ln -sf "ERR_get_error.3" "/opt/libressl/share/man/man3/ERR_peek_error.3"
ln -sf "ERR_get_error.3" "/opt/libressl/share/man/man3/ERR_peek_error_line.3"
ln -sf "ERR_get_error.3" "/opt/libressl/share/man/man3/ERR_peek_error_line_data.3"
ln -sf "ERR_get_error.3" "/opt/libressl/share/man/man3/ERR_peek_last_error.3"
ln -sf "ERR_get_error.3" "/opt/libressl/share/man/man3/ERR_peek_last_error_line.3"
ln -sf "ERR_get_error.3" "/opt/libressl/share/man/man3/ERR_peek_last_error_line_data.3"
ln -sf "ERR_load_crypto_strings.3" "/opt/libressl/share/man/man3/ERR_free_strings.3"
ln -sf "ERR_load_crypto_strings.3" "/opt/libressl/share/man/man3/SSL_load_error_strings.3"
ln -sf "ERR_load_strings.3" "/opt/libressl/share/man/man3/ERR_PACK.3"
ln -sf "ERR_load_strings.3" "/opt/libressl/share/man/man3/ERR_get_next_error_library.3"
ln -sf "ERR_print_errors.3" "/opt/libressl/share/man/man3/ERR_print_errors_cb.3"
ln -sf "ERR_print_errors.3" "/opt/libressl/share/man/man3/ERR_print_errors_fp.3"
ln -sf "ERR_put_error.3" "/opt/libressl/share/man/man3/ERR_add_error_data.3"
ln -sf "ERR_put_error.3" "/opt/libressl/share/man/man3/ERR_add_error_vdata.3"
ln -sf "ERR_remove_state.3" "/opt/libressl/share/man/man3/ERR_remove_thread_state.3"
ln -sf "ERR_set_mark.3" "/opt/libressl/share/man/man3/ERR_pop_to_mark.3"
ln -sf "ESS_SIGNING_CERT_new.3" "/opt/libressl/share/man/man3/ESS_CERT_ID_free.3"
ln -sf "ESS_SIGNING_CERT_new.3" "/opt/libressl/share/man/man3/ESS_CERT_ID_new.3"
ln -sf "ESS_SIGNING_CERT_new.3" "/opt/libressl/share/man/man3/ESS_ISSUER_SERIAL_free.3"
ln -sf "ESS_SIGNING_CERT_new.3" "/opt/libressl/share/man/man3/ESS_ISSUER_SERIAL_new.3"
ln -sf "ESS_SIGNING_CERT_new.3" "/opt/libressl/share/man/man3/ESS_SIGNING_CERT_free.3"
ln -sf "EVP_AEAD_CTX_init.3" "/opt/libressl/share/man/man3/EVP_AEAD_CTX_cleanup.3"
ln -sf "EVP_AEAD_CTX_init.3" "/opt/libressl/share/man/man3/EVP_AEAD_CTX_open.3"
ln -sf "EVP_AEAD_CTX_init.3" "/opt/libressl/share/man/man3/EVP_AEAD_CTX_seal.3"
ln -sf "EVP_AEAD_CTX_init.3" "/opt/libressl/share/man/man3/EVP_AEAD_key_length.3"
ln -sf "EVP_AEAD_CTX_init.3" "/opt/libressl/share/man/man3/EVP_AEAD_max_overhead.3"
ln -sf "EVP_AEAD_CTX_init.3" "/opt/libressl/share/man/man3/EVP_AEAD_max_tag_len.3"
ln -sf "EVP_AEAD_CTX_init.3" "/opt/libressl/share/man/man3/EVP_AEAD_nonce_length.3"
ln -sf "EVP_AEAD_CTX_init.3" "/opt/libressl/share/man/man3/EVP_aead_aes_128_gcm.3"
ln -sf "EVP_AEAD_CTX_init.3" "/opt/libressl/share/man/man3/EVP_aead_aes_256_gcm.3"
ln -sf "EVP_AEAD_CTX_init.3" "/opt/libressl/share/man/man3/EVP_aead_chacha20_poly1305.3"
ln -sf "EVP_AEAD_CTX_init.3" "/opt/libressl/share/man/man3/EVP_aead_xchacha20_poly1305.3"
ln -sf "EVP_DigestInit.3" "/opt/libressl/share/man/man3/EVP_Digest.3"
ln -sf "EVP_DigestInit.3" "/opt/libressl/share/man/man3/EVP_DigestFinal.3"
ln -sf "EVP_DigestInit.3" "/opt/libressl/share/man/man3/EVP_DigestFinal_ex.3"
ln -sf "EVP_DigestInit.3" "/opt/libressl/share/man/man3/EVP_DigestInit_ex.3"
ln -sf "EVP_DigestInit.3" "/opt/libressl/share/man/man3/EVP_DigestUpdate.3"
ln -sf "EVP_DigestInit.3" "/opt/libressl/share/man/man3/EVP_MAX_MD_SIZE.3"
ln -sf "EVP_DigestInit.3" "/opt/libressl/share/man/man3/EVP_MD_CTX_block_size.3"
ln -sf "EVP_DigestInit.3" "/opt/libressl/share/man/man3/EVP_MD_CTX_cleanup.3"
ln -sf "EVP_DigestInit.3" "/opt/libressl/share/man/man3/EVP_MD_CTX_copy.3"
ln -sf "EVP_DigestInit.3" "/opt/libressl/share/man/man3/EVP_MD_CTX_copy_ex.3"
ln -sf "EVP_DigestInit.3" "/opt/libressl/share/man/man3/EVP_MD_CTX_create.3"
ln -sf "EVP_DigestInit.3" "/opt/libressl/share/man/man3/EVP_MD_CTX_ctrl.3"
ln -sf "EVP_DigestInit.3" "/opt/libressl/share/man/man3/EVP_MD_CTX_destroy.3"
ln -sf "EVP_DigestInit.3" "/opt/libressl/share/man/man3/EVP_MD_CTX_free.3"
ln -sf "EVP_DigestInit.3" "/opt/libressl/share/man/man3/EVP_MD_CTX_init.3"
ln -sf "EVP_DigestInit.3" "/opt/libressl/share/man/man3/EVP_MD_CTX_md.3"
ln -sf "EVP_DigestInit.3" "/opt/libressl/share/man/man3/EVP_MD_CTX_new.3"
ln -sf "EVP_DigestInit.3" "/opt/libressl/share/man/man3/EVP_MD_CTX_reset.3"
ln -sf "EVP_DigestInit.3" "/opt/libressl/share/man/man3/EVP_MD_CTX_size.3"
ln -sf "EVP_DigestInit.3" "/opt/libressl/share/man/man3/EVP_MD_CTX_type.3"
ln -sf "EVP_DigestInit.3" "/opt/libressl/share/man/man3/EVP_MD_block_size.3"
ln -sf "EVP_DigestInit.3" "/opt/libressl/share/man/man3/EVP_MD_pkey_type.3"
ln -sf "EVP_DigestInit.3" "/opt/libressl/share/man/man3/EVP_MD_size.3"
ln -sf "EVP_DigestInit.3" "/opt/libressl/share/man/man3/EVP_MD_type.3"
ln -sf "EVP_DigestInit.3" "/opt/libressl/share/man/man3/EVP_dss.3"
ln -sf "EVP_DigestInit.3" "/opt/libressl/share/man/man3/EVP_dss1.3"
ln -sf "EVP_DigestInit.3" "/opt/libressl/share/man/man3/EVP_get_digestbyname.3"
ln -sf "EVP_DigestInit.3" "/opt/libressl/share/man/man3/EVP_get_digestbynid.3"
ln -sf "EVP_DigestInit.3" "/opt/libressl/share/man/man3/EVP_get_digestbyobj.3"
ln -sf "EVP_DigestInit.3" "/opt/libressl/share/man/man3/EVP_md5.3"
ln -sf "EVP_DigestInit.3" "/opt/libressl/share/man/man3/EVP_md5_sha1.3"
ln -sf "EVP_DigestInit.3" "/opt/libressl/share/man/man3/EVP_md_null.3"
ln -sf "EVP_DigestInit.3" "/opt/libressl/share/man/man3/EVP_ripemd160.3"
ln -sf "EVP_DigestInit.3" "/opt/libressl/share/man/man3/EVP_sha1.3"
ln -sf "EVP_DigestInit.3" "/opt/libressl/share/man/man3/EVP_sha224.3"
ln -sf "EVP_DigestInit.3" "/opt/libressl/share/man/man3/EVP_sha256.3"
ln -sf "EVP_DigestInit.3" "/opt/libressl/share/man/man3/EVP_sha384.3"
ln -sf "EVP_DigestInit.3" "/opt/libressl/share/man/man3/EVP_sha512.3"
ln -sf "EVP_DigestSignInit.3" "/opt/libressl/share/man/man3/EVP_DigestSignFinal.3"
ln -sf "EVP_DigestSignInit.3" "/opt/libressl/share/man/man3/EVP_DigestSignUpdate.3"
ln -sf "EVP_DigestVerifyInit.3" "/opt/libressl/share/man/man3/EVP_DigestVerifyFinal.3"
ln -sf "EVP_DigestVerifyInit.3" "/opt/libressl/share/man/man3/EVP_DigestVerifyUpdate.3"
ln -sf "EVP_EncodeInit.3" "/opt/libressl/share/man/man3/EVP_DecodeBlock.3"
ln -sf "EVP_EncodeInit.3" "/opt/libressl/share/man/man3/EVP_DecodeFinal.3"
ln -sf "EVP_EncodeInit.3" "/opt/libressl/share/man/man3/EVP_DecodeInit.3"
ln -sf "EVP_EncodeInit.3" "/opt/libressl/share/man/man3/EVP_DecodeUpdate.3"
ln -sf "EVP_EncodeInit.3" "/opt/libressl/share/man/man3/EVP_ENCODE_CTX_free.3"
ln -sf "EVP_EncodeInit.3" "/opt/libressl/share/man/man3/EVP_ENCODE_CTX_new.3"
ln -sf "EVP_EncodeInit.3" "/opt/libressl/share/man/man3/EVP_EncodeBlock.3"
ln -sf "EVP_EncodeInit.3" "/opt/libressl/share/man/man3/EVP_EncodeFinal.3"
ln -sf "EVP_EncodeInit.3" "/opt/libressl/share/man/man3/EVP_EncodeUpdate.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_CIPHER_CTX_block_size.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_CIPHER_CTX_cipher.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_CIPHER_CTX_cleanup.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_CIPHER_CTX_clear_flags.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_CIPHER_CTX_ctrl.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_CIPHER_CTX_flags.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_CIPHER_CTX_free.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_CIPHER_CTX_get_app_data.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_CIPHER_CTX_get_iv.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_CIPHER_CTX_init.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_CIPHER_CTX_iv_length.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_CIPHER_CTX_key_length.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_CIPHER_CTX_mode.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_CIPHER_CTX_new.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_CIPHER_CTX_nid.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_CIPHER_CTX_rand_key.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_CIPHER_CTX_reset.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_CIPHER_CTX_set_app_data.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_CIPHER_CTX_set_flags.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_CIPHER_CTX_set_iv.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_CIPHER_CTX_set_key_length.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_CIPHER_CTX_set_padding.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_CIPHER_CTX_test_flags.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_CIPHER_CTX_type.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_CIPHER_asn1_to_param.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_CIPHER_block_size.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_CIPHER_flags.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_CIPHER_iv_length.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_CIPHER_key_length.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_CIPHER_mode.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_CIPHER_nid.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_CIPHER_param_to_asn1.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_CIPHER_type.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_Cipher.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_CipherFinal.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_CipherFinal_ex.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_CipherInit.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_CipherInit_ex.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_CipherUpdate.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_DecryptFinal.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_DecryptFinal_ex.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_DecryptInit.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_DecryptInit_ex.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_DecryptUpdate.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_EncryptFinal.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_EncryptFinal_ex.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_EncryptInit_ex.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_EncryptUpdate.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_bf_cbc.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_bf_cfb.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_bf_cfb64.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_bf_ecb.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_bf_ofb.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_cast5_cbc.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_cast5_cfb.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_cast5_cfb64.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_cast5_ecb.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_cast5_ofb.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_chacha20.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_enc_null.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_get_cipherbyname.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_get_cipherbynid.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_get_cipherbyobj.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_idea_cbc.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_idea_cfb.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_idea_cfb64.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_idea_ecb.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_idea_ofb.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_rc2_40_cbc.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_rc2_64_cbc.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_rc2_cbc.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_rc2_cfb.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_rc2_cfb64.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_rc2_ecb.3"
ln -sf "EVP_EncryptInit.3" "/opt/libressl/share/man/man3/EVP_rc2_ofb.3"
ln -sf "EVP_OpenInit.3" "/opt/libressl/share/man/man3/EVP_OpenFinal.3"
ln -sf "EVP_OpenInit.3" "/opt/libressl/share/man/man3/EVP_OpenUpdate.3"
ln -sf "EVP_PKEY_CTX_ctrl.3" "/opt/libressl/share/man/man3/EVP_PKEY_CTX_ctrl_str.3"
ln -sf "EVP_PKEY_CTX_ctrl.3" "/opt/libressl/share/man/man3/EVP_PKEY_CTX_get_rsa_mgf1_md.3"
ln -sf "EVP_PKEY_CTX_ctrl.3" "/opt/libressl/share/man/man3/EVP_PKEY_CTX_get_rsa_padding.3"
ln -sf "EVP_PKEY_CTX_ctrl.3" "/opt/libressl/share/man/man3/EVP_PKEY_CTX_get_rsa_pss_saltlen.3"
ln -sf "EVP_PKEY_CTX_ctrl.3" "/opt/libressl/share/man/man3/EVP_PKEY_CTX_get_signature_md.3"
ln -sf "EVP_PKEY_CTX_ctrl.3" "/opt/libressl/share/man/man3/EVP_PKEY_CTX_set_dh_paramgen_generator.3"
ln -sf "EVP_PKEY_CTX_ctrl.3" "/opt/libressl/share/man/man3/EVP_PKEY_CTX_set_dh_paramgen_prime_len.3"
ln -sf "EVP_PKEY_CTX_ctrl.3" "/opt/libressl/share/man/man3/EVP_PKEY_CTX_set_dsa_paramgen_bits.3"
ln -sf "EVP_PKEY_CTX_ctrl.3" "/opt/libressl/share/man/man3/EVP_PKEY_CTX_set_ec_paramgen_curve_nid.3"
ln -sf "EVP_PKEY_CTX_ctrl.3" "/opt/libressl/share/man/man3/EVP_PKEY_CTX_set_rsa_keygen_bits.3"
ln -sf "EVP_PKEY_CTX_ctrl.3" "/opt/libressl/share/man/man3/EVP_PKEY_CTX_set_rsa_keygen_pubexp.3"
ln -sf "EVP_PKEY_CTX_ctrl.3" "/opt/libressl/share/man/man3/EVP_PKEY_CTX_set_rsa_mgf1_md.3"
ln -sf "EVP_PKEY_CTX_ctrl.3" "/opt/libressl/share/man/man3/EVP_PKEY_CTX_set_rsa_padding.3"
ln -sf "EVP_PKEY_CTX_ctrl.3" "/opt/libressl/share/man/man3/EVP_PKEY_CTX_set_rsa_pss_saltlen.3"
ln -sf "EVP_PKEY_CTX_ctrl.3" "/opt/libressl/share/man/man3/EVP_PKEY_CTX_set_signature_md.3"
ln -sf "EVP_PKEY_CTX_new.3" "/opt/libressl/share/man/man3/EVP_PKEY_CTX_dup.3"
ln -sf "EVP_PKEY_CTX_new.3" "/opt/libressl/share/man/man3/EVP_PKEY_CTX_free.3"
ln -sf "EVP_PKEY_CTX_new.3" "/opt/libressl/share/man/man3/EVP_PKEY_CTX_new_id.3"
ln -sf "EVP_PKEY_asn1_get_count.3" "/opt/libressl/share/man/man3/EVP_PKEY_asn1_find.3"
ln -sf "EVP_PKEY_asn1_get_count.3" "/opt/libressl/share/man/man3/EVP_PKEY_asn1_find_str.3"
ln -sf "EVP_PKEY_asn1_get_count.3" "/opt/libressl/share/man/man3/EVP_PKEY_asn1_get0.3"
ln -sf "EVP_PKEY_asn1_get_count.3" "/opt/libressl/share/man/man3/EVP_PKEY_asn1_get0_info.3"
ln -sf "EVP_PKEY_asn1_get_count.3" "/opt/libressl/share/man/man3/EVP_PKEY_get0_asn1.3"
ln -sf "EVP_PKEY_asn1_new.3" "/opt/libressl/share/man/man3/EVP_PKEY_asn1_add0.3"
ln -sf "EVP_PKEY_asn1_new.3" "/opt/libressl/share/man/man3/EVP_PKEY_asn1_add_alias.3"
ln -sf "EVP_PKEY_asn1_new.3" "/opt/libressl/share/man/man3/EVP_PKEY_asn1_copy.3"
ln -sf "EVP_PKEY_asn1_new.3" "/opt/libressl/share/man/man3/EVP_PKEY_asn1_free.3"
ln -sf "EVP_PKEY_asn1_new.3" "/opt/libressl/share/man/man3/EVP_PKEY_asn1_set_ctrl.3"
ln -sf "EVP_PKEY_asn1_new.3" "/opt/libressl/share/man/man3/EVP_PKEY_asn1_set_free.3"
ln -sf "EVP_PKEY_asn1_new.3" "/opt/libressl/share/man/man3/EVP_PKEY_asn1_set_param.3"
ln -sf "EVP_PKEY_asn1_new.3" "/opt/libressl/share/man/man3/EVP_PKEY_asn1_set_private.3"
ln -sf "EVP_PKEY_asn1_new.3" "/opt/libressl/share/man/man3/EVP_PKEY_asn1_set_public.3"
ln -sf "EVP_PKEY_cmp.3" "/opt/libressl/share/man/man3/EVP_PKEY_cmp_parameters.3"
ln -sf "EVP_PKEY_cmp.3" "/opt/libressl/share/man/man3/EVP_PKEY_copy_parameters.3"
ln -sf "EVP_PKEY_cmp.3" "/opt/libressl/share/man/man3/EVP_PKEY_missing_parameters.3"
ln -sf "EVP_PKEY_decrypt.3" "/opt/libressl/share/man/man3/EVP_PKEY_decrypt_init.3"
ln -sf "EVP_PKEY_derive.3" "/opt/libressl/share/man/man3/EVP_PKEY_derive_init.3"
ln -sf "EVP_PKEY_derive.3" "/opt/libressl/share/man/man3/EVP_PKEY_derive_set_peer.3"
ln -sf "EVP_PKEY_encrypt.3" "/opt/libressl/share/man/man3/EVP_PKEY_encrypt_init.3"
ln -sf "EVP_PKEY_keygen.3" "/opt/libressl/share/man/man3/EVP_PKEY_CTX_get_app_data.3"
ln -sf "EVP_PKEY_keygen.3" "/opt/libressl/share/man/man3/EVP_PKEY_CTX_get_cb.3"
ln -sf "EVP_PKEY_keygen.3" "/opt/libressl/share/man/man3/EVP_PKEY_CTX_get_keygen_info.3"
ln -sf "EVP_PKEY_keygen.3" "/opt/libressl/share/man/man3/EVP_PKEY_CTX_set_app_data.3"
ln -sf "EVP_PKEY_keygen.3" "/opt/libressl/share/man/man3/EVP_PKEY_CTX_set_cb.3"
ln -sf "EVP_PKEY_keygen.3" "/opt/libressl/share/man/man3/EVP_PKEY_gen_cb.3"
ln -sf "EVP_PKEY_keygen.3" "/opt/libressl/share/man/man3/EVP_PKEY_keygen_init.3"
ln -sf "EVP_PKEY_keygen.3" "/opt/libressl/share/man/man3/EVP_PKEY_paramgen.3"
ln -sf "EVP_PKEY_keygen.3" "/opt/libressl/share/man/man3/EVP_PKEY_paramgen_init.3"
ln -sf "EVP_PKEY_meth_new.3" "/opt/libressl/share/man/man3/EVP_PKEY_meth_add0.3"
ln -sf "EVP_PKEY_meth_new.3" "/opt/libressl/share/man/man3/EVP_PKEY_meth_copy.3"
ln -sf "EVP_PKEY_meth_new.3" "/opt/libressl/share/man/man3/EVP_PKEY_meth_find.3"
ln -sf "EVP_PKEY_meth_new.3" "/opt/libressl/share/man/man3/EVP_PKEY_meth_free.3"
ln -sf "EVP_PKEY_meth_new.3" "/opt/libressl/share/man/man3/EVP_PKEY_meth_set_cleanup.3"
ln -sf "EVP_PKEY_meth_new.3" "/opt/libressl/share/man/man3/EVP_PKEY_meth_set_copy.3"
ln -sf "EVP_PKEY_meth_new.3" "/opt/libressl/share/man/man3/EVP_PKEY_meth_set_ctrl.3"
ln -sf "EVP_PKEY_meth_new.3" "/opt/libressl/share/man/man3/EVP_PKEY_meth_set_decrypt.3"
ln -sf "EVP_PKEY_meth_new.3" "/opt/libressl/share/man/man3/EVP_PKEY_meth_set_derive.3"
ln -sf "EVP_PKEY_meth_new.3" "/opt/libressl/share/man/man3/EVP_PKEY_meth_set_encrypt.3"
ln -sf "EVP_PKEY_meth_new.3" "/opt/libressl/share/man/man3/EVP_PKEY_meth_set_init.3"
ln -sf "EVP_PKEY_meth_new.3" "/opt/libressl/share/man/man3/EVP_PKEY_meth_set_keygen.3"
ln -sf "EVP_PKEY_meth_new.3" "/opt/libressl/share/man/man3/EVP_PKEY_meth_set_paramgen.3"
ln -sf "EVP_PKEY_meth_new.3" "/opt/libressl/share/man/man3/EVP_PKEY_meth_set_sign.3"
ln -sf "EVP_PKEY_meth_new.3" "/opt/libressl/share/man/man3/EVP_PKEY_meth_set_signctx.3"
ln -sf "EVP_PKEY_meth_new.3" "/opt/libressl/share/man/man3/EVP_PKEY_meth_set_verify.3"
ln -sf "EVP_PKEY_meth_new.3" "/opt/libressl/share/man/man3/EVP_PKEY_meth_set_verify_recover.3"
ln -sf "EVP_PKEY_meth_new.3" "/opt/libressl/share/man/man3/EVP_PKEY_meth_set_verifyctx.3"
ln -sf "EVP_PKEY_new.3" "/opt/libressl/share/man/man3/EVP_PKEY_free.3"
ln -sf "EVP_PKEY_new.3" "/opt/libressl/share/man/man3/EVP_PKEY_new_mac_key.3"
ln -sf "EVP_PKEY_new.3" "/opt/libressl/share/man/man3/EVP_PKEY_up_ref.3"
ln -sf "EVP_PKEY_print_private.3" "/opt/libressl/share/man/man3/EVP_PKEY_print_params.3"
ln -sf "EVP_PKEY_print_private.3" "/opt/libressl/share/man/man3/EVP_PKEY_print_public.3"
ln -sf "EVP_PKEY_set1_RSA.3" "/opt/libressl/share/man/man3/EVP_PKEY_assign.3"
ln -sf "EVP_PKEY_set1_RSA.3" "/opt/libressl/share/man/man3/EVP_PKEY_assign_DH.3"
ln -sf "EVP_PKEY_set1_RSA.3" "/opt/libressl/share/man/man3/EVP_PKEY_assign_DSA.3"
ln -sf "EVP_PKEY_set1_RSA.3" "/opt/libressl/share/man/man3/EVP_PKEY_assign_EC_KEY.3"
ln -sf "EVP_PKEY_set1_RSA.3" "/opt/libressl/share/man/man3/EVP_PKEY_assign_GOST.3"
ln -sf "EVP_PKEY_set1_RSA.3" "/opt/libressl/share/man/man3/EVP_PKEY_assign_RSA.3"
ln -sf "EVP_PKEY_set1_RSA.3" "/opt/libressl/share/man/man3/EVP_PKEY_base_id.3"
ln -sf "EVP_PKEY_set1_RSA.3" "/opt/libressl/share/man/man3/EVP_PKEY_get0.3"
ln -sf "EVP_PKEY_set1_RSA.3" "/opt/libressl/share/man/man3/EVP_PKEY_get0_DH.3"
ln -sf "EVP_PKEY_set1_RSA.3" "/opt/libressl/share/man/man3/EVP_PKEY_get0_DSA.3"
ln -sf "EVP_PKEY_set1_RSA.3" "/opt/libressl/share/man/man3/EVP_PKEY_get0_EC_KEY.3"
ln -sf "EVP_PKEY_set1_RSA.3" "/opt/libressl/share/man/man3/EVP_PKEY_get0_RSA.3"
ln -sf "EVP_PKEY_set1_RSA.3" "/opt/libressl/share/man/man3/EVP_PKEY_get0_hmac.3"
ln -sf "EVP_PKEY_set1_RSA.3" "/opt/libressl/share/man/man3/EVP_PKEY_get1_DH.3"
ln -sf "EVP_PKEY_set1_RSA.3" "/opt/libressl/share/man/man3/EVP_PKEY_get1_DSA.3"
ln -sf "EVP_PKEY_set1_RSA.3" "/opt/libressl/share/man/man3/EVP_PKEY_get1_EC_KEY.3"
ln -sf "EVP_PKEY_set1_RSA.3" "/opt/libressl/share/man/man3/EVP_PKEY_get1_RSA.3"
ln -sf "EVP_PKEY_set1_RSA.3" "/opt/libressl/share/man/man3/EVP_PKEY_id.3"
ln -sf "EVP_PKEY_set1_RSA.3" "/opt/libressl/share/man/man3/EVP_PKEY_set1_DH.3"
ln -sf "EVP_PKEY_set1_RSA.3" "/opt/libressl/share/man/man3/EVP_PKEY_set1_DSA.3"
ln -sf "EVP_PKEY_set1_RSA.3" "/opt/libressl/share/man/man3/EVP_PKEY_set1_EC_KEY.3"
ln -sf "EVP_PKEY_set1_RSA.3" "/opt/libressl/share/man/man3/EVP_PKEY_set_type.3"
ln -sf "EVP_PKEY_set1_RSA.3" "/opt/libressl/share/man/man3/EVP_PKEY_type.3"
ln -sf "EVP_PKEY_sign.3" "/opt/libressl/share/man/man3/EVP_PKEY_sign_init.3"
ln -sf "EVP_PKEY_verify.3" "/opt/libressl/share/man/man3/EVP_PKEY_verify_init.3"
ln -sf "EVP_PKEY_verify_recover.3" "/opt/libressl/share/man/man3/EVP_PKEY_verify_recover_init.3"
ln -sf "EVP_SealInit.3" "/opt/libressl/share/man/man3/EVP_SealFinal.3"
ln -sf "EVP_SealInit.3" "/opt/libressl/share/man/man3/EVP_SealUpdate.3"
ln -sf "EVP_SignInit.3" "/opt/libressl/share/man/man3/EVP_PKEY_bits.3"
ln -sf "EVP_SignInit.3" "/opt/libressl/share/man/man3/EVP_PKEY_size.3"
ln -sf "EVP_SignInit.3" "/opt/libressl/share/man/man3/EVP_SignFinal.3"
ln -sf "EVP_SignInit.3" "/opt/libressl/share/man/man3/EVP_SignInit_ex.3"
ln -sf "EVP_SignInit.3" "/opt/libressl/share/man/man3/EVP_SignUpdate.3"
ln -sf "EVP_VerifyInit.3" "/opt/libressl/share/man/man3/EVP_VerifyFinal.3"
ln -sf "EVP_VerifyInit.3" "/opt/libressl/share/man/man3/EVP_VerifyInit_ex.3"
ln -sf "EVP_VerifyInit.3" "/opt/libressl/share/man/man3/EVP_VerifyUpdate.3"
ln -sf "EVP_aes_128_cbc.3" "/opt/libressl/share/man/man3/EVP_aes_128_cbc_hmac_sha1.3"
ln -sf "EVP_aes_128_cbc.3" "/opt/libressl/share/man/man3/EVP_aes_128_ccm.3"
ln -sf "EVP_aes_128_cbc.3" "/opt/libressl/share/man/man3/EVP_aes_128_cfb.3"
ln -sf "EVP_aes_128_cbc.3" "/opt/libressl/share/man/man3/EVP_aes_128_cfb1.3"
ln -sf "EVP_aes_128_cbc.3" "/opt/libressl/share/man/man3/EVP_aes_128_cfb128.3"
ln -sf "EVP_aes_128_cbc.3" "/opt/libressl/share/man/man3/EVP_aes_128_cfb8.3"
ln -sf "EVP_aes_128_cbc.3" "/opt/libressl/share/man/man3/EVP_aes_128_ctr.3"
ln -sf "EVP_aes_128_cbc.3" "/opt/libressl/share/man/man3/EVP_aes_128_ecb.3"
ln -sf "EVP_aes_128_cbc.3" "/opt/libressl/share/man/man3/EVP_aes_128_gcm.3"
ln -sf "EVP_aes_128_cbc.3" "/opt/libressl/share/man/man3/EVP_aes_128_ofb.3"
ln -sf "EVP_aes_128_cbc.3" "/opt/libressl/share/man/man3/EVP_aes_128_wrap.3"
ln -sf "EVP_aes_128_cbc.3" "/opt/libressl/share/man/man3/EVP_aes_128_xts.3"
ln -sf "EVP_aes_128_cbc.3" "/opt/libressl/share/man/man3/EVP_aes_192_cbc.3"
ln -sf "EVP_aes_128_cbc.3" "/opt/libressl/share/man/man3/EVP_aes_192_ccm.3"
ln -sf "EVP_aes_128_cbc.3" "/opt/libressl/share/man/man3/EVP_aes_192_cfb.3"
ln -sf "EVP_aes_128_cbc.3" "/opt/libressl/share/man/man3/EVP_aes_192_cfb1.3"
ln -sf "EVP_aes_128_cbc.3" "/opt/libressl/share/man/man3/EVP_aes_192_cfb128.3"
ln -sf "EVP_aes_128_cbc.3" "/opt/libressl/share/man/man3/EVP_aes_192_cfb8.3"
ln -sf "EVP_aes_128_cbc.3" "/opt/libressl/share/man/man3/EVP_aes_192_ctr.3"
ln -sf "EVP_aes_128_cbc.3" "/opt/libressl/share/man/man3/EVP_aes_192_ecb.3"
ln -sf "EVP_aes_128_cbc.3" "/opt/libressl/share/man/man3/EVP_aes_192_gcm.3"
ln -sf "EVP_aes_128_cbc.3" "/opt/libressl/share/man/man3/EVP_aes_192_ofb.3"
ln -sf "EVP_aes_128_cbc.3" "/opt/libressl/share/man/man3/EVP_aes_192_wrap.3"
ln -sf "EVP_aes_128_cbc.3" "/opt/libressl/share/man/man3/EVP_aes_256_cbc.3"
ln -sf "EVP_aes_128_cbc.3" "/opt/libressl/share/man/man3/EVP_aes_256_cbc_hmac_sha1.3"
ln -sf "EVP_aes_128_cbc.3" "/opt/libressl/share/man/man3/EVP_aes_256_ccm.3"
ln -sf "EVP_aes_128_cbc.3" "/opt/libressl/share/man/man3/EVP_aes_256_cfb.3"
ln -sf "EVP_aes_128_cbc.3" "/opt/libressl/share/man/man3/EVP_aes_256_cfb1.3"
ln -sf "EVP_aes_128_cbc.3" "/opt/libressl/share/man/man3/EVP_aes_256_cfb128.3"
ln -sf "EVP_aes_128_cbc.3" "/opt/libressl/share/man/man3/EVP_aes_256_cfb8.3"
ln -sf "EVP_aes_128_cbc.3" "/opt/libressl/share/man/man3/EVP_aes_256_ctr.3"
ln -sf "EVP_aes_128_cbc.3" "/opt/libressl/share/man/man3/EVP_aes_256_ecb.3"
ln -sf "EVP_aes_128_cbc.3" "/opt/libressl/share/man/man3/EVP_aes_256_gcm.3"
ln -sf "EVP_aes_128_cbc.3" "/opt/libressl/share/man/man3/EVP_aes_256_ofb.3"
ln -sf "EVP_aes_128_cbc.3" "/opt/libressl/share/man/man3/EVP_aes_256_wrap.3"
ln -sf "EVP_aes_128_cbc.3" "/opt/libressl/share/man/man3/EVP_aes_256_xts.3"
ln -sf "EVP_camellia_128_cbc.3" "/opt/libressl/share/man/man3/EVP_camellia_128_cfb.3"
ln -sf "EVP_camellia_128_cbc.3" "/opt/libressl/share/man/man3/EVP_camellia_128_cfb1.3"
ln -sf "EVP_camellia_128_cbc.3" "/opt/libressl/share/man/man3/EVP_camellia_128_cfb128.3"
ln -sf "EVP_camellia_128_cbc.3" "/opt/libressl/share/man/man3/EVP_camellia_128_cfb8.3"
ln -sf "EVP_camellia_128_cbc.3" "/opt/libressl/share/man/man3/EVP_camellia_128_ecb.3"
ln -sf "EVP_camellia_128_cbc.3" "/opt/libressl/share/man/man3/EVP_camellia_128_ofb.3"
ln -sf "EVP_camellia_128_cbc.3" "/opt/libressl/share/man/man3/EVP_camellia_192_cbc.3"
ln -sf "EVP_camellia_128_cbc.3" "/opt/libressl/share/man/man3/EVP_camellia_192_cfb.3"
ln -sf "EVP_camellia_128_cbc.3" "/opt/libressl/share/man/man3/EVP_camellia_192_cfb1.3"
ln -sf "EVP_camellia_128_cbc.3" "/opt/libressl/share/man/man3/EVP_camellia_192_cfb128.3"
ln -sf "EVP_camellia_128_cbc.3" "/opt/libressl/share/man/man3/EVP_camellia_192_cfb8.3"
ln -sf "EVP_camellia_128_cbc.3" "/opt/libressl/share/man/man3/EVP_camellia_192_ecb.3"
ln -sf "EVP_camellia_128_cbc.3" "/opt/libressl/share/man/man3/EVP_camellia_192_ofb.3"
ln -sf "EVP_camellia_128_cbc.3" "/opt/libressl/share/man/man3/EVP_camellia_256_cbc.3"
ln -sf "EVP_camellia_128_cbc.3" "/opt/libressl/share/man/man3/EVP_camellia_256_cfb.3"
ln -sf "EVP_camellia_128_cbc.3" "/opt/libressl/share/man/man3/EVP_camellia_256_cfb1.3"
ln -sf "EVP_camellia_128_cbc.3" "/opt/libressl/share/man/man3/EVP_camellia_256_cfb128.3"
ln -sf "EVP_camellia_128_cbc.3" "/opt/libressl/share/man/man3/EVP_camellia_256_cfb8.3"
ln -sf "EVP_camellia_128_cbc.3" "/opt/libressl/share/man/man3/EVP_camellia_256_ecb.3"
ln -sf "EVP_camellia_128_cbc.3" "/opt/libressl/share/man/man3/EVP_camellia_256_ofb.3"
ln -sf "EVP_des_cbc.3" "/opt/libressl/share/man/man3/EVP_des_cfb.3"
ln -sf "EVP_des_cbc.3" "/opt/libressl/share/man/man3/EVP_des_cfb1.3"
ln -sf "EVP_des_cbc.3" "/opt/libressl/share/man/man3/EVP_des_cfb64.3"
ln -sf "EVP_des_cbc.3" "/opt/libressl/share/man/man3/EVP_des_cfb8.3"
ln -sf "EVP_des_cbc.3" "/opt/libressl/share/man/man3/EVP_des_ecb.3"
ln -sf "EVP_des_cbc.3" "/opt/libressl/share/man/man3/EVP_des_ede.3"
ln -sf "EVP_des_cbc.3" "/opt/libressl/share/man/man3/EVP_des_ede3.3"
ln -sf "EVP_des_cbc.3" "/opt/libressl/share/man/man3/EVP_des_ede3_cbc.3"
ln -sf "EVP_des_cbc.3" "/opt/libressl/share/man/man3/EVP_des_ede3_cfb.3"
ln -sf "EVP_des_cbc.3" "/opt/libressl/share/man/man3/EVP_des_ede3_cfb1.3"
ln -sf "EVP_des_cbc.3" "/opt/libressl/share/man/man3/EVP_des_ede3_cfb64.3"
ln -sf "EVP_des_cbc.3" "/opt/libressl/share/man/man3/EVP_des_ede3_cfb8.3"
ln -sf "EVP_des_cbc.3" "/opt/libressl/share/man/man3/EVP_des_ede3_ecb.3"
ln -sf "EVP_des_cbc.3" "/opt/libressl/share/man/man3/EVP_des_ede3_ofb.3"
ln -sf "EVP_des_cbc.3" "/opt/libressl/share/man/man3/EVP_des_ede_cbc.3"
ln -sf "EVP_des_cbc.3" "/opt/libressl/share/man/man3/EVP_des_ede_cfb.3"
ln -sf "EVP_des_cbc.3" "/opt/libressl/share/man/man3/EVP_des_ede_cfb64.3"
ln -sf "EVP_des_cbc.3" "/opt/libressl/share/man/man3/EVP_des_ede_ecb.3"
ln -sf "EVP_des_cbc.3" "/opt/libressl/share/man/man3/EVP_des_ede_ofb.3"
ln -sf "EVP_des_cbc.3" "/opt/libressl/share/man/man3/EVP_des_ofb.3"
ln -sf "EVP_des_cbc.3" "/opt/libressl/share/man/man3/EVP_desx_cbc.3"
ln -sf "EVP_rc4.3" "/opt/libressl/share/man/man3/EVP_rc4_40.3"
ln -sf "EVP_rc4.3" "/opt/libressl/share/man/man3/EVP_rc4_hmac_md5.3"
ln -sf "EVP_sm4_cbc.3" "/opt/libressl/share/man/man3/EVP_sm4_cfb.3"
ln -sf "EVP_sm4_cbc.3" "/opt/libressl/share/man/man3/EVP_sm4_cfb128.3"
ln -sf "EVP_sm4_cbc.3" "/opt/libressl/share/man/man3/EVP_sm4_ctr.3"
ln -sf "EVP_sm4_cbc.3" "/opt/libressl/share/man/man3/EVP_sm4_ecb.3"
ln -sf "EVP_sm4_cbc.3" "/opt/libressl/share/man/man3/EVP_sm4_ofb.3"
ln -sf "EXTENDED_KEY_USAGE_new.3" "/opt/libressl/share/man/man3/EXTENDED_KEY_USAGE_free.3"
ln -sf "GENERAL_NAME_new.3" "/opt/libressl/share/man/man3/EDIPARTYNAME_free.3"
ln -sf "GENERAL_NAME_new.3" "/opt/libressl/share/man/man3/EDIPARTYNAME_new.3"
ln -sf "GENERAL_NAME_new.3" "/opt/libressl/share/man/man3/GENERAL_NAMES_free.3"
ln -sf "GENERAL_NAME_new.3" "/opt/libressl/share/man/man3/GENERAL_NAMES_new.3"
ln -sf "GENERAL_NAME_new.3" "/opt/libressl/share/man/man3/GENERAL_NAME_free.3"
ln -sf "GENERAL_NAME_new.3" "/opt/libressl/share/man/man3/OTHERNAME_free.3"
ln -sf "GENERAL_NAME_new.3" "/opt/libressl/share/man/man3/OTHERNAME_new.3"
ln -sf "HMAC.3" "/opt/libressl/share/man/man3/HMAC_CTX_cleanup.3"
ln -sf "HMAC.3" "/opt/libressl/share/man/man3/HMAC_CTX_copy.3"
ln -sf "HMAC.3" "/opt/libressl/share/man/man3/HMAC_CTX_free.3"
ln -sf "HMAC.3" "/opt/libressl/share/man/man3/HMAC_CTX_get_md.3"
ln -sf "HMAC.3" "/opt/libressl/share/man/man3/HMAC_CTX_init.3"
ln -sf "HMAC.3" "/opt/libressl/share/man/man3/HMAC_CTX_new.3"
ln -sf "HMAC.3" "/opt/libressl/share/man/man3/HMAC_CTX_reset.3"
ln -sf "HMAC.3" "/opt/libressl/share/man/man3/HMAC_CTX_set_flags.3"
ln -sf "HMAC.3" "/opt/libressl/share/man/man3/HMAC_Final.3"
ln -sf "HMAC.3" "/opt/libressl/share/man/man3/HMAC_Init.3"
ln -sf "HMAC.3" "/opt/libressl/share/man/man3/HMAC_Init_ex.3"
ln -sf "HMAC.3" "/opt/libressl/share/man/man3/HMAC_Update.3"
ln -sf "HMAC.3" "/opt/libressl/share/man/man3/HMAC_cleanup.3"
ln -sf "HMAC.3" "/opt/libressl/share/man/man3/HMAC_size.3"
ln -sf "MD5.3" "/opt/libressl/share/man/man3/MD4.3"
ln -sf "MD5.3" "/opt/libressl/share/man/man3/MD4_Final.3"
ln -sf "MD5.3" "/opt/libressl/share/man/man3/MD4_Init.3"
ln -sf "MD5.3" "/opt/libressl/share/man/man3/MD4_Update.3"
ln -sf "MD5.3" "/opt/libressl/share/man/man3/MD5_Final.3"
ln -sf "MD5.3" "/opt/libressl/share/man/man3/MD5_Init.3"
ln -sf "MD5.3" "/opt/libressl/share/man/man3/MD5_Update.3"
ln -sf "NAME_CONSTRAINTS_new.3" "/opt/libressl/share/man/man3/GENERAL_SUBTREE_free.3"
ln -sf "NAME_CONSTRAINTS_new.3" "/opt/libressl/share/man/man3/GENERAL_SUBTREE_new.3"
ln -sf "NAME_CONSTRAINTS_new.3" "/opt/libressl/share/man/man3/NAME_CONSTRAINTS_free.3"
ln -sf "OBJ_nid2obj.3" "/opt/libressl/share/man/man3/OBJ_cleanup.3"
ln -sf "OBJ_nid2obj.3" "/opt/libressl/share/man/man3/OBJ_cmp.3"
ln -sf "OBJ_nid2obj.3" "/opt/libressl/share/man/man3/OBJ_create.3"
ln -sf "OBJ_nid2obj.3" "/opt/libressl/share/man/man3/OBJ_dup.3"
ln -sf "OBJ_nid2obj.3" "/opt/libressl/share/man/man3/OBJ_ln2nid.3"
ln -sf "OBJ_nid2obj.3" "/opt/libressl/share/man/man3/OBJ_nid2ln.3"
ln -sf "OBJ_nid2obj.3" "/opt/libressl/share/man/man3/OBJ_nid2sn.3"
ln -sf "OBJ_nid2obj.3" "/opt/libressl/share/man/man3/OBJ_obj2nid.3"
ln -sf "OBJ_nid2obj.3" "/opt/libressl/share/man/man3/OBJ_obj2txt.3"
ln -sf "OBJ_nid2obj.3" "/opt/libressl/share/man/man3/OBJ_sn2nid.3"
ln -sf "OBJ_nid2obj.3" "/opt/libressl/share/man/man3/OBJ_txt2nid.3"
ln -sf "OBJ_nid2obj.3" "/opt/libressl/share/man/man3/OBJ_txt2obj.3"
ln -sf "OBJ_nid2obj.3" "/opt/libressl/share/man/man3/i2t_ASN1_OBJECT.3"
ln -sf "OCSP_CRLID_new.3" "/opt/libressl/share/man/man3/OCSP_CRLID_free.3"
ln -sf "OCSP_REQUEST_new.3" "/opt/libressl/share/man/man3/OCSP_ONEREQ_free.3"
ln -sf "OCSP_REQUEST_new.3" "/opt/libressl/share/man/man3/OCSP_ONEREQ_new.3"
ln -sf "OCSP_REQUEST_new.3" "/opt/libressl/share/man/man3/OCSP_REQINFO_free.3"
ln -sf "OCSP_REQUEST_new.3" "/opt/libressl/share/man/man3/OCSP_REQINFO_new.3"
ln -sf "OCSP_REQUEST_new.3" "/opt/libressl/share/man/man3/OCSP_REQUEST_free.3"
ln -sf "OCSP_REQUEST_new.3" "/opt/libressl/share/man/man3/OCSP_SIGNATURE_free.3"
ln -sf "OCSP_REQUEST_new.3" "/opt/libressl/share/man/man3/OCSP_SIGNATURE_new.3"
ln -sf "OCSP_REQUEST_new.3" "/opt/libressl/share/man/man3/OCSP_request_add0_id.3"
ln -sf "OCSP_REQUEST_new.3" "/opt/libressl/share/man/man3/OCSP_request_add1_cert.3"
ln -sf "OCSP_REQUEST_new.3" "/opt/libressl/share/man/man3/OCSP_request_onereq_count.3"
ln -sf "OCSP_REQUEST_new.3" "/opt/libressl/share/man/man3/OCSP_request_onereq_get0.3"
ln -sf "OCSP_REQUEST_new.3" "/opt/libressl/share/man/man3/OCSP_request_sign.3"
ln -sf "OCSP_SERVICELOC_new.3" "/opt/libressl/share/man/man3/OCSP_SERVICELOC_free.3"
ln -sf "OCSP_SERVICELOC_new.3" "/opt/libressl/share/man/man3/OCSP_url_svcloc_new.3"
ln -sf "OCSP_cert_to_id.3" "/opt/libressl/share/man/man3/OCSP_CERTID_free.3"
ln -sf "OCSP_cert_to_id.3" "/opt/libressl/share/man/man3/OCSP_CERTID_new.3"
ln -sf "OCSP_cert_to_id.3" "/opt/libressl/share/man/man3/OCSP_cert_id_new.3"
ln -sf "OCSP_cert_to_id.3" "/opt/libressl/share/man/man3/OCSP_id_cmp.3"
ln -sf "OCSP_cert_to_id.3" "/opt/libressl/share/man/man3/OCSP_id_get0_info.3"
ln -sf "OCSP_cert_to_id.3" "/opt/libressl/share/man/man3/OCSP_id_issuer_cmp.3"
ln -sf "OCSP_request_add1_nonce.3" "/opt/libressl/share/man/man3/OCSP_basic_add1_nonce.3"
ln -sf "OCSP_request_add1_nonce.3" "/opt/libressl/share/man/man3/OCSP_check_nonce.3"
ln -sf "OCSP_request_add1_nonce.3" "/opt/libressl/share/man/man3/OCSP_copy_nonce.3"
ln -sf "OCSP_resp_find_status.3" "/opt/libressl/share/man/man3/OCSP_CERTSTATUS_free.3"
ln -sf "OCSP_resp_find_status.3" "/opt/libressl/share/man/man3/OCSP_CERTSTATUS_new.3"
ln -sf "OCSP_resp_find_status.3" "/opt/libressl/share/man/man3/OCSP_REVOKEDINFO_free.3"
ln -sf "OCSP_resp_find_status.3" "/opt/libressl/share/man/man3/OCSP_REVOKEDINFO_new.3"
ln -sf "OCSP_resp_find_status.3" "/opt/libressl/share/man/man3/OCSP_SINGLERESP_free.3"
ln -sf "OCSP_resp_find_status.3" "/opt/libressl/share/man/man3/OCSP_SINGLERESP_get0_id.3"
ln -sf "OCSP_resp_find_status.3" "/opt/libressl/share/man/man3/OCSP_SINGLERESP_new.3"
ln -sf "OCSP_resp_find_status.3" "/opt/libressl/share/man/man3/OCSP_basic_verify.3"
ln -sf "OCSP_resp_find_status.3" "/opt/libressl/share/man/man3/OCSP_cert_status_str.3"
ln -sf "OCSP_resp_find_status.3" "/opt/libressl/share/man/man3/OCSP_check_validity.3"
ln -sf "OCSP_resp_find_status.3" "/opt/libressl/share/man/man3/OCSP_resp_count.3"
ln -sf "OCSP_resp_find_status.3" "/opt/libressl/share/man/man3/OCSP_resp_find.3"
ln -sf "OCSP_resp_find_status.3" "/opt/libressl/share/man/man3/OCSP_resp_get0.3"
ln -sf "OCSP_resp_find_status.3" "/opt/libressl/share/man/man3/OCSP_single_get0_status.3"
ln -sf "OCSP_response_status.3" "/opt/libressl/share/man/man3/OCSP_BASICRESP_free.3"
ln -sf "OCSP_response_status.3" "/opt/libressl/share/man/man3/OCSP_BASICRESP_new.3"
ln -sf "OCSP_response_status.3" "/opt/libressl/share/man/man3/OCSP_RESPBYTES_free.3"
ln -sf "OCSP_response_status.3" "/opt/libressl/share/man/man3/OCSP_RESPBYTES_new.3"
ln -sf "OCSP_response_status.3" "/opt/libressl/share/man/man3/OCSP_RESPDATA_free.3"
ln -sf "OCSP_response_status.3" "/opt/libressl/share/man/man3/OCSP_RESPDATA_new.3"
ln -sf "OCSP_response_status.3" "/opt/libressl/share/man/man3/OCSP_RESPID_free.3"
ln -sf "OCSP_response_status.3" "/opt/libressl/share/man/man3/OCSP_RESPID_new.3"
ln -sf "OCSP_response_status.3" "/opt/libressl/share/man/man3/OCSP_RESPONSE_free.3"
ln -sf "OCSP_response_status.3" "/opt/libressl/share/man/man3/OCSP_RESPONSE_new.3"
ln -sf "OCSP_response_status.3" "/opt/libressl/share/man/man3/OCSP_basic_sign.3"
ln -sf "OCSP_response_status.3" "/opt/libressl/share/man/man3/OCSP_response_create.3"
ln -sf "OCSP_response_status.3" "/opt/libressl/share/man/man3/OCSP_response_get1_basic.3"
ln -sf "OCSP_response_status.3" "/opt/libressl/share/man/man3/OCSP_response_status_str.3"
ln -sf "OCSP_sendreq_new.3" "/opt/libressl/share/man/man3/OCSP_REQ_CTX_add1_header.3"
ln -sf "OCSP_sendreq_new.3" "/opt/libressl/share/man/man3/OCSP_REQ_CTX_free.3"
ln -sf "OCSP_sendreq_new.3" "/opt/libressl/share/man/man3/OCSP_REQ_CTX_set1_req.3"
ln -sf "OCSP_sendreq_new.3" "/opt/libressl/share/man/man3/OCSP_parse_url.3"
ln -sf "OCSP_sendreq_new.3" "/opt/libressl/share/man/man3/OCSP_sendreq_bio.3"
ln -sf "OCSP_sendreq_new.3" "/opt/libressl/share/man/man3/OCSP_sendreq_nbio.3"
ln -sf "OPENSSL_VERSION_NUMBER.3" "/opt/libressl/share/man/man3/LIBRESSL_VERSION_NUMBER.3"
ln -sf "OPENSSL_VERSION_NUMBER.3" "/opt/libressl/share/man/man3/LIBRESSL_VERSION_TEXT.3"
ln -sf "OPENSSL_VERSION_NUMBER.3" "/opt/libressl/share/man/man3/OPENSSL_VERSION_TEXT.3"
ln -sf "OPENSSL_VERSION_NUMBER.3" "/opt/libressl/share/man/man3/OpenSSL_version.3"
ln -sf "OPENSSL_VERSION_NUMBER.3" "/opt/libressl/share/man/man3/OpenSSL_version_num.3"
ln -sf "OPENSSL_VERSION_NUMBER.3" "/opt/libressl/share/man/man3/SSLeay.3"
ln -sf "OPENSSL_VERSION_NUMBER.3" "/opt/libressl/share/man/man3/SSLeay_version.3"
ln -sf "OPENSSL_config.3" "/opt/libressl/share/man/man3/OPENSSL_no_config.3"
ln -sf "OPENSSL_load_builtin_modules.3" "/opt/libressl/share/man/man3/ASN1_add_oid_module.3"
ln -sf "OPENSSL_load_builtin_modules.3" "/opt/libressl/share/man/man3/ENGINE_add_conf_module.3"
ln -sf "OPENSSL_malloc.3" "/opt/libressl/share/man/man3/CRYPTO_free.3"
ln -sf "OPENSSL_malloc.3" "/opt/libressl/share/man/man3/CRYPTO_malloc.3"
ln -sf "OPENSSL_malloc.3" "/opt/libressl/share/man/man3/CRYPTO_realloc.3"
ln -sf "OPENSSL_malloc.3" "/opt/libressl/share/man/man3/CRYPTO_strdup.3"
ln -sf "OPENSSL_malloc.3" "/opt/libressl/share/man/man3/OPENSSL_free.3"
ln -sf "OPENSSL_malloc.3" "/opt/libressl/share/man/man3/OPENSSL_realloc.3"
ln -sf "OPENSSL_malloc.3" "/opt/libressl/share/man/man3/OPENSSL_strdup.3"
ln -sf "OPENSSL_sk_new.3" "/opt/libressl/share/man/man3/sk_delete.3"
ln -sf "OPENSSL_sk_new.3" "/opt/libressl/share/man/man3/sk_delete_ptr.3"
ln -sf "OPENSSL_sk_new.3" "/opt/libressl/share/man/man3/sk_dup.3"
ln -sf "OPENSSL_sk_new.3" "/opt/libressl/share/man/man3/sk_find.3"
ln -sf "OPENSSL_sk_new.3" "/opt/libressl/share/man/man3/sk_find_ex.3"
ln -sf "OPENSSL_sk_new.3" "/opt/libressl/share/man/man3/sk_free.3"
ln -sf "OPENSSL_sk_new.3" "/opt/libressl/share/man/man3/sk_insert.3"
ln -sf "OPENSSL_sk_new.3" "/opt/libressl/share/man/man3/sk_is_sorted.3"
ln -sf "OPENSSL_sk_new.3" "/opt/libressl/share/man/man3/sk_new.3"
ln -sf "OPENSSL_sk_new.3" "/opt/libressl/share/man/man3/sk_new_null.3"
ln -sf "OPENSSL_sk_new.3" "/opt/libressl/share/man/man3/sk_num.3"
ln -sf "OPENSSL_sk_new.3" "/opt/libressl/share/man/man3/sk_pop.3"
ln -sf "OPENSSL_sk_new.3" "/opt/libressl/share/man/man3/sk_pop_free.3"
ln -sf "OPENSSL_sk_new.3" "/opt/libressl/share/man/man3/sk_push.3"
ln -sf "OPENSSL_sk_new.3" "/opt/libressl/share/man/man3/sk_set.3"
ln -sf "OPENSSL_sk_new.3" "/opt/libressl/share/man/man3/sk_set_cmp_func.3"
ln -sf "OPENSSL_sk_new.3" "/opt/libressl/share/man/man3/sk_shift.3"
ln -sf "OPENSSL_sk_new.3" "/opt/libressl/share/man/man3/sk_sort.3"
ln -sf "OPENSSL_sk_new.3" "/opt/libressl/share/man/man3/sk_unshift.3"
ln -sf "OPENSSL_sk_new.3" "/opt/libressl/share/man/man3/sk_value.3"
ln -sf "OPENSSL_sk_new.3" "/opt/libressl/share/man/man3/sk_zero.3"
ln -sf "OpenSSL_add_all_algorithms.3" "/opt/libressl/share/man/man3/EVP_cleanup.3"
ln -sf "OpenSSL_add_all_algorithms.3" "/opt/libressl/share/man/man3/OpenSSL_add_all_ciphers.3"
ln -sf "OpenSSL_add_all_algorithms.3" "/opt/libressl/share/man/man3/OpenSSL_add_all_digests.3"
ln -sf "PEM_read.3" "/opt/libressl/share/man/man3/PEM_do_header.3"
ln -sf "PEM_read.3" "/opt/libressl/share/man/man3/PEM_get_EVP_CIPHER_INFO.3"
ln -sf "PEM_read.3" "/opt/libressl/share/man/man3/PEM_read_bio.3"
ln -sf "PEM_read.3" "/opt/libressl/share/man/man3/PEM_write.3"
ln -sf "PEM_read.3" "/opt/libressl/share/man/man3/PEM_write_bio.3"
ln -sf "PEM_read_SSL_SESSION.3" "/opt/libressl/share/man/man3/PEM_read_bio_SSL_SESSION.3"
ln -sf "PEM_read_SSL_SESSION.3" "/opt/libressl/share/man/man3/PEM_write_SSL_SESSION.3"
ln -sf "PEM_read_SSL_SESSION.3" "/opt/libressl/share/man/man3/PEM_write_bio_SSL_SESSION.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_read_DHparams.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_read_DSAPrivateKey.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_read_DSA_PUBKEY.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_read_DSAparams.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_read_ECPKParameters.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_read_ECPrivateKey.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_read_EC_PUBKEY.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_read_NETSCAPE_CERT_SEQUENCE.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_read_PKCS7.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_read_PKCS8.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_read_PKCS8_PRIV_KEY_INFO.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_read_PUBKEY.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_read_PrivateKey.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_read_RSAPrivateKey.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_read_RSAPublicKey.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_read_RSA_PUBKEY.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_read_X509.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_read_X509_AUX.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_read_X509_CRL.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_read_X509_REQ.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_read_bio_DHparams.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_read_bio_DSAPrivateKey.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_read_bio_DSA_PUBKEY.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_read_bio_DSAparams.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_read_bio_ECPKParameters.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_read_bio_ECPrivateKey.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_read_bio_EC_PUBKEY.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_read_bio_NETSCAPE_CERT_SEQUENCE.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_read_bio_PKCS7.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_read_bio_PKCS8.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_read_bio_PKCS8_PRIV_KEY_INFO.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_read_bio_PUBKEY.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_read_bio_RSAPrivateKey.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_read_bio_RSAPublicKey.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_read_bio_RSA_PUBKEY.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_read_bio_X509.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_read_bio_X509_AUX.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_read_bio_X509_CRL.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_read_bio_X509_REQ.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_write_DHparams.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_write_DSAPrivateKey.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_write_DSA_PUBKEY.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_write_DSAparams.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_write_ECPKParameters.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_write_ECPrivateKey.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_write_EC_PUBKEY.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_write_NETSCAPE_CERT_SEQUENCE.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_write_PKCS7.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_write_PKCS8.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_write_PKCS8PrivateKey.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_write_PKCS8PrivateKey_nid.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_write_PKCS8_PRIV_KEY_INFO.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_write_PUBKEY.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_write_PrivateKey.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_write_RSAPrivateKey.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_write_RSAPublicKey.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_write_RSA_PUBKEY.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_write_X509.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_write_X509_AUX.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_write_X509_CRL.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_write_X509_REQ.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_write_X509_REQ_NEW.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_write_bio_DHparams.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_write_bio_DSAPrivateKey.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_write_bio_DSA_PUBKEY.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_write_bio_DSAparams.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_write_bio_ECPKParameters.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_write_bio_ECPrivateKey.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_write_bio_EC_PUBKEY.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_write_bio_NETSCAPE_CERT_SEQUENCE.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_write_bio_PKCS7.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_write_bio_PKCS8.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_write_bio_PKCS8PrivateKey.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_write_bio_PKCS8PrivateKey_nid.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_write_bio_PKCS8_PRIV_KEY_INFO.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_write_bio_PUBKEY.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_write_bio_PrivateKey.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_write_bio_RSAPrivateKey.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_write_bio_RSAPublicKey.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_write_bio_RSA_PUBKEY.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_write_bio_X509.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_write_bio_X509_AUX.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_write_bio_X509_CRL.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_write_bio_X509_REQ.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/PEM_write_bio_X509_REQ_NEW.3"
ln -sf "PEM_read_bio_PrivateKey.3" "/opt/libressl/share/man/man3/pem_password_cb.3"
ln -sf "PKCS12_SAFEBAG_new.3" "/opt/libressl/share/man/man3/PKCS12_BAGS_free.3"
ln -sf "PKCS12_SAFEBAG_new.3" "/opt/libressl/share/man/man3/PKCS12_BAGS_new.3"
ln -sf "PKCS12_SAFEBAG_new.3" "/opt/libressl/share/man/man3/PKCS12_SAFEBAG_free.3"
ln -sf "PKCS12_new.3" "/opt/libressl/share/man/man3/PKCS12_MAC_DATA_free.3"
ln -sf "PKCS12_new.3" "/opt/libressl/share/man/man3/PKCS12_MAC_DATA_new.3"
ln -sf "PKCS12_new.3" "/opt/libressl/share/man/man3/PKCS12_free.3"
ln -sf "PKCS5_PBKDF2_HMAC.3" "/opt/libressl/share/man/man3/PKCS5_PBKDF2_HMAC_SHA1.3"
ln -sf "PKCS7_new.3" "/opt/libressl/share/man/man3/PKCS7_DIGEST_free.3"
ln -sf "PKCS7_new.3" "/opt/libressl/share/man/man3/PKCS7_DIGEST_new.3"
ln -sf "PKCS7_new.3" "/opt/libressl/share/man/man3/PKCS7_ENCRYPT_free.3"
ln -sf "PKCS7_new.3" "/opt/libressl/share/man/man3/PKCS7_ENCRYPT_new.3"
ln -sf "PKCS7_new.3" "/opt/libressl/share/man/man3/PKCS7_ENC_CONTENT_free.3"
ln -sf "PKCS7_new.3" "/opt/libressl/share/man/man3/PKCS7_ENC_CONTENT_new.3"
ln -sf "PKCS7_new.3" "/opt/libressl/share/man/man3/PKCS7_ENVELOPE_free.3"
ln -sf "PKCS7_new.3" "/opt/libressl/share/man/man3/PKCS7_ENVELOPE_new.3"
ln -sf "PKCS7_new.3" "/opt/libressl/share/man/man3/PKCS7_ISSUER_AND_SERIAL_free.3"
ln -sf "PKCS7_new.3" "/opt/libressl/share/man/man3/PKCS7_ISSUER_AND_SERIAL_new.3"
ln -sf "PKCS7_new.3" "/opt/libressl/share/man/man3/PKCS7_RECIP_INFO_free.3"
ln -sf "PKCS7_new.3" "/opt/libressl/share/man/man3/PKCS7_RECIP_INFO_new.3"
ln -sf "PKCS7_new.3" "/opt/libressl/share/man/man3/PKCS7_SIGNED_free.3"
ln -sf "PKCS7_new.3" "/opt/libressl/share/man/man3/PKCS7_SIGNED_new.3"
ln -sf "PKCS7_new.3" "/opt/libressl/share/man/man3/PKCS7_SIGNER_INFO_free.3"
ln -sf "PKCS7_new.3" "/opt/libressl/share/man/man3/PKCS7_SIGNER_INFO_new.3"
ln -sf "PKCS7_new.3" "/opt/libressl/share/man/man3/PKCS7_SIGN_ENVELOPE_free.3"
ln -sf "PKCS7_new.3" "/opt/libressl/share/man/man3/PKCS7_SIGN_ENVELOPE_new.3"
ln -sf "PKCS7_new.3" "/opt/libressl/share/man/man3/PKCS7_free.3"
ln -sf "PKCS7_verify.3" "/opt/libressl/share/man/man3/PKCS7_get0_signers.3"
ln -sf "PKCS8_PRIV_KEY_INFO_new.3" "/opt/libressl/share/man/man3/PKCS8_PRIV_KEY_INFO_free.3"
ln -sf "PKEY_USAGE_PERIOD_new.3" "/opt/libressl/share/man/man3/PKEY_USAGE_PERIOD_free.3"
ln -sf "POLICYINFO_new.3" "/opt/libressl/share/man/man3/CERTIFICATEPOLICIES_free.3"
ln -sf "POLICYINFO_new.3" "/opt/libressl/share/man/man3/CERTIFICATEPOLICIES_new.3"
ln -sf "POLICYINFO_new.3" "/opt/libressl/share/man/man3/NOTICEREF_free.3"
ln -sf "POLICYINFO_new.3" "/opt/libressl/share/man/man3/NOTICEREF_new.3"
ln -sf "POLICYINFO_new.3" "/opt/libressl/share/man/man3/POLICYINFO_free.3"
ln -sf "POLICYINFO_new.3" "/opt/libressl/share/man/man3/POLICYQUALINFO_free.3"
ln -sf "POLICYINFO_new.3" "/opt/libressl/share/man/man3/POLICYQUALINFO_new.3"
ln -sf "POLICYINFO_new.3" "/opt/libressl/share/man/man3/POLICY_CONSTRAINTS_free.3"
ln -sf "POLICYINFO_new.3" "/opt/libressl/share/man/man3/POLICY_CONSTRAINTS_new.3"
ln -sf "POLICYINFO_new.3" "/opt/libressl/share/man/man3/POLICY_MAPPING_free.3"
ln -sf "POLICYINFO_new.3" "/opt/libressl/share/man/man3/POLICY_MAPPING_new.3"
ln -sf "POLICYINFO_new.3" "/opt/libressl/share/man/man3/USERNOTICE_free.3"
ln -sf "POLICYINFO_new.3" "/opt/libressl/share/man/man3/USERNOTICE_new.3"
ln -sf "PROXY_POLICY_new.3" "/opt/libressl/share/man/man3/PROXY_CERT_INFO_EXTENSION_free.3"
ln -sf "PROXY_POLICY_new.3" "/opt/libressl/share/man/man3/PROXY_CERT_INFO_EXTENSION_new.3"
ln -sf "PROXY_POLICY_new.3" "/opt/libressl/share/man/man3/PROXY_POLICY_free.3"
ln -sf "RAND_add.3" "/opt/libressl/share/man/man3/RAND_cleanup.3"
ln -sf "RAND_add.3" "/opt/libressl/share/man/man3/RAND_poll.3"
ln -sf "RAND_add.3" "/opt/libressl/share/man/man3/RAND_seed.3"
ln -sf "RAND_add.3" "/opt/libressl/share/man/man3/RAND_status.3"
ln -sf "RAND_bytes.3" "/opt/libressl/share/man/man3/RAND_pseudo_bytes.3"
ln -sf "RAND_load_file.3" "/opt/libressl/share/man/man3/RAND_file_name.3"
ln -sf "RAND_load_file.3" "/opt/libressl/share/man/man3/RAND_write_file.3"
ln -sf "RAND_set_rand_method.3" "/opt/libressl/share/man/man3/RAND_SSLeay.3"
ln -sf "RAND_set_rand_method.3" "/opt/libressl/share/man/man3/RAND_get_rand_method.3"
ln -sf "RC4.3" "/opt/libressl/share/man/man3/RC4_set_key.3"
ln -sf "RIPEMD160.3" "/opt/libressl/share/man/man3/RIPEMD160_Final.3"
ln -sf "RIPEMD160.3" "/opt/libressl/share/man/man3/RIPEMD160_Init.3"
ln -sf "RIPEMD160.3" "/opt/libressl/share/man/man3/RIPEMD160_Update.3"
ln -sf "RSA_PSS_PARAMS_new.3" "/opt/libressl/share/man/man3/RSA_PSS_PARAMS_free.3"
ln -sf "RSA_blinding_on.3" "/opt/libressl/share/man/man3/RSA_blinding_off.3"
ln -sf "RSA_generate_key.3" "/opt/libressl/share/man/man3/RSA_generate_key_ex.3"
ln -sf "RSA_get0_key.3" "/opt/libressl/share/man/man3/RSA_clear_flags.3"
ln -sf "RSA_get0_key.3" "/opt/libressl/share/man/man3/RSA_get0_crt_params.3"
ln -sf "RSA_get0_key.3" "/opt/libressl/share/man/man3/RSA_get0_factors.3"
ln -sf "RSA_get0_key.3" "/opt/libressl/share/man/man3/RSA_set0_crt_params.3"
ln -sf "RSA_get0_key.3" "/opt/libressl/share/man/man3/RSA_set0_factors.3"
ln -sf "RSA_get0_key.3" "/opt/libressl/share/man/man3/RSA_set0_key.3"
ln -sf "RSA_get0_key.3" "/opt/libressl/share/man/man3/RSA_set_flags.3"
ln -sf "RSA_get0_key.3" "/opt/libressl/share/man/man3/RSA_test_flags.3"
ln -sf "RSA_get_ex_new_index.3" "/opt/libressl/share/man/man3/CRYPTO_EX_dup.3"
ln -sf "RSA_get_ex_new_index.3" "/opt/libressl/share/man/man3/CRYPTO_EX_free.3"
ln -sf "RSA_get_ex_new_index.3" "/opt/libressl/share/man/man3/CRYPTO_EX_new.3"
ln -sf "RSA_get_ex_new_index.3" "/opt/libressl/share/man/man3/RSA_get_ex_data.3"
ln -sf "RSA_get_ex_new_index.3" "/opt/libressl/share/man/man3/RSA_set_ex_data.3"
ln -sf "RSA_meth_new.3" "/opt/libressl/share/man/man3/RSA_meth_dup.3"
ln -sf "RSA_meth_new.3" "/opt/libressl/share/man/man3/RSA_meth_free.3"
ln -sf "RSA_meth_new.3" "/opt/libressl/share/man/man3/RSA_meth_get0_app_data.3"
ln -sf "RSA_meth_new.3" "/opt/libressl/share/man/man3/RSA_meth_get0_name.3"
ln -sf "RSA_meth_new.3" "/opt/libressl/share/man/man3/RSA_meth_get_bn_mod_exp.3"
ln -sf "RSA_meth_new.3" "/opt/libressl/share/man/man3/RSA_meth_get_finish.3"
ln -sf "RSA_meth_new.3" "/opt/libressl/share/man/man3/RSA_meth_get_flags.3"
ln -sf "RSA_meth_new.3" "/opt/libressl/share/man/man3/RSA_meth_get_init.3"
ln -sf "RSA_meth_new.3" "/opt/libressl/share/man/man3/RSA_meth_get_keygen.3"
ln -sf "RSA_meth_new.3" "/opt/libressl/share/man/man3/RSA_meth_get_mod_exp.3"
ln -sf "RSA_meth_new.3" "/opt/libressl/share/man/man3/RSA_meth_get_priv_dec.3"
ln -sf "RSA_meth_new.3" "/opt/libressl/share/man/man3/RSA_meth_get_priv_enc.3"
ln -sf "RSA_meth_new.3" "/opt/libressl/share/man/man3/RSA_meth_get_pub_dec.3"
ln -sf "RSA_meth_new.3" "/opt/libressl/share/man/man3/RSA_meth_get_pub_enc.3"
ln -sf "RSA_meth_new.3" "/opt/libressl/share/man/man3/RSA_meth_get_sign.3"
ln -sf "RSA_meth_new.3" "/opt/libressl/share/man/man3/RSA_meth_get_verify.3"
ln -sf "RSA_meth_new.3" "/opt/libressl/share/man/man3/RSA_meth_set0_app_data.3"
ln -sf "RSA_meth_new.3" "/opt/libressl/share/man/man3/RSA_meth_set1_name.3"
ln -sf "RSA_meth_new.3" "/opt/libressl/share/man/man3/RSA_meth_set_bn_mod_exp.3"
ln -sf "RSA_meth_new.3" "/opt/libressl/share/man/man3/RSA_meth_set_finish.3"
ln -sf "RSA_meth_new.3" "/opt/libressl/share/man/man3/RSA_meth_set_flags.3"
ln -sf "RSA_meth_new.3" "/opt/libressl/share/man/man3/RSA_meth_set_init.3"
ln -sf "RSA_meth_new.3" "/opt/libressl/share/man/man3/RSA_meth_set_keygen.3"
ln -sf "RSA_meth_new.3" "/opt/libressl/share/man/man3/RSA_meth_set_mod_exp.3"
ln -sf "RSA_meth_new.3" "/opt/libressl/share/man/man3/RSA_meth_set_priv_dec.3"
ln -sf "RSA_meth_new.3" "/opt/libressl/share/man/man3/RSA_meth_set_priv_enc.3"
ln -sf "RSA_meth_new.3" "/opt/libressl/share/man/man3/RSA_meth_set_pub_dec.3"
ln -sf "RSA_meth_new.3" "/opt/libressl/share/man/man3/RSA_meth_set_pub_enc.3"
ln -sf "RSA_meth_new.3" "/opt/libressl/share/man/man3/RSA_meth_set_sign.3"
ln -sf "RSA_meth_new.3" "/opt/libressl/share/man/man3/RSA_meth_set_verify.3"
ln -sf "RSA_new.3" "/opt/libressl/share/man/man3/RSAPrivateKey_dup.3"
ln -sf "RSA_new.3" "/opt/libressl/share/man/man3/RSAPublicKey_dup.3"
ln -sf "RSA_new.3" "/opt/libressl/share/man/man3/RSA_free.3"
ln -sf "RSA_new.3" "/opt/libressl/share/man/man3/RSA_up_ref.3"
ln -sf "RSA_padding_add_PKCS1_type_1.3" "/opt/libressl/share/man/man3/RSA_padding_add_PKCS1_OAEP.3"
ln -sf "RSA_padding_add_PKCS1_type_1.3" "/opt/libressl/share/man/man3/RSA_padding_add_PKCS1_type_2.3"
ln -sf "RSA_padding_add_PKCS1_type_1.3" "/opt/libressl/share/man/man3/RSA_padding_add_none.3"
ln -sf "RSA_padding_add_PKCS1_type_1.3" "/opt/libressl/share/man/man3/RSA_padding_check_PKCS1_OAEP.3"
ln -sf "RSA_padding_add_PKCS1_type_1.3" "/opt/libressl/share/man/man3/RSA_padding_check_PKCS1_type_1.3"
ln -sf "RSA_padding_add_PKCS1_type_1.3" "/opt/libressl/share/man/man3/RSA_padding_check_PKCS1_type_2.3"
ln -sf "RSA_padding_add_PKCS1_type_1.3" "/opt/libressl/share/man/man3/RSA_padding_check_none.3"
ln -sf "RSA_print.3" "/opt/libressl/share/man/man3/DHparams_print.3"
ln -sf "RSA_print.3" "/opt/libressl/share/man/man3/DHparams_print_fp.3"
ln -sf "RSA_print.3" "/opt/libressl/share/man/man3/DSA_print.3"
ln -sf "RSA_print.3" "/opt/libressl/share/man/man3/DSA_print_fp.3"
ln -sf "RSA_print.3" "/opt/libressl/share/man/man3/DSAparams_print.3"
ln -sf "RSA_print.3" "/opt/libressl/share/man/man3/DSAparams_print_fp.3"
ln -sf "RSA_print.3" "/opt/libressl/share/man/man3/RSA_print_fp.3"
ln -sf "RSA_private_encrypt.3" "/opt/libressl/share/man/man3/RSA_public_decrypt.3"
ln -sf "RSA_public_encrypt.3" "/opt/libressl/share/man/man3/RSA_private_decrypt.3"
ln -sf "RSA_set_method.3" "/opt/libressl/share/man/man3/RSA_PKCS1_SSLeay.3"
ln -sf "RSA_set_method.3" "/opt/libressl/share/man/man3/RSA_flags.3"
ln -sf "RSA_set_method.3" "/opt/libressl/share/man/man3/RSA_get_default_method.3"
ln -sf "RSA_set_method.3" "/opt/libressl/share/man/man3/RSA_get_method.3"
ln -sf "RSA_set_method.3" "/opt/libressl/share/man/man3/RSA_new_method.3"
ln -sf "RSA_set_method.3" "/opt/libressl/share/man/man3/RSA_set_default_method.3"
ln -sf "RSA_sign.3" "/opt/libressl/share/man/man3/RSA_verify.3"
ln -sf "RSA_sign_ASN1_OCTET_STRING.3" "/opt/libressl/share/man/man3/RSA_verify_ASN1_OCTET_STRING.3"
ln -sf "RSA_size.3" "/opt/libressl/share/man/man3/RSA_bits.3"
ln -sf "SHA1.3" "/opt/libressl/share/man/man3/SHA1_Final.3"
ln -sf "SHA1.3" "/opt/libressl/share/man/man3/SHA1_Init.3"
ln -sf "SHA1.3" "/opt/libressl/share/man/man3/SHA1_Update.3"
ln -sf "SHA1.3" "/opt/libressl/share/man/man3/SHA224.3"
ln -sf "SHA1.3" "/opt/libressl/share/man/man3/SHA224_Final.3"
ln -sf "SHA1.3" "/opt/libressl/share/man/man3/SHA224_Init.3"
ln -sf "SHA1.3" "/opt/libressl/share/man/man3/SHA224_Update.3"
ln -sf "SHA1.3" "/opt/libressl/share/man/man3/SHA256.3"
ln -sf "SHA1.3" "/opt/libressl/share/man/man3/SHA256_Final.3"
ln -sf "SHA1.3" "/opt/libressl/share/man/man3/SHA256_Init.3"
ln -sf "SHA1.3" "/opt/libressl/share/man/man3/SHA256_Update.3"
ln -sf "SHA1.3" "/opt/libressl/share/man/man3/SHA384.3"
ln -sf "SHA1.3" "/opt/libressl/share/man/man3/SHA384_Final.3"
ln -sf "SHA1.3" "/opt/libressl/share/man/man3/SHA384_Init.3"
ln -sf "SHA1.3" "/opt/libressl/share/man/man3/SHA384_Update.3"
ln -sf "SHA1.3" "/opt/libressl/share/man/man3/SHA512.3"
ln -sf "SHA1.3" "/opt/libressl/share/man/man3/SHA512_Final.3"
ln -sf "SHA1.3" "/opt/libressl/share/man/man3/SHA512_Init.3"
ln -sf "SHA1.3" "/opt/libressl/share/man/man3/SHA512_Update.3"
ln -sf "SSL_CIPHER_get_name.3" "/opt/libressl/share/man/man3/SSL_CIPHER_description.3"
ln -sf "SSL_CIPHER_get_name.3" "/opt/libressl/share/man/man3/SSL_CIPHER_get_auth_nid.3"
ln -sf "SSL_CIPHER_get_name.3" "/opt/libressl/share/man/man3/SSL_CIPHER_get_bits.3"
ln -sf "SSL_CIPHER_get_name.3" "/opt/libressl/share/man/man3/SSL_CIPHER_get_cipher_nid.3"
ln -sf "SSL_CIPHER_get_name.3" "/opt/libressl/share/man/man3/SSL_CIPHER_get_digest_nid.3"
ln -sf "SSL_CIPHER_get_name.3" "/opt/libressl/share/man/man3/SSL_CIPHER_get_id.3"
ln -sf "SSL_CIPHER_get_name.3" "/opt/libressl/share/man/man3/SSL_CIPHER_get_kx_nid.3"
ln -sf "SSL_CIPHER_get_name.3" "/opt/libressl/share/man/man3/SSL_CIPHER_get_version.3"
ln -sf "SSL_CIPHER_get_name.3" "/opt/libressl/share/man/man3/SSL_CIPHER_is_aead.3"
ln -sf "SSL_COMP_add_compression_method.3" "/opt/libressl/share/man/man3/SSL_COMP_get_compression_methods.3"
ln -sf "SSL_CTX_add1_chain_cert.3" "/opt/libressl/share/man/man3/SSL_CTX_add0_chain_cert.3"
ln -sf "SSL_CTX_add1_chain_cert.3" "/opt/libressl/share/man/man3/SSL_CTX_clear_chain_certs.3"
ln -sf "SSL_CTX_add1_chain_cert.3" "/opt/libressl/share/man/man3/SSL_CTX_get0_chain_certs.3"
ln -sf "SSL_CTX_add1_chain_cert.3" "/opt/libressl/share/man/man3/SSL_CTX_set0_chain.3"
ln -sf "SSL_CTX_add1_chain_cert.3" "/opt/libressl/share/man/man3/SSL_CTX_set1_chain.3"
ln -sf "SSL_CTX_add1_chain_cert.3" "/opt/libressl/share/man/man3/SSL_add0_chain_cert.3"
ln -sf "SSL_CTX_add1_chain_cert.3" "/opt/libressl/share/man/man3/SSL_add1_chain_cert.3"
ln -sf "SSL_CTX_add1_chain_cert.3" "/opt/libressl/share/man/man3/SSL_clear_chain_certs.3"
ln -sf "SSL_CTX_add1_chain_cert.3" "/opt/libressl/share/man/man3/SSL_get0_chain_certs.3"
ln -sf "SSL_CTX_add1_chain_cert.3" "/opt/libressl/share/man/man3/SSL_set0_chain.3"
ln -sf "SSL_CTX_add1_chain_cert.3" "/opt/libressl/share/man/man3/SSL_set1_chain.3"
ln -sf "SSL_CTX_add_extra_chain_cert.3" "/opt/libressl/share/man/man3/SSL_CTX_clear_extra_chain_certs.3"
ln -sf "SSL_CTX_add_extra_chain_cert.3" "/opt/libressl/share/man/man3/SSL_CTX_get_extra_chain_certs.3"
ln -sf "SSL_CTX_add_session.3" "/opt/libressl/share/man/man3/SSL_CTX_remove_session.3"
ln -sf "SSL_CTX_ctrl.3" "/opt/libressl/share/man/man3/SSL_CTX_callback_ctrl.3"
ln -sf "SSL_CTX_ctrl.3" "/opt/libressl/share/man/man3/SSL_callback_ctrl.3"
ln -sf "SSL_CTX_ctrl.3" "/opt/libressl/share/man/man3/SSL_ctrl.3"
ln -sf "SSL_CTX_get_ex_new_index.3" "/opt/libressl/share/man/man3/SSL_CTX_get_ex_data.3"
ln -sf "SSL_CTX_get_ex_new_index.3" "/opt/libressl/share/man/man3/SSL_CTX_set_ex_data.3"
ln -sf "SSL_CTX_get_verify_mode.3" "/opt/libressl/share/man/man3/SSL_CTX_get_verify_callback.3"
ln -sf "SSL_CTX_get_verify_mode.3" "/opt/libressl/share/man/man3/SSL_CTX_get_verify_depth.3"
ln -sf "SSL_CTX_get_verify_mode.3" "/opt/libressl/share/man/man3/SSL_get_verify_callback.3"
ln -sf "SSL_CTX_get_verify_mode.3" "/opt/libressl/share/man/man3/SSL_get_verify_depth.3"
ln -sf "SSL_CTX_get_verify_mode.3" "/opt/libressl/share/man/man3/SSL_get_verify_mode.3"
ln -sf "SSL_CTX_load_verify_locations.3" "/opt/libressl/share/man/man3/SSL_CTX_set_default_verify_paths.3"
ln -sf "SSL_CTX_new.3" "/opt/libressl/share/man/man3/DTLS_client_method.3"
ln -sf "SSL_CTX_new.3" "/opt/libressl/share/man/man3/DTLS_method.3"
ln -sf "SSL_CTX_new.3" "/opt/libressl/share/man/man3/DTLS_server_method.3"
ln -sf "SSL_CTX_new.3" "/opt/libressl/share/man/man3/DTLSv1_client_method.3"
ln -sf "SSL_CTX_new.3" "/opt/libressl/share/man/man3/DTLSv1_method.3"
ln -sf "SSL_CTX_new.3" "/opt/libressl/share/man/man3/DTLSv1_server_method.3"
ln -sf "SSL_CTX_new.3" "/opt/libressl/share/man/man3/SSL_CTX_up_ref.3"
ln -sf "SSL_CTX_new.3" "/opt/libressl/share/man/man3/SSLv23_client_method.3"
ln -sf "SSL_CTX_new.3" "/opt/libressl/share/man/man3/SSLv23_method.3"
ln -sf "SSL_CTX_new.3" "/opt/libressl/share/man/man3/SSLv23_server_method.3"
ln -sf "SSL_CTX_new.3" "/opt/libressl/share/man/man3/TLS_client_method.3"
ln -sf "SSL_CTX_new.3" "/opt/libressl/share/man/man3/TLS_method.3"
ln -sf "SSL_CTX_new.3" "/opt/libressl/share/man/man3/TLS_server_method.3"
ln -sf "SSL_CTX_new.3" "/opt/libressl/share/man/man3/TLSv1_1_client_method.3"
ln -sf "SSL_CTX_new.3" "/opt/libressl/share/man/man3/TLSv1_1_method.3"
ln -sf "SSL_CTX_new.3" "/opt/libressl/share/man/man3/TLSv1_1_server_method.3"
ln -sf "SSL_CTX_new.3" "/opt/libressl/share/man/man3/TLSv1_2_client_method.3"
ln -sf "SSL_CTX_new.3" "/opt/libressl/share/man/man3/TLSv1_2_method.3"
ln -sf "SSL_CTX_new.3" "/opt/libressl/share/man/man3/TLSv1_2_server_method.3"
ln -sf "SSL_CTX_new.3" "/opt/libressl/share/man/man3/TLSv1_client_method.3"
ln -sf "SSL_CTX_new.3" "/opt/libressl/share/man/man3/TLSv1_method.3"
ln -sf "SSL_CTX_new.3" "/opt/libressl/share/man/man3/TLSv1_server_method.3"
ln -sf "SSL_CTX_sess_number.3" "/opt/libressl/share/man/man3/SSL_CTX_sess_accept.3"
ln -sf "SSL_CTX_sess_number.3" "/opt/libressl/share/man/man3/SSL_CTX_sess_accept_good.3"
ln -sf "SSL_CTX_sess_number.3" "/opt/libressl/share/man/man3/SSL_CTX_sess_accept_renegotiate.3"
ln -sf "SSL_CTX_sess_number.3" "/opt/libressl/share/man/man3/SSL_CTX_sess_cache_full.3"
ln -sf "SSL_CTX_sess_number.3" "/opt/libressl/share/man/man3/SSL_CTX_sess_cb_hits.3"
ln -sf "SSL_CTX_sess_number.3" "/opt/libressl/share/man/man3/SSL_CTX_sess_connect.3"
ln -sf "SSL_CTX_sess_number.3" "/opt/libressl/share/man/man3/SSL_CTX_sess_connect_good.3"
ln -sf "SSL_CTX_sess_number.3" "/opt/libressl/share/man/man3/SSL_CTX_sess_connect_renegotiate.3"
ln -sf "SSL_CTX_sess_number.3" "/opt/libressl/share/man/man3/SSL_CTX_sess_hits.3"
ln -sf "SSL_CTX_sess_number.3" "/opt/libressl/share/man/man3/SSL_CTX_sess_misses.3"
ln -sf "SSL_CTX_sess_number.3" "/opt/libressl/share/man/man3/SSL_CTX_sess_timeouts.3"
ln -sf "SSL_CTX_sess_set_cache_size.3" "/opt/libressl/share/man/man3/SSL_CTX_sess_get_cache_size.3"
ln -sf "SSL_CTX_sess_set_get_cb.3" "/opt/libressl/share/man/man3/SSL_CTX_sess_get_get_cb.3"
ln -sf "SSL_CTX_sess_set_get_cb.3" "/opt/libressl/share/man/man3/SSL_CTX_sess_get_new_cb.3"
ln -sf "SSL_CTX_sess_set_get_cb.3" "/opt/libressl/share/man/man3/SSL_CTX_sess_get_remove_cb.3"
ln -sf "SSL_CTX_sess_set_get_cb.3" "/opt/libressl/share/man/man3/SSL_CTX_sess_set_new_cb.3"
ln -sf "SSL_CTX_sess_set_get_cb.3" "/opt/libressl/share/man/man3/SSL_CTX_sess_set_remove_cb.3"
ln -sf "SSL_CTX_sess_set_get_cb.3" "/opt/libressl/share/man/man3/get_session_cb.3"
ln -sf "SSL_CTX_sess_set_get_cb.3" "/opt/libressl/share/man/man3/new_session_cb.3"
ln -sf "SSL_CTX_sess_set_get_cb.3" "/opt/libressl/share/man/man3/remove_session_cb.3"
ln -sf "SSL_CTX_set1_groups.3" "/opt/libressl/share/man/man3/SSL_CTX_set1_curves.3"
ln -sf "SSL_CTX_set1_groups.3" "/opt/libressl/share/man/man3/SSL_CTX_set1_curves_list.3"
ln -sf "SSL_CTX_set1_groups.3" "/opt/libressl/share/man/man3/SSL_CTX_set1_groups_list.3"
ln -sf "SSL_CTX_set1_groups.3" "/opt/libressl/share/man/man3/SSL_set1_curves.3"
ln -sf "SSL_CTX_set1_groups.3" "/opt/libressl/share/man/man3/SSL_set1_curves_list.3"
ln -sf "SSL_CTX_set1_groups.3" "/opt/libressl/share/man/man3/SSL_set1_groups.3"
ln -sf "SSL_CTX_set1_groups.3" "/opt/libressl/share/man/man3/SSL_set1_groups_list.3"
ln -sf "SSL_CTX_set_alpn_select_cb.3" "/opt/libressl/share/man/man3/SSL_CTX_set_alpn_protos.3"
ln -sf "SSL_CTX_set_alpn_select_cb.3" "/opt/libressl/share/man/man3/SSL_get0_alpn_selected.3"
ln -sf "SSL_CTX_set_alpn_select_cb.3" "/opt/libressl/share/man/man3/SSL_select_next_proto.3"
ln -sf "SSL_CTX_set_alpn_select_cb.3" "/opt/libressl/share/man/man3/SSL_set_alpn_protos.3"
ln -sf "SSL_CTX_set_cert_store.3" "/opt/libressl/share/man/man3/SSL_CTX_get_cert_store.3"
ln -sf "SSL_CTX_set_cipher_list.3" "/opt/libressl/share/man/man3/SSL_set_cipher_list.3"
ln -sf "SSL_CTX_set_client_CA_list.3" "/opt/libressl/share/man/man3/SSL_CTX_add_client_CA.3"
ln -sf "SSL_CTX_set_client_CA_list.3" "/opt/libressl/share/man/man3/SSL_add_client_CA.3"
ln -sf "SSL_CTX_set_client_CA_list.3" "/opt/libressl/share/man/man3/SSL_set_client_CA_list.3"
ln -sf "SSL_CTX_set_client_cert_cb.3" "/opt/libressl/share/man/man3/SSL_CTX_get_client_cert_cb.3"
ln -sf "SSL_CTX_set_client_cert_cb.3" "/opt/libressl/share/man/man3/client_cert_cb.3"
ln -sf "SSL_CTX_set_default_passwd_cb.3" "/opt/libressl/share/man/man3/SSL_CTX_get_default_passwd_cb.3"
ln -sf "SSL_CTX_set_default_passwd_cb.3" "/opt/libressl/share/man/man3/SSL_CTX_get_default_passwd_cb_userdata.3"
ln -sf "SSL_CTX_set_default_passwd_cb.3" "/opt/libressl/share/man/man3/SSL_CTX_set_default_passwd_cb_userdata.3"
ln -sf "SSL_CTX_set_default_passwd_cb.3" "/opt/libressl/share/man/man3/pem_password_cb.3"
ln -sf "SSL_CTX_set_generate_session_id.3" "/opt/libressl/share/man/man3/GEN_SESSION_CB.3"
ln -sf "SSL_CTX_set_generate_session_id.3" "/opt/libressl/share/man/man3/SSL_has_matching_session_id.3"
ln -sf "SSL_CTX_set_generate_session_id.3" "/opt/libressl/share/man/man3/SSL_set_generate_session_id.3"
ln -sf "SSL_CTX_set_info_callback.3" "/opt/libressl/share/man/man3/SSL_CTX_get_info_callback.3"
ln -sf "SSL_CTX_set_info_callback.3" "/opt/libressl/share/man/man3/SSL_get_info_callback.3"
ln -sf "SSL_CTX_set_info_callback.3" "/opt/libressl/share/man/man3/SSL_set_info_callback.3"
ln -sf "SSL_CTX_set_max_cert_list.3" "/opt/libressl/share/man/man3/SSL_CTX_get_max_cert_list.3"
ln -sf "SSL_CTX_set_max_cert_list.3" "/opt/libressl/share/man/man3/SSL_get_max_cert_list.3"
ln -sf "SSL_CTX_set_max_cert_list.3" "/opt/libressl/share/man/man3/SSL_set_max_cert_list.3"
ln -sf "SSL_CTX_set_min_proto_version.3" "/opt/libressl/share/man/man3/SSL_CTX_get_max_proto_version.3"
ln -sf "SSL_CTX_set_min_proto_version.3" "/opt/libressl/share/man/man3/SSL_CTX_get_min_proto_version.3"
ln -sf "SSL_CTX_set_min_proto_version.3" "/opt/libressl/share/man/man3/SSL_CTX_set_max_proto_version.3"
ln -sf "SSL_CTX_set_min_proto_version.3" "/opt/libressl/share/man/man3/SSL_get_max_proto_version.3"
ln -sf "SSL_CTX_set_min_proto_version.3" "/opt/libressl/share/man/man3/SSL_get_min_proto_version.3"
ln -sf "SSL_CTX_set_min_proto_version.3" "/opt/libressl/share/man/man3/SSL_set_max_proto_version.3"
ln -sf "SSL_CTX_set_min_proto_version.3" "/opt/libressl/share/man/man3/SSL_set_min_proto_version.3"
ln -sf "SSL_CTX_set_mode.3" "/opt/libressl/share/man/man3/SSL_CTX_clear_mode.3"
ln -sf "SSL_CTX_set_mode.3" "/opt/libressl/share/man/man3/SSL_CTX_get_mode.3"
ln -sf "SSL_CTX_set_mode.3" "/opt/libressl/share/man/man3/SSL_clear_mode.3"
ln -sf "SSL_CTX_set_mode.3" "/opt/libressl/share/man/man3/SSL_get_mode.3"
ln -sf "SSL_CTX_set_mode.3" "/opt/libressl/share/man/man3/SSL_set_mode.3"
ln -sf "SSL_CTX_set_msg_callback.3" "/opt/libressl/share/man/man3/SSL_CTX_set_msg_callback_arg.3"
ln -sf "SSL_CTX_set_msg_callback.3" "/opt/libressl/share/man/man3/SSL_set_msg_callback.3"
ln -sf "SSL_CTX_set_msg_callback.3" "/opt/libressl/share/man/man3/SSL_set_msg_callback_arg.3"
ln -sf "SSL_CTX_set_options.3" "/opt/libressl/share/man/man3/SSL_CTX_clear_options.3"
ln -sf "SSL_CTX_set_options.3" "/opt/libressl/share/man/man3/SSL_CTX_get_options.3"
ln -sf "SSL_CTX_set_options.3" "/opt/libressl/share/man/man3/SSL_clear_options.3"
ln -sf "SSL_CTX_set_options.3" "/opt/libressl/share/man/man3/SSL_get_options.3"
ln -sf "SSL_CTX_set_options.3" "/opt/libressl/share/man/man3/SSL_get_secure_renegotiation_support.3"
ln -sf "SSL_CTX_set_options.3" "/opt/libressl/share/man/man3/SSL_set_options.3"
ln -sf "SSL_CTX_set_quiet_shutdown.3" "/opt/libressl/share/man/man3/SSL_CTX_get_quiet_shutdown.3"
ln -sf "SSL_CTX_set_quiet_shutdown.3" "/opt/libressl/share/man/man3/SSL_get_quiet_shutdown.3"
ln -sf "SSL_CTX_set_quiet_shutdown.3" "/opt/libressl/share/man/man3/SSL_set_quiet_shutdown.3"
ln -sf "SSL_CTX_set_read_ahead.3" "/opt/libressl/share/man/man3/SSL_CTX_get_default_read_ahead.3"
ln -sf "SSL_CTX_set_read_ahead.3" "/opt/libressl/share/man/man3/SSL_CTX_get_read_ahead.3"
ln -sf "SSL_CTX_set_read_ahead.3" "/opt/libressl/share/man/man3/SSL_get_read_ahead.3"
ln -sf "SSL_CTX_set_read_ahead.3" "/opt/libressl/share/man/man3/SSL_set_read_ahead.3"
ln -sf "SSL_CTX_set_session_cache_mode.3" "/opt/libressl/share/man/man3/SSL_CTX_get_session_cache_mode.3"
ln -sf "SSL_CTX_set_session_id_context.3" "/opt/libressl/share/man/man3/SSL_set_session_id_context.3"
ln -sf "SSL_CTX_set_ssl_version.3" "/opt/libressl/share/man/man3/SSL_get_ssl_method.3"
ln -sf "SSL_CTX_set_ssl_version.3" "/opt/libressl/share/man/man3/SSL_set_ssl_method.3"
ln -sf "SSL_CTX_set_timeout.3" "/opt/libressl/share/man/man3/SSL_CTX_get_timeout.3"
ln -sf "SSL_CTX_set_tlsext_servername_callback.3" "/opt/libressl/share/man/man3/SSL_CTX_set_tlsext_servername_arg.3"
ln -sf "SSL_CTX_set_tlsext_servername_callback.3" "/opt/libressl/share/man/man3/SSL_get_servername.3"
ln -sf "SSL_CTX_set_tlsext_servername_callback.3" "/opt/libressl/share/man/man3/SSL_get_servername_type.3"
ln -sf "SSL_CTX_set_tlsext_servername_callback.3" "/opt/libressl/share/man/man3/SSL_set_tlsext_host_name.3"
ln -sf "SSL_CTX_set_tlsext_status_cb.3" "/opt/libressl/share/man/man3/SSL_CTX_get_tlsext_status_arg.3"
ln -sf "SSL_CTX_set_tlsext_status_cb.3" "/opt/libressl/share/man/man3/SSL_CTX_get_tlsext_status_cb.3"
ln -sf "SSL_CTX_set_tlsext_status_cb.3" "/opt/libressl/share/man/man3/SSL_CTX_set_tlsext_status_arg.3"
ln -sf "SSL_CTX_set_tlsext_status_cb.3" "/opt/libressl/share/man/man3/SSL_get_tlsext_status_ocsp_resp.3"
ln -sf "SSL_CTX_set_tlsext_status_cb.3" "/opt/libressl/share/man/man3/SSL_set_tlsext_status_ocsp_resp.3"
ln -sf "SSL_CTX_set_tlsext_status_cb.3" "/opt/libressl/share/man/man3/SSL_set_tlsext_status_type.3"
ln -sf "SSL_CTX_set_tlsext_use_srtp.3" "/opt/libressl/share/man/man3/SSL_get_selected_srtp_profile.3"
ln -sf "SSL_CTX_set_tlsext_use_srtp.3" "/opt/libressl/share/man/man3/SSL_get_srtp_profiles.3"
ln -sf "SSL_CTX_set_tlsext_use_srtp.3" "/opt/libressl/share/man/man3/SSL_set_tlsext_use_srtp.3"
ln -sf "SSL_CTX_set_tmp_dh_callback.3" "/opt/libressl/share/man/man3/SSL_CTX_set_tmp_dh.3"
ln -sf "SSL_CTX_set_tmp_dh_callback.3" "/opt/libressl/share/man/man3/SSL_set_tmp_dh.3"
ln -sf "SSL_CTX_set_tmp_dh_callback.3" "/opt/libressl/share/man/man3/SSL_set_tmp_dh_callback.3"
ln -sf "SSL_CTX_set_tmp_rsa_callback.3" "/opt/libressl/share/man/man3/SSL_CTX_need_tmp_RSA.3"
ln -sf "SSL_CTX_set_tmp_rsa_callback.3" "/opt/libressl/share/man/man3/SSL_CTX_set_tmp_rsa.3"
ln -sf "SSL_CTX_set_tmp_rsa_callback.3" "/opt/libressl/share/man/man3/SSL_need_tmp_RSA.3"
ln -sf "SSL_CTX_set_tmp_rsa_callback.3" "/opt/libressl/share/man/man3/SSL_set_tmp_rsa.3"
ln -sf "SSL_CTX_set_tmp_rsa_callback.3" "/opt/libressl/share/man/man3/SSL_set_tmp_rsa_callback.3"
ln -sf "SSL_CTX_set_verify.3" "/opt/libressl/share/man/man3/SSL_CTX_set_verify_depth.3"
ln -sf "SSL_CTX_set_verify.3" "/opt/libressl/share/man/man3/SSL_set_verify.3"
ln -sf "SSL_CTX_set_verify.3" "/opt/libressl/share/man/man3/SSL_set_verify_depth.3"
ln -sf "SSL_CTX_set_verify.3" "/opt/libressl/share/man/man3/verify_callback.3"
ln -sf "SSL_CTX_use_certificate.3" "/opt/libressl/share/man/man3/SSL_CTX_check_private_key.3"
ln -sf "SSL_CTX_use_certificate.3" "/opt/libressl/share/man/man3/SSL_CTX_use_PrivateKey.3"
ln -sf "SSL_CTX_use_certificate.3" "/opt/libressl/share/man/man3/SSL_CTX_use_PrivateKey_ASN1.3"
ln -sf "SSL_CTX_use_certificate.3" "/opt/libressl/share/man/man3/SSL_CTX_use_PrivateKey_file.3"
ln -sf "SSL_CTX_use_certificate.3" "/opt/libressl/share/man/man3/SSL_CTX_use_RSAPrivateKey.3"
ln -sf "SSL_CTX_use_certificate.3" "/opt/libressl/share/man/man3/SSL_CTX_use_RSAPrivateKey_ASN1.3"
ln -sf "SSL_CTX_use_certificate.3" "/opt/libressl/share/man/man3/SSL_CTX_use_RSAPrivateKey_file.3"
ln -sf "SSL_CTX_use_certificate.3" "/opt/libressl/share/man/man3/SSL_CTX_use_certificate_ASN1.3"
ln -sf "SSL_CTX_use_certificate.3" "/opt/libressl/share/man/man3/SSL_CTX_use_certificate_chain_file.3"
ln -sf "SSL_CTX_use_certificate.3" "/opt/libressl/share/man/man3/SSL_CTX_use_certificate_chain_mem.3"
ln -sf "SSL_CTX_use_certificate.3" "/opt/libressl/share/man/man3/SSL_CTX_use_certificate_file.3"
ln -sf "SSL_CTX_use_certificate.3" "/opt/libressl/share/man/man3/SSL_check_private_key.3"
ln -sf "SSL_CTX_use_certificate.3" "/opt/libressl/share/man/man3/SSL_use_PrivateKey.3"
ln -sf "SSL_CTX_use_certificate.3" "/opt/libressl/share/man/man3/SSL_use_PrivateKey_ASN1.3"
ln -sf "SSL_CTX_use_certificate.3" "/opt/libressl/share/man/man3/SSL_use_PrivateKey_file.3"
ln -sf "SSL_CTX_use_certificate.3" "/opt/libressl/share/man/man3/SSL_use_RSAPrivateKey.3"
ln -sf "SSL_CTX_use_certificate.3" "/opt/libressl/share/man/man3/SSL_use_RSAPrivateKey_ASN1.3"
ln -sf "SSL_CTX_use_certificate.3" "/opt/libressl/share/man/man3/SSL_use_RSAPrivateKey_file.3"
ln -sf "SSL_CTX_use_certificate.3" "/opt/libressl/share/man/man3/SSL_use_certificate.3"
ln -sf "SSL_CTX_use_certificate.3" "/opt/libressl/share/man/man3/SSL_use_certificate_ASN1.3"
ln -sf "SSL_CTX_use_certificate.3" "/opt/libressl/share/man/man3/SSL_use_certificate_file.3"
ln -sf "SSL_SESSION_free.3" "/opt/libressl/share/man/man3/SSL_SESSION_up_ref.3"
ln -sf "SSL_SESSION_get_ex_new_index.3" "/opt/libressl/share/man/man3/SSL_SESSION_get_ex_data.3"
ln -sf "SSL_SESSION_get_ex_new_index.3" "/opt/libressl/share/man/man3/SSL_SESSION_set_ex_data.3"
ln -sf "SSL_SESSION_get_id.3" "/opt/libressl/share/man/man3/SSL_SESSION_set1_id.3"
ln -sf "SSL_SESSION_get_time.3" "/opt/libressl/share/man/man3/SSL_SESSION_get_timeout.3"
ln -sf "SSL_SESSION_get_time.3" "/opt/libressl/share/man/man3/SSL_SESSION_set_time.3"
ln -sf "SSL_SESSION_get_time.3" "/opt/libressl/share/man/man3/SSL_SESSION_set_timeout.3"
ln -sf "SSL_SESSION_get_time.3" "/opt/libressl/share/man/man3/SSL_get_time.3"
ln -sf "SSL_SESSION_get_time.3" "/opt/libressl/share/man/man3/SSL_get_timeout.3"
ln -sf "SSL_SESSION_get_time.3" "/opt/libressl/share/man/man3/SSL_set_time.3"
ln -sf "SSL_SESSION_get_time.3" "/opt/libressl/share/man/man3/SSL_set_timeout.3"
ln -sf "SSL_SESSION_has_ticket.3" "/opt/libressl/share/man/man3/SSL_SESSION_get_ticket_lifetime_hint.3"
ln -sf "SSL_SESSION_print.3" "/opt/libressl/share/man/man3/SSL_SESSION_print_fp.3"
ln -sf "SSL_SESSION_set1_id_context.3" "/opt/libressl/share/man/man3/SSL_SESSION_get0_id_context.3"
ln -sf "SSL_alert_type_string.3" "/opt/libressl/share/man/man3/SSL_alert_desc_string.3"
ln -sf "SSL_alert_type_string.3" "/opt/libressl/share/man/man3/SSL_alert_desc_string_long.3"
ln -sf "SSL_alert_type_string.3" "/opt/libressl/share/man/man3/SSL_alert_type_string_long.3"
ln -sf "SSL_get_certificate.3" "/opt/libressl/share/man/man3/SSL_get_privatekey.3"
ln -sf "SSL_get_ciphers.3" "/opt/libressl/share/man/man3/SSL_CTX_get_ciphers.3"
ln -sf "SSL_get_ciphers.3" "/opt/libressl/share/man/man3/SSL_get1_supported_ciphers.3"
ln -sf "SSL_get_ciphers.3" "/opt/libressl/share/man/man3/SSL_get_cipher_list.3"
ln -sf "SSL_get_ciphers.3" "/opt/libressl/share/man/man3/SSL_get_client_ciphers.3"
ln -sf "SSL_get_client_CA_list.3" "/opt/libressl/share/man/man3/SSL_CTX_get_client_CA_list.3"
ln -sf "SSL_get_client_random.3" "/opt/libressl/share/man/man3/SSL_SESSION_get_master_key.3"
ln -sf "SSL_get_client_random.3" "/opt/libressl/share/man/man3/SSL_get_server_random.3"
ln -sf "SSL_get_current_cipher.3" "/opt/libressl/share/man/man3/SSL_get_cipher.3"
ln -sf "SSL_get_current_cipher.3" "/opt/libressl/share/man/man3/SSL_get_cipher_bits.3"
ln -sf "SSL_get_current_cipher.3" "/opt/libressl/share/man/man3/SSL_get_cipher_name.3"
ln -sf "SSL_get_current_cipher.3" "/opt/libressl/share/man/man3/SSL_get_cipher_version.3"
ln -sf "SSL_get_ex_new_index.3" "/opt/libressl/share/man/man3/SSL_get_ex_data.3"
ln -sf "SSL_get_ex_new_index.3" "/opt/libressl/share/man/man3/SSL_set_ex_data.3"
ln -sf "SSL_get_fd.3" "/opt/libressl/share/man/man3/SSL_get_rfd.3"
ln -sf "SSL_get_fd.3" "/opt/libressl/share/man/man3/SSL_get_wfd.3"
ln -sf "SSL_get_rbio.3" "/opt/libressl/share/man/man3/SSL_get_wbio.3"
ln -sf "SSL_get_session.3" "/opt/libressl/share/man/man3/SSL_get0_session.3"
ln -sf "SSL_get_session.3" "/opt/libressl/share/man/man3/SSL_get1_session.3"
ln -sf "SSL_get_state.3" "/opt/libressl/share/man/man3/SSL_in_accept_init.3"
ln -sf "SSL_get_state.3" "/opt/libressl/share/man/man3/SSL_in_before.3"
ln -sf "SSL_get_state.3" "/opt/libressl/share/man/man3/SSL_in_connect_init.3"
ln -sf "SSL_get_state.3" "/opt/libressl/share/man/man3/SSL_in_init.3"
ln -sf "SSL_get_state.3" "/opt/libressl/share/man/man3/SSL_is_init_finished.3"
ln -sf "SSL_get_state.3" "/opt/libressl/share/man/man3/SSL_state.3"
ln -sf "SSL_get_version.3" "/opt/libressl/share/man/man3/SSL_version.3"
ln -sf "SSL_library_init.3" "/opt/libressl/share/man/man3/OpenSSL_add_ssl_algorithms.3"
ln -sf "SSL_library_init.3" "/opt/libressl/share/man/man3/SSLeay_add_ssl_algorithms.3"
ln -sf "SSL_load_client_CA_file.3" "/opt/libressl/share/man/man3/SSL_add_dir_cert_subjects_to_stack.3"
ln -sf "SSL_load_client_CA_file.3" "/opt/libressl/share/man/man3/SSL_add_file_cert_subjects_to_stack.3"
ln -sf "SSL_new.3" "/opt/libressl/share/man/man3/SSL_up_ref.3"
ln -sf "SSL_num_renegotiations.3" "/opt/libressl/share/man/man3/SSL_clear_num_renegotiations.3"
ln -sf "SSL_num_renegotiations.3" "/opt/libressl/share/man/man3/SSL_total_renegotiations.3"
ln -sf "SSL_read.3" "/opt/libressl/share/man/man3/SSL_peek.3"
ln -sf "SSL_renegotiate.3" "/opt/libressl/share/man/man3/SSL_renegotiate_abbreviated.3"
ln -sf "SSL_renegotiate.3" "/opt/libressl/share/man/man3/SSL_renegotiate_pending.3"
ln -sf "SSL_rstate_string.3" "/opt/libressl/share/man/man3/SSL_rstate_string_long.3"
ln -sf "SSL_set1_param.3" "/opt/libressl/share/man/man3/SSL_CTX_get0_param.3"
ln -sf "SSL_set1_param.3" "/opt/libressl/share/man/man3/SSL_CTX_set1_param.3"
ln -sf "SSL_set1_param.3" "/opt/libressl/share/man/man3/SSL_get0_param.3"
ln -sf "SSL_set_connect_state.3" "/opt/libressl/share/man/man3/SSL_is_server.3"
ln -sf "SSL_set_connect_state.3" "/opt/libressl/share/man/man3/SSL_set_accept_state.3"
ln -sf "SSL_set_fd.3" "/opt/libressl/share/man/man3/SSL_set_rfd.3"
ln -sf "SSL_set_fd.3" "/opt/libressl/share/man/man3/SSL_set_wfd.3"
ln -sf "SSL_set_max_send_fragment.3" "/opt/libressl/share/man/man3/SSL_CTX_set_max_send_fragment.3"
ln -sf "SSL_set_shutdown.3" "/opt/libressl/share/man/man3/SSL_get_shutdown.3"
ln -sf "SSL_set_tmp_ecdh.3" "/opt/libressl/share/man/man3/SSL_CTX_set_ecdh_auto.3"
ln -sf "SSL_set_tmp_ecdh.3" "/opt/libressl/share/man/man3/SSL_CTX_set_tmp_ecdh.3"
ln -sf "SSL_set_tmp_ecdh.3" "/opt/libressl/share/man/man3/SSL_CTX_set_tmp_ecdh_callback.3"
ln -sf "SSL_set_tmp_ecdh.3" "/opt/libressl/share/man/man3/SSL_set_ecdh_auto.3"
ln -sf "SSL_set_tmp_ecdh.3" "/opt/libressl/share/man/man3/SSL_set_tmp_ecdh_callback.3"
ln -sf "SSL_state_string.3" "/opt/libressl/share/man/man3/SSL_state_string_long.3"
ln -sf "SSL_want.3" "/opt/libressl/share/man/man3/SSL_want_nothing.3"
ln -sf "SSL_want.3" "/opt/libressl/share/man/man3/SSL_want_read.3"
ln -sf "SSL_want.3" "/opt/libressl/share/man/man3/SSL_want_write.3"
ln -sf "SSL_want.3" "/opt/libressl/share/man/man3/SSL_want_x509_lookup.3"
ln -sf "SXNET_new.3" "/opt/libressl/share/man/man3/SXNETID_free.3"
ln -sf "SXNET_new.3" "/opt/libressl/share/man/man3/SXNETID_new.3"
ln -sf "SXNET_new.3" "/opt/libressl/share/man/man3/SXNET_free.3"
ln -sf "SXNET_new.3" "/opt/libressl/share/man/man3/d2i_SXNET.3"
ln -sf "SXNET_new.3" "/opt/libressl/share/man/man3/d2i_SXNETID.3"
ln -sf "SXNET_new.3" "/opt/libressl/share/man/man3/i2d_SXNET.3"
ln -sf "SXNET_new.3" "/opt/libressl/share/man/man3/i2d_SXNETID.3"
ln -sf "TS_REQ_new.3" "/opt/libressl/share/man/man3/TS_ACCURACY_free.3"
ln -sf "TS_REQ_new.3" "/opt/libressl/share/man/man3/TS_ACCURACY_new.3"
ln -sf "TS_REQ_new.3" "/opt/libressl/share/man/man3/TS_MSG_IMPRINT_free.3"
ln -sf "TS_REQ_new.3" "/opt/libressl/share/man/man3/TS_MSG_IMPRINT_new.3"
ln -sf "TS_REQ_new.3" "/opt/libressl/share/man/man3/TS_REQ_free.3"
ln -sf "TS_REQ_new.3" "/opt/libressl/share/man/man3/TS_RESP_free.3"
ln -sf "TS_REQ_new.3" "/opt/libressl/share/man/man3/TS_RESP_new.3"
ln -sf "TS_REQ_new.3" "/opt/libressl/share/man/man3/TS_STATUS_INFO_free.3"
ln -sf "TS_REQ_new.3" "/opt/libressl/share/man/man3/TS_STATUS_INFO_new.3"
ln -sf "TS_REQ_new.3" "/opt/libressl/share/man/man3/TS_TST_INFO_free.3"
ln -sf "TS_REQ_new.3" "/opt/libressl/share/man/man3/TS_TST_INFO_new.3"
ln -sf "UI_UTIL_read_pw.3" "/opt/libressl/share/man/man3/UI_UTIL_read_pw_string.3"
ln -sf "UI_create_method.3" "/opt/libressl/share/man/man3/UI_destroy_method.3"
ln -sf "UI_create_method.3" "/opt/libressl/share/man/man3/UI_method_get_closer.3"
ln -sf "UI_create_method.3" "/opt/libressl/share/man/man3/UI_method_get_flusher.3"
ln -sf "UI_create_method.3" "/opt/libressl/share/man/man3/UI_method_get_opener.3"
ln -sf "UI_create_method.3" "/opt/libressl/share/man/man3/UI_method_get_prompt_constructor.3"
ln -sf "UI_create_method.3" "/opt/libressl/share/man/man3/UI_method_get_reader.3"
ln -sf "UI_create_method.3" "/opt/libressl/share/man/man3/UI_method_get_writer.3"
ln -sf "UI_create_method.3" "/opt/libressl/share/man/man3/UI_method_set_closer.3"
ln -sf "UI_create_method.3" "/opt/libressl/share/man/man3/UI_method_set_flusher.3"
ln -sf "UI_create_method.3" "/opt/libressl/share/man/man3/UI_method_set_opener.3"
ln -sf "UI_create_method.3" "/opt/libressl/share/man/man3/UI_method_set_prompt_constructor.3"
ln -sf "UI_create_method.3" "/opt/libressl/share/man/man3/UI_method_set_reader.3"
ln -sf "UI_create_method.3" "/opt/libressl/share/man/man3/UI_method_set_writer.3"
ln -sf "UI_get_string_type.3" "/opt/libressl/share/man/man3/UI_get0_action_string.3"
ln -sf "UI_get_string_type.3" "/opt/libressl/share/man/man3/UI_get0_output_string.3"
ln -sf "UI_get_string_type.3" "/opt/libressl/share/man/man3/UI_get0_result_string.3"
ln -sf "UI_get_string_type.3" "/opt/libressl/share/man/man3/UI_get0_test_string.3"
ln -sf "UI_get_string_type.3" "/opt/libressl/share/man/man3/UI_get_input_flags.3"
ln -sf "UI_get_string_type.3" "/opt/libressl/share/man/man3/UI_get_result_maxsize.3"
ln -sf "UI_get_string_type.3" "/opt/libressl/share/man/man3/UI_get_result_minsize.3"
ln -sf "UI_get_string_type.3" "/opt/libressl/share/man/man3/UI_set_result.3"
ln -sf "UI_new.3" "/opt/libressl/share/man/man3/UI_OpenSSL.3"
ln -sf "UI_new.3" "/opt/libressl/share/man/man3/UI_add_error_string.3"
ln -sf "UI_new.3" "/opt/libressl/share/man/man3/UI_add_info_string.3"
ln -sf "UI_new.3" "/opt/libressl/share/man/man3/UI_add_input_boolean.3"
ln -sf "UI_new.3" "/opt/libressl/share/man/man3/UI_add_input_string.3"
ln -sf "UI_new.3" "/opt/libressl/share/man/man3/UI_add_user_data.3"
ln -sf "UI_new.3" "/opt/libressl/share/man/man3/UI_add_verify_string.3"
ln -sf "UI_new.3" "/opt/libressl/share/man/man3/UI_construct_prompt.3"
ln -sf "UI_new.3" "/opt/libressl/share/man/man3/UI_ctrl.3"
ln -sf "UI_new.3" "/opt/libressl/share/man/man3/UI_dup_error_string.3"
ln -sf "UI_new.3" "/opt/libressl/share/man/man3/UI_dup_info_string.3"
ln -sf "UI_new.3" "/opt/libressl/share/man/man3/UI_dup_input_boolean.3"
ln -sf "UI_new.3" "/opt/libressl/share/man/man3/UI_dup_input_string.3"
ln -sf "UI_new.3" "/opt/libressl/share/man/man3/UI_dup_verify_string.3"
ln -sf "UI_new.3" "/opt/libressl/share/man/man3/UI_free.3"
ln -sf "UI_new.3" "/opt/libressl/share/man/man3/UI_get0_result.3"
ln -sf "UI_new.3" "/opt/libressl/share/man/man3/UI_get0_user_data.3"
ln -sf "UI_new.3" "/opt/libressl/share/man/man3/UI_get_default_method.3"
ln -sf "UI_new.3" "/opt/libressl/share/man/man3/UI_get_method.3"
ln -sf "UI_new.3" "/opt/libressl/share/man/man3/UI_new_method.3"
ln -sf "UI_new.3" "/opt/libressl/share/man/man3/UI_process.3"
ln -sf "UI_new.3" "/opt/libressl/share/man/man3/UI_set_default_method.3"
ln -sf "UI_new.3" "/opt/libressl/share/man/man3/UI_set_method.3"
ln -sf "X25519.3" "/opt/libressl/share/man/man3/X25519_keypair.3"
ln -sf "X509V3_get_d2i.3" "/opt/libressl/share/man/man3/X509V3_EXT_d2i.3"
ln -sf "X509V3_get_d2i.3" "/opt/libressl/share/man/man3/X509V3_EXT_i2d.3"
ln -sf "X509V3_get_d2i.3" "/opt/libressl/share/man/man3/X509V3_add1_i2d.3"
ln -sf "X509V3_get_d2i.3" "/opt/libressl/share/man/man3/X509_CRL_add1_ext_i2d.3"
ln -sf "X509V3_get_d2i.3" "/opt/libressl/share/man/man3/X509_CRL_get0_extensions.3"
ln -sf "X509V3_get_d2i.3" "/opt/libressl/share/man/man3/X509_CRL_get_ext_d2i.3"
ln -sf "X509V3_get_d2i.3" "/opt/libressl/share/man/man3/X509_REVOKED_add1_ext_i2d.3"
ln -sf "X509V3_get_d2i.3" "/opt/libressl/share/man/man3/X509_REVOKED_get0_extensions.3"
ln -sf "X509V3_get_d2i.3" "/opt/libressl/share/man/man3/X509_REVOKED_get_ext_d2i.3"
ln -sf "X509V3_get_d2i.3" "/opt/libressl/share/man/man3/X509_add1_ext_i2d.3"
ln -sf "X509V3_get_d2i.3" "/opt/libressl/share/man/man3/X509_get0_extensions.3"
ln -sf "X509V3_get_d2i.3" "/opt/libressl/share/man/man3/X509_get_ext_d2i.3"
ln -sf "X509_ALGOR_dup.3" "/opt/libressl/share/man/man3/X509_ALGOR_cmp.3"
ln -sf "X509_ALGOR_dup.3" "/opt/libressl/share/man/man3/X509_ALGOR_free.3"
ln -sf "X509_ALGOR_dup.3" "/opt/libressl/share/man/man3/X509_ALGOR_get0.3"
ln -sf "X509_ALGOR_dup.3" "/opt/libressl/share/man/man3/X509_ALGOR_new.3"
ln -sf "X509_ALGOR_dup.3" "/opt/libressl/share/man/man3/X509_ALGOR_set0.3"
ln -sf "X509_ALGOR_dup.3" "/opt/libressl/share/man/man3/X509_ALGOR_set_md.3"
ln -sf "X509_ATTRIBUTE_new.3" "/opt/libressl/share/man/man3/X509_ATTRIBUTE_free.3"
ln -sf "X509_CINF_new.3" "/opt/libressl/share/man/man3/X509_CERT_AUX_free.3"
ln -sf "X509_CINF_new.3" "/opt/libressl/share/man/man3/X509_CERT_AUX_new.3"
ln -sf "X509_CINF_new.3" "/opt/libressl/share/man/man3/X509_CINF_free.3"
ln -sf "X509_CINF_new.3" "/opt/libressl/share/man/man3/X509_VAL_free.3"
ln -sf "X509_CINF_new.3" "/opt/libressl/share/man/man3/X509_VAL_new.3"
ln -sf "X509_CRL_get0_by_serial.3" "/opt/libressl/share/man/man3/X509_CRL_add0_revoked.3"
ln -sf "X509_CRL_get0_by_serial.3" "/opt/libressl/share/man/man3/X509_CRL_get0_by_cert.3"
ln -sf "X509_CRL_get0_by_serial.3" "/opt/libressl/share/man/man3/X509_CRL_get_REVOKED.3"
ln -sf "X509_CRL_get0_by_serial.3" "/opt/libressl/share/man/man3/X509_CRL_sort.3"
ln -sf "X509_CRL_new.3" "/opt/libressl/share/man/man3/X509_CRL_INFO_free.3"
ln -sf "X509_CRL_new.3" "/opt/libressl/share/man/man3/X509_CRL_INFO_new.3"
ln -sf "X509_CRL_new.3" "/opt/libressl/share/man/man3/X509_CRL_dup.3"
ln -sf "X509_CRL_new.3" "/opt/libressl/share/man/man3/X509_CRL_free.3"
ln -sf "X509_CRL_new.3" "/opt/libressl/share/man/man3/X509_CRL_up_ref.3"
ln -sf "X509_EXTENSION_set_object.3" "/opt/libressl/share/man/man3/X509_EXTENSION_create_by_NID.3"
ln -sf "X509_EXTENSION_set_object.3" "/opt/libressl/share/man/man3/X509_EXTENSION_create_by_OBJ.3"
ln -sf "X509_EXTENSION_set_object.3" "/opt/libressl/share/man/man3/X509_EXTENSION_free.3"
ln -sf "X509_EXTENSION_set_object.3" "/opt/libressl/share/man/man3/X509_EXTENSION_get_critical.3"
ln -sf "X509_EXTENSION_set_object.3" "/opt/libressl/share/man/man3/X509_EXTENSION_get_data.3"
ln -sf "X509_EXTENSION_set_object.3" "/opt/libressl/share/man/man3/X509_EXTENSION_get_object.3"
ln -sf "X509_EXTENSION_set_object.3" "/opt/libressl/share/man/man3/X509_EXTENSION_new.3"
ln -sf "X509_EXTENSION_set_object.3" "/opt/libressl/share/man/man3/X509_EXTENSION_set_critical.3"
ln -sf "X509_EXTENSION_set_object.3" "/opt/libressl/share/man/man3/X509_EXTENSION_set_data.3"
ln -sf "X509_INFO_new.3" "/opt/libressl/share/man/man3/X509_INFO_free.3"
ln -sf "X509_LOOKUP_hash_dir.3" "/opt/libressl/share/man/man3/X509_LOOKUP_file.3"
ln -sf "X509_LOOKUP_hash_dir.3" "/opt/libressl/share/man/man3/X509_load_cert_crl_file.3"
ln -sf "X509_LOOKUP_hash_dir.3" "/opt/libressl/share/man/man3/X509_load_cert_file.3"
ln -sf "X509_LOOKUP_hash_dir.3" "/opt/libressl/share/man/man3/X509_load_crl_file.3"
ln -sf "X509_NAME_ENTRY_get_object.3" "/opt/libressl/share/man/man3/X509_NAME_ENTRY_create_by_NID.3"
ln -sf "X509_NAME_ENTRY_get_object.3" "/opt/libressl/share/man/man3/X509_NAME_ENTRY_create_by_OBJ.3"
ln -sf "X509_NAME_ENTRY_get_object.3" "/opt/libressl/share/man/man3/X509_NAME_ENTRY_create_by_txt.3"
ln -sf "X509_NAME_ENTRY_get_object.3" "/opt/libressl/share/man/man3/X509_NAME_ENTRY_free.3"
ln -sf "X509_NAME_ENTRY_get_object.3" "/opt/libressl/share/man/man3/X509_NAME_ENTRY_get_data.3"
ln -sf "X509_NAME_ENTRY_get_object.3" "/opt/libressl/share/man/man3/X509_NAME_ENTRY_new.3"
ln -sf "X509_NAME_ENTRY_get_object.3" "/opt/libressl/share/man/man3/X509_NAME_ENTRY_set_data.3"
ln -sf "X509_NAME_ENTRY_get_object.3" "/opt/libressl/share/man/man3/X509_NAME_ENTRY_set_object.3"
ln -sf "X509_NAME_add_entry_by_txt.3" "/opt/libressl/share/man/man3/X509_NAME_add_entry.3"
ln -sf "X509_NAME_add_entry_by_txt.3" "/opt/libressl/share/man/man3/X509_NAME_add_entry_by_NID.3"
ln -sf "X509_NAME_add_entry_by_txt.3" "/opt/libressl/share/man/man3/X509_NAME_add_entry_by_OBJ.3"
ln -sf "X509_NAME_add_entry_by_txt.3" "/opt/libressl/share/man/man3/X509_NAME_delete_entry.3"
ln -sf "X509_NAME_get_index_by_NID.3" "/opt/libressl/share/man/man3/X509_NAME_entry_count.3"
ln -sf "X509_NAME_get_index_by_NID.3" "/opt/libressl/share/man/man3/X509_NAME_get_entry.3"
ln -sf "X509_NAME_get_index_by_NID.3" "/opt/libressl/share/man/man3/X509_NAME_get_index_by_OBJ.3"
ln -sf "X509_NAME_get_index_by_NID.3" "/opt/libressl/share/man/man3/X509_NAME_get_text_by_NID.3"
ln -sf "X509_NAME_get_index_by_NID.3" "/opt/libressl/share/man/man3/X509_NAME_get_text_by_OBJ.3"
ln -sf "X509_NAME_new.3" "/opt/libressl/share/man/man3/X509_NAME_free.3"
ln -sf "X509_NAME_print_ex.3" "/opt/libressl/share/man/man3/X509_NAME_oneline.3"
ln -sf "X509_NAME_print_ex.3" "/opt/libressl/share/man/man3/X509_NAME_print.3"
ln -sf "X509_NAME_print_ex.3" "/opt/libressl/share/man/man3/X509_NAME_print_ex_fp.3"
ln -sf "X509_OBJECT_get0_X509.3" "/opt/libressl/share/man/man3/X509_OBJECT_free_contents.3"
ln -sf "X509_OBJECT_get0_X509.3" "/opt/libressl/share/man/man3/X509_OBJECT_get0_X509_CRL.3"
ln -sf "X509_OBJECT_get0_X509.3" "/opt/libressl/share/man/man3/X509_OBJECT_get_type.3"
ln -sf "X509_OBJECT_get0_X509.3" "/opt/libressl/share/man/man3/X509_OBJECT_idx_by_subject.3"
ln -sf "X509_OBJECT_get0_X509.3" "/opt/libressl/share/man/man3/X509_OBJECT_retrieve_by_subject.3"
ln -sf "X509_OBJECT_get0_X509.3" "/opt/libressl/share/man/man3/X509_OBJECT_retrieve_match.3"
ln -sf "X509_OBJECT_get0_X509.3" "/opt/libressl/share/man/man3/X509_OBJECT_up_ref_count.3"
ln -sf "X509_PUBKEY_new.3" "/opt/libressl/share/man/man3/X509_PUBKEY_free.3"
ln -sf "X509_PUBKEY_new.3" "/opt/libressl/share/man/man3/X509_PUBKEY_get.3"
ln -sf "X509_PUBKEY_new.3" "/opt/libressl/share/man/man3/X509_PUBKEY_get0.3"
ln -sf "X509_PUBKEY_new.3" "/opt/libressl/share/man/man3/X509_PUBKEY_get0_param.3"
ln -sf "X509_PUBKEY_new.3" "/opt/libressl/share/man/man3/X509_PUBKEY_set.3"
ln -sf "X509_PUBKEY_new.3" "/opt/libressl/share/man/man3/X509_PUBKEY_set0_param.3"
ln -sf "X509_PUBKEY_new.3" "/opt/libressl/share/man/man3/d2i_PUBKEY.3"
ln -sf "X509_PUBKEY_new.3" "/opt/libressl/share/man/man3/d2i_PUBKEY_bio.3"
ln -sf "X509_PUBKEY_new.3" "/opt/libressl/share/man/man3/d2i_PUBKEY_fp.3"
ln -sf "X509_PUBKEY_new.3" "/opt/libressl/share/man/man3/i2d_PUBKEY.3"
ln -sf "X509_PUBKEY_new.3" "/opt/libressl/share/man/man3/i2d_PUBKEY_bio.3"
ln -sf "X509_PUBKEY_new.3" "/opt/libressl/share/man/man3/i2d_PUBKEY_fp.3"
ln -sf "X509_REQ_new.3" "/opt/libressl/share/man/man3/X509_REQ_INFO_free.3"
ln -sf "X509_REQ_new.3" "/opt/libressl/share/man/man3/X509_REQ_INFO_new.3"
ln -sf "X509_REQ_new.3" "/opt/libressl/share/man/man3/X509_REQ_free.3"
ln -sf "X509_REVOKED_new.3" "/opt/libressl/share/man/man3/X509_REVOKED_dup.3"
ln -sf "X509_REVOKED_new.3" "/opt/libressl/share/man/man3/X509_REVOKED_free.3"
ln -sf "X509_REVOKED_new.3" "/opt/libressl/share/man/man3/X509_REVOKED_get0_revocationDate.3"
ln -sf "X509_REVOKED_new.3" "/opt/libressl/share/man/man3/X509_REVOKED_get0_serialNumber.3"
ln -sf "X509_REVOKED_new.3" "/opt/libressl/share/man/man3/X509_REVOKED_set_revocationDate.3"
ln -sf "X509_REVOKED_new.3" "/opt/libressl/share/man/man3/X509_REVOKED_set_serialNumber.3"
ln -sf "X509_SIG_new.3" "/opt/libressl/share/man/man3/X509_SIG_free.3"
ln -sf "X509_STORE_CTX_get_error.3" "/opt/libressl/share/man/man3/X509_STORE_CTX_get0_cert.3"
ln -sf "X509_STORE_CTX_get_error.3" "/opt/libressl/share/man/man3/X509_STORE_CTX_get0_chain.3"
ln -sf "X509_STORE_CTX_get_error.3" "/opt/libressl/share/man/man3/X509_STORE_CTX_get1_chain.3"
ln -sf "X509_STORE_CTX_get_error.3" "/opt/libressl/share/man/man3/X509_STORE_CTX_get_current_cert.3"
ln -sf "X509_STORE_CTX_get_error.3" "/opt/libressl/share/man/man3/X509_STORE_CTX_get_error_depth.3"
ln -sf "X509_STORE_CTX_get_error.3" "/opt/libressl/share/man/man3/X509_STORE_CTX_set_error.3"
ln -sf "X509_STORE_CTX_get_error.3" "/opt/libressl/share/man/man3/X509_verify_cert_error_string.3"
ln -sf "X509_STORE_CTX_get_ex_new_index.3" "/opt/libressl/share/man/man3/X509_STORE_CTX_get_ex_data.3"
ln -sf "X509_STORE_CTX_get_ex_new_index.3" "/opt/libressl/share/man/man3/X509_STORE_CTX_set_ex_data.3"
ln -sf "X509_STORE_CTX_new.3" "/opt/libressl/share/man/man3/X509_STORE_CTX_cleanup.3"
ln -sf "X509_STORE_CTX_new.3" "/opt/libressl/share/man/man3/X509_STORE_CTX_free.3"
ln -sf "X509_STORE_CTX_new.3" "/opt/libressl/share/man/man3/X509_STORE_CTX_get0_param.3"
ln -sf "X509_STORE_CTX_new.3" "/opt/libressl/share/man/man3/X509_STORE_CTX_get0_store.3"
ln -sf "X509_STORE_CTX_new.3" "/opt/libressl/share/man/man3/X509_STORE_CTX_get0_untrusted.3"
ln -sf "X509_STORE_CTX_new.3" "/opt/libressl/share/man/man3/X509_STORE_CTX_init.3"
ln -sf "X509_STORE_CTX_new.3" "/opt/libressl/share/man/man3/X509_STORE_CTX_set0_crls.3"
ln -sf "X509_STORE_CTX_new.3" "/opt/libressl/share/man/man3/X509_STORE_CTX_set0_param.3"
ln -sf "X509_STORE_CTX_new.3" "/opt/libressl/share/man/man3/X509_STORE_CTX_set0_trusted_stack.3"
ln -sf "X509_STORE_CTX_new.3" "/opt/libressl/share/man/man3/X509_STORE_CTX_set0_untrusted.3"
ln -sf "X509_STORE_CTX_new.3" "/opt/libressl/share/man/man3/X509_STORE_CTX_set_cert.3"
ln -sf "X509_STORE_CTX_new.3" "/opt/libressl/share/man/man3/X509_STORE_CTX_set_chain.3"
ln -sf "X509_STORE_CTX_new.3" "/opt/libressl/share/man/man3/X509_STORE_CTX_set_default.3"
ln -sf "X509_STORE_CTX_new.3" "/opt/libressl/share/man/man3/X509_STORE_CTX_trusted_stack.3"
ln -sf "X509_STORE_load_locations.3" "/opt/libressl/share/man/man3/X509_STORE_set_default_paths.3"
ln -sf "X509_STORE_new.3" "/opt/libressl/share/man/man3/X509_STORE_free.3"
ln -sf "X509_STORE_new.3" "/opt/libressl/share/man/man3/X509_STORE_up_ref.3"
ln -sf "X509_STORE_set1_param.3" "/opt/libressl/share/man/man3/X509_STORE_add_cert.3"
ln -sf "X509_STORE_set1_param.3" "/opt/libressl/share/man/man3/X509_STORE_add_crl.3"
ln -sf "X509_STORE_set1_param.3" "/opt/libressl/share/man/man3/X509_STORE_get0_objects.3"
ln -sf "X509_STORE_set1_param.3" "/opt/libressl/share/man/man3/X509_STORE_get0_param.3"
ln -sf "X509_STORE_set1_param.3" "/opt/libressl/share/man/man3/X509_STORE_get_ex_data.3"
ln -sf "X509_STORE_set1_param.3" "/opt/libressl/share/man/man3/X509_STORE_get_ex_new_index.3"
ln -sf "X509_STORE_set1_param.3" "/opt/libressl/share/man/man3/X509_STORE_set_depth.3"
ln -sf "X509_STORE_set1_param.3" "/opt/libressl/share/man/man3/X509_STORE_set_ex_data.3"
ln -sf "X509_STORE_set1_param.3" "/opt/libressl/share/man/man3/X509_STORE_set_flags.3"
ln -sf "X509_STORE_set1_param.3" "/opt/libressl/share/man/man3/X509_STORE_set_purpose.3"
ln -sf "X509_STORE_set1_param.3" "/opt/libressl/share/man/man3/X509_STORE_set_trust.3"
ln -sf "X509_STORE_set_verify_cb_func.3" "/opt/libressl/share/man/man3/X509_STORE_set_verify_cb.3"
ln -sf "X509_VERIFY_PARAM_set_flags.3" "/opt/libressl/share/man/man3/X509_VERIFY_PARAM_add0_policy.3"
ln -sf "X509_VERIFY_PARAM_set_flags.3" "/opt/libressl/share/man/man3/X509_VERIFY_PARAM_add0_table.3"
ln -sf "X509_VERIFY_PARAM_set_flags.3" "/opt/libressl/share/man/man3/X509_VERIFY_PARAM_add1_host.3"
ln -sf "X509_VERIFY_PARAM_set_flags.3" "/opt/libressl/share/man/man3/X509_VERIFY_PARAM_clear_flags.3"
ln -sf "X509_VERIFY_PARAM_set_flags.3" "/opt/libressl/share/man/man3/X509_VERIFY_PARAM_free.3"
ln -sf "X509_VERIFY_PARAM_set_flags.3" "/opt/libressl/share/man/man3/X509_VERIFY_PARAM_get0.3"
ln -sf "X509_VERIFY_PARAM_set_flags.3" "/opt/libressl/share/man/man3/X509_VERIFY_PARAM_get0_name.3"
ln -sf "X509_VERIFY_PARAM_set_flags.3" "/opt/libressl/share/man/man3/X509_VERIFY_PARAM_get0_peername.3"
ln -sf "X509_VERIFY_PARAM_set_flags.3" "/opt/libressl/share/man/man3/X509_VERIFY_PARAM_get_count.3"
ln -sf "X509_VERIFY_PARAM_set_flags.3" "/opt/libressl/share/man/man3/X509_VERIFY_PARAM_get_depth.3"
ln -sf "X509_VERIFY_PARAM_set_flags.3" "/opt/libressl/share/man/man3/X509_VERIFY_PARAM_get_flags.3"
ln -sf "X509_VERIFY_PARAM_set_flags.3" "/opt/libressl/share/man/man3/X509_VERIFY_PARAM_lookup.3"
ln -sf "X509_VERIFY_PARAM_set_flags.3" "/opt/libressl/share/man/man3/X509_VERIFY_PARAM_new.3"
ln -sf "X509_VERIFY_PARAM_set_flags.3" "/opt/libressl/share/man/man3/X509_VERIFY_PARAM_set1_email.3"
ln -sf "X509_VERIFY_PARAM_set_flags.3" "/opt/libressl/share/man/man3/X509_VERIFY_PARAM_set1_host.3"
ln -sf "X509_VERIFY_PARAM_set_flags.3" "/opt/libressl/share/man/man3/X509_VERIFY_PARAM_set1_ip.3"
ln -sf "X509_VERIFY_PARAM_set_flags.3" "/opt/libressl/share/man/man3/X509_VERIFY_PARAM_set1_ip_asc.3"
ln -sf "X509_VERIFY_PARAM_set_flags.3" "/opt/libressl/share/man/man3/X509_VERIFY_PARAM_set1_name.3"
ln -sf "X509_VERIFY_PARAM_set_flags.3" "/opt/libressl/share/man/man3/X509_VERIFY_PARAM_set1_policies.3"
ln -sf "X509_VERIFY_PARAM_set_flags.3" "/opt/libressl/share/man/man3/X509_VERIFY_PARAM_set_depth.3"
ln -sf "X509_VERIFY_PARAM_set_flags.3" "/opt/libressl/share/man/man3/X509_VERIFY_PARAM_set_hostflags.3"
ln -sf "X509_VERIFY_PARAM_set_flags.3" "/opt/libressl/share/man/man3/X509_VERIFY_PARAM_set_purpose.3"
ln -sf "X509_VERIFY_PARAM_set_flags.3" "/opt/libressl/share/man/man3/X509_VERIFY_PARAM_set_time.3"
ln -sf "X509_VERIFY_PARAM_set_flags.3" "/opt/libressl/share/man/man3/X509_VERIFY_PARAM_set_trust.3"
ln -sf "X509_VERIFY_PARAM_set_flags.3" "/opt/libressl/share/man/man3/X509_VERIFY_PARAM_table_cleanup.3"
ln -sf "X509_check_host.3" "/opt/libressl/share/man/man3/X509_check_email.3"
ln -sf "X509_check_host.3" "/opt/libressl/share/man/man3/X509_check_ip.3"
ln -sf "X509_check_host.3" "/opt/libressl/share/man/man3/X509_check_ip_asc.3"
ln -sf "X509_check_private_key.3" "/opt/libressl/share/man/man3/X509_REQ_check_private_key.3"
ln -sf "X509_cmp.3" "/opt/libressl/share/man/man3/X509_CRL_cmp.3"
ln -sf "X509_cmp.3" "/opt/libressl/share/man/man3/X509_CRL_match.3"
ln -sf "X509_cmp.3" "/opt/libressl/share/man/man3/X509_NAME_cmp.3"
ln -sf "X509_cmp.3" "/opt/libressl/share/man/man3/X509_issuer_and_serial_cmp.3"
ln -sf "X509_cmp.3" "/opt/libressl/share/man/man3/X509_issuer_name_cmp.3"
ln -sf "X509_cmp.3" "/opt/libressl/share/man/man3/X509_subject_name_cmp.3"
ln -sf "X509_cmp_time.3" "/opt/libressl/share/man/man3/X509_cmp_current_time.3"
ln -sf "X509_cmp_time.3" "/opt/libressl/share/man/man3/X509_time_adj.3"
ln -sf "X509_cmp_time.3" "/opt/libressl/share/man/man3/X509_time_adj_ex.3"
ln -sf "X509_digest.3" "/opt/libressl/share/man/man3/PKCS7_ISSUER_AND_SERIAL_digest.3"
ln -sf "X509_digest.3" "/opt/libressl/share/man/man3/X509_CRL_digest.3"
ln -sf "X509_digest.3" "/opt/libressl/share/man/man3/X509_NAME_digest.3"
ln -sf "X509_digest.3" "/opt/libressl/share/man/man3/X509_REQ_digest.3"
ln -sf "X509_digest.3" "/opt/libressl/share/man/man3/X509_pubkey_digest.3"
ln -sf "X509_get0_notBefore.3" "/opt/libressl/share/man/man3/X509_CRL_get0_lastUpdate.3"
ln -sf "X509_get0_notBefore.3" "/opt/libressl/share/man/man3/X509_CRL_get0_nextUpdate.3"
ln -sf "X509_get0_notBefore.3" "/opt/libressl/share/man/man3/X509_CRL_set1_lastUpdate.3"
ln -sf "X509_get0_notBefore.3" "/opt/libressl/share/man/man3/X509_CRL_set1_nextUpdate.3"
ln -sf "X509_get0_notBefore.3" "/opt/libressl/share/man/man3/X509_get0_notAfter.3"
ln -sf "X509_get0_notBefore.3" "/opt/libressl/share/man/man3/X509_getm_notAfter.3"
ln -sf "X509_get0_notBefore.3" "/opt/libressl/share/man/man3/X509_getm_notBefore.3"
ln -sf "X509_get0_notBefore.3" "/opt/libressl/share/man/man3/X509_set1_notAfter.3"
ln -sf "X509_get0_notBefore.3" "/opt/libressl/share/man/man3/X509_set1_notBefore.3"
ln -sf "X509_get0_signature.3" "/opt/libressl/share/man/man3/X509_CRL_get0_signature.3"
ln -sf "X509_get0_signature.3" "/opt/libressl/share/man/man3/X509_CRL_get_signature_nid.3"
ln -sf "X509_get0_signature.3" "/opt/libressl/share/man/man3/X509_REQ_get0_signature.3"
ln -sf "X509_get0_signature.3" "/opt/libressl/share/man/man3/X509_REQ_get_signature_nid.3"
ln -sf "X509_get0_signature.3" "/opt/libressl/share/man/man3/X509_get0_tbs_sigalg.3"
ln -sf "X509_get0_signature.3" "/opt/libressl/share/man/man3/X509_get_signature_nid.3"
ln -sf "X509_get1_email.3" "/opt/libressl/share/man/man3/X509_email_free.3"
ln -sf "X509_get1_email.3" "/opt/libressl/share/man/man3/X509_get1_ocsp.3"
ln -sf "X509_get_pubkey.3" "/opt/libressl/share/man/man3/X509_REQ_get_pubkey.3"
ln -sf "X509_get_pubkey.3" "/opt/libressl/share/man/man3/X509_REQ_set_pubkey.3"
ln -sf "X509_get_pubkey.3" "/opt/libressl/share/man/man3/X509_get0_pubkey.3"
ln -sf "X509_get_pubkey.3" "/opt/libressl/share/man/man3/X509_get_X509_PUBKEY.3"
ln -sf "X509_get_pubkey.3" "/opt/libressl/share/man/man3/X509_set_pubkey.3"
ln -sf "X509_get_serialNumber.3" "/opt/libressl/share/man/man3/X509_set_serialNumber.3"
ln -sf "X509_get_subject_name.3" "/opt/libressl/share/man/man3/X509_CRL_get_issuer.3"
ln -sf "X509_get_subject_name.3" "/opt/libressl/share/man/man3/X509_CRL_set_issuer_name.3"
ln -sf "X509_get_subject_name.3" "/opt/libressl/share/man/man3/X509_REQ_get_subject_name.3"
ln -sf "X509_get_subject_name.3" "/opt/libressl/share/man/man3/X509_REQ_set_subject_name.3"
ln -sf "X509_get_subject_name.3" "/opt/libressl/share/man/man3/X509_get_issuer_name.3"
ln -sf "X509_get_subject_name.3" "/opt/libressl/share/man/man3/X509_set_issuer_name.3"
ln -sf "X509_get_subject_name.3" "/opt/libressl/share/man/man3/X509_set_subject_name.3"
ln -sf "X509_get_version.3" "/opt/libressl/share/man/man3/X509_CRL_get_version.3"
ln -sf "X509_get_version.3" "/opt/libressl/share/man/man3/X509_CRL_set_version.3"
ln -sf "X509_get_version.3" "/opt/libressl/share/man/man3/X509_REQ_get_version.3"
ln -sf "X509_get_version.3" "/opt/libressl/share/man/man3/X509_REQ_set_version.3"
ln -sf "X509_get_version.3" "/opt/libressl/share/man/man3/X509_set_version.3"
ln -sf "X509_new.3" "/opt/libressl/share/man/man3/X509_chain_up_ref.3"
ln -sf "X509_new.3" "/opt/libressl/share/man/man3/X509_dup.3"
ln -sf "X509_new.3" "/opt/libressl/share/man/man3/X509_free.3"
ln -sf "X509_new.3" "/opt/libressl/share/man/man3/X509_up_ref.3"
ln -sf "X509_sign.3" "/opt/libressl/share/man/man3/X509_CRL_sign.3"
ln -sf "X509_sign.3" "/opt/libressl/share/man/man3/X509_CRL_sign_ctx.3"
ln -sf "X509_sign.3" "/opt/libressl/share/man/man3/X509_CRL_verify.3"
ln -sf "X509_sign.3" "/opt/libressl/share/man/man3/X509_REQ_sign.3"
ln -sf "X509_sign.3" "/opt/libressl/share/man/man3/X509_REQ_sign_ctx.3"
ln -sf "X509_sign.3" "/opt/libressl/share/man/man3/X509_REQ_verify.3"
ln -sf "X509_sign.3" "/opt/libressl/share/man/man3/X509_sign_ctx.3"
ln -sf "X509_sign.3" "/opt/libressl/share/man/man3/X509_verify.3"
ln -sf "X509v3_get_ext_by_NID.3" "/opt/libressl/share/man/man3/X509_CRL_add_ext.3"
ln -sf "X509v3_get_ext_by_NID.3" "/opt/libressl/share/man/man3/X509_CRL_delete_ext.3"
ln -sf "X509v3_get_ext_by_NID.3" "/opt/libressl/share/man/man3/X509_CRL_get_ext.3"
ln -sf "X509v3_get_ext_by_NID.3" "/opt/libressl/share/man/man3/X509_CRL_get_ext_by_NID.3"
ln -sf "X509v3_get_ext_by_NID.3" "/opt/libressl/share/man/man3/X509_CRL_get_ext_by_OBJ.3"
ln -sf "X509v3_get_ext_by_NID.3" "/opt/libressl/share/man/man3/X509_CRL_get_ext_by_critical.3"
ln -sf "X509v3_get_ext_by_NID.3" "/opt/libressl/share/man/man3/X509_CRL_get_ext_count.3"
ln -sf "X509v3_get_ext_by_NID.3" "/opt/libressl/share/man/man3/X509_REVOKED_add_ext.3"
ln -sf "X509v3_get_ext_by_NID.3" "/opt/libressl/share/man/man3/X509_REVOKED_delete_ext.3"
ln -sf "X509v3_get_ext_by_NID.3" "/opt/libressl/share/man/man3/X509_REVOKED_get_ext.3"
ln -sf "X509v3_get_ext_by_NID.3" "/opt/libressl/share/man/man3/X509_REVOKED_get_ext_by_NID.3"
ln -sf "X509v3_get_ext_by_NID.3" "/opt/libressl/share/man/man3/X509_REVOKED_get_ext_by_OBJ.3"
ln -sf "X509v3_get_ext_by_NID.3" "/opt/libressl/share/man/man3/X509_REVOKED_get_ext_by_critical.3"
ln -sf "X509v3_get_ext_by_NID.3" "/opt/libressl/share/man/man3/X509_REVOKED_get_ext_count.3"
ln -sf "X509v3_get_ext_by_NID.3" "/opt/libressl/share/man/man3/X509_add_ext.3"
ln -sf "X509v3_get_ext_by_NID.3" "/opt/libressl/share/man/man3/X509_delete_ext.3"
ln -sf "X509v3_get_ext_by_NID.3" "/opt/libressl/share/man/man3/X509_get_ext.3"
ln -sf "X509v3_get_ext_by_NID.3" "/opt/libressl/share/man/man3/X509_get_ext_by_NID.3"
ln -sf "X509v3_get_ext_by_NID.3" "/opt/libressl/share/man/man3/X509_get_ext_by_OBJ.3"
ln -sf "X509v3_get_ext_by_NID.3" "/opt/libressl/share/man/man3/X509_get_ext_by_critical.3"
ln -sf "X509v3_get_ext_by_NID.3" "/opt/libressl/share/man/man3/X509_get_ext_count.3"
ln -sf "X509v3_get_ext_by_NID.3" "/opt/libressl/share/man/man3/X509v3_add_ext.3"
ln -sf "X509v3_get_ext_by_NID.3" "/opt/libressl/share/man/man3/X509v3_delete_ext.3"
ln -sf "X509v3_get_ext_by_NID.3" "/opt/libressl/share/man/man3/X509v3_get_ext.3"
ln -sf "X509v3_get_ext_by_NID.3" "/opt/libressl/share/man/man3/X509v3_get_ext_by_OBJ.3"
ln -sf "X509v3_get_ext_by_NID.3" "/opt/libressl/share/man/man3/X509v3_get_ext_by_critical.3"
ln -sf "X509v3_get_ext_by_NID.3" "/opt/libressl/share/man/man3/X509v3_get_ext_count.3"
ln -sf "bn_dump.3" "/opt/libressl/share/man/man3/bn_add_words.3"
ln -sf "bn_dump.3" "/opt/libressl/share/man/man3/bn_check_top.3"
ln -sf "bn_dump.3" "/opt/libressl/share/man/man3/bn_cmp_words.3"
ln -sf "bn_dump.3" "/opt/libressl/share/man/man3/bn_div_words.3"
ln -sf "bn_dump.3" "/opt/libressl/share/man/man3/bn_expand.3"
ln -sf "bn_dump.3" "/opt/libressl/share/man/man3/bn_expand2.3"
ln -sf "bn_dump.3" "/opt/libressl/share/man/man3/bn_fix_top.3"
ln -sf "bn_dump.3" "/opt/libressl/share/man/man3/bn_mul_add_words.3"
ln -sf "bn_dump.3" "/opt/libressl/share/man/man3/bn_mul_comba4.3"
ln -sf "bn_dump.3" "/opt/libressl/share/man/man3/bn_mul_comba8.3"
ln -sf "bn_dump.3" "/opt/libressl/share/man/man3/bn_mul_high.3"
ln -sf "bn_dump.3" "/opt/libressl/share/man/man3/bn_mul_low_normal.3"
ln -sf "bn_dump.3" "/opt/libressl/share/man/man3/bn_mul_low_recursive.3"
ln -sf "bn_dump.3" "/opt/libressl/share/man/man3/bn_mul_normal.3"
ln -sf "bn_dump.3" "/opt/libressl/share/man/man3/bn_mul_part_recursive.3"
ln -sf "bn_dump.3" "/opt/libressl/share/man/man3/bn_mul_recursive.3"
ln -sf "bn_dump.3" "/opt/libressl/share/man/man3/bn_mul_words.3"
ln -sf "bn_dump.3" "/opt/libressl/share/man/man3/bn_set_high.3"
ln -sf "bn_dump.3" "/opt/libressl/share/man/man3/bn_set_low.3"
ln -sf "bn_dump.3" "/opt/libressl/share/man/man3/bn_set_max.3"
ln -sf "bn_dump.3" "/opt/libressl/share/man/man3/bn_sqr_comba4.3"
ln -sf "bn_dump.3" "/opt/libressl/share/man/man3/bn_sqr_comba8.3"
ln -sf "bn_dump.3" "/opt/libressl/share/man/man3/bn_sqr_normal.3"
ln -sf "bn_dump.3" "/opt/libressl/share/man/man3/bn_sqr_recursive.3"
ln -sf "bn_dump.3" "/opt/libressl/share/man/man3/bn_sqr_words.3"
ln -sf "bn_dump.3" "/opt/libressl/share/man/man3/bn_sub_words.3"
ln -sf "bn_dump.3" "/opt/libressl/share/man/man3/bn_wexpand.3"
ln -sf "bn_dump.3" "/opt/libressl/share/man/man3/mul.3"
ln -sf "bn_dump.3" "/opt/libressl/share/man/man3/mul_add.3"
ln -sf "bn_dump.3" "/opt/libressl/share/man/man3/sqr.3"
ln -sf "d2i_ASN1_NULL.3" "/opt/libressl/share/man/man3/i2d_ASN1_NULL.3"
ln -sf "d2i_ASN1_OBJECT.3" "/opt/libressl/share/man/man3/i2d_ASN1_OBJECT.3"
ln -sf "d2i_ASN1_OCTET_STRING.3" "/opt/libressl/share/man/man3/d2i_ASN1_BIT_STRING.3"
ln -sf "d2i_ASN1_OCTET_STRING.3" "/opt/libressl/share/man/man3/d2i_ASN1_BMPSTRING.3"
ln -sf "d2i_ASN1_OCTET_STRING.3" "/opt/libressl/share/man/man3/d2i_ASN1_ENUMERATED.3"
ln -sf "d2i_ASN1_OCTET_STRING.3" "/opt/libressl/share/man/man3/d2i_ASN1_GENERALIZEDTIME.3"
ln -sf "d2i_ASN1_OCTET_STRING.3" "/opt/libressl/share/man/man3/d2i_ASN1_GENERALSTRING.3"
ln -sf "d2i_ASN1_OCTET_STRING.3" "/opt/libressl/share/man/man3/d2i_ASN1_IA5STRING.3"
ln -sf "d2i_ASN1_OCTET_STRING.3" "/opt/libressl/share/man/man3/d2i_ASN1_INTEGER.3"
ln -sf "d2i_ASN1_OCTET_STRING.3" "/opt/libressl/share/man/man3/d2i_ASN1_PRINTABLE.3"
ln -sf "d2i_ASN1_OCTET_STRING.3" "/opt/libressl/share/man/man3/d2i_ASN1_PRINTABLESTRING.3"
ln -sf "d2i_ASN1_OCTET_STRING.3" "/opt/libressl/share/man/man3/d2i_ASN1_T61STRING.3"
ln -sf "d2i_ASN1_OCTET_STRING.3" "/opt/libressl/share/man/man3/d2i_ASN1_TIME.3"
ln -sf "d2i_ASN1_OCTET_STRING.3" "/opt/libressl/share/man/man3/d2i_ASN1_UINTEGER.3"
ln -sf "d2i_ASN1_OCTET_STRING.3" "/opt/libressl/share/man/man3/d2i_ASN1_UNIVERSALSTRING.3"
ln -sf "d2i_ASN1_OCTET_STRING.3" "/opt/libressl/share/man/man3/d2i_ASN1_UTCTIME.3"
ln -sf "d2i_ASN1_OCTET_STRING.3" "/opt/libressl/share/man/man3/d2i_ASN1_UTF8STRING.3"
ln -sf "d2i_ASN1_OCTET_STRING.3" "/opt/libressl/share/man/man3/d2i_ASN1_VISIBLESTRING.3"
ln -sf "d2i_ASN1_OCTET_STRING.3" "/opt/libressl/share/man/man3/d2i_DIRECTORYSTRING.3"
ln -sf "d2i_ASN1_OCTET_STRING.3" "/opt/libressl/share/man/man3/d2i_DISPLAYTEXT.3"
ln -sf "d2i_ASN1_OCTET_STRING.3" "/opt/libressl/share/man/man3/i2d_ASN1_BIT_STRING.3"
ln -sf "d2i_ASN1_OCTET_STRING.3" "/opt/libressl/share/man/man3/i2d_ASN1_BMPSTRING.3"
ln -sf "d2i_ASN1_OCTET_STRING.3" "/opt/libressl/share/man/man3/i2d_ASN1_ENUMERATED.3"
ln -sf "d2i_ASN1_OCTET_STRING.3" "/opt/libressl/share/man/man3/i2d_ASN1_GENERALIZEDTIME.3"
ln -sf "d2i_ASN1_OCTET_STRING.3" "/opt/libressl/share/man/man3/i2d_ASN1_GENERALSTRING.3"
ln -sf "d2i_ASN1_OCTET_STRING.3" "/opt/libressl/share/man/man3/i2d_ASN1_IA5STRING.3"
ln -sf "d2i_ASN1_OCTET_STRING.3" "/opt/libressl/share/man/man3/i2d_ASN1_INTEGER.3"
ln -sf "d2i_ASN1_OCTET_STRING.3" "/opt/libressl/share/man/man3/i2d_ASN1_OCTET_STRING.3"
ln -sf "d2i_ASN1_OCTET_STRING.3" "/opt/libressl/share/man/man3/i2d_ASN1_PRINTABLE.3"
ln -sf "d2i_ASN1_OCTET_STRING.3" "/opt/libressl/share/man/man3/i2d_ASN1_PRINTABLESTRING.3"
ln -sf "d2i_ASN1_OCTET_STRING.3" "/opt/libressl/share/man/man3/i2d_ASN1_T61STRING.3"
ln -sf "d2i_ASN1_OCTET_STRING.3" "/opt/libressl/share/man/man3/i2d_ASN1_TIME.3"
ln -sf "d2i_ASN1_OCTET_STRING.3" "/opt/libressl/share/man/man3/i2d_ASN1_UNIVERSALSTRING.3"
ln -sf "d2i_ASN1_OCTET_STRING.3" "/opt/libressl/share/man/man3/i2d_ASN1_UTCTIME.3"
ln -sf "d2i_ASN1_OCTET_STRING.3" "/opt/libressl/share/man/man3/i2d_ASN1_UTF8STRING.3"
ln -sf "d2i_ASN1_OCTET_STRING.3" "/opt/libressl/share/man/man3/i2d_ASN1_VISIBLESTRING.3"
ln -sf "d2i_ASN1_OCTET_STRING.3" "/opt/libressl/share/man/man3/i2d_DIRECTORYSTRING.3"
ln -sf "d2i_ASN1_OCTET_STRING.3" "/opt/libressl/share/man/man3/i2d_DISPLAYTEXT.3"
ln -sf "d2i_ASN1_SEQUENCE_ANY.3" "/opt/libressl/share/man/man3/d2i_ASN1_SET_ANY.3"
ln -sf "d2i_ASN1_SEQUENCE_ANY.3" "/opt/libressl/share/man/man3/i2d_ASN1_SEQUENCE_ANY.3"
ln -sf "d2i_ASN1_SEQUENCE_ANY.3" "/opt/libressl/share/man/man3/i2d_ASN1_SET_ANY.3"
ln -sf "d2i_AUTHORITY_KEYID.3" "/opt/libressl/share/man/man3/i2d_AUTHORITY_KEYID.3"
ln -sf "d2i_BASIC_CONSTRAINTS.3" "/opt/libressl/share/man/man3/d2i_EXTENDED_KEY_USAGE.3"
ln -sf "d2i_BASIC_CONSTRAINTS.3" "/opt/libressl/share/man/man3/i2d_BASIC_CONSTRAINTS.3"
ln -sf "d2i_BASIC_CONSTRAINTS.3" "/opt/libressl/share/man/man3/i2d_EXTENDED_KEY_USAGE.3"
ln -sf "d2i_CMS_ContentInfo.3" "/opt/libressl/share/man/man3/d2i_CMS_ReceiptRequest.3"
ln -sf "d2i_CMS_ContentInfo.3" "/opt/libressl/share/man/man3/d2i_CMS_bio.3"
ln -sf "d2i_CMS_ContentInfo.3" "/opt/libressl/share/man/man3/i2d_CMS_ContentInfo.3"
ln -sf "d2i_CMS_ContentInfo.3" "/opt/libressl/share/man/man3/i2d_CMS_ReceiptRequest.3"
ln -sf "d2i_CMS_ContentInfo.3" "/opt/libressl/share/man/man3/i2d_CMS_bio.3"
ln -sf "d2i_DHparams.3" "/opt/libressl/share/man/man3/i2d_DHparams.3"
ln -sf "d2i_DIST_POINT.3" "/opt/libressl/share/man/man3/d2i_ACCESS_DESCRIPTION.3"
ln -sf "d2i_DIST_POINT.3" "/opt/libressl/share/man/man3/d2i_AUTHORITY_INFO_ACCESS.3"
ln -sf "d2i_DIST_POINT.3" "/opt/libressl/share/man/man3/d2i_CRL_DIST_POINTS.3"
ln -sf "d2i_DIST_POINT.3" "/opt/libressl/share/man/man3/d2i_DIST_POINT_NAME.3"
ln -sf "d2i_DIST_POINT.3" "/opt/libressl/share/man/man3/d2i_ISSUING_DIST_POINT.3"
ln -sf "d2i_DIST_POINT.3" "/opt/libressl/share/man/man3/i2d_ACCESS_DESCRIPTION.3"
ln -sf "d2i_DIST_POINT.3" "/opt/libressl/share/man/man3/i2d_AUTHORITY_INFO_ACCESS.3"
ln -sf "d2i_DIST_POINT.3" "/opt/libressl/share/man/man3/i2d_CRL_DIST_POINTS.3"
ln -sf "d2i_DIST_POINT.3" "/opt/libressl/share/man/man3/i2d_DIST_POINT.3"
ln -sf "d2i_DIST_POINT.3" "/opt/libressl/share/man/man3/i2d_DIST_POINT_NAME.3"
ln -sf "d2i_DIST_POINT.3" "/opt/libressl/share/man/man3/i2d_ISSUING_DIST_POINT.3"
ln -sf "d2i_DSAPublicKey.3" "/opt/libressl/share/man/man3/DSAparams_dup.3"
ln -sf "d2i_DSAPublicKey.3" "/opt/libressl/share/man/man3/d2i_DSAPrivateKey.3"
ln -sf "d2i_DSAPublicKey.3" "/opt/libressl/share/man/man3/d2i_DSAPrivateKey_bio.3"
ln -sf "d2i_DSAPublicKey.3" "/opt/libressl/share/man/man3/d2i_DSAPrivateKey_fp.3"
ln -sf "d2i_DSAPublicKey.3" "/opt/libressl/share/man/man3/d2i_DSA_PUBKEY.3"
ln -sf "d2i_DSAPublicKey.3" "/opt/libressl/share/man/man3/d2i_DSA_PUBKEY_bio.3"
ln -sf "d2i_DSAPublicKey.3" "/opt/libressl/share/man/man3/d2i_DSA_PUBKEY_fp.3"
ln -sf "d2i_DSAPublicKey.3" "/opt/libressl/share/man/man3/d2i_DSA_SIG.3"
ln -sf "d2i_DSAPublicKey.3" "/opt/libressl/share/man/man3/d2i_DSAparams.3"
ln -sf "d2i_DSAPublicKey.3" "/opt/libressl/share/man/man3/d2i_DSAparams_bio.3"
ln -sf "d2i_DSAPublicKey.3" "/opt/libressl/share/man/man3/d2i_DSAparams_fp.3"
ln -sf "d2i_DSAPublicKey.3" "/opt/libressl/share/man/man3/i2d_DSAPrivateKey.3"
ln -sf "d2i_DSAPublicKey.3" "/opt/libressl/share/man/man3/i2d_DSAPrivateKey_bio.3"
ln -sf "d2i_DSAPublicKey.3" "/opt/libressl/share/man/man3/i2d_DSAPrivateKey_fp.3"
ln -sf "d2i_DSAPublicKey.3" "/opt/libressl/share/man/man3/i2d_DSAPublicKey.3"
ln -sf "d2i_DSAPublicKey.3" "/opt/libressl/share/man/man3/i2d_DSA_PUBKEY.3"
ln -sf "d2i_DSAPublicKey.3" "/opt/libressl/share/man/man3/i2d_DSA_PUBKEY_bio.3"
ln -sf "d2i_DSAPublicKey.3" "/opt/libressl/share/man/man3/i2d_DSA_PUBKEY_fp.3"
ln -sf "d2i_DSAPublicKey.3" "/opt/libressl/share/man/man3/i2d_DSA_SIG.3"
ln -sf "d2i_DSAPublicKey.3" "/opt/libressl/share/man/man3/i2d_DSAparams.3"
ln -sf "d2i_DSAPublicKey.3" "/opt/libressl/share/man/man3/i2d_DSAparams_bio.3"
ln -sf "d2i_DSAPublicKey.3" "/opt/libressl/share/man/man3/i2d_DSAparams_fp.3"
ln -sf "d2i_ECPKParameters.3" "/opt/libressl/share/man/man3/ECPKParameters_print.3"
ln -sf "d2i_ECPKParameters.3" "/opt/libressl/share/man/man3/ECPKParameters_print_fp.3"
ln -sf "d2i_ECPKParameters.3" "/opt/libressl/share/man/man3/ECParameters_dup.3"
ln -sf "d2i_ECPKParameters.3" "/opt/libressl/share/man/man3/ECParameters_print.3"
ln -sf "d2i_ECPKParameters.3" "/opt/libressl/share/man/man3/ECParameters_print_fp.3"
ln -sf "d2i_ECPKParameters.3" "/opt/libressl/share/man/man3/d2i_ECPKParameters_bio.3"
ln -sf "d2i_ECPKParameters.3" "/opt/libressl/share/man/man3/d2i_ECPKParameters_fp.3"
ln -sf "d2i_ECPKParameters.3" "/opt/libressl/share/man/man3/d2i_ECParameters.3"
ln -sf "d2i_ECPKParameters.3" "/opt/libressl/share/man/man3/d2i_ECPrivateKey.3"
ln -sf "d2i_ECPKParameters.3" "/opt/libressl/share/man/man3/d2i_ECPrivateKey_bio.3"
ln -sf "d2i_ECPKParameters.3" "/opt/libressl/share/man/man3/d2i_ECPrivateKey_fp.3"
ln -sf "d2i_ECPKParameters.3" "/opt/libressl/share/man/man3/d2i_EC_PUBKEY.3"
ln -sf "d2i_ECPKParameters.3" "/opt/libressl/share/man/man3/d2i_EC_PUBKEY_bio.3"
ln -sf "d2i_ECPKParameters.3" "/opt/libressl/share/man/man3/d2i_EC_PUBKEY_fp.3"
ln -sf "d2i_ECPKParameters.3" "/opt/libressl/share/man/man3/i2d_ECPKParameters.3"
ln -sf "d2i_ECPKParameters.3" "/opt/libressl/share/man/man3/i2d_ECPKParameters_bio.3"
ln -sf "d2i_ECPKParameters.3" "/opt/libressl/share/man/man3/i2d_ECPKParameters_fp.3"
ln -sf "d2i_ECPKParameters.3" "/opt/libressl/share/man/man3/i2d_ECParameters.3"
ln -sf "d2i_ECPKParameters.3" "/opt/libressl/share/man/man3/i2d_ECPrivateKey.3"
ln -sf "d2i_ECPKParameters.3" "/opt/libressl/share/man/man3/i2d_ECPrivateKey_bio.3"
ln -sf "d2i_ECPKParameters.3" "/opt/libressl/share/man/man3/i2d_ECPrivateKey_fp.3"
ln -sf "d2i_ECPKParameters.3" "/opt/libressl/share/man/man3/i2d_EC_PUBKEY.3"
ln -sf "d2i_ECPKParameters.3" "/opt/libressl/share/man/man3/i2d_EC_PUBKEY_bio.3"
ln -sf "d2i_ECPKParameters.3" "/opt/libressl/share/man/man3/i2d_EC_PUBKEY_fp.3"
ln -sf "d2i_ECPKParameters.3" "/opt/libressl/share/man/man3/i2o_ECPublicKey.3"
ln -sf "d2i_ECPKParameters.3" "/opt/libressl/share/man/man3/o2i_ECPublicKey.3"
ln -sf "d2i_ESS_SIGNING_CERT.3" "/opt/libressl/share/man/man3/d2i_ESS_CERT_ID.3"
ln -sf "d2i_ESS_SIGNING_CERT.3" "/opt/libressl/share/man/man3/d2i_ESS_ISSUER_SERIAL.3"
ln -sf "d2i_ESS_SIGNING_CERT.3" "/opt/libressl/share/man/man3/i2d_ESS_CERT_ID.3"
ln -sf "d2i_ESS_SIGNING_CERT.3" "/opt/libressl/share/man/man3/i2d_ESS_ISSUER_SERIAL.3"
ln -sf "d2i_ESS_SIGNING_CERT.3" "/opt/libressl/share/man/man3/i2d_ESS_SIGNING_CERT.3"
ln -sf "d2i_GENERAL_NAME.3" "/opt/libressl/share/man/man3/d2i_EDIPARTYNAME.3"
ln -sf "d2i_GENERAL_NAME.3" "/opt/libressl/share/man/man3/d2i_GENERAL_NAMES.3"
ln -sf "d2i_GENERAL_NAME.3" "/opt/libressl/share/man/man3/d2i_OTHERNAME.3"
ln -sf "d2i_GENERAL_NAME.3" "/opt/libressl/share/man/man3/i2d_EDIPARTYNAME.3"
ln -sf "d2i_GENERAL_NAME.3" "/opt/libressl/share/man/man3/i2d_GENERAL_NAME.3"
ln -sf "d2i_GENERAL_NAME.3" "/opt/libressl/share/man/man3/i2d_GENERAL_NAMES.3"
ln -sf "d2i_GENERAL_NAME.3" "/opt/libressl/share/man/man3/i2d_OTHERNAME.3"
ln -sf "d2i_OCSP_REQUEST.3" "/opt/libressl/share/man/man3/d2i_OCSP_CERTID.3"
ln -sf "d2i_OCSP_REQUEST.3" "/opt/libressl/share/man/man3/d2i_OCSP_ONEREQ.3"
ln -sf "d2i_OCSP_REQUEST.3" "/opt/libressl/share/man/man3/d2i_OCSP_REQINFO.3"
ln -sf "d2i_OCSP_REQUEST.3" "/opt/libressl/share/man/man3/d2i_OCSP_SERVICELOC.3"
ln -sf "d2i_OCSP_REQUEST.3" "/opt/libressl/share/man/man3/d2i_OCSP_SIGNATURE.3"
ln -sf "d2i_OCSP_REQUEST.3" "/opt/libressl/share/man/man3/i2d_OCSP_CERTID.3"
ln -sf "d2i_OCSP_REQUEST.3" "/opt/libressl/share/man/man3/i2d_OCSP_ONEREQ.3"
ln -sf "d2i_OCSP_REQUEST.3" "/opt/libressl/share/man/man3/i2d_OCSP_REQINFO.3"
ln -sf "d2i_OCSP_REQUEST.3" "/opt/libressl/share/man/man3/i2d_OCSP_REQUEST.3"
ln -sf "d2i_OCSP_REQUEST.3" "/opt/libressl/share/man/man3/i2d_OCSP_SERVICELOC.3"
ln -sf "d2i_OCSP_REQUEST.3" "/opt/libressl/share/man/man3/i2d_OCSP_SIGNATURE.3"
ln -sf "d2i_OCSP_RESPONSE.3" "/opt/libressl/share/man/man3/d2i_OCSP_BASICRESP.3"
ln -sf "d2i_OCSP_RESPONSE.3" "/opt/libressl/share/man/man3/d2i_OCSP_CERTSTATUS.3"
ln -sf "d2i_OCSP_RESPONSE.3" "/opt/libressl/share/man/man3/d2i_OCSP_CRLID.3"
ln -sf "d2i_OCSP_RESPONSE.3" "/opt/libressl/share/man/man3/d2i_OCSP_RESPBYTES.3"
ln -sf "d2i_OCSP_RESPONSE.3" "/opt/libressl/share/man/man3/d2i_OCSP_RESPDATA.3"
ln -sf "d2i_OCSP_RESPONSE.3" "/opt/libressl/share/man/man3/d2i_OCSP_RESPID.3"
ln -sf "d2i_OCSP_RESPONSE.3" "/opt/libressl/share/man/man3/d2i_OCSP_REVOKEDINFO.3"
ln -sf "d2i_OCSP_RESPONSE.3" "/opt/libressl/share/man/man3/d2i_OCSP_SINGLERESP.3"
ln -sf "d2i_OCSP_RESPONSE.3" "/opt/libressl/share/man/man3/i2d_OCSP_BASICRESP.3"
ln -sf "d2i_OCSP_RESPONSE.3" "/opt/libressl/share/man/man3/i2d_OCSP_CERTSTATUS.3"
ln -sf "d2i_OCSP_RESPONSE.3" "/opt/libressl/share/man/man3/i2d_OCSP_CRLID.3"
ln -sf "d2i_OCSP_RESPONSE.3" "/opt/libressl/share/man/man3/i2d_OCSP_RESPBYTES.3"
ln -sf "d2i_OCSP_RESPONSE.3" "/opt/libressl/share/man/man3/i2d_OCSP_RESPDATA.3"
ln -sf "d2i_OCSP_RESPONSE.3" "/opt/libressl/share/man/man3/i2d_OCSP_RESPID.3"
ln -sf "d2i_OCSP_RESPONSE.3" "/opt/libressl/share/man/man3/i2d_OCSP_RESPONSE.3"
ln -sf "d2i_OCSP_RESPONSE.3" "/opt/libressl/share/man/man3/i2d_OCSP_REVOKEDINFO.3"
ln -sf "d2i_OCSP_RESPONSE.3" "/opt/libressl/share/man/man3/i2d_OCSP_SINGLERESP.3"
ln -sf "d2i_PKCS12.3" "/opt/libressl/share/man/man3/d2i_PKCS12_BAGS.3"
ln -sf "d2i_PKCS12.3" "/opt/libressl/share/man/man3/d2i_PKCS12_MAC_DATA.3"
ln -sf "d2i_PKCS12.3" "/opt/libressl/share/man/man3/d2i_PKCS12_SAFEBAG.3"
ln -sf "d2i_PKCS12.3" "/opt/libressl/share/man/man3/d2i_PKCS12_bio.3"
ln -sf "d2i_PKCS12.3" "/opt/libressl/share/man/man3/d2i_PKCS12_fp.3"
ln -sf "d2i_PKCS12.3" "/opt/libressl/share/man/man3/i2d_PKCS12.3"
ln -sf "d2i_PKCS12.3" "/opt/libressl/share/man/man3/i2d_PKCS12_BAGS.3"
ln -sf "d2i_PKCS12.3" "/opt/libressl/share/man/man3/i2d_PKCS12_MAC_DATA.3"
ln -sf "d2i_PKCS12.3" "/opt/libressl/share/man/man3/i2d_PKCS12_SAFEBAG.3"
ln -sf "d2i_PKCS12.3" "/opt/libressl/share/man/man3/i2d_PKCS12_bio.3"
ln -sf "d2i_PKCS12.3" "/opt/libressl/share/man/man3/i2d_PKCS12_fp.3"
ln -sf "d2i_PKCS7.3" "/opt/libressl/share/man/man3/d2i_PKCS7_DIGEST.3"
ln -sf "d2i_PKCS7.3" "/opt/libressl/share/man/man3/d2i_PKCS7_ENCRYPT.3"
ln -sf "d2i_PKCS7.3" "/opt/libressl/share/man/man3/d2i_PKCS7_ENC_CONTENT.3"
ln -sf "d2i_PKCS7.3" "/opt/libressl/share/man/man3/d2i_PKCS7_ENVELOPE.3"
ln -sf "d2i_PKCS7.3" "/opt/libressl/share/man/man3/d2i_PKCS7_ISSUER_AND_SERIAL.3"
ln -sf "d2i_PKCS7.3" "/opt/libressl/share/man/man3/d2i_PKCS7_RECIP_INFO.3"
ln -sf "d2i_PKCS7.3" "/opt/libressl/share/man/man3/d2i_PKCS7_SIGNED.3"
ln -sf "d2i_PKCS7.3" "/opt/libressl/share/man/man3/d2i_PKCS7_SIGNER_INFO.3"
ln -sf "d2i_PKCS7.3" "/opt/libressl/share/man/man3/d2i_PKCS7_SIGN_ENVELOPE.3"
ln -sf "d2i_PKCS7.3" "/opt/libressl/share/man/man3/d2i_PKCS7_bio.3"
ln -sf "d2i_PKCS7.3" "/opt/libressl/share/man/man3/d2i_PKCS7_fp.3"
ln -sf "d2i_PKCS7.3" "/opt/libressl/share/man/man3/i2d_PKCS7.3"
ln -sf "d2i_PKCS7.3" "/opt/libressl/share/man/man3/i2d_PKCS7_DIGEST.3"
ln -sf "d2i_PKCS7.3" "/opt/libressl/share/man/man3/i2d_PKCS7_ENCRYPT.3"
ln -sf "d2i_PKCS7.3" "/opt/libressl/share/man/man3/i2d_PKCS7_ENC_CONTENT.3"
ln -sf "d2i_PKCS7.3" "/opt/libressl/share/man/man3/i2d_PKCS7_ENVELOPE.3"
ln -sf "d2i_PKCS7.3" "/opt/libressl/share/man/man3/i2d_PKCS7_ISSUER_AND_SERIAL.3"
ln -sf "d2i_PKCS7.3" "/opt/libressl/share/man/man3/i2d_PKCS7_NDEF.3"
ln -sf "d2i_PKCS7.3" "/opt/libressl/share/man/man3/i2d_PKCS7_RECIP_INFO.3"
ln -sf "d2i_PKCS7.3" "/opt/libressl/share/man/man3/i2d_PKCS7_SIGNED.3"
ln -sf "d2i_PKCS7.3" "/opt/libressl/share/man/man3/i2d_PKCS7_SIGNER_INFO.3"
ln -sf "d2i_PKCS7.3" "/opt/libressl/share/man/man3/i2d_PKCS7_SIGN_ENVELOPE.3"
ln -sf "d2i_PKCS7.3" "/opt/libressl/share/man/man3/i2d_PKCS7_bio.3"
ln -sf "d2i_PKCS7.3" "/opt/libressl/share/man/man3/i2d_PKCS7_fp.3"
ln -sf "d2i_PKCS8PrivateKey_bio.3" "/opt/libressl/share/man/man3/d2i_PKCS8PrivateKey_fp.3"
ln -sf "d2i_PKCS8PrivateKey_bio.3" "/opt/libressl/share/man/man3/i2d_PKCS8PrivateKey_bio.3"
ln -sf "d2i_PKCS8PrivateKey_bio.3" "/opt/libressl/share/man/man3/i2d_PKCS8PrivateKey_fp.3"
ln -sf "d2i_PKCS8PrivateKey_bio.3" "/opt/libressl/share/man/man3/i2d_PKCS8PrivateKey_nid_bio.3"
ln -sf "d2i_PKCS8PrivateKey_bio.3" "/opt/libressl/share/man/man3/i2d_PKCS8PrivateKey_nid_fp.3"
ln -sf "d2i_PKCS8_PRIV_KEY_INFO.3" "/opt/libressl/share/man/man3/d2i_PKCS8_PRIV_KEY_INFO_bio.3"
ln -sf "d2i_PKCS8_PRIV_KEY_INFO.3" "/opt/libressl/share/man/man3/d2i_PKCS8_PRIV_KEY_INFO_fp.3"
ln -sf "d2i_PKCS8_PRIV_KEY_INFO.3" "/opt/libressl/share/man/man3/i2d_PKCS8_PRIV_KEY_INFO.3"
ln -sf "d2i_PKCS8_PRIV_KEY_INFO.3" "/opt/libressl/share/man/man3/i2d_PKCS8_PRIV_KEY_INFO_bio.3"
ln -sf "d2i_PKCS8_PRIV_KEY_INFO.3" "/opt/libressl/share/man/man3/i2d_PKCS8_PRIV_KEY_INFO_fp.3"
ln -sf "d2i_PKEY_USAGE_PERIOD.3" "/opt/libressl/share/man/man3/i2d_PKEY_USAGE_PERIOD.3"
ln -sf "d2i_POLICYINFO.3" "/opt/libressl/share/man/man3/d2i_CERTIFICATEPOLICIES.3"
ln -sf "d2i_POLICYINFO.3" "/opt/libressl/share/man/man3/d2i_NOTICEREF.3"
ln -sf "d2i_POLICYINFO.3" "/opt/libressl/share/man/man3/d2i_POLICYQUALINFO.3"
ln -sf "d2i_POLICYINFO.3" "/opt/libressl/share/man/man3/d2i_USERNOTICE.3"
ln -sf "d2i_POLICYINFO.3" "/opt/libressl/share/man/man3/i2d_CERTIFICATEPOLICIES.3"
ln -sf "d2i_POLICYINFO.3" "/opt/libressl/share/man/man3/i2d_NOTICEREF.3"
ln -sf "d2i_POLICYINFO.3" "/opt/libressl/share/man/man3/i2d_POLICYINFO.3"
ln -sf "d2i_POLICYINFO.3" "/opt/libressl/share/man/man3/i2d_POLICYQUALINFO.3"
ln -sf "d2i_POLICYINFO.3" "/opt/libressl/share/man/man3/i2d_USERNOTICE.3"
ln -sf "d2i_PROXY_POLICY.3" "/opt/libressl/share/man/man3/d2i_PROXY_CERT_INFO_EXTENSION.3"
ln -sf "d2i_PROXY_POLICY.3" "/opt/libressl/share/man/man3/i2d_PROXY_CERT_INFO_EXTENSION.3"
ln -sf "d2i_PROXY_POLICY.3" "/opt/libressl/share/man/man3/i2d_PROXY_POLICY.3"
ln -sf "d2i_PrivateKey.3" "/opt/libressl/share/man/man3/d2i_AutoPrivateKey.3"
ln -sf "d2i_PrivateKey.3" "/opt/libressl/share/man/man3/d2i_PrivateKey_bio.3"
ln -sf "d2i_PrivateKey.3" "/opt/libressl/share/man/man3/d2i_PrivateKey_fp.3"
ln -sf "d2i_PrivateKey.3" "/opt/libressl/share/man/man3/d2i_PublicKey.3"
ln -sf "d2i_PrivateKey.3" "/opt/libressl/share/man/man3/i2d_PKCS8PrivateKeyInfo_bio.3"
ln -sf "d2i_PrivateKey.3" "/opt/libressl/share/man/man3/i2d_PKCS8PrivateKeyInfo_fp.3"
ln -sf "d2i_PrivateKey.3" "/opt/libressl/share/man/man3/i2d_PrivateKey.3"
ln -sf "d2i_PrivateKey.3" "/opt/libressl/share/man/man3/i2d_PublicKey.3"
ln -sf "d2i_RSAPublicKey.3" "/opt/libressl/share/man/man3/d2i_Netscape_RSA.3"
ln -sf "d2i_RSAPublicKey.3" "/opt/libressl/share/man/man3/d2i_RSAPrivateKey.3"
ln -sf "d2i_RSAPublicKey.3" "/opt/libressl/share/man/man3/d2i_RSAPrivateKey_bio.3"
ln -sf "d2i_RSAPublicKey.3" "/opt/libressl/share/man/man3/d2i_RSAPrivateKey_fp.3"
ln -sf "d2i_RSAPublicKey.3" "/opt/libressl/share/man/man3/d2i_RSAPublicKey_bio.3"
ln -sf "d2i_RSAPublicKey.3" "/opt/libressl/share/man/man3/d2i_RSAPublicKey_fp.3"
ln -sf "d2i_RSAPublicKey.3" "/opt/libressl/share/man/man3/d2i_RSA_PSS_PARAMS.3"
ln -sf "d2i_RSAPublicKey.3" "/opt/libressl/share/man/man3/d2i_RSA_PUBKEY.3"
ln -sf "d2i_RSAPublicKey.3" "/opt/libressl/share/man/man3/d2i_RSA_PUBKEY_bio.3"
ln -sf "d2i_RSAPublicKey.3" "/opt/libressl/share/man/man3/d2i_RSA_PUBKEY_fp.3"
ln -sf "d2i_RSAPublicKey.3" "/opt/libressl/share/man/man3/i2d_Netscape_RSA.3"
ln -sf "d2i_RSAPublicKey.3" "/opt/libressl/share/man/man3/i2d_RSAPrivateKey.3"
ln -sf "d2i_RSAPublicKey.3" "/opt/libressl/share/man/man3/i2d_RSAPrivateKey_bio.3"
ln -sf "d2i_RSAPublicKey.3" "/opt/libressl/share/man/man3/i2d_RSAPrivateKey_fp.3"
ln -sf "d2i_RSAPublicKey.3" "/opt/libressl/share/man/man3/i2d_RSAPublicKey.3"
ln -sf "d2i_RSAPublicKey.3" "/opt/libressl/share/man/man3/i2d_RSAPublicKey_bio.3"
ln -sf "d2i_RSAPublicKey.3" "/opt/libressl/share/man/man3/i2d_RSAPublicKey_fp.3"
ln -sf "d2i_RSAPublicKey.3" "/opt/libressl/share/man/man3/i2d_RSA_PSS_PARAMS.3"
ln -sf "d2i_RSAPublicKey.3" "/opt/libressl/share/man/man3/i2d_RSA_PUBKEY.3"
ln -sf "d2i_RSAPublicKey.3" "/opt/libressl/share/man/man3/i2d_RSA_PUBKEY_bio.3"
ln -sf "d2i_RSAPublicKey.3" "/opt/libressl/share/man/man3/i2d_RSA_PUBKEY_fp.3"
ln -sf "d2i_SSL_SESSION.3" "/opt/libressl/share/man/man3/i2d_SSL_SESSION.3"
ln -sf "d2i_TS_REQ.3" "/opt/libressl/share/man/man3/d2i_TS_ACCURACY.3"
ln -sf "d2i_TS_REQ.3" "/opt/libressl/share/man/man3/d2i_TS_MSG_IMPRINT.3"
ln -sf "d2i_TS_REQ.3" "/opt/libressl/share/man/man3/d2i_TS_MSG_IMPRINT_bio.3"
ln -sf "d2i_TS_REQ.3" "/opt/libressl/share/man/man3/d2i_TS_MSG_IMPRINT_fp.3"
ln -sf "d2i_TS_REQ.3" "/opt/libressl/share/man/man3/d2i_TS_REQ_bio.3"
ln -sf "d2i_TS_REQ.3" "/opt/libressl/share/man/man3/d2i_TS_REQ_fp.3"
ln -sf "d2i_TS_REQ.3" "/opt/libressl/share/man/man3/d2i_TS_RESP.3"
ln -sf "d2i_TS_REQ.3" "/opt/libressl/share/man/man3/d2i_TS_RESP_bio.3"
ln -sf "d2i_TS_REQ.3" "/opt/libressl/share/man/man3/d2i_TS_RESP_fp.3"
ln -sf "d2i_TS_REQ.3" "/opt/libressl/share/man/man3/d2i_TS_STATUS_INFO.3"
ln -sf "d2i_TS_REQ.3" "/opt/libressl/share/man/man3/d2i_TS_TST_INFO.3"
ln -sf "d2i_TS_REQ.3" "/opt/libressl/share/man/man3/d2i_TS_TST_INFO_bio.3"
ln -sf "d2i_TS_REQ.3" "/opt/libressl/share/man/man3/d2i_TS_TST_INFO_fp.3"
ln -sf "d2i_TS_REQ.3" "/opt/libressl/share/man/man3/i2d_TS_ACCURACY.3"
ln -sf "d2i_TS_REQ.3" "/opt/libressl/share/man/man3/i2d_TS_MSG_IMPRINT.3"
ln -sf "d2i_TS_REQ.3" "/opt/libressl/share/man/man3/i2d_TS_MSG_IMPRINT_bio.3"
ln -sf "d2i_TS_REQ.3" "/opt/libressl/share/man/man3/i2d_TS_MSG_IMPRINT_fp.3"
ln -sf "d2i_TS_REQ.3" "/opt/libressl/share/man/man3/i2d_TS_REQ.3"
ln -sf "d2i_TS_REQ.3" "/opt/libressl/share/man/man3/i2d_TS_REQ_bio.3"
ln -sf "d2i_TS_REQ.3" "/opt/libressl/share/man/man3/i2d_TS_REQ_fp.3"
ln -sf "d2i_TS_REQ.3" "/opt/libressl/share/man/man3/i2d_TS_RESP.3"
ln -sf "d2i_TS_REQ.3" "/opt/libressl/share/man/man3/i2d_TS_RESP_bio.3"
ln -sf "d2i_TS_REQ.3" "/opt/libressl/share/man/man3/i2d_TS_RESP_fp.3"
ln -sf "d2i_TS_REQ.3" "/opt/libressl/share/man/man3/i2d_TS_STATUS_INFO.3"
ln -sf "d2i_TS_REQ.3" "/opt/libressl/share/man/man3/i2d_TS_TST_INFO.3"
ln -sf "d2i_TS_REQ.3" "/opt/libressl/share/man/man3/i2d_TS_TST_INFO_bio.3"
ln -sf "d2i_TS_REQ.3" "/opt/libressl/share/man/man3/i2d_TS_TST_INFO_fp.3"
ln -sf "d2i_X509.3" "/opt/libressl/share/man/man3/d2i_X509_AUX.3"
ln -sf "d2i_X509.3" "/opt/libressl/share/man/man3/d2i_X509_CERT_AUX.3"
ln -sf "d2i_X509.3" "/opt/libressl/share/man/man3/d2i_X509_CINF.3"
ln -sf "d2i_X509.3" "/opt/libressl/share/man/man3/d2i_X509_VAL.3"
ln -sf "d2i_X509.3" "/opt/libressl/share/man/man3/d2i_X509_bio.3"
ln -sf "d2i_X509.3" "/opt/libressl/share/man/man3/d2i_X509_fp.3"
ln -sf "d2i_X509.3" "/opt/libressl/share/man/man3/i2d_X509.3"
ln -sf "d2i_X509.3" "/opt/libressl/share/man/man3/i2d_X509_AUX.3"
ln -sf "d2i_X509.3" "/opt/libressl/share/man/man3/i2d_X509_CERT_AUX.3"
ln -sf "d2i_X509.3" "/opt/libressl/share/man/man3/i2d_X509_CINF.3"
ln -sf "d2i_X509.3" "/opt/libressl/share/man/man3/i2d_X509_VAL.3"
ln -sf "d2i_X509.3" "/opt/libressl/share/man/man3/i2d_X509_bio.3"
ln -sf "d2i_X509.3" "/opt/libressl/share/man/man3/i2d_X509_fp.3"
ln -sf "d2i_X509_ALGOR.3" "/opt/libressl/share/man/man3/i2d_X509_ALGOR.3"
ln -sf "d2i_X509_ATTRIBUTE.3" "/opt/libressl/share/man/man3/i2d_X509_ATTRIBUTE.3"
ln -sf "d2i_X509_CRL.3" "/opt/libressl/share/man/man3/d2i_X509_CRL_INFO.3"
ln -sf "d2i_X509_CRL.3" "/opt/libressl/share/man/man3/d2i_X509_CRL_bio.3"
ln -sf "d2i_X509_CRL.3" "/opt/libressl/share/man/man3/d2i_X509_CRL_fp.3"
ln -sf "d2i_X509_CRL.3" "/opt/libressl/share/man/man3/d2i_X509_REVOKED.3"
ln -sf "d2i_X509_CRL.3" "/opt/libressl/share/man/man3/i2d_X509_CRL.3"
ln -sf "d2i_X509_CRL.3" "/opt/libressl/share/man/man3/i2d_X509_CRL_INFO.3"
ln -sf "d2i_X509_CRL.3" "/opt/libressl/share/man/man3/i2d_X509_CRL_bio.3"
ln -sf "d2i_X509_CRL.3" "/opt/libressl/share/man/man3/i2d_X509_CRL_fp.3"
ln -sf "d2i_X509_CRL.3" "/opt/libressl/share/man/man3/i2d_X509_REVOKED.3"
ln -sf "d2i_X509_EXTENSION.3" "/opt/libressl/share/man/man3/d2i_X509_EXTENSIONS.3"
ln -sf "d2i_X509_EXTENSION.3" "/opt/libressl/share/man/man3/i2d_X509_EXTENSION.3"
ln -sf "d2i_X509_EXTENSION.3" "/opt/libressl/share/man/man3/i2d_X509_EXTENSIONS.3"
ln -sf "d2i_X509_NAME.3" "/opt/libressl/share/man/man3/X509_NAME_ENTRY_dup.3"
ln -sf "d2i_X509_NAME.3" "/opt/libressl/share/man/man3/X509_NAME_dup.3"
ln -sf "d2i_X509_NAME.3" "/opt/libressl/share/man/man3/X509_NAME_get0_der.3"
ln -sf "d2i_X509_NAME.3" "/opt/libressl/share/man/man3/X509_NAME_hash.3"
ln -sf "d2i_X509_NAME.3" "/opt/libressl/share/man/man3/d2i_X509_NAME_ENTRY.3"
ln -sf "d2i_X509_NAME.3" "/opt/libressl/share/man/man3/i2d_X509_NAME.3"
ln -sf "d2i_X509_NAME.3" "/opt/libressl/share/man/man3/i2d_X509_NAME_ENTRY.3"
ln -sf "d2i_X509_REQ.3" "/opt/libressl/share/man/man3/d2i_X509_REQ_INFO.3"
ln -sf "d2i_X509_REQ.3" "/opt/libressl/share/man/man3/d2i_X509_REQ_bio.3"
ln -sf "d2i_X509_REQ.3" "/opt/libressl/share/man/man3/d2i_X509_REQ_fp.3"
ln -sf "d2i_X509_REQ.3" "/opt/libressl/share/man/man3/i2d_X509_REQ.3"
ln -sf "d2i_X509_REQ.3" "/opt/libressl/share/man/man3/i2d_X509_REQ_INFO.3"
ln -sf "d2i_X509_REQ.3" "/opt/libressl/share/man/man3/i2d_X509_REQ_bio.3"
ln -sf "d2i_X509_REQ.3" "/opt/libressl/share/man/man3/i2d_X509_REQ_fp.3"
ln -sf "d2i_X509_SIG.3" "/opt/libressl/share/man/man3/d2i_PKCS8_bio.3"
ln -sf "d2i_X509_SIG.3" "/opt/libressl/share/man/man3/d2i_PKCS8_fp.3"
ln -sf "d2i_X509_SIG.3" "/opt/libressl/share/man/man3/i2d_PKCS8_bio.3"
ln -sf "d2i_X509_SIG.3" "/opt/libressl/share/man/man3/i2d_PKCS8_fp.3"
ln -sf "d2i_X509_SIG.3" "/opt/libressl/share/man/man3/i2d_X509_SIG.3"
ln -sf "des_read_pw.3" "/opt/libressl/share/man/man3/EVP_read_pw_string.3"
ln -sf "des_read_pw.3" "/opt/libressl/share/man/man3/des_read_pw_string.3"
ln -sf "get_rfc3526_prime_8192.3" "/opt/libressl/share/man/man3/BN_get_rfc2409_prime_1024.3"
ln -sf "get_rfc3526_prime_8192.3" "/opt/libressl/share/man/man3/BN_get_rfc2409_prime_768.3"
ln -sf "get_rfc3526_prime_8192.3" "/opt/libressl/share/man/man3/BN_get_rfc3526_prime_1536.3"
ln -sf "get_rfc3526_prime_8192.3" "/opt/libressl/share/man/man3/BN_get_rfc3526_prime_2048.3"
ln -sf "get_rfc3526_prime_8192.3" "/opt/libressl/share/man/man3/BN_get_rfc3526_prime_3072.3"
ln -sf "get_rfc3526_prime_8192.3" "/opt/libressl/share/man/man3/BN_get_rfc3526_prime_4096.3"
ln -sf "get_rfc3526_prime_8192.3" "/opt/libressl/share/man/man3/BN_get_rfc3526_prime_6144.3"
ln -sf "get_rfc3526_prime_8192.3" "/opt/libressl/share/man/man3/BN_get_rfc3526_prime_8192.3"
ln -sf "get_rfc3526_prime_8192.3" "/opt/libressl/share/man/man3/get_rfc2409_prime_1024.3"
ln -sf "get_rfc3526_prime_8192.3" "/opt/libressl/share/man/man3/get_rfc2409_prime_768.3"
ln -sf "get_rfc3526_prime_8192.3" "/opt/libressl/share/man/man3/get_rfc3526_prime_1536.3"
ln -sf "get_rfc3526_prime_8192.3" "/opt/libressl/share/man/man3/get_rfc3526_prime_2048.3"
ln -sf "get_rfc3526_prime_8192.3" "/opt/libressl/share/man/man3/get_rfc3526_prime_3072.3"
ln -sf "get_rfc3526_prime_8192.3" "/opt/libressl/share/man/man3/get_rfc3526_prime_4096.3"
ln -sf "get_rfc3526_prime_8192.3" "/opt/libressl/share/man/man3/get_rfc3526_prime_6144.3"
ln -sf "lh_new.3" "/opt/libressl/share/man/man3/DECLARE_LHASH_OF.3"
ln -sf "lh_new.3" "/opt/libressl/share/man/man3/LHASH_COMP_FN_TYPE.3"
ln -sf "lh_new.3" "/opt/libressl/share/man/man3/LHASH_DOALL_ARG_FN_TYPE.3"
ln -sf "lh_new.3" "/opt/libressl/share/man/man3/LHASH_DOALL_FN_TYPE.3"
ln -sf "lh_new.3" "/opt/libressl/share/man/man3/LHASH_HASH_FN_TYPE.3"
ln -sf "lh_new.3" "/opt/libressl/share/man/man3/lh_<type>_delete.3"
ln -sf "lh_new.3" "/opt/libressl/share/man/man3/lh_<type>_doall.3"
ln -sf "lh_new.3" "/opt/libressl/share/man/man3/lh_<type>_doall_arg.3"
ln -sf "lh_new.3" "/opt/libressl/share/man/man3/lh_<type>_error.3"
ln -sf "lh_new.3" "/opt/libressl/share/man/man3/lh_<type>_free.3"
ln -sf "lh_new.3" "/opt/libressl/share/man/man3/lh_<type>_insert.3"
ln -sf "lh_new.3" "/opt/libressl/share/man/man3/lh_<type>_new.3"
ln -sf "lh_new.3" "/opt/libressl/share/man/man3/lh_<type>_retrieve.3"
ln -sf "lh_new.3" "/opt/libressl/share/man/man3/lh_delete.3"
ln -sf "lh_new.3" "/opt/libressl/share/man/man3/lh_doall.3"
ln -sf "lh_new.3" "/opt/libressl/share/man/man3/lh_doall_arg.3"
ln -sf "lh_new.3" "/opt/libressl/share/man/man3/lh_error.3"
ln -sf "lh_new.3" "/opt/libressl/share/man/man3/lh_free.3"
ln -sf "lh_new.3" "/opt/libressl/share/man/man3/lh_insert.3"
ln -sf "lh_new.3" "/opt/libressl/share/man/man3/lh_retrieve.3"
ln -sf "lh_stats.3" "/opt/libressl/share/man/man3/lh_node_stats.3"
ln -sf "lh_stats.3" "/opt/libressl/share/man/man3/lh_node_stats_bio.3"
ln -sf "lh_stats.3" "/opt/libressl/share/man/man3/lh_node_usage_stats.3"
ln -sf "lh_stats.3" "/opt/libressl/share/man/man3/lh_node_usage_stats_bio.3"
ln -sf "lh_stats.3" "/opt/libressl/share/man/man3/lh_stats_bio.3"
ln -sf "tls_accept_socket.3" "/opt/libressl/share/man/man3/tls_accept_cbs.3"
ln -sf "tls_accept_socket.3" "/opt/libressl/share/man/man3/tls_accept_fds.3"
ln -sf "tls_client.3" "/opt/libressl/share/man/man3/tls_configure.3"
ln -sf "tls_client.3" "/opt/libressl/share/man/man3/tls_free.3"
ln -sf "tls_client.3" "/opt/libressl/share/man/man3/tls_reset.3"
ln -sf "tls_client.3" "/opt/libressl/share/man/man3/tls_server.3"
ln -sf "tls_config_set_protocols.3" "/opt/libressl/share/man/man3/tls_config_parse_protocols.3"
ln -sf "tls_config_set_protocols.3" "/opt/libressl/share/man/man3/tls_config_prefer_ciphers_client.3"
ln -sf "tls_config_set_protocols.3" "/opt/libressl/share/man/man3/tls_config_prefer_ciphers_server.3"
ln -sf "tls_config_set_protocols.3" "/opt/libressl/share/man/man3/tls_config_set_alpn.3"
ln -sf "tls_config_set_protocols.3" "/opt/libressl/share/man/man3/tls_config_set_ciphers.3"
ln -sf "tls_config_set_protocols.3" "/opt/libressl/share/man/man3/tls_config_set_dheparams.3"
ln -sf "tls_config_set_protocols.3" "/opt/libressl/share/man/man3/tls_config_set_ecdhecurves.3"
ln -sf "tls_config_set_session_id.3" "/opt/libressl/share/man/man3/tls_config_add_ticket_key.3"
ln -sf "tls_config_set_session_id.3" "/opt/libressl/share/man/man3/tls_config_set_session_fd.3"
ln -sf "tls_config_set_session_id.3" "/opt/libressl/share/man/man3/tls_config_set_session_lifetime.3"
ln -sf "tls_config_verify.3" "/opt/libressl/share/man/man3/tls_config_insecure_noverifycert.3"
ln -sf "tls_config_verify.3" "/opt/libressl/share/man/man3/tls_config_insecure_noverifyname.3"
ln -sf "tls_config_verify.3" "/opt/libressl/share/man/man3/tls_config_insecure_noverifytime.3"
ln -sf "tls_conn_version.3" "/opt/libressl/share/man/man3/tls_conn_alpn_selected.3"
ln -sf "tls_conn_version.3" "/opt/libressl/share/man/man3/tls_conn_cipher.3"
ln -sf "tls_conn_version.3" "/opt/libressl/share/man/man3/tls_conn_servername.3"
ln -sf "tls_conn_version.3" "/opt/libressl/share/man/man3/tls_conn_session_resumed.3"
ln -sf "tls_conn_version.3" "/opt/libressl/share/man/man3/tls_peer_cert_chain_pem.3"
ln -sf "tls_conn_version.3" "/opt/libressl/share/man/man3/tls_peer_cert_contains_name.3"
ln -sf "tls_conn_version.3" "/opt/libressl/share/man/man3/tls_peer_cert_hash.3"
ln -sf "tls_conn_version.3" "/opt/libressl/share/man/man3/tls_peer_cert_issuer.3"
ln -sf "tls_conn_version.3" "/opt/libressl/share/man/man3/tls_peer_cert_notafter.3"
ln -sf "tls_conn_version.3" "/opt/libressl/share/man/man3/tls_peer_cert_notbefore.3"
ln -sf "tls_conn_version.3" "/opt/libressl/share/man/man3/tls_peer_cert_provided.3"
ln -sf "tls_conn_version.3" "/opt/libressl/share/man/man3/tls_peer_cert_subject.3"
ln -sf "tls_connect.3" "/opt/libressl/share/man/man3/tls_connect_cbs.3"
ln -sf "tls_connect.3" "/opt/libressl/share/man/man3/tls_connect_fds.3"
ln -sf "tls_connect.3" "/opt/libressl/share/man/man3/tls_connect_servername.3"
ln -sf "tls_connect.3" "/opt/libressl/share/man/man3/tls_connect_socket.3"
ln -sf "tls_init.3" "/opt/libressl/share/man/man3/tls_config_error.3"
ln -sf "tls_init.3" "/opt/libressl/share/man/man3/tls_config_free.3"
ln -sf "tls_init.3" "/opt/libressl/share/man/man3/tls_config_new.3"
ln -sf "tls_load_file.3" "/opt/libressl/share/man/man3/tls_config_add_keypair_file.3"
ln -sf "tls_load_file.3" "/opt/libressl/share/man/man3/tls_config_add_keypair_mem.3"
ln -sf "tls_load_file.3" "/opt/libressl/share/man/man3/tls_config_add_keypair_ocsp_file.3"
ln -sf "tls_load_file.3" "/opt/libressl/share/man/man3/tls_config_add_keypair_ocsp_mem.3"
ln -sf "tls_load_file.3" "/opt/libressl/share/man/man3/tls_config_clear_keys.3"
ln -sf "tls_load_file.3" "/opt/libressl/share/man/man3/tls_config_set_ca_file.3"
ln -sf "tls_load_file.3" "/opt/libressl/share/man/man3/tls_config_set_ca_mem.3"
ln -sf "tls_load_file.3" "/opt/libressl/share/man/man3/tls_config_set_ca_path.3"
ln -sf "tls_load_file.3" "/opt/libressl/share/man/man3/tls_config_set_cert_file.3"
ln -sf "tls_load_file.3" "/opt/libressl/share/man/man3/tls_config_set_cert_mem.3"
ln -sf "tls_load_file.3" "/opt/libressl/share/man/man3/tls_config_set_crl_file.3"
ln -sf "tls_load_file.3" "/opt/libressl/share/man/man3/tls_config_set_crl_mem.3"
ln -sf "tls_load_file.3" "/opt/libressl/share/man/man3/tls_config_set_key_file.3"
ln -sf "tls_load_file.3" "/opt/libressl/share/man/man3/tls_config_set_key_mem.3"
ln -sf "tls_load_file.3" "/opt/libressl/share/man/man3/tls_config_set_keypair_file.3"
ln -sf "tls_load_file.3" "/opt/libressl/share/man/man3/tls_config_set_keypair_mem.3"
ln -sf "tls_load_file.3" "/opt/libressl/share/man/man3/tls_config_set_keypair_ocsp_file.3"
ln -sf "tls_load_file.3" "/opt/libressl/share/man/man3/tls_config_set_keypair_ocsp_mem.3"
ln -sf "tls_load_file.3" "/opt/libressl/share/man/man3/tls_config_set_ocsp_staple_file.3"
ln -sf "tls_load_file.3" "/opt/libressl/share/man/man3/tls_config_set_ocsp_staple_mem.3"
ln -sf "tls_load_file.3" "/opt/libressl/share/man/man3/tls_config_set_verify_depth.3"
ln -sf "tls_load_file.3" "/opt/libressl/share/man/man3/tls_config_verify_client.3"
ln -sf "tls_load_file.3" "/opt/libressl/share/man/man3/tls_config_verify_client_optional.3"
ln -sf "tls_load_file.3" "/opt/libressl/share/man/man3/tls_default_ca_cert_file.3"
ln -sf "tls_load_file.3" "/opt/libressl/share/man/man3/tls_unload_file.3"
ln -sf "tls_ocsp_process_response.3" "/opt/libressl/share/man/man3/tls_peer_ocsp_cert_status.3"
ln -sf "tls_ocsp_process_response.3" "/opt/libressl/share/man/man3/tls_peer_ocsp_crl_reason.3"
ln -sf "tls_ocsp_process_response.3" "/opt/libressl/share/man/man3/tls_peer_ocsp_next_update.3"
ln -sf "tls_ocsp_process_response.3" "/opt/libressl/share/man/man3/tls_peer_ocsp_response_status.3"
ln -sf "tls_ocsp_process_response.3" "/opt/libressl/share/man/man3/tls_peer_ocsp_result.3"
ln -sf "tls_ocsp_process_response.3" "/opt/libressl/share/man/man3/tls_peer_ocsp_revocation_time.3"
ln -sf "tls_ocsp_process_response.3" "/opt/libressl/share/man/man3/tls_peer_ocsp_this_update.3"
ln -sf "tls_ocsp_process_response.3" "/opt/libressl/share/man/man3/tls_peer_ocsp_url.3"
ln -sf "tls_read.3" "/opt/libressl/share/man/man3/tls_close.3"
ln -sf "tls_read.3" "/opt/libressl/share/man/man3/tls_error.3"
ln -sf "tls_read.3" "/opt/libressl/share/man/man3/tls_handshake.3"
ln -sf "tls_read.3" "/opt/libressl/share/man/man3/tls_reset.3"
ln -sf "tls_read.3" "/opt/libressl/share/man/man3/tls_write.3"
make[3]: Leaving directory `/svr-setup/libressl-3.0.2/man'
make[2]: Leaving directory `/svr-setup/libressl-3.0.2/man'
make[1]: Leaving directory `/svr-setup/libressl-3.0.2/man'
make[1]: Entering directory `/svr-setup/libressl-3.0.2'
make[2]: Entering directory `/svr-setup/libressl-3.0.2'
make[2]: Nothing to be done for `install-exec-am'.
/bin/mkdir -p '/opt/libressl/lib/pkgconfig'
/bin/install -c -m 644 libcrypto.pc libssl.pc libtls.pc openssl.pc '/opt/libressl/lib/pkgconfig'
make[2]: Leaving directory `/svr-setup/libressl-3.0.2'
make[1]: Leaving directory `/svr-setup/libressl-3.0.2'
-rw-r--r--. 1 root root 46 Jan 31 18:04 /root/centminlogs/centminmod_libresslinstalltime_310122-180021.log
_ _ _ _ _ _ _ _
| | _ _ __ _ (_)(_)| |_ (_) _ __ ___ | |_ __ _ | || |
| || | | | / _` | | || || __| | || '_ \ / __|| __|/ _` || || |
| || |_| || (_| | | || || |_ | || | | |\__ \| |_| (_| || || |
|_| \__,_| \__,_|_/ ||_| \__| |_||_| |_||___/ \__|\__,_||_||_|
|__/
install zlib cloudflare...
pwd
/svr-setup/libressl-3.0.2
/svr-setup /svr-setup/libressl-3.0.2
Cloning into 'zlib-cloudflare-1.3.0'...
/svr-setup/zlib-cloudflare-1.3.0 /svr-setup /svr-setup/libressl-3.0.2
rm -f *.o *.lo *~ \
example minigzip examplesh minigzipsh \
example64 minigzip64 \
infcover \
libz.* foo.gz so_locations \
_match.s maketree contrib/infback9/*.o
rm -rf objs
rm -f *.gcda *.gcno *.gcov
rm -f contrib/infback9/*.gcda contrib/infback9/*.gcno contrib/infback9/*.gcov
cp -p zconf.h.in zconf.h
rm -f Makefile zlib.pc configure.log
Checking for shared library support...
Building shared library libz.so.1.2.8 with ccache gcc.
Checking for off64_t... Yes.
Checking for fseeko... Yes.
Checking for strerror... Yes.
Checking for unistd.h... Yes.
Checking for stdarg.h... Yes.
Checking whether to use vs[n]printf() or s[n]printf()... using vs[n]printf().
Checking for vsnprintf() in stdio.h... Yes.
Checking for return value of vsnprintf()... Yes.
Checking for attribute(visibility) support... Yes.
Checking for SSE2 support ... Yes
Checking for SSSE3 support ... Yes
Checking for CRC and SSE4.2 support ... Yes
Checking for PCLMUL support ... Yes
ccache gcc -DHAS_PCLMUL -mpclmul -DHAS_SSE42 -msse4.2 -DADLER32_SIMD_SSSE3 -mssse3 -DINFLATE_CHUNK_SIMD_SSE2 -msse2 -DINFLATE_CHUNK_READ_64LE -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -I. -c -o example.o test/example.c
ccache gcc -DHAS_PCLMUL -mpclmul -DHAS_SSE42 -msse4.2 -DADLER32_SIMD_SSSE3 -mssse3 -DINFLATE_CHUNK_SIMD_SSE2 -msse2 -DINFLATE_CHUNK_READ_64LE -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o adler32.o adler32.c
ccache gcc -DHAS_PCLMUL -mpclmul -DHAS_SSE42 -msse4.2 -DADLER32_SIMD_SSSE3 -mssse3 -DINFLATE_CHUNK_SIMD_SSE2 -msse2 -DINFLATE_CHUNK_READ_64LE -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o adler32_simd.o adler32_simd.c
ccache gcc -DHAS_PCLMUL -mpclmul -DHAS_SSE42 -msse4.2 -DADLER32_SIMD_SSSE3 -mssse3 -DINFLATE_CHUNK_SIMD_SSE2 -msse2 -DINFLATE_CHUNK_READ_64LE -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o crc32.o crc32.c
ccache gcc -DHAS_PCLMUL -mpclmul -DHAS_SSE42 -msse4.2 -DADLER32_SIMD_SSSE3 -mssse3 -DINFLATE_CHUNK_SIMD_SSE2 -msse2 -DINFLATE_CHUNK_READ_64LE -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o deflate.o deflate.c
ccache gcc -DHAS_PCLMUL -mpclmul -DHAS_SSE42 -msse4.2 -DADLER32_SIMD_SSSE3 -mssse3 -DINFLATE_CHUNK_SIMD_SSE2 -msse2 -DINFLATE_CHUNK_READ_64LE -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o infback.o infback.c
ccache gcc -DHAS_PCLMUL -mpclmul -DHAS_SSE42 -msse4.2 -DADLER32_SIMD_SSSE3 -mssse3 -DINFLATE_CHUNK_SIMD_SSE2 -msse2 -DINFLATE_CHUNK_READ_64LE -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o inffast.o inffast.c
ccache gcc -DHAS_PCLMUL -mpclmul -DHAS_SSE42 -msse4.2 -DADLER32_SIMD_SSSE3 -mssse3 -DINFLATE_CHUNK_SIMD_SSE2 -msse2 -DINFLATE_CHUNK_READ_64LE -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o inflate.o inflate.c
ccache gcc -DHAS_PCLMUL -mpclmul -DHAS_SSE42 -msse4.2 -DADLER32_SIMD_SSSE3 -mssse3 -DINFLATE_CHUNK_SIMD_SSE2 -msse2 -DINFLATE_CHUNK_READ_64LE -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o inftrees.o inftrees.c
ccache gcc -DHAS_PCLMUL -mpclmul -DHAS_SSE42 -msse4.2 -DADLER32_SIMD_SSSE3 -mssse3 -DINFLATE_CHUNK_SIMD_SSE2 -msse2 -DINFLATE_CHUNK_READ_64LE -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o trees.o trees.c
ccache gcc -DHAS_PCLMUL -mpclmul -DHAS_SSE42 -msse4.2 -DADLER32_SIMD_SSSE3 -mssse3 -DINFLATE_CHUNK_SIMD_SSE2 -msse2 -DINFLATE_CHUNK_READ_64LE -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o zutil.o zutil.c
ccache gcc -DHAS_PCLMUL -mpclmul -DHAS_SSE42 -msse4.2 -DADLER32_SIMD_SSSE3 -mssse3 -DINFLATE_CHUNK_SIMD_SSE2 -msse2 -DINFLATE_CHUNK_READ_64LE -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o inffast_chunk.o inffast_chunk.c
ccache gcc -DHAS_PCLMUL -mpclmul -DHAS_SSE42 -msse4.2 -DADLER32_SIMD_SSSE3 -mssse3 -DINFLATE_CHUNK_SIMD_SSE2 -msse2 -DINFLATE_CHUNK_READ_64LE -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o crc32_simd.o crc32_simd.c
ccache gcc -DHAS_PCLMUL -mpclmul -DHAS_SSE42 -msse4.2 -DADLER32_SIMD_SSSE3 -mssse3 -DINFLATE_CHUNK_SIMD_SSE2 -msse2 -DINFLATE_CHUNK_READ_64LE -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o compress.o compress.c
ccache gcc -DHAS_PCLMUL -mpclmul -DHAS_SSE42 -msse4.2 -DADLER32_SIMD_SSSE3 -mssse3 -DINFLATE_CHUNK_SIMD_SSE2 -msse2 -DINFLATE_CHUNK_READ_64LE -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o uncompr.o uncompr.c
ccache gcc -DHAS_PCLMUL -mpclmul -DHAS_SSE42 -msse4.2 -DADLER32_SIMD_SSSE3 -mssse3 -DINFLATE_CHUNK_SIMD_SSE2 -msse2 -DINFLATE_CHUNK_READ_64LE -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o gzclose.o gzclose.c
ccache gcc -DHAS_PCLMUL -mpclmul -DHAS_SSE42 -msse4.2 -DADLER32_SIMD_SSSE3 -mssse3 -DINFLATE_CHUNK_SIMD_SSE2 -msse2 -DINFLATE_CHUNK_READ_64LE -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o gzlib.o gzlib.c
ccache gcc -DHAS_PCLMUL -mpclmul -DHAS_SSE42 -msse4.2 -DADLER32_SIMD_SSSE3 -mssse3 -DINFLATE_CHUNK_SIMD_SSE2 -msse2 -DINFLATE_CHUNK_READ_64LE -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o gzread.o gzread.c
ccache gcc -DHAS_PCLMUL -mpclmul -DHAS_SSE42 -msse4.2 -DADLER32_SIMD_SSSE3 -mssse3 -DINFLATE_CHUNK_SIMD_SSE2 -msse2 -DINFLATE_CHUNK_READ_64LE -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -c -o gzwrite.o gzwrite.c
ccache gcc -DHAS_PCLMUL -mpclmul -DHAS_SSE42 -msse4.2 -DADLER32_SIMD_SSSE3 -mssse3 -DINFLATE_CHUNK_SIMD_SSE2 -msse2 -DINFLATE_CHUNK_READ_64LE -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -I. -c -o minigzip.o test/minigzip.c
ccache gcc -DHAS_PCLMUL -mpclmul -DHAS_SSE42 -msse4.2 -DADLER32_SIMD_SSSE3 -mssse3 -DINFLATE_CHUNK_SIMD_SSE2 -msse2 -DINFLATE_CHUNK_READ_64LE -O3 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -DPIC -c -o objs/adler32.o adler32.c
ccache gcc -DHAS_PCLMUL -mpclmul -DHAS_SSE42 -msse4.2 -DADLER32_SIMD_SSSE3 -mssse3 -DINFLATE_CHUNK_SIMD_SSE2 -msse2 -DINFLATE_CHUNK_READ_64LE -O3 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -DPIC -c -o objs/adler32_simd.o adler32_simd.c
ccache gcc -DHAS_PCLMUL -mpclmul -DHAS_SSE42 -msse4.2 -DADLER32_SIMD_SSSE3 -mssse3 -DINFLATE_CHUNK_SIMD_SSE2 -msse2 -DINFLATE_CHUNK_READ_64LE -O3 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -DPIC -c -o objs/crc32.o crc32.c
ccache gcc -DHAS_PCLMUL -mpclmul -DHAS_SSE42 -msse4.2 -DADLER32_SIMD_SSSE3 -mssse3 -DINFLATE_CHUNK_SIMD_SSE2 -msse2 -DINFLATE_CHUNK_READ_64LE -O3 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -DPIC -c -o objs/deflate.o deflate.c
ccache gcc -DHAS_PCLMUL -mpclmul -DHAS_SSE42 -msse4.2 -DADLER32_SIMD_SSSE3 -mssse3 -DINFLATE_CHUNK_SIMD_SSE2 -msse2 -DINFLATE_CHUNK_READ_64LE -O3 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -DPIC -c -o objs/infback.o infback.c
ccache gcc -DHAS_PCLMUL -mpclmul -DHAS_SSE42 -msse4.2 -DADLER32_SIMD_SSSE3 -mssse3 -DINFLATE_CHUNK_SIMD_SSE2 -msse2 -DINFLATE_CHUNK_READ_64LE -O3 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -DPIC -c -o objs/inffast.o inffast.c
ccache gcc -DHAS_PCLMUL -mpclmul -DHAS_SSE42 -msse4.2 -DADLER32_SIMD_SSSE3 -mssse3 -DINFLATE_CHUNK_SIMD_SSE2 -msse2 -DINFLATE_CHUNK_READ_64LE -O3 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -DPIC -c -o objs/inflate.o inflate.c
ccache gcc -DHAS_PCLMUL -mpclmul -DHAS_SSE42 -msse4.2 -DADLER32_SIMD_SSSE3 -mssse3 -DINFLATE_CHUNK_SIMD_SSE2 -msse2 -DINFLATE_CHUNK_READ_64LE -O3 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -DPIC -c -o objs/inftrees.o inftrees.c
ccache gcc -DHAS_PCLMUL -mpclmul -DHAS_SSE42 -msse4.2 -DADLER32_SIMD_SSSE3 -mssse3 -DINFLATE_CHUNK_SIMD_SSE2 -msse2 -DINFLATE_CHUNK_READ_64LE -O3 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -DPIC -c -o objs/trees.o trees.c
ccache gcc -DHAS_PCLMUL -mpclmul -DHAS_SSE42 -msse4.2 -DADLER32_SIMD_SSSE3 -mssse3 -DINFLATE_CHUNK_SIMD_SSE2 -msse2 -DINFLATE_CHUNK_READ_64LE -O3 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -DPIC -c -o objs/zutil.o zutil.c
ccache gcc -DHAS_PCLMUL -mpclmul -DHAS_SSE42 -msse4.2 -DADLER32_SIMD_SSSE3 -mssse3 -DINFLATE_CHUNK_SIMD_SSE2 -msse2 -DINFLATE_CHUNK_READ_64LE -O3 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -DPIC -c -o objs/inffast_chunk.o inffast_chunk.c
ccache gcc -DHAS_PCLMUL -mpclmul -DHAS_SSE42 -msse4.2 -DADLER32_SIMD_SSSE3 -mssse3 -DINFLATE_CHUNK_SIMD_SSE2 -msse2 -DINFLATE_CHUNK_READ_64LE -O3 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -DPIC -c -o objs/crc32_simd.o crc32_simd.c
ccache gcc -DHAS_PCLMUL -mpclmul -DHAS_SSE42 -msse4.2 -DADLER32_SIMD_SSSE3 -mssse3 -DINFLATE_CHUNK_SIMD_SSE2 -msse2 -DINFLATE_CHUNK_READ_64LE -O3 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -DPIC -c -o objs/compress.o compress.c
ccache gcc -DHAS_PCLMUL -mpclmul -DHAS_SSE42 -msse4.2 -DADLER32_SIMD_SSSE3 -mssse3 -DINFLATE_CHUNK_SIMD_SSE2 -msse2 -DINFLATE_CHUNK_READ_64LE -O3 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -DPIC -c -o objs/uncompr.o uncompr.c
ccache gcc -DHAS_PCLMUL -mpclmul -DHAS_SSE42 -msse4.2 -DADLER32_SIMD_SSSE3 -mssse3 -DINFLATE_CHUNK_SIMD_SSE2 -msse2 -DINFLATE_CHUNK_READ_64LE -O3 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -DPIC -c -o objs/gzclose.o gzclose.c
ccache gcc -DHAS_PCLMUL -mpclmul -DHAS_SSE42 -msse4.2 -DADLER32_SIMD_SSSE3 -mssse3 -DINFLATE_CHUNK_SIMD_SSE2 -msse2 -DINFLATE_CHUNK_READ_64LE -O3 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -DPIC -c -o objs/gzlib.o gzlib.c
ccache gcc -DHAS_PCLMUL -mpclmul -DHAS_SSE42 -msse4.2 -DADLER32_SIMD_SSSE3 -mssse3 -DINFLATE_CHUNK_SIMD_SSE2 -msse2 -DINFLATE_CHUNK_READ_64LE -O3 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -DPIC -c -o objs/gzread.o gzread.c
ccache gcc -DHAS_PCLMUL -mpclmul -DHAS_SSE42 -msse4.2 -DADLER32_SIMD_SSSE3 -mssse3 -DINFLATE_CHUNK_SIMD_SSE2 -msse2 -DINFLATE_CHUNK_READ_64LE -O3 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -DPIC -c -o objs/gzwrite.o gzwrite.c
ccache gcc -DHAS_PCLMUL -mpclmul -DHAS_SSE42 -msse4.2 -DADLER32_SIMD_SSSE3 -mssse3 -DINFLATE_CHUNK_SIMD_SSE2 -msse2 -DINFLATE_CHUNK_READ_64LE -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -I. -D_FILE_OFFSET_BITS=64 -c -o example64.o test/example.c
ccache gcc -DHAS_PCLMUL -mpclmul -DHAS_SSE42 -msse4.2 -DADLER32_SIMD_SSSE3 -mssse3 -DINFLATE_CHUNK_SIMD_SSE2 -msse2 -DINFLATE_CHUNK_READ_64LE -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -I. -D_FILE_OFFSET_BITS=64 -c -o minigzip64.o test/minigzip.c
ar rc libz.a adler32.o adler32_simd.o crc32.o deflate.o infback.o inffast.o inflate.o inftrees.o trees.o zutil.o inffast_chunk.o crc32_simd.o compress.o uncompr.o gzclose.o gzlib.o gzread.o gzwrite.o
ccache gcc -DHAS_PCLMUL -mpclmul -DHAS_SSE42 -msse4.2 -DADLER32_SIMD_SSSE3 -mssse3 -DINFLATE_CHUNK_SIMD_SSE2 -msse2 -DINFLATE_CHUNK_READ_64LE -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -o example example.o -L. libz.a
ccache gcc -DHAS_PCLMUL -mpclmul -DHAS_SSE42 -msse4.2 -DADLER32_SIMD_SSSE3 -mssse3 -DINFLATE_CHUNK_SIMD_SSE2 -msse2 -DINFLATE_CHUNK_READ_64LE -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -o minigzip minigzip.o -L. libz.a
ccache gcc -shared -Wl,-soname,libz.so.1,--version-script,zlib.map -DHAS_PCLMUL -mpclmul -DHAS_SSE42 -msse4.2 -DADLER32_SIMD_SSSE3 -mssse3 -DINFLATE_CHUNK_SIMD_SSE2 -msse2 -DINFLATE_CHUNK_READ_64LE -O3 -fPIC -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -o libz.so.1.2.8 adler32.lo adler32_simd.lo crc32.lo deflate.lo infback.lo inffast.lo inflate.lo inftrees.lo trees.lo zutil.lo inffast_chunk.lo crc32_simd.lo compress.lo uncompr.lo gzclose.lo gzlib.lo gzread.lo gzwrite.lo -lc
ccache gcc -DHAS_PCLMUL -mpclmul -DHAS_SSE42 -msse4.2 -DADLER32_SIMD_SSSE3 -mssse3 -DINFLATE_CHUNK_SIMD_SSE2 -msse2 -DINFLATE_CHUNK_READ_64LE -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -o example64 example64.o -L. libz.a
rm -f libz.so libz.so.1
ln -s libz.so.1.2.8 libz.so
ln -s libz.so.1.2.8 libz.so.1
ccache gcc -DHAS_PCLMUL -mpclmul -DHAS_SSE42 -msse4.2 -DADLER32_SIMD_SSSE3 -mssse3 -DINFLATE_CHUNK_SIMD_SSE2 -msse2 -DINFLATE_CHUNK_READ_64LE -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -o minigzip64 minigzip64.o -L. libz.a
ccache gcc -DHAS_PCLMUL -mpclmul -DHAS_SSE42 -msse4.2 -DADLER32_SIMD_SSSE3 -mssse3 -DINFLATE_CHUNK_SIMD_SSE2 -msse2 -DINFLATE_CHUNK_READ_64LE -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -o examplesh example.o -L. libz.so.1.2.8
ccache gcc -DHAS_PCLMUL -mpclmul -DHAS_SSE42 -msse4.2 -DADLER32_SIMD_SSSE3 -mssse3 -DINFLATE_CHUNK_SIMD_SSE2 -msse2 -DINFLATE_CHUNK_READ_64LE -O3 -D_LARGEFILE64_SOURCE=1 -DHAVE_HIDDEN -o minigzipsh minigzip.o -L. libz.so.1.2.8
cp libz.a /usr/local/zlib-cf/lib
chmod 644 /usr/local/zlib-cf/lib/libz.a
cp libz.so.1.2.8 /usr/local/zlib-cf/lib
chmod 755 /usr/local/zlib-cf/lib/libz.so.1.2.8
cp zlib.3 /usr/local/zlib-cf/share/man/man3
chmod 644 /usr/local/zlib-cf/share/man/man3/zlib.3
cp zlib.pc /usr/local/zlib-cf/lib/pkgconfig
chmod 644 /usr/local/zlib-cf/lib/pkgconfig/zlib.pc
cp zlib.h zconf.h /usr/local/zlib-cf/include
chmod 644 /usr/local/zlib-cf/include/zlib.h /usr/local/zlib-cf/include/zconf.h
/svr-setup /svr-setup/libressl-3.0.2
/svr-setup/libressl-3.0.2
zlib cloudflare installed
____ _ _ _
/ ___| ___ _ __ ___ _ __ (_)| |(_) _ __ __ _
| | / _ \ | '_ ` _ \ | '_ \ | || || || '_ \ / _` |
| |___| (_) || | | | | || |_) || || || || | | || (_| |
\____|\___/ |_| |_| |_|| .__/ |_||_||_||_| |_| \__, |
|_| |___/
_ _ _
| \ | | __ _ (_) _ __ __ __
| \| | / _` || || '_ \ \ \/ /
| |\ || (_| || || | | | > <
|_| \_| \__, ||_||_| |_|/_/\_\
|___/
Compiling nginx...
detected 1.1.1m
____ _ _ _ _ _
/ ___|| |__ ___ ___ | | __ | \ | | __ _ (_) _ __ __ __
| | | '_ \ / _ \ / __|| |/ / | \| | / _` || || '_ \ \ \/ /
| |___ | | | || __/| (__ | < | |\ || (_| || || | | | > <
\____||_| |_| \___| \___||_|\_\ |_| \_| \__, ||_||_| |_|/_/\_\
|___/
____ _
| _ \ _ _ _ __ __ _ _ __ ___ (_) ___
| | | || | | || '_ \ / _` || '_ ` _ \ | | / __|
| |_| || |_| || | | || (_| || | | | | || || (__
|____/ \__, ||_| |_| \__,_||_| |_| |_||_| \___|
|___/
__ __ _ _
| \/ | ___ __| | _ _ | | ___
| |\/| | / _ \ / _` || | | || | / _ \
| | | || (_) || (_| || |_| || || __/
|_| |_| \___/ \__,_| \__,_||_| \___|
____ _
/ ___| _ _ _ __ _ __ ___ _ __ | |_
\___ \ | | | || '_ \ | '_ \ / _ \ | '__|| __|
___) || |_| || |_) || |_) || (_) || | | |_
|____/ \__,_|| .__/ | .__/ \___/ |_| \__|
|_| |_|
NGX_DYNAMICCHECK nginx_configure
/svr-setup/nginx-1.21.6
nginx dynamic module support detected
grep: /usr/local/nginx/conf/nginx.conf: No such file or directory
sed: can't read /usr/local/nginx/conf/nginx.conf: No such file or directory
sed: can't read /usr/local/nginx/conf/nginx.conf: No such file or directory
grep: /usr/local/nginx/conf/nginx.conf: No such file or directory
1021006
sed: can't read /usr/local/nginx/conf/nginx.conf: No such file or directory
1021006
--------------------------------
Nginx PCRE config check #1:
--------------------------------
DETECT_NGXVER=1021006
NGINX_PCRE_DYNAMIC=y
NGINX_PCRE_TWO=n
PCRETWO_DISABLEOPT= --without-pcre2
Check /etc/centminmod/custom_config.inc relevant variables:
ls -lAhrt /usr/local/nginx-dep/lib | egrep 'libpcre.so|libpcre2-8.so'
ls: cannot access /usr/local/nginx-dep/lib: No such file or directory
download nginx-rtmp-module from github
/svr-setup /svr-setup/nginx-1.21.6
Cloning into 'nginx-rtmp-module'...
real 0m7.867s
user 0m0.218s
sys 0m0.072s
/svr-setup/nginx-1.21.6
grep: /usr/local/nginx/conf/nginx.conf: No such file or directory
1021006
/usr/local/src/centminmod
15
19
/svr-setup/redis2-nginx-module-0.15/src
/svr-setup/memc-nginx-module-0.19/src
1021006
tar (child): /svr-setup/release-1.14.33.1-RC1.tar.gz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
/usr/lib64/libatomic_ops.a found
installing newer libatomic_ops library 7.6.12
yum -y localinstall /svr-setup/centmin-libatomic_ops-7.6.12-1.el7.x86_64.rpm
Loaded plugins: fastestmirror, priorities, versionlock
Examining /svr-setup/centmin-libatomic_ops-7.6.12-1.el7.x86_64.rpm: centmin-libatomic_ops-7.6.12-1.el7.x86_64
Marking /svr-setup/centmin-libatomic_ops-7.6.12-1.el7.x86_64.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package centmin-libatomic_ops.x86_64 0:7.6.12-1.el7 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
centmin-libatomic_ops
x86_64 7.6.12-1.el7 /centmin-libatomic_ops-7.6.12-1.el7.x86_64 713 k
Transaction Summary
================================================================================
Install 1 Package
Total size: 713 k
Installed size: 713 k
Downloading packages:
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Warning: RPMDB altered outside of yum.
Installing : centmin-libatomic_ops-7.6.12-1.el7.x86_64 1/1
Verifying : centmin-libatomic_ops-7.6.12-1.el7.x86_64 1/1
Installed:
centmin-libatomic_ops.x86_64 0:7.6.12-1.el7
Complete!
NGINX_PCREJIT=y
PCRELINKDIR=pcre-8.45
*************************************************
* Source Install PCRE For Nginx
(B*************************************************
/svr-setup /svr-setup/nginx-1.21.6
Compiling PCRE For Nginx...
make: *** No rule to make target `clean'. Stop.
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a race-free mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking whether make supports the include directive... yes (GNU style)
checking for gcc... ccache gcc
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 the compiler supports GNU C... yes
checking whether ccache gcc accepts -g... yes
checking for ccache gcc option to enable C11 features... -std=gnu11
checking whether ccache gcc -std=gnu11 understands -c and -o together... yes
checking dependency style of ccache gcc -std=gnu11... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for gcc... (cached) ccache gcc
checking whether the compiler supports GNU C... (cached) yes
checking whether ccache gcc accepts -g... (cached) yes
checking for ccache gcc option to enable C11 features... (cached) -std=gnu11
checking whether ccache gcc -std=gnu11 understands -c and -o together... (cached) yes
checking dependency style of ccache gcc -std=gnu11... (cached) gcc3
checking whether the compiler supports GNU C++... yes
checking whether ccache g++ accepts -g... yes
checking for ccache g++ option to enable C++11 features... none needed
checking dependency style of ccache g++... gcc3
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for int64_t... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by ccache gcc -std=gnu11... /bin/ld
checking if the linker (/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /bin/nm -B
checking the name lister (/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... dlltool
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /bin/nm -B output from ccache gcc -std=gnu11 object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if ccache gcc -std=gnu11 supports -fno-rtti -fno-exceptions... no
checking for ccache gcc -std=gnu11 option to produce PIC... -fPIC -DPIC
checking if ccache gcc -std=gnu11 PIC flag -fPIC -DPIC works... yes
checking if ccache gcc -std=gnu11 static flag -static works... no
checking if ccache gcc -std=gnu11 supports -c -o file.o... yes
checking if ccache gcc -std=gnu11 supports -c -o file.o... (cached) yes
checking whether the ccache gcc -std=gnu11 linker (/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... yes
checking how to run the C++ preprocessor... ccache g++ -E
checking for ld used by ccache g++... /bin/ld -m elf_x86_64
checking if the linker (/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the ccache g++ linker (/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for ccache g++ option to produce PIC... -fPIC -DPIC
checking if ccache g++ PIC flag -fPIC -DPIC works... yes
checking if ccache g++ static flag -static works... no
checking if ccache g++ supports -c -o file.o... yes
checking if ccache g++ supports -c -o file.o... (cached) yes
checking whether the ccache g++ linker (/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether ln -s works... yes
checking whether the -Werror option is usable... yes
checking for simple visibility declarations... yes
checking for egrep... (cached) /bin/grep -E
checking for limits.h... yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for dirent.h... yes
checking for windows.h... no
checking for alias support in the linker... no
checking for alias support in the linker... no
checking for string... yes
checking for bits/type_traits.h... no
checking for type_traits.h... no
checking for strtoq... yes
checking for long long... yes
checking for unsigned long long... yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for bcopy... yes
checking for memmove... yes
checking for strerror... yes
checking for zlib.h... yes
checking for gzopen in -lz... yes
checking for bzlib.h... yes
checking for libbz2... yes
checking for readline/readline.h... yes
checking for readline/history.h... yes
checking for readline in -lreadline... yes
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libpcre.pc
config.status: creating libpcre16.pc
config.status: creating libpcre32.pc
config.status: creating libpcreposix.pc
config.status: creating libpcrecpp.pc
config.status: creating pcre-config
config.status: creating pcre.h
config.status: creating pcre_stringpiece.h
config.status: creating pcrecpparg.h
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing script-chmod commands
config.status: executing delete-old-chartables commands
pcre-8.45 configuration summary:
Install prefix .................. : /usr/local/nginx-dep
C preprocessor .................. :
C compiler ...................... : ccache gcc -std=gnu11
C++ preprocessor ................ : ccache g++ -E
C++ compiler .................... : ccache g++
Linker .......................... : /bin/ld -m elf_x86_64
C preprocessor flags ............ :
C compiler flags ................ : -pthread -g -O2 -fvisibility=hidden
C++ compiler flags .............. : -O2 -fvisibility=hidden -fvisibility-inlines-hidden
Linker flags .................... :
Extra libraries ................. :
Build 8 bit pcre library ........ : yes
Build 16 bit pcre library ....... : yes
Build 32 bit pcre library ....... : yes
Build C++ library ............... : yes
Enable JIT compiling support .... : yes
Enable UTF-8/16/32 support ...... : yes
Unicode properties .............. : yes
Newline char/sequence ........... : lf
\R matches only ANYCRLF ......... : no
EBCDIC coding ................... : no
EBCDIC code for NL .............. : n/a
Rebuild char tables ............. : no
Use stack recursion ............. : yes
POSIX mem threshold ............. : 10
Internal link size .............. : 2
Nested parentheses limit ........ : 250
Match limit ..................... : 10000000
Match limit recursion ........... : MATCH_LIMIT
Build shared libs ............... : yes
Build static libs ............... : yes
Use JIT in pcregrep ............. : yes
Buffer size for pcregrep ........ : 20480
Link pcregrep with libz ......... : yes
Link pcregrep with libbz2 ....... : yes
Link pcretest with libedit ...... : no
Link pcretest with libreadline .. : yes
Valgrind support ................ : no
Code coverage ................... : no
rm -f pcre_chartables.c
ln -s ./pcre_chartables.c.dist pcre_chartables.c
make all-am
make[1]: Entering directory `/svr-setup/pcre-8.45'
CC pcretest-pcretest.o
CC pcretest-pcre_printint.o
CC pcretest-pcre16_printint.o
CC pcretest-pcre32_printint.o
CC libpcre_la-pcre_byte_order.lo
CC libpcre_la-pcre_compile.lo
CC libpcre_la-pcre_config.lo
CC libpcre_la-pcre_dfa_exec.lo
CC libpcre_la-pcre_exec.lo
CC libpcre_la-pcre_fullinfo.lo
CC libpcre_la-pcre_get.lo
CC libpcre_la-pcre_globals.lo
CC libpcre_la-pcre_jit_compile.lo
CC libpcre_la-pcre_maketables.lo
CC libpcre_la-pcre_newline.lo
CC libpcre_la-pcre_ord2utf8.lo
CC libpcre_la-pcre_refcount.lo
CC libpcre_la-pcre_string_utils.lo
CC libpcre_la-pcre_study.lo
CC libpcre_la-pcre_tables.lo
CC libpcre_la-pcre_ucd.lo
CC libpcre_la-pcre_valid_utf8.lo
CC libpcre_la-pcre_version.lo
CC libpcre_la-pcre_xclass.lo
CC libpcre_la-pcre_chartables.lo
CC libpcreposix_la-pcreposix.lo
CC libpcre16_la-pcre16_byte_order.lo
CC libpcre16_la-pcre16_chartables.lo
CC libpcre16_la-pcre16_compile.lo
CC libpcre16_la-pcre16_config.lo
CC libpcre16_la-pcre16_dfa_exec.lo
CC libpcre16_la-pcre16_exec.lo
CC libpcre16_la-pcre16_fullinfo.lo
CC libpcre16_la-pcre16_get.lo
CC libpcre16_la-pcre16_globals.lo
CC libpcre16_la-pcre16_jit_compile.lo
CC libpcre16_la-pcre16_maketables.lo
CC libpcre16_la-pcre16_newline.lo
CC libpcre16_la-pcre16_ord2utf16.lo
CC libpcre16_la-pcre16_refcount.lo
CC libpcre16_la-pcre16_string_utils.lo
CC libpcre16_la-pcre16_study.lo
CC libpcre16_la-pcre16_tables.lo
CC libpcre16_la-pcre16_ucd.lo
CC libpcre16_la-pcre16_utf16_utils.lo
CC libpcre16_la-pcre16_valid_utf16.lo
CC libpcre16_la-pcre16_version.lo
CC libpcre16_la-pcre16_xclass.lo
CC libpcre16_la-pcre_chartables.lo
CC libpcre32_la-pcre32_byte_order.lo
CC libpcre32_la-pcre32_chartables.lo
CC libpcre32_la-pcre32_compile.lo
CC libpcre32_la-pcre32_config.lo
CC libpcre32_la-pcre32_dfa_exec.lo
CC libpcre32_la-pcre32_exec.lo
CC libpcre32_la-pcre32_fullinfo.lo
CC libpcre32_la-pcre32_get.lo
CC libpcre32_la-pcre32_globals.lo
CC libpcre32_la-pcre32_jit_compile.lo
CC libpcre32_la-pcre32_maketables.lo
CC libpcre32_la-pcre32_newline.lo
CC libpcre32_la-pcre32_ord2utf32.lo
CC libpcre32_la-pcre32_refcount.lo
CC libpcre32_la-pcre32_string_utils.lo
CC libpcre32_la-pcre32_study.lo
CC libpcre32_la-pcre32_tables.lo
CC libpcre32_la-pcre32_ucd.lo
CC libpcre32_la-pcre32_utf32_utils.lo
CC libpcre32_la-pcre32_valid_utf32.lo
CC libpcre32_la-pcre32_version.lo
CC libpcre32_la-pcre32_xclass.lo
CC libpcre32_la-pcre_chartables.lo
CC pcregrep-pcregrep.o
CC pcre_jit_test-pcre_jit_test.o
CXX pcrecpp_unittest-pcrecpp_unittest.o
CXX libpcrecpp_la-pcrecpp.lo
CXX libpcrecpp_la-pcre_scanner.lo
CXX libpcrecpp_la-pcre_stringpiece.lo
CXX pcre_scanner_unittest-pcre_scanner_unittest.o
CXX pcre_stringpiece_unittest-pcre_stringpiece_unittest.o
CCLD libpcre.la
CCLD libpcre16.la
CCLD libpcre32.la
CXXLD libpcrecpp.la
CCLD libpcreposix.la
CCLD pcre_jit_test
CXXLD pcrecpp_unittest
CXXLD pcre_scanner_unittest
CXXLD pcre_stringpiece_unittest
CCLD pcretest
CCLD pcregrep
make[1]: Leaving directory `/svr-setup/pcre-8.45'
make install-am
make[1]: Entering directory `/svr-setup/pcre-8.45'
make[2]: Entering directory `/svr-setup/pcre-8.45'
/bin/mkdir -p '/usr/local/nginx-dep/lib'
/bin/sh ./libtool --mode=install /bin/install -c libpcre.la libpcre16.la libpcre32.la libpcreposix.la libpcrecpp.la '/usr/local/nginx-dep/lib'
libtool: install: /bin/install -c .libs/libpcre.so.1.2.13 /usr/local/nginx-dep/lib/libpcre.so.1.2.13
libtool: install: (cd /usr/local/nginx-dep/lib && { ln -s -f libpcre.so.1.2.13 libpcre.so.1 || { rm -f libpcre.so.1 && ln -s libpcre.so.1.2.13 libpcre.so.1; }; })
libtool: install: (cd /usr/local/nginx-dep/lib && { ln -s -f libpcre.so.1.2.13 libpcre.so || { rm -f libpcre.so && ln -s libpcre.so.1.2.13 libpcre.so; }; })
libtool: install: /bin/install -c .libs/libpcre.lai /usr/local/nginx-dep/lib/libpcre.la
libtool: install: /bin/install -c .libs/libpcre16.so.0.2.13 /usr/local/nginx-dep/lib/libpcre16.so.0.2.13
libtool: install: (cd /usr/local/nginx-dep/lib && { ln -s -f libpcre16.so.0.2.13 libpcre16.so.0 || { rm -f libpcre16.so.0 && ln -s libpcre16.so.0.2.13 libpcre16.so.0; }; })
libtool: install: (cd /usr/local/nginx-dep/lib && { ln -s -f libpcre16.so.0.2.13 libpcre16.so || { rm -f libpcre16.so && ln -s libpcre16.so.0.2.13 libpcre16.so; }; })
libtool: install: /bin/install -c .libs/libpcre16.lai /usr/local/nginx-dep/lib/libpcre16.la
libtool: install: /bin/install -c .libs/libpcre32.so.0.0.13 /usr/local/nginx-dep/lib/libpcre32.so.0.0.13
libtool: install: (cd /usr/local/nginx-dep/lib && { ln -s -f libpcre32.so.0.0.13 libpcre32.so.0 || { rm -f libpcre32.so.0 && ln -s libpcre32.so.0.0.13 libpcre32.so.0; }; })
libtool: install: (cd /usr/local/nginx-dep/lib && { ln -s -f libpcre32.so.0.0.13 libpcre32.so || { rm -f libpcre32.so && ln -s libpcre32.so.0.0.13 libpcre32.so; }; })
libtool: install: /bin/install -c .libs/libpcre32.lai /usr/local/nginx-dep/lib/libpcre32.la
libtool: warning: relinking 'libpcreposix.la'
libtool: install: (cd /svr-setup/pcre-8.45; /bin/sh "/svr-setup/pcre-8.45/libtool" --silent --tag CC --mode=relink ccache gcc -std=gnu11 -fvisibility=hidden -pthread -g -O2 -version-info 0:7:0 -o libpcreposix.la -rpath /usr/local/nginx-dep/lib libpcreposix_la-pcreposix.lo libpcre.la )
libtool: install: /bin/install -c .libs/libpcreposix.so.0.0.7T /usr/local/nginx-dep/lib/libpcreposix.so.0.0.7
libtool: install: (cd /usr/local/nginx-dep/lib && { ln -s -f libpcreposix.so.0.0.7 libpcreposix.so.0 || { rm -f libpcreposix.so.0 && ln -s libpcreposix.so.0.0.7 libpcreposix.so.0; }; })
libtool: install: (cd /usr/local/nginx-dep/lib && { ln -s -f libpcreposix.so.0.0.7 libpcreposix.so || { rm -f libpcreposix.so && ln -s libpcreposix.so.0.0.7 libpcreposix.so; }; })
libtool: install: /bin/install -c .libs/libpcreposix.lai /usr/local/nginx-dep/lib/libpcreposix.la
libtool: warning: relinking 'libpcrecpp.la'
libtool: install: (cd /svr-setup/pcre-8.45; /bin/sh "/svr-setup/pcre-8.45/libtool" --silent --tag CXX --mode=relink ccache g++ -fvisibility=hidden -fvisibility-inlines-hidden -O2 -version-info 0:2:0 -o libpcrecpp.la -rpath /usr/local/nginx-dep/lib libpcrecpp_la-pcrecpp.lo libpcrecpp_la-pcre_scanner.lo libpcrecpp_la-pcre_stringpiece.lo libpcre.la )
libtool: install: /bin/install -c .libs/libpcrecpp.so.0.0.2T /usr/local/nginx-dep/lib/libpcrecpp.so.0.0.2
libtool: install: (cd /usr/local/nginx-dep/lib && { ln -s -f libpcrecpp.so.0.0.2 libpcrecpp.so.0 || { rm -f libpcrecpp.so.0 && ln -s libpcrecpp.so.0.0.2 libpcrecpp.so.0; }; })
libtool: install: (cd /usr/local/nginx-dep/lib && { ln -s -f libpcrecpp.so.0.0.2 libpcrecpp.so || { rm -f libpcrecpp.so && ln -s libpcrecpp.so.0.0.2 libpcrecpp.so; }; })
libtool: install: /bin/install -c .libs/libpcrecpp.lai /usr/local/nginx-dep/lib/libpcrecpp.la
libtool: install: /bin/install -c .libs/libpcre.a /usr/local/nginx-dep/lib/libpcre.a
libtool: install: chmod 644 /usr/local/nginx-dep/lib/libpcre.a
libtool: install: ranlib /usr/local/nginx-dep/lib/libpcre.a
libtool: install: /bin/install -c .libs/libpcre16.a /usr/local/nginx-dep/lib/libpcre16.a
libtool: install: chmod 644 /usr/local/nginx-dep/lib/libpcre16.a
libtool: install: ranlib /usr/local/nginx-dep/lib/libpcre16.a
libtool: install: /bin/install -c .libs/libpcre32.a /usr/local/nginx-dep/lib/libpcre32.a
libtool: install: chmod 644 /usr/local/nginx-dep/lib/libpcre32.a
libtool: install: ranlib /usr/local/nginx-dep/lib/libpcre32.a
libtool: install: /bin/install -c .libs/libpcreposix.a /usr/local/nginx-dep/lib/libpcreposix.a
libtool: install: chmod 644 /usr/local/nginx-dep/lib/libpcreposix.a
libtool: install: ranlib /usr/local/nginx-dep/lib/libpcreposix.a
libtool: install: /bin/install -c .libs/libpcrecpp.a /usr/local/nginx-dep/lib/libpcrecpp.a
libtool: install: chmod 644 /usr/local/nginx-dep/lib/libpcrecpp.a
libtool: install: ranlib /usr/local/nginx-dep/lib/libpcrecpp.a
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin:/sbin" ldconfig -n /usr/local/nginx-dep/lib
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/nginx-dep/lib
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.
----------------------------------------------------------------------
/bin/mkdir -p '/usr/local/nginx-dep/bin'
/bin/sh ./libtool --mode=install /bin/install -c pcretest pcregrep '/usr/local/nginx-dep/bin'
libtool: install: /bin/install -c .libs/pcretest /usr/local/nginx-dep/bin/pcretest
libtool: install: /bin/install -c .libs/pcregrep /usr/local/nginx-dep/bin/pcregrep
/bin/mkdir -p '/usr/local/nginx-dep/bin'
/bin/install -c pcre-config '/usr/local/nginx-dep/bin'
/bin/mkdir -p '/usr/local/nginx-dep/share/doc/pcre'
/bin/install -c -m 644 doc/pcre.txt doc/pcre-config.txt doc/pcregrep.txt doc/pcretest.txt AUTHORS COPYING ChangeLog LICENCE NEWS README '/usr/local/nginx-dep/share/doc/pcre'
/bin/mkdir -p '/usr/local/nginx-dep/share/doc/pcre/html'
/bin/install -c -m 644 doc/html/NON-AUTOTOOLS-BUILD.txt doc/html/README.txt doc/html/index.html doc/html/pcre-config.html doc/html/pcre.html doc/html/pcre16.html doc/html/pcre32.html doc/html/pcre_assign_jit_stack.html doc/html/pcre_compile.html doc/html/pcre_compile2.html doc/html/pcre_config.html doc/html/pcre_copy_named_substring.html doc/html/pcre_copy_substring.html doc/html/pcre_dfa_exec.html doc/html/pcre_exec.html doc/html/pcre_free_study.html doc/html/pcre_free_substring.html doc/html/pcre_free_substring_list.html doc/html/pcre_fullinfo.html doc/html/pcre_get_named_substring.html doc/html/pcre_get_stringnumber.html doc/html/pcre_get_stringtable_entries.html doc/html/pcre_get_substring.html doc/html/pcre_get_substring_list.html doc/html/pcre_jit_exec.html doc/html/pcre_jit_stack_alloc.html doc/html/pcre_jit_stack_free.html doc/html/pcre_maketables.html doc/html/pcre_pattern_to_host_byte_order.html doc/html/pcre_refcount.html doc/html/pcre_study.html doc/html/pcre_utf16_to_host_byte_order.html doc/html/pcre_utf32_to_host_byte_order.html doc/html/pcre_version.html doc/html/pcreapi.html doc/html/pcrebuild.html doc/html/pcrecallout.html doc/html/pcrecompat.html doc/html/pcredemo.html doc/html/pcregrep.html '/usr/local/nginx-dep/share/doc/pcre/html'
/bin/install -c -m 644 doc/html/pcrejit.html doc/html/pcrelimits.html doc/html/pcrematching.html doc/html/pcrepartial.html doc/html/pcrepattern.html doc/html/pcreperform.html doc/html/pcreposix.html doc/html/pcreprecompile.html doc/html/pcresample.html doc/html/pcrestack.html doc/html/pcresyntax.html doc/html/pcretest.html doc/html/pcreunicode.html '/usr/local/nginx-dep/share/doc/pcre/html'
/bin/mkdir -p '/usr/local/nginx-dep/share/doc/pcre/html'
/bin/install -c -m 644 doc/html/pcrecpp.html '/usr/local/nginx-dep/share/doc/pcre/html'
/bin/mkdir -p '/usr/local/nginx-dep/include'
/bin/install -c -m 644 pcreposix.h pcrecpp.h pcre_scanner.h '/usr/local/nginx-dep/include'
/bin/mkdir -p '/usr/local/nginx-dep/share/man/man1'
/bin/install -c -m 644 doc/pcre-config.1 doc/pcregrep.1 doc/pcretest.1 '/usr/local/nginx-dep/share/man/man1'
/bin/mkdir -p '/usr/local/nginx-dep/share/man/man3'
/bin/install -c -m 644 doc/pcre.3 doc/pcre16.3 doc/pcre32.3 doc/pcre_assign_jit_stack.3 doc/pcre_compile.3 doc/pcre_compile2.3 doc/pcre_config.3 doc/pcre_copy_named_substring.3 doc/pcre_copy_substring.3 doc/pcre_dfa_exec.3 doc/pcre_exec.3 doc/pcre_free_study.3 doc/pcre_free_substring.3 doc/pcre_free_substring_list.3 doc/pcre_fullinfo.3 doc/pcre_get_named_substring.3 doc/pcre_get_stringnumber.3 doc/pcre_get_stringtable_entries.3 doc/pcre_get_substring.3 doc/pcre_get_substring_list.3 doc/pcre_jit_exec.3 doc/pcre_jit_stack_alloc.3 doc/pcre_jit_stack_free.3 doc/pcre_maketables.3 doc/pcre_pattern_to_host_byte_order.3 doc/pcre_refcount.3 doc/pcre_study.3 doc/pcre_utf16_to_host_byte_order.3 doc/pcre_utf32_to_host_byte_order.3 doc/pcre_version.3 doc/pcreapi.3 doc/pcrebuild.3 doc/pcrecallout.3 doc/pcrecompat.3 doc/pcredemo.3 doc/pcrejit.3 doc/pcrelimits.3 doc/pcrematching.3 doc/pcrepartial.3 doc/pcrepattern.3 '/usr/local/nginx-dep/share/man/man3'
/bin/install -c -m 644 doc/pcreperform.3 doc/pcreposix.3 doc/pcreprecompile.3 doc/pcresample.3 doc/pcrestack.3 doc/pcresyntax.3 doc/pcreunicode.3 doc/pcrecpp.3 '/usr/local/nginx-dep/share/man/man3'
/bin/mkdir -p '/usr/local/nginx-dep/include'
/bin/install -c -m 644 pcre.h pcrecpparg.h pcre_stringpiece.h '/usr/local/nginx-dep/include'
/bin/mkdir -p '/usr/local/nginx-dep/lib/pkgconfig'
/bin/install -c -m 644 libpcre.pc libpcreposix.pc libpcre16.pc libpcre32.pc libpcrecpp.pc '/usr/local/nginx-dep/lib/pkgconfig'
make install-data-hook
make[3]: Entering directory `/svr-setup/pcre-8.45'
ln -sf pcre_assign_jit_stack.3 /usr/local/nginx-dep/share/man/man3/pcre16_assign_jit_stack.3
ln -sf pcre_compile.3 /usr/local/nginx-dep/share/man/man3/pcre16_compile.3
ln -sf pcre_compile2.3 /usr/local/nginx-dep/share/man/man3/pcre16_compile2.3
ln -sf pcre_config.3 /usr/local/nginx-dep/share/man/man3/pcre16_config.3
ln -sf pcre_copy_named_substring.3 /usr/local/nginx-dep/share/man/man3/pcre16_copy_named_substring.3
ln -sf pcre_copy_substring.3 /usr/local/nginx-dep/share/man/man3/pcre16_copy_substring.3
ln -sf pcre_dfa_exec.3 /usr/local/nginx-dep/share/man/man3/pcre16_dfa_exec.3
ln -sf pcre_exec.3 /usr/local/nginx-dep/share/man/man3/pcre16_exec.3
ln -sf pcre_free_study.3 /usr/local/nginx-dep/share/man/man3/pcre16_free_study.3
ln -sf pcre_free_substring.3 /usr/local/nginx-dep/share/man/man3/pcre16_free_substring.3
ln -sf pcre_free_substring_list.3 /usr/local/nginx-dep/share/man/man3/pcre16_free_substring_list.3
ln -sf pcre_fullinfo.3 /usr/local/nginx-dep/share/man/man3/pcre16_fullinfo.3
ln -sf pcre_get_named_substring.3 /usr/local/nginx-dep/share/man/man3/pcre16_get_named_substring.3
ln -sf pcre_get_stringnumber.3 /usr/local/nginx-dep/share/man/man3/pcre16_get_stringnumber.3
ln -sf pcre_get_stringtable_entries.3 /usr/local/nginx-dep/share/man/man3/pcre16_get_stringtable_entries.3
ln -sf pcre_get_substring.3 /usr/local/nginx-dep/share/man/man3/pcre16_get_substring.3
ln -sf pcre_get_substring_list.3 /usr/local/nginx-dep/share/man/man3/pcre16_get_substring_list.3
ln -sf pcre_jit_exec.3 /usr/local/nginx-dep/share/man/man3/pcre16_jit_exec.3
ln -sf pcre_jit_stack_alloc.3 /usr/local/nginx-dep/share/man/man3/pcre16_jit_stack_alloc.3
ln -sf pcre_jit_stack_free.3 /usr/local/nginx-dep/share/man/man3/pcre16_jit_stack_free.3
ln -sf pcre_maketables.3 /usr/local/nginx-dep/share/man/man3/pcre16_maketables.3
ln -sf pcre_pattern_to_host_byte_order.3 /usr/local/nginx-dep/share/man/man3/pcre16_pattern_to_host_byte_order.3
ln -sf pcre_refcount.3 /usr/local/nginx-dep/share/man/man3/pcre16_refcount.3
ln -sf pcre_study.3 /usr/local/nginx-dep/share/man/man3/pcre16_study.3
ln -sf pcre_utf16_to_host_byte_order.3 /usr/local/nginx-dep/share/man/man3/pcre16_utf16_to_host_byte_order.3
ln -sf pcre_version.3 /usr/local/nginx-dep/share/man/man3/pcre16_version.3
ln -sf pcre_assign_jit_stack.3 /usr/local/nginx-dep/share/man/man3/pcre32_assign_jit_stack.3
ln -sf pcre_compile.3 /usr/local/nginx-dep/share/man/man3/pcre32_compile.3
ln -sf pcre_compile2.3 /usr/local/nginx-dep/share/man/man3/pcre32_compile2.3
ln -sf pcre_config.3 /usr/local/nginx-dep/share/man/man3/pcre32_config.3
ln -sf pcre_copy_named_substring.3 /usr/local/nginx-dep/share/man/man3/pcre32_copy_named_substring.3
ln -sf pcre_copy_substring.3 /usr/local/nginx-dep/share/man/man3/pcre32_copy_substring.3
ln -sf pcre_dfa_exec.3 /usr/local/nginx-dep/share/man/man3/pcre32_dfa_exec.3
ln -sf pcre_exec.3 /usr/local/nginx-dep/share/man/man3/pcre32_exec.3
ln -sf pcre_free_study.3 /usr/local/nginx-dep/share/man/man3/pcre32_free_study.3
ln -sf pcre_free_substring.3 /usr/local/nginx-dep/share/man/man3/pcre32_free_substring.3
ln -sf pcre_free_substring_list.3 /usr/local/nginx-dep/share/man/man3/pcre32_free_substring_list.3
ln -sf pcre_fullinfo.3 /usr/local/nginx-dep/share/man/man3/pcre32_fullinfo.3
ln -sf pcre_get_named_substring.3 /usr/local/nginx-dep/share/man/man3/pcre32_get_named_substring.3
ln -sf pcre_get_stringnumber.3 /usr/local/nginx-dep/share/man/man3/pcre32_get_stringnumber.3
ln -sf pcre_get_stringtable_entries.3 /usr/local/nginx-dep/share/man/man3/pcre32_get_stringtable_entries.3
ln -sf pcre_get_substring.3 /usr/local/nginx-dep/share/man/man3/pcre32_get_substring.3
ln -sf pcre_get_substring_list.3 /usr/local/nginx-dep/share/man/man3/pcre32_get_substring_list.3
ln -sf pcre_jit_exec.3 /usr/local/nginx-dep/share/man/man3/pcre32_jit_exec.3
ln -sf pcre_jit_stack_alloc.3 /usr/local/nginx-dep/share/man/man3/pcre32_jit_stack_alloc.3
ln -sf pcre_jit_stack_free.3 /usr/local/nginx-dep/share/man/man3/pcre32_jit_stack_free.3
ln -sf pcre_maketables.3 /usr/local/nginx-dep/share/man/man3/pcre32_maketables.3
ln -sf pcre_pattern_to_host_byte_order.3 /usr/local/nginx-dep/share/man/man3/pcre32_pattern_to_host_byte_order.3
ln -sf pcre_refcount.3 /usr/local/nginx-dep/share/man/man3/pcre32_refcount.3
ln -sf pcre_study.3 /usr/local/nginx-dep/share/man/man3/pcre32_study.3
ln -sf pcre_utf32_to_host_byte_order.3 /usr/local/nginx-dep/share/man/man3/pcre32_utf32_to_host_byte_order.3
ln -sf pcre_version.3 /usr/local/nginx-dep/share/man/man3/pcre32_version.3
make[3]: Leaving directory `/svr-setup/pcre-8.45'
make[2]: Leaving directory `/svr-setup/pcre-8.45'
make[1]: Leaving directory `/svr-setup/pcre-8.45'
/svr-setup/nginx-1.21.6
BROTLI_CFLAG= -Wno-deprecated-declarations
download ngx_brotli module
Cloning into 'ngx_brotli'...
Submodule 'deps/brotli' (https://github.com/google/brotli.git) registered for path 'deps/brotli'
Cloning into 'deps/brotli'...
Submodule path 'deps/brotli': checked out 'e61745a6b7add50d380cfd7d3883dd6c62fc2c71'
Submodule 'research/esaxx' (https://github.com/hillbig/esaxx) registered for path 'research/esaxx'
Submodule 'research/libdivsufsort' (https://github.com/y-256/libdivsufsort.git) registered for path 'research/libdivsufsort'
Cloning into 'research/esaxx'...
Submodule path 'deps/brotli/research/esaxx': checked out 'ca7cb332011ec37a8436487f210f396b84bd8273'
Cloning into 'research/libdivsufsort'...
Submodule path 'deps/brotli/research/libdivsufsort': checked out '5f60d6f026c30fb4ac296f696b3c8b0eb71bd428'
real 0m8.431s
user 0m1.350s
sys 0m0.650s
-- The C compiler identification is GNU 4.8.5
-- Check for working C compiler: /usr/local/bin/ccache
-- Check for working C compiler: /usr/local/bin/ccache -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Build type is 'Debug'
-- Performing Test BROTLI_EMSCRIPTEN
-- Performing Test BROTLI_EMSCRIPTEN - Failed
-- Compiler is not EMSCRIPTEN
-- Looking for log2
-- Looking for log2 - not found
-- Looking for log2
-- Looking for log2 - found
-- Configuring done
-- Generating done
-- Build files have been written to: /svr-setup/ngx_brotli/deps/brotli
Scanning dependencies of target brotlicommon-static
Scanning dependencies of target brotlicommon
[ 1%] Building C object CMakeFiles/brotlicommon-static.dir/c/common/constants.c.o
[ 3%] Building C object CMakeFiles/brotlicommon.dir/c/common/constants.c.o
[ 5%] Building C object CMakeFiles/brotlicommon-static.dir/c/common/context.c.o
[ 6%] Building C object CMakeFiles/brotlicommon.dir/c/common/context.c.o
[ 8%] Building C object CMakeFiles/brotlicommon-static.dir/c/common/dictionary.c.o
[ 10%] Building C object CMakeFiles/brotlicommon.dir/c/common/dictionary.c.o
[ 11%] Building C object CMakeFiles/brotlicommon-static.dir/c/common/platform.c.o
[ 13%] Building C object CMakeFiles/brotlicommon.dir/c/common/platform.c.o
[ 15%] Building C object CMakeFiles/brotlicommon-static.dir/c/common/transform.c.o
[ 16%] Building C object CMakeFiles/brotlicommon.dir/c/common/transform.c.o
Linking C static library libbrotlicommon-static.a
Linking C shared library libbrotlicommon.so
[ 16%] Built target brotlicommon-static
[ 16%] Built target brotlicommon
Scanning dependencies of target brotlienc-static
Scanning dependencies of target brotlidec-static
[ 18%] Building C object CMakeFiles/brotlienc-static.dir/c/enc/backward_references.c.o
[ 20%] Building C object CMakeFiles/brotlidec-static.dir/c/dec/bit_reader.c.o
[ 22%] Building C object CMakeFiles/brotlidec-static.dir/c/dec/decode.c.o
[ 23%] Building C object CMakeFiles/brotlidec-static.dir/c/dec/huffman.c.o
[ 25%] Building C object CMakeFiles/brotlidec-static.dir/c/dec/state.c.o
Linking C static library libbrotlidec-static.a
[ 27%] Building C object CMakeFiles/brotlienc-static.dir/c/enc/backward_references_hq.c.o
[ 27%] Built target brotlidec-static
Scanning dependencies of target brotlidec
[ 28%] Building C object CMakeFiles/brotlidec.dir/c/dec/bit_reader.c.o
[ 30%] Building C object CMakeFiles/brotlidec.dir/c/dec/decode.c.o
[ 32%] Building C object CMakeFiles/brotlienc-static.dir/c/enc/bit_cost.c.o
[ 33%] Building C object CMakeFiles/brotlidec.dir/c/dec/huffman.c.o
[ 35%] Building C object CMakeFiles/brotlidec.dir/c/dec/state.c.o
[ 37%] Building C object CMakeFiles/brotlienc-static.dir/c/enc/block_splitter.c.o
Linking C shared library libbrotlidec.so
[ 37%] Built target brotlidec
Scanning dependencies of target brotlienc
[ 38%] Building C object CMakeFiles/brotlienc.dir/c/enc/backward_references.c.o
[ 40%] Building C object CMakeFiles/brotlienc-static.dir/c/enc/brotli_bit_stream.c.o
[ 42%] Building C object CMakeFiles/brotlienc-static.dir/c/enc/cluster.c.o
[ 44%] Building C object CMakeFiles/brotlienc.dir/c/enc/backward_references_hq.c.o
[ 45%] Building C object CMakeFiles/brotlienc-static.dir/c/enc/command.c.o
[ 47%] Building C object CMakeFiles/brotlienc-static.dir/c/enc/compress_fragment.c.o
[ 49%] Building C object CMakeFiles/brotlienc.dir/c/enc/bit_cost.c.o
[ 50%] Building C object CMakeFiles/brotlienc.dir/c/enc/block_splitter.c.o
[ 52%] Building C object CMakeFiles/brotlienc-static.dir/c/enc/compress_fragment_two_pass.c.o
[ 54%] Building C object CMakeFiles/brotlienc.dir/c/enc/brotli_bit_stream.c.o
[ 55%] Building C object CMakeFiles/brotlienc-static.dir/c/enc/dictionary_hash.c.o
[ 57%] Building C object CMakeFiles/brotlienc.dir/c/enc/cluster.c.o
[ 59%] Building C object CMakeFiles/brotlienc-static.dir/c/enc/encode.c.o
[ 61%] Building C object CMakeFiles/brotlienc.dir/c/enc/command.c.o
[ 62%] Building C object CMakeFiles/brotlienc.dir/c/enc/compress_fragment.c.o
[ 64%] Building C object CMakeFiles/brotlienc-static.dir/c/enc/encoder_dict.c.o
[ 66%] Building C object CMakeFiles/brotlienc-static.dir/c/enc/entropy_encode.c.o
[ 67%] Building C object CMakeFiles/brotlienc-static.dir/c/enc/fast_log.c.o
[ 69%] Building C object CMakeFiles/brotlienc.dir/c/enc/compress_fragment_two_pass.c.o
[ 71%] Building C object CMakeFiles/brotlienc-static.dir/c/enc/histogram.c.o
[ 72%] Building C object CMakeFiles/brotlienc-static.dir/c/enc/literal_cost.c.o
[ 74%] Building C object CMakeFiles/brotlienc-static.dir/c/enc/memory.c.o
[ 76%] [ 77%] Building C object CMakeFiles/brotlienc-static.dir/c/enc/metablock.c.o
Building C object CMakeFiles/brotlienc.dir/c/enc/dictionary_hash.c.o
[ 79%] Building C object CMakeFiles/brotlienc.dir/c/enc/encode.c.o
[ 81%] Building C object CMakeFiles/brotlienc-static.dir/c/enc/static_dict.c.o
[ 83%] Building C object CMakeFiles/brotlienc.dir/c/enc/encoder_dict.c.o
[ 84%] Building C object CMakeFiles/brotlienc-static.dir/c/enc/utf8_util.c.o
Linking C static library libbrotlienc-static.a
[ 84%] Built target brotlienc-static
Scanning dependencies of target brotli
[ 86%] Building C object CMakeFiles/brotli.dir/c/tools/brotli.c.o
[ 88%] Building C object CMakeFiles/brotlienc.dir/c/enc/entropy_encode.c.o
Linking C executable brotli
[ 89%] [ 89%] Building C object CMakeFiles/brotlienc.dir/c/enc/fast_log.c.o
Built target brotli
[ 91%] Building C object CMakeFiles/brotlienc.dir/c/enc/histogram.c.o
[ 93%] Building C object CMakeFiles/brotlienc.dir/c/enc/literal_cost.c.o
[ 94%] Building C object CMakeFiles/brotlienc.dir/c/enc/memory.c.o
[ 96%] Building C object CMakeFiles/brotlienc.dir/c/enc/metablock.c.o
[ 98%] Building C object CMakeFiles/brotlienc.dir/c/enc/static_dict.c.o
[100%] Building C object CMakeFiles/brotlienc.dir/c/enc/utf8_util.c.o
Linking C shared library libbrotlienc.so
[100%] Built target brotlienc
[ 8%] Built target brotlicommon-static
[ 42%] Built target brotlienc-static
[ 49%] Built target brotlidec-static
[ 50%] Built target brotli
[ 59%] Built target brotlicommon
[ 66%] Built target brotlidec
[100%] Built target brotlienc
Install the project...
-- Install configuration: "Debug"
-- Installing: /usr/local/nginx-dep/bin/brotli
-- Installing: /usr/local/nginx-dep/lib/libbrotlienc.so.1.0.9
-- Installing: /usr/local/nginx-dep/lib/libbrotlienc.so.1
-- Installing: /usr/local/nginx-dep/lib/libbrotlienc.so
-- Removed runtime path from "/usr/local/nginx-dep/lib/libbrotlienc.so.1.0.9"
-- Installing: /usr/local/nginx-dep/lib/libbrotlidec.so.1.0.9
-- Installing: /usr/local/nginx-dep/lib/libbrotlidec.so.1
-- Installing: /usr/local/nginx-dep/lib/libbrotlidec.so
-- Removed runtime path from "/usr/local/nginx-dep/lib/libbrotlidec.so.1.0.9"
-- Installing: /usr/local/nginx-dep/lib/libbrotlicommon.so.1.0.9
-- Installing: /usr/local/nginx-dep/lib/libbrotlicommon.so.1
-- Installing: /usr/local/nginx-dep/lib/libbrotlicommon.so
-- Installing: /usr/local/nginx-dep/lib/libbrotlienc-static.a
-- Installing: /usr/local/nginx-dep/lib/libbrotlidec-static.a
-- Installing: /usr/local/nginx-dep/lib/libbrotlicommon-static.a
-- Installing: /usr/local/nginx-dep/include/brotli
-- Installing: /usr/local/nginx-dep/include/brotli/encode.h
-- Installing: /usr/local/nginx-dep/include/brotli/port.h
-- Installing: /usr/local/nginx-dep/include/brotli/decode.h
-- Installing: /usr/local/nginx-dep/include/brotli/types.h
-- Installing: /usr/local/nginx-dep/lib/pkgconfig/libbrotlicommon.pc
-- Installing: /usr/local/nginx-dep/lib/pkgconfig/libbrotlidec.pc
-- Installing: /usr/local/nginx-dep/lib/pkgconfig/libbrotlienc.pc
grep: /usr/local/nginx/conf/nginx.conf: No such file or directory
sed: can't read /usr/local/nginx/conf/nginx.conf: No such file or directory
sed: can't read /usr/local/nginx/conf/nginx.conf: No such file or directory
sed: can't read /usr/local/nginx/conf/nginx.conf: No such file or directory
Check existing server string:
static u_char ngx_http_server_string[] = "Server: nginx" CRLF;
static u_char ngx_http_server_build_string[] = "Server: " NGINX_VER_BUILD CRLF;
Change server string to nginx centminmod
NGX_MAX_ERROR_STR value
#define NGX_MAX_ERROR_STR 2048
grep: /usr/local/nginx/conf/conf.d/virtual.conf: No such file or directory
net.ipv4.tcp_fastopen = 3
TCPOFODrop TCPOFOMerge TCPChallengeACK TCPSYNChallenge TCPFastOpenActive TCPFastOpenActiveFail
0 0 0 0 0 0
689: gcf->country = GeoIP_open((char *) value[1].data, GEOIP_STANDARD);
744: gcf->org = GeoIP_open((char *) value[1].data, GEOIP_STANDARD);
805: gcf->city = GeoIP_open((char *) value[1].data, GEOIP_STANDARD);
CLANG_CCOPT=""
gcc -c -Q -march=native --help=target | egrep '\-mtune|\-mprefer-vector-width|\-march|\-msse|\-msse2|\-msse2avx|\-msse3|\-mavx|\-msse4|\-mssse3|\-mpclmul' | tee /root/centminlogs/gcc_native.log
-march= btver2
-mavx [enabled]
-mavx2 [enabled]
-mavx256-split-unaligned-load [disabled]
-mavx256-split-unaligned-store [disabled]
-mpclmul [enabled]
-msse [enabled]
-msse2 [enabled]
-msse2avx [disabled]
-msse3 [enabled]
-msse4 [enabled]
-msse4.1 [enabled]
-msse4.2 [enabled]
-msse4a [disabled]
-msse5
-msseregparm [disabled]
-mssse3 [enabled]
-mtune= btver2
gcc -c -Q -march=x86-64 --help=target | egrep '\-mtune|\-mprefer-vector-width|\-march|\-msse|\-msse2|\-msse2avx|\-msse3|\-mavx|\-msse4|\-mssse3|\-mpclmul' | tee /root/centminlogs/gcc_x86-64.log
-march= x86-64
-mavx [disabled]
-mavx2 [disabled]
-mavx256-split-unaligned-load [disabled]
-mavx256-split-unaligned-store [disabled]
-mpclmul [disabled]
-msse [disabled]
-msse2 [disabled]
-msse2avx [disabled]
-msse3 [disabled]
-msse4 [disabled]
-msse4.1 [disabled]
-msse4.2 [disabled]
-msse4a [disabled]
-msse5
-msseregparm [disabled]
-mssse3 [disabled]
-mtune=
-march= btver2 | -march= x86-64
-mavx [enabled] | -mavx [disabled]
-mavx2 [enabled] | -mavx2 [disabled]
-mpclmul [enabled] | -mpclmul [disabled]
-msse [enabled] | -msse [disabled]
-msse2 [enabled] | -msse2 [disabled]
-msse3 [enabled] | -msse3 [disabled]
-msse4 [enabled] | -msse4 [disabled]
-msse4.1 [enabled] | -msse4.1 [disabled]
-msse4.2 [enabled] | -msse4.2 [disabled]
-mssse3 [enabled] | -mssse3 [disabled]
-mtune= btver2 | -mtune=
-march= btver2 | -march= x86-64
-mavx [enabled] | -mavx [disabled]
-mavx2 [enabled] | -mavx2 [disabled]
-mpclmul [enabled] | -mpclmul [disabled]
-msse4 [enabled] | -msse4 [disabled]
-msse4.1 [enabled] | -msse4.1 [disabled]
-msse4.2 [enabled] | -msse4.2 [disabled]
-mtune= btver2 | -mtune=
gcc -c -Q -march=x86-64 -mavx -mavx2 -mpclmul -msse4 -msse4.1 -msse4.2 --help=target | egrep '\-mtune|\-mprefer-vector-width|\-march|\-msse|\-msse2|\-msse2avx|\-msse3|\-mavx|\-msse4|\-mssse3|\-mpclmul' | tee /root/centminlogs/gcc_x86-64-non-native.log
-march= x86-64
-mavx [enabled]
-mavx2 [enabled]
-mavx256-split-unaligned-load [disabled]
-mavx256-split-unaligned-store [disabled]
-mpclmul [enabled]
-msse [enabled]
-msse2 [enabled]
-msse2avx [disabled]
-msse3 [enabled]
-msse4 [enabled]
-msse4.1 [enabled]
-msse4.2 [enabled]
-msse4a [disabled]
-msse5
-msseregparm [disabled]
-mssse3 [enabled]
-mtune=
GCC_NONNATIVEFLAGS= -mavx -mavx2 -mpclmul -msse4 -msse4.1 -msse4.2
NGINX_KTLS_OPT=
#define NGX_LISTEN_BACKLOG 4095
/svr-setup/nginx-1.21.6
nginx configure options (alternate ordering):
./configure --with-ld-opt="-Wl,-E -L/usr/local/zlib-cf/lib -L/usr/local/nginx-dep/lib -lrt -ljemalloc -Wl,-z,relro -Wl,-rpath,/usr/local/zlib-cf/lib:/usr/local/nginx-dep/lib" --with-cc-opt="-I/usr/local/zlib-cf/include -I/usr/local/nginx-dep/include -m64 -march=x86-64 -DTCP_FASTOPEN=23 -g -O2 -fstack-protector-strong --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wno-pointer-sign -Wp,-D_FORTIFY_SOURCE=2 -Wno-deprecated-declarations" --sbin-path=/usr/local/sbin/nginx --conf-path=/usr/local/nginx/conf/nginx.conf --build=310122-180753-centos7-kvm-54080fb-br-9aec15e --with-compat --without-pcre2 --with-http_stub_status_module --with-http_flv_module --with-http_mp4_module --add-module=../nginx-rtmp-module --with-libatomic --with-http_gzip_static_module --add-dynamic-module=../ngx_brotli --add-dynamic-module=../ --with-http_sub_module --with-http_addition_module --with-http_image_filter_module=dynamic --with-http_geoip_module --with-stream_ssl_preread_module --with-threads --with-stream --with-stream_ssl_module --with-http_slice_module --with-http_realip_module --add-dynamic-module=../ngx-fancyindex-0.4.2 --add-module=../ngx_cache_purge-2.5.1 --add-dynamic-module=../ngx_devel_kit-0.3.0 --add-dynamic-module=../set-misc-nginx-module-0.32 --add-dynamic-module=../echo-nginx-module-0.62 --add-module=../redis2-nginx-module-0.15 --add-module=../memc-nginx-module-0.19 --add-module=../srcache-nginx-module-0.32 --add-dynamic-module=../headers-more-nginx-module-0.33 --with-pcre-jit --with-zlib=../zlib-cloudflare-1.3.0 --with-http_ssl_module --with-http_v2_module --with-openssl=../libressl-3.0.2
checking for OS
+ Linux 3.10.0-1160.53.1.el7.x86_64 x86_64
checking for C compiler ... found
+ using GNU C compiler
+ gcc version: 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC)
checking for gcc -pipe switch ... found
checking for --with-ld-opt="-Wl,-E -L/usr/local/zlib-cf/lib -L/usr/local/nginx-dep/lib -lrt -ljemalloc -Wl,-z,relro -Wl,-rpath,/usr/local/zlib-cf/lib:/usr/local/nginx-dep/lib" ... found
checking for -Wl,-E switch ... found
checking for gcc builtin atomic operations ... found
checking for C99 variadic macros ... found
checking for gcc variadic macros ... found
checking for gcc builtin 64 bit byteswap ... found
checking for unistd.h ... found
checking for inttypes.h ... found
checking for limits.h ... found
checking for sys/filio.h ... not found
checking for sys/param.h ... found
checking for sys/mount.h ... found
checking for sys/statvfs.h ... found
checking for crypt.h ... found
checking for Linux specific features
checking for epoll ... found
checking for EPOLLRDHUP ... found
checking for EPOLLEXCLUSIVE ... not found
checking for eventfd() ... found
checking for O_PATH ... found
checking for sendfile() ... found
checking for sendfile64() ... found
checking for sys/prctl.h ... found
checking for prctl(PR_SET_DUMPABLE) ... found
checking for prctl(PR_SET_KEEPCAPS) ... found
checking for capabilities ... found
checking for crypt_r() ... found
checking for sys/vfs.h ... found
checking for nobody group ... found
checking for poll() ... found
checking for /dev/poll ... not found
checking for kqueue ... not found
checking for crypt() ... not found
checking for crypt() in libcrypt ... found
checking for F_READAHEAD ... not found
checking for posix_fadvise() ... found
checking for O_DIRECT ... found
checking for F_NOCACHE ... not found
checking for directio() ... not found
checking for statfs() ... found
checking for statvfs() ... found
checking for dlopen() ... not found
checking for dlopen() in libdl ... found
checking for sched_yield() ... found
checking for sched_setaffinity() ... found
checking for SO_SETFIB ... not found
checking for SO_REUSEPORT ... found
checking for SO_ACCEPTFILTER ... not found
checking for SO_BINDANY ... not found
checking for IP_TRANSPARENT ... found
checking for IP_BINDANY ... not found
checking for IP_BIND_ADDRESS_NO_PORT ... found
checking for IP_RECVDSTADDR ... not found
checking for IP_SENDSRCADDR ... not found
checking for IP_PKTINFO ... found
checking for IPV6_RECVPKTINFO ... found
checking for TCP_DEFER_ACCEPT ... found
checking for TCP_KEEPIDLE ... found
checking for TCP_FASTOPEN ... found
checking for TCP_INFO ... found
checking for accept4() ... found
checking for int size ... 4 bytes
checking for long size ... 8 bytes
checking for long long size ... 8 bytes
checking for void * size ... 8 bytes
checking for uint32_t ... found
checking for uint64_t ... found
checking for sig_atomic_t ... found
checking for sig_atomic_t size ... 4 bytes
checking for socklen_t ... found
checking for in_addr_t ... found
checking for in_port_t ... found
checking for rlim_t ... found
checking for uintptr_t ... uintptr_t found
checking for system byte ordering ... little endian
checking for size_t size ... 8 bytes
checking for off_t size ... 8 bytes
checking for time_t size ... 8 bytes
checking for AF_INET6 ... found
checking for setproctitle() ... not found
checking for pread() ... found
checking for pwrite() ... found
checking for pwritev() ... found
checking for strerrordesc_np() ... not found
checking for sys_nerr ... found
checking for localtime_r() ... found
checking for clock_gettime(CLOCK_MONOTONIC) ... found
checking for posix_memalign() ... found
checking for memalign() ... found
checking for mmap(MAP_ANON|MAP_SHARED) ... found
checking for mmap("/dev/zero", MAP_SHARED) ... found
checking for System V shared memory ... found
checking for POSIX semaphores ... not found
checking for POSIX semaphores in libpthread ... found
checking for struct msghdr.msg_control ... found
checking for ioctl(FIONBIO) ... found
checking for ioctl(FIONREAD) ... found
checking for struct tm.tm_gmtoff ... found
checking for struct dirent.d_namlen ... not found
checking for struct dirent.d_type ... found
checking for sysconf(_SC_NPROCESSORS_ONLN) ... found
checking for sysconf(_SC_LEVEL1_DCACHE_LINESIZE) ... found
checking for openat(), fstatat() ... found
checking for getaddrinfo() ... found
configuring additional modules
adding module in ../nginx-rtmp-module
+ ngx_rtmp_module was configured
adding module in ../ngx_cache_purge-2.5.1
+ ngx_http_cache_purge_module was configured
adding module in ../redis2-nginx-module-0.15
+ ngx_http_redis2_module was configured
adding module in ../memc-nginx-module-0.19
+ ngx_http_memc_module was configured
adding module in ../srcache-nginx-module-0.32
+ ngx_http_srcache_filter_module was configured
configuring additional dynamic modules
adding module in ../ngx_brotli
+ ngx_brotli was configured
adding module in ../
./configure: error: no ..//config was found
_ _ _ __ __ _
| \ | | __ _ (_) _ __ __ __ | \/ | __ _ | | __ ___
| \| | / _` || || '_ \ \ \/ / | |\/| | / _` || |/ // _ \
| |\ || (_| || || | | | > < | | | || (_| || <| __/
|_| \_| \__, ||_||_| |_|/_/\_\ |_| |_| \__,_||_|\_\\___|
|___/
make: *** No rule to make target `build', needed by `default'. Stop.
real 0m0.002s
user 0m0.000s
sys 0m0.001s
_ _ _ __ __ _
| \ | | __ _ (_) _ __ __ __ | \/ | __ _ | | __ ___
| \| | / _` || || '_ \ \ \/ / | |\/| | / _` || |/ // _ \
| |\ || (_| || || | | | > < | | | || (_| || <| __/
|_| \_| \__, ||_||_| |_|/_/\_\ |_| |_| \__,_||_|\_\\___|
|___/
___ _ _ _
|_ _| _ __ ___ | |_ __ _ | || |
| | | '_ \ / __|| __|/ _` || || |
| | | | | |\__ \| |_| (_| || || |
|___||_| |_||___/ \__|\__,_||_||_|
make: *** No rule to make target `install'. Stop.
real 0m0.001s
user 0m0.001s
sys 0m0.000s
____ _ _ _ _ _
/ ___|| |__ ___ ___ | | __ | \ | | __ _ (_) _ __ __ __
| | | '_ \ / _ \ / __|| |/ / | \| | / _` || || '_ \ \ \/ /
| |___ | | | || __/| (__ | < | |\ || (_| || || | | | > <
\____||_| |_| \___| \___||_|\_\ |_| \_| \__, ||_||_| |_|/_/\_\
|___/
____ _
| _ \ _ _ _ __ __ _ _ __ ___ (_) ___
| | | || | | || '_ \ / _` || '_ ` _ \ | | / __|
| |_| || |_| || | | || (_| || | | | | || || (__
|____/ \__, ||_| |_| \__,_||_| |_| |_||_| \___|
|___/
__ __ _ _
| \/ | ___ __| | _ _ | | ___
| |\/| | / _ \ / _` || | | || | / _ \
| | | || (_) || (_| || |_| || || __/
|_| |_| \___/ \__,_| \__,_||_| \___|
____ _
/ ___| _ _ _ __ _ __ ___ _ __ | |_
\___ \ | | | || '_ \ | '_ \ / _ \ | '__|| __|
___) || |_| || |_) || |_) || (_) || | | |_
|____/ \__,_|| .__/ | .__/ \___/ |_| \__|
|_| |_|
NGX_DYNAMICCHECK nginx_configure
/svr-setup/nginx-1.21.6
nginx dynamic module support detected
1021006
${CUR_DIR} & ${CM_INSTALLDIR}
/usr/local/src/centminmod
/usr/local/src/centminmod
Setup default hostname: localhost
----------------------------------------------
Creating /etc/logrotate.d/nginx file
----------------------------------------------
......
install zstd compression
Error: zstd-1.5.1.tar.gz not found!!! Downloading now......
--2022-01-31 18:07:58-- https://github.com/facebook/zstd/archive/v1.5.1.tar.gz
Resolving github.com (github.com)... 140.82.121.3
Connecting to github.com (github.com)|140.82.121.3|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://codeload.github.com/facebook/zstd/tar.gz/v1.5.1 [following]
--2022-01-31 18:07:59-- https://codeload.github.com/facebook/zstd/tar.gz/v1.5.1
Resolving codeload.github.com (codeload.github.com)... 140.82.121.9
Connecting to codeload.github.com (codeload.github.com)|140.82.121.9|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/x-gzip]
Saving to: ‘zstd-1.5.1.tar.gz’
0K .......... .......... .......... .......... .......... 4.48M
50K .......... .......... .......... .......... .......... 8.41M
100K .......... .......... .......... .......... .......... 35.9M
150K .......... .......... .......... .......... .......... 10.3M
200K .......... .......... .......... .......... .......... 26.3M
250K .......... .......... .......... .......... .......... 5.54M
300K .......... .......... .......... .......... .......... 25.1M
350K .......... .......... .......... .......... .......... 14.4M
400K .......... .......... .......... .......... .......... 16.4M
450K .......... .......... .......... .......... .......... 21.4M
500K .......... .......... .......... .......... .......... 9.81M
550K .......... .......... .......... .......... .......... 57.9M
600K .......... .......... .......... .......... .......... 30.7M
650K .......... .......... .......... .......... .......... 44.2M
700K .......... .......... .......... .......... .......... 12.0M
750K .......... .......... .......... .......... .......... 37.6M
800K .......... .......... .......... .......... .......... 4.05M
850K .......... .......... .......... .......... .......... 2.10M
900K .......... .......... .......... .......... .......... 102M
950K .......... .......... .......... .......... .......... 164M
1000K .......... .......... .......... .......... .......... 7.61M
1050K .......... .......... .......... .......... .......... 4.44M
1100K .......... .......... .......... .......... .......... 4.22M
1150K .......... .......... .......... .......... .......... 76.0M
1200K .......... .......... .......... .......... .......... 2.70M
1250K .......... .......... .......... .......... .......... 69.6M
1300K .......... .......... .......... .......... .......... 5.02M
1350K .......... .......... .......... .......... .......... 4.83M
1400K .......... .......... .......... .......... .......... 4.86M
1450K .......... .......... .......... .......... .......... 4.84M
1500K .......... .......... .......... .......... .......... 5.06M
1550K .......... .......... .......... .......... .......... 64.5M
1600K .......... .......... .......... .......... .......... 2.70M
1650K .......... .......... .......... .......... .......... 94.5M
1700K .......... .......... .......... .......... .......... 5.49M
1750K .......... .......... .......... .......... .......... 4.68M
1800K .......... .......... .......... .......... .......... 5.16M
1850K .......... .......... .......... .......... .......... 13.6M
1900K .. 38.6M=0.2s
2022-01-31 18:07:59 (7.62 MB/s) - ‘zstd-1.5.1.tar.gz’ saved [1948539]
zstd-1.5.1/
zstd-1.5.1/.buckconfig
zstd-1.5.1/.buckversion
zstd-1.5.1/.circleci/
zstd-1.5.1/.circleci/config.yml
zstd-1.5.1/.circleci/images/
zstd-1.5.1/.circleci/images/primary/
zstd-1.5.1/.circleci/images/primary/Dockerfile
zstd-1.5.1/.cirrus.yml
zstd-1.5.1/.gitattributes
zstd-1.5.1/.github/
zstd-1.5.1/.github/ISSUE_TEMPLATE/
zstd-1.5.1/.github/ISSUE_TEMPLATE/bug_report.md
zstd-1.5.1/.github/ISSUE_TEMPLATE/feature_request.md
zstd-1.5.1/.github/workflows/
zstd-1.5.1/.github/workflows/dev-long-tests.yml
zstd-1.5.1/.github/workflows/dev-short-tests.yml
zstd-1.5.1/.github/workflows/publish-release-artifacts.yml
zstd-1.5.1/.gitignore
zstd-1.5.1/.travis.yml
zstd-1.5.1/CHANGELOG
zstd-1.5.1/CODE_OF_CONDUCT.md
zstd-1.5.1/CONTRIBUTING.md
zstd-1.5.1/COPYING
zstd-1.5.1/LICENSE
zstd-1.5.1/Makefile
zstd-1.5.1/Package.swift
zstd-1.5.1/README.md
zstd-1.5.1/TESTING.md
zstd-1.5.1/appveyor.yml
zstd-1.5.1/build/
zstd-1.5.1/build/.gitignore
zstd-1.5.1/build/LICENSE
zstd-1.5.1/build/README.md
zstd-1.5.1/build/VS2008/
zstd-1.5.1/build/VS2008/fullbench/
zstd-1.5.1/build/VS2008/fullbench/fullbench.vcproj
zstd-1.5.1/build/VS2008/fuzzer/
zstd-1.5.1/build/VS2008/fuzzer/fuzzer.vcproj
zstd-1.5.1/build/VS2008/zstd.sln
zstd-1.5.1/build/VS2008/zstd/
zstd-1.5.1/build/VS2008/zstd/zstd.vcproj
zstd-1.5.1/build/VS2008/zstdlib/
zstd-1.5.1/build/VS2008/zstdlib/zstdlib.vcproj
zstd-1.5.1/build/VS2010/
zstd-1.5.1/build/VS2010/CompileAsCpp.props
zstd-1.5.1/build/VS2010/datagen/
zstd-1.5.1/build/VS2010/datagen/datagen.vcxproj
zstd-1.5.1/build/VS2010/fullbench-dll/
zstd-1.5.1/build/VS2010/fullbench-dll/fullbench-dll.vcxproj
zstd-1.5.1/build/VS2010/fullbench/
zstd-1.5.1/build/VS2010/fullbench/fullbench.vcxproj
zstd-1.5.1/build/VS2010/fuzzer/
zstd-1.5.1/build/VS2010/fuzzer/fuzzer.vcxproj
zstd-1.5.1/build/VS2010/libzstd-dll/
zstd-1.5.1/build/VS2010/libzstd-dll/libzstd-dll.rc
zstd-1.5.1/build/VS2010/libzstd-dll/libzstd-dll.vcxproj
zstd-1.5.1/build/VS2010/libzstd/
zstd-1.5.1/build/VS2010/libzstd/libzstd.vcxproj
zstd-1.5.1/build/VS2010/zstd.sln
zstd-1.5.1/build/VS2010/zstd/
zstd-1.5.1/build/VS2010/zstd/zstd.rc
zstd-1.5.1/build/VS2010/zstd/zstd.vcxproj
zstd-1.5.1/build/VS_scripts/
zstd-1.5.1/build/VS_scripts/README.md
zstd-1.5.1/build/VS_scripts/build.VS2010.cmd
zstd-1.5.1/build/VS_scripts/build.VS2012.cmd
zstd-1.5.1/build/VS_scripts/build.VS2013.cmd
zstd-1.5.1/build/VS_scripts/build.VS2015.cmd
zstd-1.5.1/build/VS_scripts/build.VS2017.cmd
zstd-1.5.1/build/VS_scripts/build.VS2017Community.cmd
zstd-1.5.1/build/VS_scripts/build.VS2017Enterprise.cmd
zstd-1.5.1/build/VS_scripts/build.VS2017Professional.cmd
zstd-1.5.1/build/VS_scripts/build.generic.cmd
zstd-1.5.1/build/cmake/
zstd-1.5.1/build/cmake/.gitignore
zstd-1.5.1/build/cmake/CMakeLists.txt
zstd-1.5.1/build/cmake/CMakeModules/
zstd-1.5.1/build/cmake/CMakeModules/AddZstdCompilationFlags.cmake
zstd-1.5.1/build/cmake/CMakeModules/FindLibLZ4.cmake
zstd-1.5.1/build/cmake/CMakeModules/GetZstdLibraryVersion.cmake
zstd-1.5.1/build/cmake/README.md
zstd-1.5.1/build/cmake/contrib/
zstd-1.5.1/build/cmake/contrib/CMakeLists.txt
zstd-1.5.1/build/cmake/contrib/gen_html/
zstd-1.5.1/build/cmake/contrib/gen_html/CMakeLists.txt
zstd-1.5.1/build/cmake/contrib/pzstd/
zstd-1.5.1/build/cmake/contrib/pzstd/CMakeLists.txt
zstd-1.5.1/build/cmake/lib/
zstd-1.5.1/build/cmake/lib/.gitignore
zstd-1.5.1/build/cmake/lib/CMakeLists.txt
zstd-1.5.1/build/cmake/lib/cmake_uninstall.cmake.in
zstd-1.5.1/build/cmake/programs/
zstd-1.5.1/build/cmake/programs/.gitignore
zstd-1.5.1/build/cmake/programs/CMakeLists.txt
zstd-1.5.1/build/cmake/tests/
zstd-1.5.1/build/cmake/tests/.gitignore
zstd-1.5.1/build/cmake/tests/CMakeLists.txt
zstd-1.5.1/build/cmake/zstdConfig.cmake
zstd-1.5.1/build/meson/
zstd-1.5.1/build/meson/GetZstdLibraryVersion.py
zstd-1.5.1/build/meson/InstallSymlink.py
zstd-1.5.1/build/meson/README.md
zstd-1.5.1/build/meson/contrib/
zstd-1.5.1/build/meson/contrib/gen_html/
zstd-1.5.1/build/meson/contrib/gen_html/meson.build
zstd-1.5.1/build/meson/contrib/meson.build
zstd-1.5.1/build/meson/contrib/pzstd/
zstd-1.5.1/build/meson/contrib/pzstd/meson.build
zstd-1.5.1/build/meson/lib/
zstd-1.5.1/build/meson/lib/meson.build
zstd-1.5.1/build/meson/meson.build
zstd-1.5.1/build/meson/meson_options.txt
zstd-1.5.1/build/meson/programs/
zstd-1.5.1/build/meson/programs/meson.build
zstd-1.5.1/build/meson/tests/
zstd-1.5.1/build/meson/tests/meson.build
zstd-1.5.1/build/meson/tests/valgrindTest.py
zstd-1.5.1/build/single_file_libs/
zstd-1.5.1/build/single_file_libs/.gitignore
zstd-1.5.1/build/single_file_libs/README.md
zstd-1.5.1/build/single_file_libs/build_decoder_test.sh
zstd-1.5.1/build/single_file_libs/build_library_test.sh
zstd-1.5.1/build/single_file_libs/combine.sh
zstd-1.5.1/build/single_file_libs/create_single_file_decoder.sh
zstd-1.5.1/build/single_file_libs/create_single_file_library.sh
zstd-1.5.1/build/single_file_libs/examples/
zstd-1.5.1/build/single_file_libs/examples/README.md
zstd-1.5.1/build/single_file_libs/examples/emscripten.c
zstd-1.5.1/build/single_file_libs/examples/roundtrip.c
zstd-1.5.1/build/single_file_libs/examples/shell.html
zstd-1.5.1/build/single_file_libs/examples/simple.c
zstd-1.5.1/build/single_file_libs/examples/testcard-dxt1.inl
zstd-1.5.1/build/single_file_libs/examples/testcard-zstd.inl
zstd-1.5.1/build/single_file_libs/examples/testcard.png
zstd-1.5.1/build/single_file_libs/zstd-in.c
zstd-1.5.1/build/single_file_libs/zstddeclib-in.c
zstd-1.5.1/contrib/
zstd-1.5.1/contrib/VS2005/
zstd-1.5.1/contrib/VS2005/README.md
zstd-1.5.1/contrib/VS2005/fullbench/
zstd-1.5.1/contrib/VS2005/fullbench/fullbench.vcproj
zstd-1.5.1/contrib/VS2005/fuzzer/
zstd-1.5.1/contrib/VS2005/fuzzer/fuzzer.vcproj
zstd-1.5.1/contrib/VS2005/zstd.sln
zstd-1.5.1/contrib/VS2005/zstd/
zstd-1.5.1/contrib/VS2005/zstd/zstd.vcproj
zstd-1.5.1/contrib/VS2005/zstdlib/
zstd-1.5.1/contrib/VS2005/zstdlib/zstdlib.vcproj
zstd-1.5.1/contrib/cleanTabs
zstd-1.5.1/contrib/diagnose_corruption/
zstd-1.5.1/contrib/diagnose_corruption/.gitignore
zstd-1.5.1/contrib/diagnose_corruption/Makefile
zstd-1.5.1/contrib/diagnose_corruption/check_flipped_bits.c
zstd-1.5.1/contrib/docker/
zstd-1.5.1/contrib/docker/Dockerfile
zstd-1.5.1/contrib/docker/README.md
zstd-1.5.1/contrib/freestanding_lib/
zstd-1.5.1/contrib/freestanding_lib/freestanding.py
zstd-1.5.1/contrib/gen_html/
zstd-1.5.1/contrib/gen_html/.gitignore
zstd-1.5.1/contrib/gen_html/Makefile
zstd-1.5.1/contrib/gen_html/README.md
zstd-1.5.1/contrib/gen_html/gen-zstd-manual.sh
zstd-1.5.1/contrib/gen_html/gen_html.cpp
zstd-1.5.1/contrib/largeNbDicts/
zstd-1.5.1/contrib/largeNbDicts/.gitignore
zstd-1.5.1/contrib/largeNbDicts/Makefile
zstd-1.5.1/contrib/largeNbDicts/README.md
zstd-1.5.1/contrib/largeNbDicts/largeNbDicts.c
zstd-1.5.1/contrib/linux-kernel/
zstd-1.5.1/contrib/linux-kernel/.gitignore
zstd-1.5.1/contrib/linux-kernel/Makefile
zstd-1.5.1/contrib/linux-kernel/README.md
zstd-1.5.1/contrib/linux-kernel/btrfs-benchmark.sh
zstd-1.5.1/contrib/linux-kernel/btrfs-extract-benchmark.sh
zstd-1.5.1/contrib/linux-kernel/decompress_sources.h
zstd-1.5.1/contrib/linux-kernel/linux.mk
zstd-1.5.1/contrib/linux-kernel/linux_zstd.h
zstd-1.5.1/contrib/linux-kernel/mem.h
zstd-1.5.1/contrib/linux-kernel/squashfs-benchmark.sh
zstd-1.5.1/contrib/linux-kernel/test/
zstd-1.5.1/contrib/linux-kernel/test/Makefile
zstd-1.5.1/contrib/linux-kernel/test/include/
zstd-1.5.1/contrib/linux-kernel/test/include/asm/
zstd-1.5.1/contrib/linux-kernel/test/include/asm/unaligned.h
zstd-1.5.1/contrib/linux-kernel/test/include/linux/
zstd-1.5.1/contrib/linux-kernel/test/include/linux/compiler.h
zstd-1.5.1/contrib/linux-kernel/test/include/linux/errno.h
zstd-1.5.1/contrib/linux-kernel/test/include/linux/kernel.h
zstd-1.5.1/contrib/linux-kernel/test/include/linux/limits.h
zstd-1.5.1/contrib/linux-kernel/test/include/linux/math64.h
zstd-1.5.1/contrib/linux-kernel/test/include/linux/module.h
zstd-1.5.1/contrib/linux-kernel/test/include/linux/printk.h
zstd-1.5.1/contrib/linux-kernel/test/include/linux/stddef.h
zstd-1.5.1/contrib/linux-kernel/test/include/linux/swab.h
zstd-1.5.1/contrib/linux-kernel/test/include/linux/types.h
zstd-1.5.1/contrib/linux-kernel/test/include/linux/xxhash.h
zstd-1.5.1/contrib/linux-kernel/test/macro-test.sh
zstd-1.5.1/contrib/linux-kernel/test/static_test.c
zstd-1.5.1/contrib/linux-kernel/test/test.c
zstd-1.5.1/contrib/linux-kernel/zstd_compress_module.c
zstd-1.5.1/contrib/linux-kernel/zstd_decompress_module.c
zstd-1.5.1/contrib/linux-kernel/zstd_deps.h
zstd-1.5.1/contrib/match_finders/
zstd-1.5.1/contrib/match_finders/README.md
zstd-1.5.1/contrib/match_finders/zstd_edist.c
zstd-1.5.1/contrib/match_finders/zstd_edist.h
zstd-1.5.1/contrib/premake/
zstd-1.5.1/contrib/premake/premake4.lua
zstd-1.5.1/contrib/premake/zstd.lua
zstd-1.5.1/contrib/pzstd/
zstd-1.5.1/contrib/pzstd/.gitignore
zstd-1.5.1/contrib/pzstd/BUCK
zstd-1.5.1/contrib/pzstd/ErrorHolder.h
zstd-1.5.1/contrib/pzstd/Logging.h
zstd-1.5.1/contrib/pzstd/Makefile
zstd-1.5.1/contrib/pzstd/Options.cpp
zstd-1.5.1/contrib/pzstd/Options.h
zstd-1.5.1/contrib/pzstd/Pzstd.cpp
zstd-1.5.1/contrib/pzstd/Pzstd.h
zstd-1.5.1/contrib/pzstd/README.md
zstd-1.5.1/contrib/pzstd/SkippableFrame.cpp
zstd-1.5.1/contrib/pzstd/SkippableFrame.h
zstd-1.5.1/contrib/pzstd/images/
zstd-1.5.1/contrib/pzstd/images/Cspeed.png
zstd-1.5.1/contrib/pzstd/images/Dspeed.png
zstd-1.5.1/contrib/pzstd/main.cpp
zstd-1.5.1/contrib/pzstd/test/
zstd-1.5.1/contrib/pzstd/test/BUCK
zstd-1.5.1/contrib/pzstd/test/OptionsTest.cpp
zstd-1.5.1/contrib/pzstd/test/PzstdTest.cpp
zstd-1.5.1/contrib/pzstd/test/RoundTrip.h
zstd-1.5.1/contrib/pzstd/test/RoundTripTest.cpp
zstd-1.5.1/contrib/pzstd/utils/
zstd-1.5.1/contrib/pzstd/utils/BUCK
zstd-1.5.1/contrib/pzstd/utils/Buffer.h
zstd-1.5.1/contrib/pzstd/utils/FileSystem.h
zstd-1.5.1/contrib/pzstd/utils/Likely.h
zstd-1.5.1/contrib/pzstd/utils/Range.h
zstd-1.5.1/contrib/pzstd/utils/ResourcePool.h
zstd-1.5.1/contrib/pzstd/utils/ScopeGuard.h
zstd-1.5.1/contrib/pzstd/utils/ThreadPool.h
zstd-1.5.1/contrib/pzstd/utils/WorkQueue.h
zstd-1.5.1/contrib/pzstd/utils/test/
zstd-1.5.1/contrib/pzstd/utils/test/BUCK
zstd-1.5.1/contrib/pzstd/utils/test/BufferTest.cpp
zstd-1.5.1/contrib/pzstd/utils/test/RangeTest.cpp
zstd-1.5.1/contrib/pzstd/utils/test/ResourcePoolTest.cpp
zstd-1.5.1/contrib/pzstd/utils/test/ScopeGuardTest.cpp
zstd-1.5.1/contrib/pzstd/utils/test/ThreadPoolTest.cpp
zstd-1.5.1/contrib/pzstd/utils/test/WorkQueueTest.cpp
zstd-1.5.1/contrib/recovery/
zstd-1.5.1/contrib/recovery/Makefile
zstd-1.5.1/contrib/recovery/recover_directory.c
zstd-1.5.1/contrib/seekable_format/
zstd-1.5.1/contrib/seekable_format/examples/
zstd-1.5.1/contrib/seekable_format/examples/.gitignore
zstd-1.5.1/contrib/seekable_format/examples/Makefile
zstd-1.5.1/contrib/seekable_format/examples/parallel_compression.c
zstd-1.5.1/contrib/seekable_format/examples/parallel_processing.c
zstd-1.5.1/contrib/seekable_format/examples/seekable_compression.c
zstd-1.5.1/contrib/seekable_format/examples/seekable_decompression.c
zstd-1.5.1/contrib/seekable_format/examples/seekable_decompression_mem.c
zstd-1.5.1/contrib/seekable_format/tests/
zstd-1.5.1/contrib/seekable_format/tests/.gitignore
zstd-1.5.1/contrib/seekable_format/tests/Makefile
zstd-1.5.1/contrib/seekable_format/tests/seekable_tests.c
zstd-1.5.1/contrib/seekable_format/zstd_seekable.h
zstd-1.5.1/contrib/seekable_format/zstd_seekable_compression_format.md
zstd-1.5.1/contrib/seekable_format/zstdseek_compress.c
zstd-1.5.1/contrib/seekable_format/zstdseek_decompress.c
zstd-1.5.1/contrib/snap/
zstd-1.5.1/contrib/snap/snapcraft.yaml
zstd-1.5.1/doc/
zstd-1.5.1/doc/README.md
zstd-1.5.1/doc/educational_decoder/
zstd-1.5.1/doc/educational_decoder/.gitignore
zstd-1.5.1/doc/educational_decoder/Makefile
zstd-1.5.1/doc/educational_decoder/README.md
zstd-1.5.1/doc/educational_decoder/harness.c
zstd-1.5.1/doc/educational_decoder/zstd_decompress.c
zstd-1.5.1/doc/educational_decoder/zstd_decompress.h
zstd-1.5.1/doc/images/
zstd-1.5.1/doc/images/CSpeed2.png
zstd-1.5.1/doc/images/DCspeed5.png
zstd-1.5.1/doc/images/DSpeed3.png
zstd-1.5.1/doc/images/cdict_v136.png
zstd-1.5.1/doc/images/dict-cr.png
zstd-1.5.1/doc/images/dict-cs.png
zstd-1.5.1/doc/images/dict-ds.png
zstd-1.5.1/doc/images/zstd_cdict_v1_3_5.png
zstd-1.5.1/doc/images/zstd_logo86.png
zstd-1.5.1/doc/zstd_compression_format.md
zstd-1.5.1/doc/zstd_manual.html
zstd-1.5.1/examples/
zstd-1.5.1/examples/.gitignore
zstd-1.5.1/examples/Makefile
zstd-1.5.1/examples/README.md
zstd-1.5.1/examples/common.h
zstd-1.5.1/examples/dictionary_compression.c
zstd-1.5.1/examples/dictionary_decompression.c
zstd-1.5.1/examples/multiple_simple_compression.c
zstd-1.5.1/examples/multiple_streaming_compression.c
zstd-1.5.1/examples/simple_compression.c
zstd-1.5.1/examples/simple_decompression.c
zstd-1.5.1/examples/streaming_compression.c
zstd-1.5.1/examples/streaming_compression_thread_pool.c
zstd-1.5.1/examples/streaming_decompression.c
zstd-1.5.1/examples/streaming_memory_usage.c
zstd-1.5.1/lib/
zstd-1.5.1/lib/.gitignore
zstd-1.5.1/lib/BUCK
zstd-1.5.1/lib/Makefile
zstd-1.5.1/lib/README.md
zstd-1.5.1/lib/common/
zstd-1.5.1/lib/common/bitstream.h
zstd-1.5.1/lib/common/compiler.h
zstd-1.5.1/lib/common/cpu.h
zstd-1.5.1/lib/common/debug.c
zstd-1.5.1/lib/common/debug.h
zstd-1.5.1/lib/common/entropy_common.c
zstd-1.5.1/lib/common/error_private.c
zstd-1.5.1/lib/common/error_private.h
zstd-1.5.1/lib/common/fse.h
zstd-1.5.1/lib/common/fse_decompress.c
zstd-1.5.1/lib/common/huf.h
zstd-1.5.1/lib/common/mem.h
zstd-1.5.1/lib/common/pool.c
zstd-1.5.1/lib/common/pool.h
zstd-1.5.1/lib/common/portability_macros.h
zstd-1.5.1/lib/common/threading.c
zstd-1.5.1/lib/common/threading.h
zstd-1.5.1/lib/common/xxhash.c
zstd-1.5.1/lib/common/xxhash.h
zstd-1.5.1/lib/common/zstd_common.c
zstd-1.5.1/lib/common/zstd_deps.h
zstd-1.5.1/lib/common/zstd_internal.h
zstd-1.5.1/lib/common/zstd_trace.h
zstd-1.5.1/lib/compress/
zstd-1.5.1/lib/compress/clevels.h
zstd-1.5.1/lib/compress/fse_compress.c
zstd-1.5.1/lib/compress/hist.c
zstd-1.5.1/lib/compress/hist.h
zstd-1.5.1/lib/compress/huf_compress.c
zstd-1.5.1/lib/compress/zstd_compress.c
zstd-1.5.1/lib/compress/zstd_compress_internal.h
zstd-1.5.1/lib/compress/zstd_compress_literals.c
zstd-1.5.1/lib/compress/zstd_compress_literals.h
zstd-1.5.1/lib/compress/zstd_compress_sequences.c
zstd-1.5.1/lib/compress/zstd_compress_sequences.h
zstd-1.5.1/lib/compress/zstd_compress_superblock.c
zstd-1.5.1/lib/compress/zstd_compress_superblock.h
zstd-1.5.1/lib/compress/zstd_cwksp.h
zstd-1.5.1/lib/compress/zstd_double_fast.c
zstd-1.5.1/lib/compress/zstd_double_fast.h
zstd-1.5.1/lib/compress/zstd_fast.c
zstd-1.5.1/lib/compress/zstd_fast.h
zstd-1.5.1/lib/compress/zstd_lazy.c
zstd-1.5.1/lib/compress/zstd_lazy.h
zstd-1.5.1/lib/compress/zstd_ldm.c
zstd-1.5.1/lib/compress/zstd_ldm.h
zstd-1.5.1/lib/compress/zstd_ldm_geartab.h
zstd-1.5.1/lib/compress/zstd_opt.c
zstd-1.5.1/lib/compress/zstd_opt.h
zstd-1.5.1/lib/compress/zstdmt_compress.c
zstd-1.5.1/lib/compress/zstdmt_compress.h
zstd-1.5.1/lib/decompress/
zstd-1.5.1/lib/decompress/huf_decompress.c
zstd-1.5.1/lib/decompress/huf_decompress_amd64.S
zstd-1.5.1/lib/decompress/zstd_ddict.c
zstd-1.5.1/lib/decompress/zstd_ddict.h
zstd-1.5.1/lib/decompress/zstd_decompress.c
zstd-1.5.1/lib/decompress/zstd_decompress_block.c
zstd-1.5.1/lib/decompress/zstd_decompress_block.h
zstd-1.5.1/lib/decompress/zstd_decompress_internal.h
zstd-1.5.1/lib/deprecated/
zstd-1.5.1/lib/deprecated/zbuff.h
zstd-1.5.1/lib/deprecated/zbuff_common.c
zstd-1.5.1/lib/deprecated/zbuff_compress.c
zstd-1.5.1/lib/deprecated/zbuff_decompress.c
zstd-1.5.1/lib/dictBuilder/
zstd-1.5.1/lib/dictBuilder/cover.c
zstd-1.5.1/lib/dictBuilder/cover.h
zstd-1.5.1/lib/dictBuilder/divsufsort.c
zstd-1.5.1/lib/dictBuilder/divsufsort.h
zstd-1.5.1/lib/dictBuilder/fastcover.c
zstd-1.5.1/lib/dictBuilder/zdict.c
zstd-1.5.1/lib/dll/
zstd-1.5.1/lib/dll/example/
zstd-1.5.1/lib/dll/example/Makefile
zstd-1.5.1/lib/dll/example/README.md
zstd-1.5.1/lib/dll/example/build_package.bat
zstd-1.5.1/lib/dll/example/fullbench-dll.sln
zstd-1.5.1/lib/dll/example/fullbench-dll.vcxproj
zstd-1.5.1/lib/legacy/
zstd-1.5.1/lib/legacy/zstd_legacy.h
zstd-1.5.1/lib/legacy/zstd_v01.c
zstd-1.5.1/lib/legacy/zstd_v01.h
zstd-1.5.1/lib/legacy/zstd_v02.c
zstd-1.5.1/lib/legacy/zstd_v02.h
zstd-1.5.1/lib/legacy/zstd_v03.c
zstd-1.5.1/lib/legacy/zstd_v03.h
zstd-1.5.1/lib/legacy/zstd_v04.c
zstd-1.5.1/lib/legacy/zstd_v04.h
zstd-1.5.1/lib/legacy/zstd_v05.c
zstd-1.5.1/lib/legacy/zstd_v05.h
zstd-1.5.1/lib/legacy/zstd_v06.c
zstd-1.5.1/lib/legacy/zstd_v06.h
zstd-1.5.1/lib/legacy/zstd_v07.c
zstd-1.5.1/lib/legacy/zstd_v07.h
zstd-1.5.1/lib/libzstd.mk
zstd-1.5.1/lib/libzstd.pc.in
zstd-1.5.1/lib/modulemap/
zstd-1.5.1/lib/modulemap/module.modulemap
zstd-1.5.1/lib/zdict.h
zstd-1.5.1/lib/zstd.h
zstd-1.5.1/lib/zstd_errors.h
zstd-1.5.1/programs/
zstd-1.5.1/programs/.gitignore
zstd-1.5.1/programs/BUCK
zstd-1.5.1/programs/Makefile
zstd-1.5.1/programs/README.md
zstd-1.5.1/programs/benchfn.c
zstd-1.5.1/programs/benchfn.h
zstd-1.5.1/programs/benchzstd.c
zstd-1.5.1/programs/benchzstd.h
zstd-1.5.1/programs/datagen.c
zstd-1.5.1/programs/datagen.h
zstd-1.5.1/programs/dibio.c
zstd-1.5.1/programs/dibio.h
zstd-1.5.1/programs/fileio.c
zstd-1.5.1/programs/fileio.h
zstd-1.5.1/programs/platform.h
zstd-1.5.1/programs/timefn.c
zstd-1.5.1/programs/timefn.h
zstd-1.5.1/programs/util.c
zstd-1.5.1/programs/util.h
zstd-1.5.1/programs/windres/
zstd-1.5.1/programs/windres/verrsrc.h
zstd-1.5.1/programs/windres/zstd.rc
zstd-1.5.1/programs/windres/zstd32.res
zstd-1.5.1/programs/windres/zstd64.res
zstd-1.5.1/programs/zstd.1
zstd-1.5.1/programs/zstd.1.md
zstd-1.5.1/programs/zstdcli.c
zstd-1.5.1/programs/zstdcli_trace.c
zstd-1.5.1/programs/zstdcli_trace.h
zstd-1.5.1/programs/zstdgrep
zstd-1.5.1/programs/zstdgrep.1
zstd-1.5.1/programs/zstdgrep.1.md
zstd-1.5.1/programs/zstdless
zstd-1.5.1/programs/zstdless.1
zstd-1.5.1/programs/zstdless.1.md
zstd-1.5.1/tests/
zstd-1.5.1/tests/.gitignore
zstd-1.5.1/tests/DEPRECATED-test-zstd-speed.py
zstd-1.5.1/tests/Makefile
zstd-1.5.1/tests/README.md
zstd-1.5.1/tests/automated_benchmarking.py
zstd-1.5.1/tests/bigdict.c
zstd-1.5.1/tests/checkTag.c
zstd-1.5.1/tests/datagencli.c
zstd-1.5.1/tests/decodecorpus.c
zstd-1.5.1/tests/dict-files/
zstd-1.5.1/tests/dict-files/zero-weight-dict
zstd-1.5.1/tests/fullbench.c
zstd-1.5.1/tests/fuzz/
zstd-1.5.1/tests/fuzz/.gitignore
zstd-1.5.1/tests/fuzz/Makefile
zstd-1.5.1/tests/fuzz/README.md
zstd-1.5.1/tests/fuzz/block_decompress.c
zstd-1.5.1/tests/fuzz/block_round_trip.c
zstd-1.5.1/tests/fuzz/decompress_dstSize_tooSmall.c
zstd-1.5.1/tests/fuzz/dictionary_decompress.c
zstd-1.5.1/tests/fuzz/dictionary_loader.c
zstd-1.5.1/tests/fuzz/dictionary_round_trip.c
zstd-1.5.1/tests/fuzz/dictionary_stream_round_trip.c
zstd-1.5.1/tests/fuzz/fse_read_ncount.c
zstd-1.5.1/tests/fuzz/fuzz.h
zstd-1.5.1/tests/fuzz/fuzz.py
zstd-1.5.1/tests/fuzz/fuzz_data_producer.c
zstd-1.5.1/tests/fuzz/fuzz_data_producer.h
zstd-1.5.1/tests/fuzz/fuzz_helpers.c
zstd-1.5.1/tests/fuzz/fuzz_helpers.h
zstd-1.5.1/tests/fuzz/huf_decompress.c
zstd-1.5.1/tests/fuzz/huf_round_trip.c
zstd-1.5.1/tests/fuzz/raw_dictionary_round_trip.c
zstd-1.5.1/tests/fuzz/regression_driver.c
zstd-1.5.1/tests/fuzz/seekable_roundtrip.c
zstd-1.5.1/tests/fuzz/sequence_compression_api.c
zstd-1.5.1/tests/fuzz/simple_compress.c
zstd-1.5.1/tests/fuzz/simple_decompress.c
zstd-1.5.1/tests/fuzz/simple_round_trip.c
zstd-1.5.1/tests/fuzz/stream_decompress.c
zstd-1.5.1/tests/fuzz/stream_round_trip.c
zstd-1.5.1/tests/fuzz/zstd_frame_info.c
zstd-1.5.1/tests/fuzz/zstd_helpers.c
zstd-1.5.1/tests/fuzz/zstd_helpers.h
zstd-1.5.1/tests/fuzzer.c
zstd-1.5.1/tests/golden-compression/
zstd-1.5.1/tests/golden-compression/http
zstd-1.5.1/tests/golden-compression/huffman-compressed-larger
zstd-1.5.1/tests/golden-decompression/
zstd-1.5.1/tests/golden-decompression/rle-first-block.zst
zstd-1.5.1/tests/golden-dictionaries/
zstd-1.5.1/tests/golden-dictionaries/http-dict-missing-symbols
zstd-1.5.1/tests/gzip/
zstd-1.5.1/tests/gzip/Makefile
zstd-1.5.1/tests/gzip/gzip-env.sh
zstd-1.5.1/tests/gzip/helin-segv.sh
zstd-1.5.1/tests/gzip/help-version.sh
zstd-1.5.1/tests/gzip/hufts-segv.gz
zstd-1.5.1/tests/gzip/hufts.sh
zstd-1.5.1/tests/gzip/init.cfg
zstd-1.5.1/tests/gzip/init.sh
zstd-1.5.1/tests/gzip/keep.sh
zstd-1.5.1/tests/gzip/list.sh
zstd-1.5.1/tests/gzip/memcpy-abuse.sh
zstd-1.5.1/tests/gzip/mixed.sh
zstd-1.5.1/tests/gzip/null-suffix-clobber.sh
zstd-1.5.1/tests/gzip/stdin.sh
zstd-1.5.1/tests/gzip/test-driver.sh
zstd-1.5.1/tests/gzip/trailing-nul.sh
zstd-1.5.1/tests/gzip/unpack-invalid.sh
zstd-1.5.1/tests/gzip/z-suffix.sh
zstd-1.5.1/tests/gzip/zdiff.sh
zstd-1.5.1/tests/gzip/zgrep-context.sh
zstd-1.5.1/tests/gzip/zgrep-f.sh
zstd-1.5.1/tests/gzip/zgrep-signal.sh
zstd-1.5.1/tests/gzip/znew-k.sh
zstd-1.5.1/tests/invalidDictionaries.c
zstd-1.5.1/tests/legacy.c
zstd-1.5.1/tests/libzstd_builds.sh
zstd-1.5.1/tests/longmatch.c
zstd-1.5.1/tests/paramgrill.c
zstd-1.5.1/tests/playTests.sh
zstd-1.5.1/tests/poolTests.c
zstd-1.5.1/tests/rateLimiter.py
zstd-1.5.1/tests/regression/
zstd-1.5.1/tests/regression/.gitignore
zstd-1.5.1/tests/regression/Makefile
zstd-1.5.1/tests/regression/README.md
zstd-1.5.1/tests/regression/config.c
zstd-1.5.1/tests/regression/config.h
zstd-1.5.1/tests/regression/data.c
zstd-1.5.1/tests/regression/data.h
zstd-1.5.1/tests/regression/levels.h
zstd-1.5.1/tests/regression/method.c
zstd-1.5.1/tests/regression/method.h
zstd-1.5.1/tests/regression/result.c
zstd-1.5.1/tests/regression/result.h
zstd-1.5.1/tests/regression/results.csv
zstd-1.5.1/tests/regression/test.c
zstd-1.5.1/tests/roundTripCrash.c
zstd-1.5.1/tests/seqgen.c
zstd-1.5.1/tests/seqgen.h
zstd-1.5.1/tests/test-license.py
zstd-1.5.1/tests/test-variants.sh
zstd-1.5.1/tests/test-zstd-versions.py
zstd-1.5.1/tests/zstreamtest.c
zstd-1.5.1/zlibWrapper/
zstd-1.5.1/zlibWrapper/.gitignore
zstd-1.5.1/zlibWrapper/BUCK
zstd-1.5.1/zlibWrapper/Makefile
zstd-1.5.1/zlibWrapper/README.md
zstd-1.5.1/zlibWrapper/examples/
zstd-1.5.1/zlibWrapper/examples/example.c
zstd-1.5.1/zlibWrapper/examples/example_original.c
zstd-1.5.1/zlibWrapper/examples/fitblk.c
zstd-1.5.1/zlibWrapper/examples/fitblk_original.c
zstd-1.5.1/zlibWrapper/examples/minigzip.c
zstd-1.5.1/zlibWrapper/examples/zwrapbench.c
zstd-1.5.1/zlibWrapper/gzclose.c
zstd-1.5.1/zlibWrapper/gzcompatibility.h
zstd-1.5.1/zlibWrapper/gzguts.h
zstd-1.5.1/zlibWrapper/gzlib.c
zstd-1.5.1/zlibWrapper/gzread.c
zstd-1.5.1/zlibWrapper/gzwrite.c
zstd-1.5.1/zlibWrapper/zstd_zlibwrapper.c
zstd-1.5.1/zlibWrapper/zstd_zlibwrapper.h
Cleaning completed
make lib-mt
make[1]: Entering directory `/svr-setup/zstd-1.5.1/lib'
CC obj/conf_6d89c5be8e51d1b2b369808a31d38272/static/debug.o
CC obj/conf_6d89c5be8e51d1b2b369808a31d38272/static/entropy_common.o
CC obj/conf_6d89c5be8e51d1b2b369808a31d38272/static/error_private.o
CC obj/conf_6d89c5be8e51d1b2b369808a31d38272/static/fse_decompress.o
In file included from .//common/bitstream.h:32:0,
from .//common/fse_decompress.c:20:
.//common/fse_decompress.c: In function ‘FSE_decompress’:
.//common/error_private.h:64:34: warning: array subscript is above array bounds [-Warray-bounds]
#define CHECK_F(f) { CHECK_V_F(_var_err__, f); }
^
.//common/error_private.h:63:38: note: in definition of macro ‘CHECK_V_F’
#define CHECK_V_F(e, f) size_t const e = f; if (ERR_isError(e)) return e
^
.//common/fse_decompress.c:348:5: note: in expansion of macro ‘CHECK_F’
CHECK_F( FSE_buildDTable_internal(wksp->dtable, wksp->ncount, maxSymbolValue, tableLog, workSpace, wkspSize) );
^
CC obj/conf_6d89c5be8e51d1b2b369808a31d38272/static/pool.o
CC obj/conf_6d89c5be8e51d1b2b369808a31d38272/static/threading.o
CC obj/conf_6d89c5be8e51d1b2b369808a31d38272/static/xxhash.o
CC obj/conf_6d89c5be8e51d1b2b369808a31d38272/static/zstd_common.o
CC obj/conf_6d89c5be8e51d1b2b369808a31d38272/static/zstd_v05.o
CC obj/conf_6d89c5be8e51d1b2b369808a31d38272/static/zstd_v06.o
CC obj/conf_6d89c5be8e51d1b2b369808a31d38272/static/zstd_v07.o
CC obj/conf_6d89c5be8e51d1b2b369808a31d38272/static/fse_compress.o
CC obj/conf_6d89c5be8e51d1b2b369808a31d38272/static/hist.o
CC obj/conf_6d89c5be8e51d1b2b369808a31d38272/static/huf_compress.o
CC obj/conf_6d89c5be8e51d1b2b369808a31d38272/static/zstd_compress.o
CC obj/conf_6d89c5be8e51d1b2b369808a31d38272/static/zstd_compress_literals.o
CC obj/conf_6d89c5be8e51d1b2b369808a31d38272/static/zstd_compress_sequences.o
CC obj/conf_6d89c5be8e51d1b2b369808a31d38272/static/zstd_compress_superblock.o
CC obj/conf_6d89c5be8e51d1b2b369808a31d38272/static/zstd_double_fast.o
CC obj/conf_6d89c5be8e51d1b2b369808a31d38272/static/zstd_fast.o
CC obj/conf_6d89c5be8e51d1b2b369808a31d38272/static/zstd_lazy.o
CC obj/conf_6d89c5be8e51d1b2b369808a31d38272/static/zstd_ldm.o
CC obj/conf_6d89c5be8e51d1b2b369808a31d38272/static/zstd_opt.o
CC obj/conf_6d89c5be8e51d1b2b369808a31d38272/static/zstdmt_compress.o
CC obj/conf_6d89c5be8e51d1b2b369808a31d38272/static/huf_decompress.o
CC obj/conf_6d89c5be8e51d1b2b369808a31d38272/static/zstd_ddict.o
CC obj/conf_6d89c5be8e51d1b2b369808a31d38272/static/zstd_decompress.o
CC obj/conf_6d89c5be8e51d1b2b369808a31d38272/static/zstd_decompress_block.o
AS obj/conf_6d89c5be8e51d1b2b369808a31d38272/static/huf_decompress_amd64.o
CC obj/conf_6d89c5be8e51d1b2b369808a31d38272/static/cover.o
CC obj/conf_6d89c5be8e51d1b2b369808a31d38272/static/divsufsort.o
CC obj/conf_6d89c5be8e51d1b2b369808a31d38272/static/fastcover.o
CC obj/conf_6d89c5be8e51d1b2b369808a31d38272/static/zdict.o
compiling multi-threaded static library 1.5.1
CC obj/conf_b61dcc0f02721970abf26d92169acf3e/dynamic/debug.o
CC obj/conf_b61dcc0f02721970abf26d92169acf3e/dynamic/entropy_common.o
CC obj/conf_b61dcc0f02721970abf26d92169acf3e/dynamic/error_private.o
CC obj/conf_b61dcc0f02721970abf26d92169acf3e/dynamic/fse_decompress.o
In file included from .//common/bitstream.h:32:0,
from .//common/fse_decompress.c:20:
.//common/fse_decompress.c: In function ‘FSE_decompress’:
.//common/error_private.h:64:34: warning: array subscript is above array bounds [-Warray-bounds]
#define CHECK_F(f) { CHECK_V_F(_var_err__, f); }
^
.//common/error_private.h:63:38: note: in definition of macro ‘CHECK_V_F’
#define CHECK_V_F(e, f) size_t const e = f; if (ERR_isError(e)) return e
^
.//common/fse_decompress.c:348:5: note: in expansion of macro ‘CHECK_F’
CHECK_F( FSE_buildDTable_internal(wksp->dtable, wksp->ncount, maxSymbolValue, tableLog, workSpace, wkspSize) );
^
CC obj/conf_b61dcc0f02721970abf26d92169acf3e/dynamic/pool.o
CC obj/conf_b61dcc0f02721970abf26d92169acf3e/dynamic/threading.o
CC obj/conf_b61dcc0f02721970abf26d92169acf3e/dynamic/xxhash.o
CC obj/conf_b61dcc0f02721970abf26d92169acf3e/dynamic/zstd_common.o
CC obj/conf_b61dcc0f02721970abf26d92169acf3e/dynamic/zstd_v05.o
CC obj/conf_b61dcc0f02721970abf26d92169acf3e/dynamic/zstd_v06.o
CC obj/conf_b61dcc0f02721970abf26d92169acf3e/dynamic/zstd_v07.o
CC obj/conf_b61dcc0f02721970abf26d92169acf3e/dynamic/fse_compress.o
CC obj/conf_b61dcc0f02721970abf26d92169acf3e/dynamic/hist.o
CC obj/conf_b61dcc0f02721970abf26d92169acf3e/dynamic/huf_compress.o
CC obj/conf_b61dcc0f02721970abf26d92169acf3e/dynamic/zstd_compress.o
CC obj/conf_b61dcc0f02721970abf26d92169acf3e/dynamic/zstd_compress_literals.o
CC obj/conf_b61dcc0f02721970abf26d92169acf3e/dynamic/zstd_compress_sequences.o
CC obj/conf_b61dcc0f02721970abf26d92169acf3e/dynamic/zstd_compress_superblock.o
CC obj/conf_b61dcc0f02721970abf26d92169acf3e/dynamic/zstd_double_fast.o
CC obj/conf_b61dcc0f02721970abf26d92169acf3e/dynamic/zstd_fast.o
CC obj/conf_b61dcc0f02721970abf26d92169acf3e/dynamic/zstd_lazy.o
CC obj/conf_b61dcc0f02721970abf26d92169acf3e/dynamic/zstd_ldm.o
CC obj/conf_b61dcc0f02721970abf26d92169acf3e/dynamic/zstd_opt.o
CC obj/conf_b61dcc0f02721970abf26d92169acf3e/dynamic/zstdmt_compress.o
CC obj/conf_b61dcc0f02721970abf26d92169acf3e/dynamic/huf_decompress.o
CC obj/conf_b61dcc0f02721970abf26d92169acf3e/dynamic/zstd_ddict.o
CC obj/conf_b61dcc0f02721970abf26d92169acf3e/dynamic/zstd_decompress.o
CC obj/conf_b61dcc0f02721970abf26d92169acf3e/dynamic/zstd_decompress_block.o
AS obj/conf_b61dcc0f02721970abf26d92169acf3e/dynamic/huf_decompress_amd64.o
CC obj/conf_b61dcc0f02721970abf26d92169acf3e/dynamic/cover.o
CC obj/conf_b61dcc0f02721970abf26d92169acf3e/dynamic/divsufsort.o
CC obj/conf_b61dcc0f02721970abf26d92169acf3e/dynamic/fastcover.o
CC obj/conf_b61dcc0f02721970abf26d92169acf3e/dynamic/zdict.o
compiling multi-threaded dynamic library 1.5.1
creating versioned links
creating pkgconfig
multi-threaded build completed
make[1]: Leaving directory `/svr-setup/zstd-1.5.1/lib'
make[1]: Entering directory `/svr-setup/zstd-1.5.1/lib'
Installing static library
Installing shared library
Installing includes
zstd static and shared library installed
make[1]: Leaving directory `/svr-setup/zstd-1.5.1/lib'
make[1]: Entering directory `/svr-setup/zstd-1.5.1/programs'
make[2]: Entering directory `/svr-setup/zstd-1.5.1/programs'
CC obj/conf_69b6fa8d4a20cc0e74903ba75482f9c6/debug.o
CC obj/conf_69b6fa8d4a20cc0e74903ba75482f9c6/entropy_common.o
CC obj/conf_69b6fa8d4a20cc0e74903ba75482f9c6/error_private.o
CC obj/conf_69b6fa8d4a20cc0e74903ba75482f9c6/fse_decompress.o
CC obj/conf_69b6fa8d4a20cc0e74903ba75482f9c6/pool.o
CC obj/conf_69b6fa8d4a20cc0e74903ba75482f9c6/threading.o
CC obj/conf_69b6fa8d4a20cc0e74903ba75482f9c6/xxhash.o
CC obj/conf_69b6fa8d4a20cc0e74903ba75482f9c6/zstd_common.o
CC obj/conf_69b6fa8d4a20cc0e74903ba75482f9c6/fse_compress.o
CC obj/conf_69b6fa8d4a20cc0e74903ba75482f9c6/hist.o
CC obj/conf_69b6fa8d4a20cc0e74903ba75482f9c6/huf_compress.o
CC obj/conf_69b6fa8d4a20cc0e74903ba75482f9c6/zstd_compress.o
CC obj/conf_69b6fa8d4a20cc0e74903ba75482f9c6/zstd_compress_literals.o
CC obj/conf_69b6fa8d4a20cc0e74903ba75482f9c6/zstd_compress_sequences.o
CC obj/conf_69b6fa8d4a20cc0e74903ba75482f9c6/zstd_compress_superblock.o
CC obj/conf_69b6fa8d4a20cc0e74903ba75482f9c6/zstd_double_fast.o
CC obj/conf_69b6fa8d4a20cc0e74903ba75482f9c6/zstd_fast.o
CC obj/conf_69b6fa8d4a20cc0e74903ba75482f9c6/zstd_lazy.o
CC obj/conf_69b6fa8d4a20cc0e74903ba75482f9c6/zstd_ldm.o
CC obj/conf_69b6fa8d4a20cc0e74903ba75482f9c6/zstd_opt.o
CC obj/conf_69b6fa8d4a20cc0e74903ba75482f9c6/zstdmt_compress.o
CC obj/conf_69b6fa8d4a20cc0e74903ba75482f9c6/huf_decompress.o
AS obj/conf_69b6fa8d4a20cc0e74903ba75482f9c6/huf_decompress_amd64.o
CC obj/conf_69b6fa8d4a20cc0e74903ba75482f9c6/zstd_ddict.o
CC obj/conf_69b6fa8d4a20cc0e74903ba75482f9c6/zstd_decompress.o
CC obj/conf_69b6fa8d4a20cc0e74903ba75482f9c6/zstd_decompress_block.o
CC obj/conf_69b6fa8d4a20cc0e74903ba75482f9c6/cover.o
CC obj/conf_69b6fa8d4a20cc0e74903ba75482f9c6/divsufsort.o
CC obj/conf_69b6fa8d4a20cc0e74903ba75482f9c6/fastcover.o
CC obj/conf_69b6fa8d4a20cc0e74903ba75482f9c6/zdict.o
CC obj/conf_69b6fa8d4a20cc0e74903ba75482f9c6/zstd_v05.o
CC obj/conf_69b6fa8d4a20cc0e74903ba75482f9c6/zstd_v06.o
CC obj/conf_69b6fa8d4a20cc0e74903ba75482f9c6/zstd_v07.o
CC obj/conf_69b6fa8d4a20cc0e74903ba75482f9c6/benchfn.o
CC obj/conf_69b6fa8d4a20cc0e74903ba75482f9c6/benchzstd.o
CC obj/conf_69b6fa8d4a20cc0e74903ba75482f9c6/datagen.o
CC obj/conf_69b6fa8d4a20cc0e74903ba75482f9c6/dibio.o
CC obj/conf_69b6fa8d4a20cc0e74903ba75482f9c6/fileio.o
CC obj/conf_69b6fa8d4a20cc0e74903ba75482f9c6/timefn.o
CC obj/conf_69b6fa8d4a20cc0e74903ba75482f9c6/util.o
CC obj/conf_69b6fa8d4a20cc0e74903ba75482f9c6/zstdcli.o
CC obj/conf_69b6fa8d4a20cc0e74903ba75482f9c6/zstdcli_trace.o
==> building with threading support
==> building zstd with .gz compression support
==> building zstd with .xz/.lzma compression support
==> building zstd with .lz4 compression support
LINK obj/conf_69b6fa8d4a20cc0e74903ba75482f9c6/zstd
zstd build completed
make[2]: Leaving directory `/svr-setup/zstd-1.5.1/programs'
Installing binaries
Installing man pages
zstd installation completed
make[1]: Leaving directory `/svr-setup/zstd-1.5.1/programs'
zstd installed
(B----------------------------------------------------------------------------
/var/log/nginx/*.log /usr/local/nginx/logs/*.log /home/nginx/domains/*/log/*.log /var/log/nginx/*.json /usr/local/nginx/logs/*.json /home/nginx/domains/*/log/*.json {
daily
dateext
missingok
rotate 10
maxsize 500M
compress
delaycompress
compresscmd /usr/local/bin/zstd
uncompresscmd /usr/local/bin/unzstd
compressoptions -9 --long -T0
compressext .zst
notifempty
postrotate
/bin/kill -SIGUSR1 $(cat /usr/local/nginx/logs/nginx.pid 2>/dev/null) 2>/dev/null || true
endscript
}
---------------------------------------------------------------------------
Current nginx log directories:
---------------------------------------------------------------------------
ls -lh /var/log/nginx/
total 0
-rw-rw----. 1 root root 0 Jan 31 18:07 localhost.access.log
-rw-rw----. 1 root root 0 Jan 31 18:07 localhost.error.log
---------------------------------------------------------------------------
total 0
---------------------------------------------------------------------------
----------------------------------------------------------------------------
nginx logrotation /etc/logrotate.d/nginx setup completed
----------------------------------------------------------------------------
setup pagespeedstatslog.conf at /usr/local/nginx/conf/pagespeedstatslog.conf
\cp -af /usr/local/nginx/conf/pscontrol /usr/bin/pscontrol
-rw-r--r--. 1 root root 8.0K Jan 31 18:07 /usr/local/nginx/conf/pagespeed.conf
-rw-r--r--. 1 root root 668 Jan 31 18:07 /usr/local/nginx/conf/pagespeedhandler.conf
-rwx------. 1 root root 2.7K Jan 31 18:07 /usr/bin/pscontrol
dynamic module directory at /usr/local/nginx/modules
ls: cannot access /usr/local/nginx/modules: No such file or directory
*************************************************
* nginx installed, Apache disabled
(B*************************************************
_ _ _ ___ _ _ _ _
| \ | | __ _ (_) _ __ __ __ |_ _| _ __ ___ | |_ __ _ | || | ___ __| |
| \| | / _` || || '_ \ \ \/ / | | | '_ \ / __|| __|/ _` || || | / _ \ / _` |
| |\ || (_| || || | | | > < | | | | | |\__ \| |_| (_| || || || __/| (_| |
|_| \_| \__, ||_||_| |_|/_/\_\ |___||_| |_||___/ \__|\__,_||_||_| \___| \__,_|
|___/
-rw-r--r--. 1 root root 367K Jan 31 18:09 /root/centminlogs/centminmod_ngxinstalltime_310122-180021.log
*************************************************
* Installing MariaDB via CentOS Yum Repo
(B*************************************************
MariaDB 10.3 Repo setup...
setup /var/log/mysqld.log
chown: invalid user: ‘mysql:mysql’
-rw-------. 1 root root 0 Jan 31 18:09 /var/log/mysqld.log
rpm --import https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
Check for existing mariadb packages
Check for existing mariadb-libs package
yum -y remove mariadb-libs
Loaded plugins: fastestmirror, priorities, versionlock
Resolving Dependencies
--> Running transaction check
---> Package mariadb-libs.x86_64 1:5.5.68-1.el7 will be erased
--> Processing Dependency: libmysqlclient.so.18()(64bit) for package: perl-DBD-MySQL-4.023-6.el7.x86_64
--> Processing Dependency: libmysqlclient.so.18()(64bit) for package: 1:net-snmp-agent-libs-5.7.2-49.el7_9.1.x86_64
--> Processing Dependency: libmysqlclient.so.18()(64bit) for package: 1:net-snmp-5.7.2-49.el7_9.1.x86_64
--> Processing Dependency: libmysqlclient.so.18(libmysqlclient_18)(64bit) for package: perl-DBD-MySQL-4.023-6.el7.x86_64
--> Processing Dependency: libmysqlclient.so.18(libmysqlclient_18)(64bit) for package: 1:net-snmp-agent-libs-5.7.2-49.el7_9.1.x86_64
--> Processing Dependency: mysql-libs for package: 1:net-snmp-5.7.2-49.el7_9.1.x86_64
--> Running transaction check
---> Package net-snmp.x86_64 1:5.7.2-49.el7_9.1 will be erased
--> Processing Dependency: net-snmp = 1:5.7.2-49.el7_9.1 for package: 1:net-snmp-devel-5.7.2-49.el7_9.1.x86_64
---> Package net-snmp-agent-libs.x86_64 1:5.7.2-49.el7_9.1 will be erased
--> Processing Dependency: libnetsnmpagent.so.31()(64bit) for package: cyrus-imapd-2.4.17-15.el7.x86_64
--> Processing Dependency: libnetsnmpmibs.so.31()(64bit) for package: cyrus-imapd-2.4.17-15.el7.x86_64
---> Package perl-DBD-MySQL.x86_64 0:4.023-6.el7 will be erased
--> Processing Dependency: perl(DBD::mysql) >= 1 for package: mytop-1.7-10.b737f60.el7.noarch
--> Running transaction check
---> Package cyrus-imapd.x86_64 0:2.4.17-15.el7 will be erased
---> Package mytop.noarch 0:1.7-10.b737f60.el7 will be erased
---> Package net-snmp-devel.x86_64 1:5.7.2-49.el7_9.1 will be erased
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Removing:
mariadb-libs x86_64 1:5.5.68-1.el7 @base 4.4 M
Removing for dependencies:
cyrus-imapd x86_64 2.4.17-15.el7 @base 57 M
mytop noarch 1.7-10.b737f60.el7 @epel 68 k
net-snmp x86_64 1:5.7.2-49.el7_9.1 @updates 850 k
net-snmp-agent-libs x86_64 1:5.7.2-49.el7_9.1 @updates 2.1 M
net-snmp-devel x86_64 1:5.7.2-49.el7_9.1 @updates 734 k
perl-DBD-MySQL x86_64 4.023-6.el7 @base 323 k
Transaction Summary
================================================================================
Remove 1 Package (+6 Dependent packages)
Installed size: 66 M
Downloading packages:
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Erasing : 1:net-snmp-devel-5.7.2-49.el7_9.1.x86_64 1/7
Erasing : mytop-1.7-10.b737f60.el7.noarch 2/7
Erasing : 1:net-snmp-5.7.2-49.el7_9.1.x86_64 3/7
Erasing : perl-DBD-MySQL-4.023-6.el7.x86_64 4/7
Erasing : cyrus-imapd-2.4.17-15.el7.x86_64 5/7
Erasing : 1:net-snmp-agent-libs-5.7.2-49.el7_9.1.x86_64 6/7
Erasing : 1:mariadb-libs-5.5.68-1.el7.x86_64 7/7
warning: file /etc/my.cnf: remove failed: No such file or directory
Verifying : cyrus-imapd-2.4.17-15.el7.x86_64 1/7
Verifying : 1:mariadb-libs-5.5.68-1.el7.x86_64 2/7
Verifying : 1:net-snmp-devel-5.7.2-49.el7_9.1.x86_64 3/7
Verifying : perl-DBD-MySQL-4.023-6.el7.x86_64 4/7
Verifying : mytop-1.7-10.b737f60.el7.noarch 5/7
Verifying : 1:net-snmp-agent-libs-5.7.2-49.el7_9.1.x86_64 6/7
Verifying : 1:net-snmp-5.7.2-49.el7_9.1.x86_64 7/7
Removed:
mariadb-libs.x86_64 1:5.5.68-1.el7
Dependency Removed:
cyrus-imapd.x86_64 0:2.4.17-15.el7
mytop.noarch 0:1.7-10.b737f60.el7
net-snmp.x86_64 1:5.7.2-49.el7_9.1
net-snmp-agent-libs.x86_64 1:5.7.2-49.el7_9.1
net-snmp-devel.x86_64 1:5.7.2-49.el7_9.1
perl-DBD-MySQL.x86_64 0:4.023-6.el7
Complete!
Check for existing MySQL-shared-compat
__ __ _ ____ ____ _ ___ _____
| \/ | __ _ _ __ (_) __ _ | _ \ | __ ) / | / _ \ |___ /
| |\/| | / _` || '__|| | / _` || | | || _ \ | || | | | |_ \
| | | || (_| || | | || (_| || |_| || |_) | | || |_| |_ ___) |
|_| |_| \__,_||_| |_| \__,_||____/ |____/ |_| \___/(_)|____/
__ __ ___ _ _ _
\ \ / /_ _ _ __ ___ |_ _| _ __ ___ | |_ __ _ | || |
\ V /| | | || '_ ` _ \ | | | '_ \ / __|| __|/ _` || || |
| | | |_| || | | | | | | | | | | |\__ \| |_| (_| || || |
|_| \__,_||_| |_| |_| |___||_| |_||___/ \__|\__,_||_||_|
MariaDB 10.3 YUM install...
____ _
/ ___| ___ | |_
\___ \ / _ \| __|
___) || __/| |_
|____/ \___| \__|
__ _ __ __
/ /___ | |_ ___ / /_ __ ___ _ _ ___ _ __ / _|
/ // _ \| __|/ __| / /| '_ ` _ \ | | | | / __|| '_ \ | |_
/ /| __/| |_| (__ / / | | | | | || |_| | _| (__ | | | || _|
/_/ \___| \__|\___|/_/ |_| |_| |_| \__, |(_)\___||_| |_||_|
|___/
Copying MariaDB my-mdb10-min.cnf file to /etc/my.cnf
time yum -q -y --disableplugin=fastestmirror,downloadonly --disablerepo=epel --disablerepo=rpmforge --disableplugin=priorities install perl-DBI
Package perl-DBI-1.627-4.el7.x86_64 already installed and latest version
real 0m9.600s
user 0m4.964s
sys 0m0.709s
*************************************************
MariaDB 10.3.x YUM install...
(Byum -q -y install MariaDB-client MariaDB-common MariaDB-compat MariaDB-devel MariaDB-server MariaDB-shared --disablerepo=epel --disablerepo=rpmforge --disableplugin=priorities
(B*************************************************
Loaded plugins: fastestmirror, versionlock
Determining fastest mirrors
* base: ftp.antilo.de
* extras: mirror.imt-systems.com
* updates: ftp.antilo.de
Resolving Dependencies
--> Running transaction check
---> Package MariaDB-client.x86_64 0:10.3.32-1.el7.centos will be installed
---> Package MariaDB-common.x86_64 0:10.3.32-1.el7.centos will be installed
---> Package MariaDB-compat.x86_64 0:10.3.32-1.el7.centos will be installed
---> Package MariaDB-devel.x86_64 0:10.3.32-1.el7.centos will be installed
---> Package MariaDB-server.x86_64 0:10.3.32-1.el7.centos will be installed
--> Processing Dependency: galera for package: MariaDB-server-10.3.32-1.el7.centos.x86_64
---> Package MariaDB-shared.x86_64 0:10.3.32-1.el7.centos will be installed
--> Running transaction check
---> Package galera.x86_64 0:25.3.34-1.el7.centos will be installed
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
MariaDB-client x86_64 10.3.32-1.el7.centos mariadb 11 M
MariaDB-common x86_64 10.3.32-1.el7.centos mariadb 81 k
MariaDB-compat x86_64 10.3.32-1.el7.centos mariadb 2.2 M
MariaDB-devel x86_64 10.3.32-1.el7.centos mariadb 7.2 M
MariaDB-server x86_64 10.3.32-1.el7.centos mariadb 24 M
MariaDB-shared x86_64 10.3.32-1.el7.centos mariadb 112 k
Installing for dependencies:
galera x86_64 25.3.34-1.el7.centos mariadb 8.1 M
Transaction Summary
================================================================================
Install 6 Packages (+1 Dependent package)
Total download size: 53 M
Installed size: 245 M
Downloading packages:
--------------------------------------------------------------------------------
Total 16 MB/s | 53 MB 00:03
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : MariaDB-common-10.3.32-1.el7.centos.x86_64 1/7
warning: /etc/my.cnf created as /etc/my.cnf.rpmnew
Installing : MariaDB-compat-10.3.32-1.el7.centos.x86_64 2/7
Installing : MariaDB-client-10.3.32-1.el7.centos.x86_64 3/7
Installing : galera-25.3.34-1.el7.centos.x86_64 4/7
Installing : MariaDB-server-10.3.32-1.el7.centos.x86_64 5/7
/usr/sbin/mysqld: Can't create file '/var/log/mysqld.log' (errno: 13 "Permission denied")
PLEASE REMEMBER TO SET A PASSWORD FOR THE MariaDB root USER !
To do so, start the server, then issue the following command:
'/usr/bin/mysql_secure_installation'
which will also give you the option of removing the test
databases and anonymous user created by default. This is
strongly recommended for production servers.
See the MariaDB Knowledgebase at http://mariadb.com/kb or the
MySQL manual for more instructions.
Please report any problems at http://mariadb.org/jira
The latest information about MariaDB is available at http://mariadb.org/.
You can find additional information about the MySQL part at:
http://dev.mysql.com
Consider joining MariaDB's strong and vibrant community:
https://mariadb.org/get-involved/
Installing : MariaDB-devel-10.3.32-1.el7.centos.x86_64 6/7
Installing : MariaDB-shared-10.3.32-1.el7.centos.x86_64 7/7
Verifying : MariaDB-client-10.3.32-1.el7.centos.x86_64 1/7
Verifying : MariaDB-compat-10.3.32-1.el7.centos.x86_64 2/7
Verifying : MariaDB-devel-10.3.32-1.el7.centos.x86_64 3/7
Verifying : galera-25.3.34-1.el7.centos.x86_64 4/7
Verifying : MariaDB-common-10.3.32-1.el7.centos.x86_64 5/7
Verifying : MariaDB-server-10.3.32-1.el7.centos.x86_64 6/7
Verifying : MariaDB-shared-10.3.32-1.el7.centos.x86_64 7/7
Installed:
MariaDB-client.x86_64 0:10.3.32-1.el7.centos
MariaDB-common.x86_64 0:10.3.32-1.el7.centos
MariaDB-compat.x86_64 0:10.3.32-1.el7.centos
MariaDB-devel.x86_64 0:10.3.32-1.el7.centos
MariaDB-server.x86_64 0:10.3.32-1.el7.centos
MariaDB-shared.x86_64 0:10.3.32-1.el7.centos
Dependency Installed:
galera.x86_64 0:25.3.34-1.el7.centos
Complete!
real 0m27.000s
user 0m16.999s
sys 0m3.288s
__ _ __ __
/ /___ | |_ ___ / /_ __ ___ _ _ ___ _ __ / _|
/ // _ \| __|/ __| / /| '_ ` _ \ | | | | / __|| '_ \ | |_
/ /| __/| |_| (__ / / | | | | | || |_| | _| (__ | | | || _|
/_/ \___| \__|\___|/_/ |_| |_| |_| \__, |(_)\___||_| |_||_|
|___/
_ _ _
___ ___ _ __ ___ _ __ __ _ | |_ ___ | |__ ___ ___ | | __ ___
/ __|/ _ \ | '_ ` _ \ | '_ \ / _` || __| / __|| '_ \ / _ \ / __|| |/ // __|
| (__| (_) || | | | | || |_) || (_| || |_ | (__ | | | || __/| (__ | < \__ \
\___|\___/ |_| |_| |_|| .__/ \__,_| \__| \___||_| |_| \___| \___||_|\_\|___/
|_|
__ __ _ ____ ____ _ ___ _____
| \/ | __ _ _ __ (_) __ _ | _ \ | __ ) / | / _ \ |___ /
| |\/| | / _` || '__|| | / _` || | | || _ \ | || | | | |_ \
| | | || (_| || | | || (_| || |_| || |_) | | || |_| |_ ___) |
|_| |_| \__,_||_| |_| \__,_||____/ |____/ |_| \___/(_)|____/
____ _ __ _
/ ___| _ __ ___ ___ (_) / _|(_) ___
\___ \ | '_ \ / _ \ / __|| || |_ | | / __|
___) || |_) || __/| (__ | || _|| || (__
|____/ | .__/ \___| \___||_||_| |_| \___|
|_|
__ _ __ __
/ /___ | |_ ___ / /_ __ ___ _ _ ___ _ __ / _|
/ // _ \| __|/ __| / /| '_ ` _ \ | | | | / __|| '_ \ | |_
/ /| __/| |_| (__ / / | | | | | || |_| | _| (__ | | | || _|
/_/ \___| \__|\___|/_/ |_| |_| |_| \__, |(_)\___||_| |_||_|
|___/
_ _ _ _
_ __ ___ _ _ ___ __ _ | | | |_ _ __ ___ _ __ __| |(_) _ __
| '_ ` _ \ | | | |/ __| / _` || | | __|| '_ ` _ \ | '_ \ / _` || || '__|
| | | | | || |_| |\__ \| (_| || | | |_ | | | | | || |_) || (_| || || |
|_| |_| |_| \__, ||___/ \__, ||_| \__||_| |_| |_|| .__/ \__,_||_||_|
|___/ |_| |_|
_
___ ___ | |_ _ _ _ __
/ __| / _ \| __|| | | || '_ \
\__ \| __/| |_ | |_| || |_) |
|___/ \___| \__| \__,_|| .__/
|_|
Update MariaDB 10 setting for ProtectHome=false
setup /var/log/mysqld.log
-rw-------. 1 mysql mysql 0 Jan 31 18:10 /var/log/mysqld.log
Initial Install: Update MariaDB 10 setting for LimitNOFILE=524288
systemctl restart mariadb.service
__ __ _ ____ ____ _ ___
| \/ | __ _ _ __ (_) __ _ | _ \ | __ ) / | / _ \
| |\/| | / _` || '__|| | / _` || | | || _ \ | || | | |
| | | || (_| || | | || (_| || |_| || |_) | | || |_| |
|_| |_| \__,_||_| |_| \__,_||____/ |____/ |_| \___/
____ _ _
| _ \ | | _ _ __ _ (_) _ __ ___
| |_) || || | | | / _` || || '_ \ / __|
| __/ | || |_| || (_| || || | | |\__ \
|_| |_| \__,_| \__, ||_||_| |_||___/
|___/
------------------------------------------------
Installing MariaDB 10 plugins
------------------------------------------------
mysql -e "INSTALL SONAME 'metadata_lock_info';"
mysql -e "INSTALL SONAME 'query_cache_info';"
mysql -e "INSTALL SONAME 'query_response_time';"
mysql -t -e "SELECT * FROM mysql.plugin;"
+---------------------------+------------------------+
| name | dl |
+---------------------------+------------------------+
| METADATA_LOCK_INFO | metadata_lock_info.so |
| QUERY_CACHE_INFO | query_cache_info.so |
| QUERY_RESPONSE_TIME | query_response_time.so |
| QUERY_RESPONSE_TIME_AUDIT | query_response_time.so |
+---------------------------+------------------------+
mysql -t -e "SHOW PLUGINS;"
+-------------------------------+----------+--------------------+------------------------+---------+
| Name | Status | Type | Library | License |
+-------------------------------+----------+--------------------+------------------------+---------+
| binlog | ACTIVE | STORAGE ENGINE | NULL | GPL |
| mysql_native_password | ACTIVE | AUTHENTICATION | NULL | GPL |
| mysql_old_password | ACTIVE | AUTHENTICATION | NULL | GPL |
| wsrep | ACTIVE | STORAGE ENGINE | NULL | GPL |
| CSV | ACTIVE | STORAGE ENGINE | NULL | GPL |
| MEMORY | ACTIVE | STORAGE ENGINE | NULL | GPL |
| MyISAM | ACTIVE | STORAGE ENGINE | NULL | GPL |
| MRG_MyISAM | ACTIVE | STORAGE ENGINE | NULL | GPL |
| CLIENT_STATISTICS | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
| INDEX_STATISTICS | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
| TABLE_STATISTICS | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
| USER_STATISTICS | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
| SQL_SEQUENCE | ACTIVE | STORAGE ENGINE | NULL | GPL |
| InnoDB | ACTIVE | STORAGE ENGINE | NULL | GPL |
| INNODB_TRX | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
| INNODB_LOCKS | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
| INNODB_LOCK_WAITS | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
| INNODB_CMP | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
| INNODB_CMP_RESET | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
| INNODB_CMPMEM | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
| INNODB_CMPMEM_RESET | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
| INNODB_CMP_PER_INDEX | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
| INNODB_CMP_PER_INDEX_RESET | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
| INNODB_BUFFER_PAGE | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
| INNODB_BUFFER_PAGE_LRU | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
| INNODB_BUFFER_POOL_STATS | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
| INNODB_METRICS | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
| INNODB_FT_DEFAULT_STOPWORD | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
| INNODB_FT_DELETED | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
| INNODB_FT_BEING_DELETED | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
| INNODB_FT_CONFIG | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
| INNODB_FT_INDEX_CACHE | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
| INNODB_FT_INDEX_TABLE | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
| INNODB_SYS_TABLES | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
| INNODB_SYS_TABLESTATS | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
| INNODB_SYS_INDEXES | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
| INNODB_SYS_COLUMNS | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
| INNODB_SYS_FIELDS | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
| INNODB_SYS_FOREIGN | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
| INNODB_SYS_FOREIGN_COLS | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
| INNODB_SYS_TABLESPACES | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
| INNODB_SYS_DATAFILES | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
| INNODB_SYS_VIRTUAL | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
| INNODB_MUTEXES | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
| INNODB_SYS_SEMAPHORE_WAITS | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
| INNODB_TABLESPACES_ENCRYPTION | ACTIVE | INFORMATION SCHEMA | NULL | BSD |
| INNODB_TABLESPACES_SCRUBBING | ACTIVE | INFORMATION SCHEMA | NULL | BSD |
| Aria | ACTIVE | STORAGE ENGINE | NULL | GPL |
| PERFORMANCE_SCHEMA | ACTIVE | STORAGE ENGINE | NULL | GPL |
| SEQUENCE | ACTIVE | STORAGE ENGINE | NULL | GPL |
| FEEDBACK | DISABLED | INFORMATION SCHEMA | NULL | GPL |
| user_variables | ACTIVE | INFORMATION SCHEMA | NULL | GPL |
| partition | ACTIVE | STORAGE ENGINE | NULL | GPL |
| METADATA_LOCK_INFO | ACTIVE | INFORMATION SCHEMA | metadata_lock_info.so | GPL |
| QUERY_CACHE_INFO | ACTIVE | INFORMATION SCHEMA | query_cache_info.so | BSD |
| QUERY_RESPONSE_TIME | ACTIVE | INFORMATION SCHEMA | query_response_time.so | GPL |
| QUERY_RESPONSE_TIME_AUDIT | ACTIVE | AUDIT | query_response_time.so | GPL |
+-------------------------------+----------+--------------------+------------------------+---------+
mysql -t -e "SHOW ENGINES;"
+--------------------+---------+----------------------------------------------------------------------------------+--------------+------+------------+
| Engine | Support | Comment | Transactions | XA | Savepoints |
+--------------------+---------+----------------------------------------------------------------------------------+--------------+------+------------+
| MRG_MyISAM | YES | Collection of identical MyISAM tables | NO | NO | NO |
| CSV | YES | Stores tables as CSV files | NO | NO | NO |
| MEMORY | YES | Hash based, stored in memory, useful for temporary tables | NO | NO | NO |
| MyISAM | YES | Non-transactional engine with good performance and small data footprint | NO | NO | NO |
| Aria | YES | Crash-safe tables with MyISAM heritage | NO | NO | NO |
| InnoDB | DEFAULT | Supports transactions, row-level locking, foreign keys and encryption for tables | YES | YES | YES |
| PERFORMANCE_SCHEMA | YES | Performance Schema | NO | NO | NO |
| SEQUENCE | YES | Generated tables filled with sequential values | YES | NO | YES |
+--------------------+---------+----------------------------------------------------------------------------------+--------------+------+------------+
Loaded plugins: fastestmirror, versionlock
Loading mirror speeds from cached hostfile
* base: ftp.antilo.de
* extras: mirror.imt-systems.com
* updates: ftp.antilo.de
Resolving Dependencies
--> Running transaction check
---> Package postfix.x86_64 2:2.10.1-9.el7 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
postfix x86_64 2:2.10.1-9.el7 base 2.4 M
Transaction Summary
================================================================================
Install 1 Package
Total download size: 2.4 M
Installed size: 12 M
Downloading packages:
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : 2:postfix-2.10.1-9.el7.x86_64 1/1
Verifying : 2:postfix-2.10.1-9.el7.x86_64 1/1
Installed:
postfix.x86_64 2:2.10.1-9.el7
Complete!
real 0m5.818s
user 0m2.249s
sys 0m0.662s
Loaded plugins: fastestmirror, versionlock
Loading mirror speeds from cached hostfile
* base: ftp.antilo.de
* extras: mirror.imt-systems.com
* updates: ftp.antilo.de
Resolving Dependencies
--> Running transaction check
---> Package net-snmp.x86_64 1:5.7.2-49.el7_9.1 will be installed
--> Processing Dependency: net-snmp-agent-libs = 1:5.7.2-49.el7_9.1 for package: 1:net-snmp-5.7.2-49.el7_9.1.x86_64
--> Processing Dependency: libnetsnmptrapd.so.31()(64bit) for package: 1:net-snmp-5.7.2-49.el7_9.1.x86_64
--> Processing Dependency: libnetsnmpmibs.so.31()(64bit) for package: 1:net-snmp-5.7.2-49.el7_9.1.x86_64
--> Processing Dependency: libnetsnmpagent.so.31()(64bit) for package: 1:net-snmp-5.7.2-49.el7_9.1.x86_64
--> Running transaction check
---> Package net-snmp-agent-libs.x86_64 1:5.7.2-49.el7_9.1 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
net-snmp x86_64 1:5.7.2-49.el7_9.1 updates 325 k
Installing for dependencies:
net-snmp-agent-libs x86_64 1:5.7.2-49.el7_9.1 updates 707 k
Transaction Summary
================================================================================
Install 1 Package (+1 Dependent package)
Total download size: 1.0 M
Installed size: 2.9 M
Downloading packages:
--------------------------------------------------------------------------------
Total 5.1 MB/s | 1.0 MB 00:00
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : 1:net-snmp-agent-libs-5.7.2-49.el7_9.1.x86_64 1/2
Installing : 1:net-snmp-5.7.2-49.el7_9.1.x86_64 2/2
Verifying : 1:net-snmp-agent-libs-5.7.2-49.el7_9.1.x86_64 1/2
Verifying : 1:net-snmp-5.7.2-49.el7_9.1.x86_64 2/2
Installed:
net-snmp.x86_64 1:5.7.2-49.el7_9.1
Dependency Installed:
net-snmp-agent-libs.x86_64 1:5.7.2-49.el7_9.1
Complete!
real 0m3.030s
user 0m2.132s
sys 0m0.421s
Loaded plugins: fastestmirror, priorities, versionlock
Loading mirror speeds from cached hostfile
* base: ftp.antilo.de
* epel: d2lzkl7pfhq30w.cloudfront.net
* extras: mirror.imt-systems.com
* updates: ftp.antilo.de
198 packages excluded due to repository priority protections
Resolving Dependencies
--> Running transaction check
---> Package mytop.noarch 0:1.7-10.b737f60.el7 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
mytop noarch 1.7-10.b737f60.el7 epel 33 k
Transaction Summary
================================================================================
Install 1 Package
Total download size: 33 k
Installed size: 68 k
Downloading packages:
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : mytop-1.7-10.b737f60.el7.noarch 1/1
Verifying : mytop-1.7-10.b737f60.el7.noarch 1/1
Installed:
mytop.noarch 0:1.7-10.b737f60.el7
Complete!
----------------------------------------------
Creating /etc/logrotate.d/mysql file
----------------------------------------------
......
----------------------------------------------
Creating /etc/logrotate.d/mysql-slowlog file
----------------------------------------------
......
----------------------------------------------------------------------------
/var/log/mysqld.log {
create 600 mysql mysql
maxsize 500M
dateext
notifempty
daily
rotate 8
missingok
compress
sharedscripts
postrotate
if test -x /usr/bin/mysqladmin && /usr/bin/mysqladmin ping &>/dev/null
then
env HOME=/root/ /usr/bin/mysql -e 'select @@global.long_query_time into @lqt_save; set global long_query_time=2000; select sleep(2); FLUSH LOGS; select sleep(2); set global long_query_time=@lqt_save;'
fi
endscript
}
----------------------------------------------------------------------------
/var/lib/mysql/slowq.log {
create 600 mysql mysql
maxsize 250M
dateext
notifempty
daily
rotate 8
missingok
compress
sharedscripts
postrotate
# just if mysqld is really running
if test -x /usr/bin/mysqladmin &&
/usr/bin/mysqladmin ping &>/dev/null
then
env HOME=/root/ /usr/bin/mysql -e 'select @@global.long_query_time into @lqt_save; set global long_query_time=2000; set global slow_query_log = 0; select sleep(2); FLUSH LOGS; select sleep(2); set global long_query_time=@lqt_save; set global slow_query_log = 1;' > /var/log/mysqladmin.flush-logs 2>&1
fi
endscript
}
----------------------------------------------------------------------------
---------------------------------------------------------------------------
Current mysql log directories:
---------------------------------------------------------------------------
ls -lh /var/log/ | egrep 'mysql|mysql-slowlog'
-rw-------. 1 mysql mysql 1.7K Jan 31 18:10 mysqld.log
---------------------------------------------------------------------------
---------------------------------------------------------------------------
----------------------------------------------------------------------------
mysql logrotation /etc/logrotate.d/mysql & /etc/logrotate.d/mysql-slowlog setup completed
----------------------------------------------------------------------------
_ _ ___ _ _ _ _
| \ | | ___ __ __ |_ _| _ __ (_)| |_ (_) __ _ | |
| \| | / _ \\ \ /\ / / | | | '_ \ | || __|| | / _` || |
| |\ || __/ \ V V / | | | | | || || |_ | || (_| || |
|_| \_| \___| \_/\_/ |___||_| |_||_| \__||_| \__,_||_|
__ _ __ __
/ /___ | |_ ___ / /_ __ ___ _ _ ___ _ __ / _|
/ // _ \| __|/ __| / /| '_ ` _ \ | | | | / __|| '_ \ | |_
/ /| __/| |_| (__ / / | | | | | || |_| | _| (__ | | | || _|
/_/ \___| \__|\___|/_/ |_| |_| |_| \__, |(_)\___||_| |_||_|
|___/
new initial /etc/my.cnf
=================================================
[client]
socket=/var/lib/mysql/mysql.sock
[mysql]
max_allowed_packet = 32M
[mysqld]
local-infile=0
ignore_db_dirs=lost+found
character-set-server=utf8mb4
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
#bind-address=127.0.0.1
# optimized my.cnf for MariaDB 5.5.x
# by eva2000
# centminmod.com
tmpdir=/home/mysqltmp
innodb=ON
#skip-federated
##skip-pbxt
##skip-pbxt_statistics
#skip-archive
#skip-name-resolve
#old_passwords
back_log = 100
max_connections = 150
key_buffer_size = 32M
myisam_sort_buffer_size = 32M
myisam_max_sort_file_size = 2048M
join_buffer_size = 64K
read_buffer_size = 64K
sort_buffer_size = 128K
table_definition_cache = 4096
table_open_cache = 2048
thread_cache_size = 64
wait_timeout = 1800
connect_timeout = 10
tmp_table_size = 32M
max_heap_table_size = 32M
max_allowed_packet = 32M
#max_seeks_for_key = 4294967295
#group_concat_max_len = 1024
max_length_for_sort_data = 1024
net_buffer_length = 8192
max_connect_errors = 100000
concurrent_insert = 2
read_rnd_buffer_size = 256K
bulk_insert_buffer_size = 8M
# query_cache boost for MariaDB >10.1.2+
# https://community.centminmod.com/posts/30811/
query_cache_limit = 512K
query_cache_size = 16M
query_cache_type = 1
query_cache_min_res_unit = 2K
query_prealloc_size = 262144
query_alloc_block_size = 65536
transaction_alloc_block_size = 8192
transaction_prealloc_size = 4096
default-storage-engine = InnoDB
log_warnings=1
slow_query_log=0
long_query_time=1
slow_query_log_file=/var/lib/mysql/slowq.log
log-error=/var/log/mysqld.log
# innodb settings
innodb_purge_threads=1
innodb_file_per_table = 1
innodb_open_files = 2000
innodb_data_file_path= ibdata1:10M:autoextend
innodb_buffer_pool_size = 48M
## https://mariadb.com/kb/en/mariadb/xtradbinnodb-server-system-variables/#innodb_buffer_pool_instances
#innodb_buffer_pool_instances=2
innodb_log_files_in_group = 2
innodb_log_file_size = 128M
innodb_log_buffer_size = 8M
innodb_flush_log_at_trx_commit = 2
#innodb_thread_concurrency = 0
innodb_lock_wait_timeout=50
innodb_flush_method = O_DIRECT
# 200 * # DISKS
innodb_io_capacity = 100
innodb_io_capacity_max = 2000
innodb_read_io_threads = 2
innodb_write_io_threads = 2
innodb_flush_neighbors = 1
# mariadb settings
[mariadb]
#thread-handling = pool-of-threads
#thread-pool-size= 20
#mysql --port=3307 --protocol=tcp
#extra-port=3307
#extra-max-connections=1
userstat = 0
key_cache_segments = 1
aria_group_commit = none
aria_group_commit_interval = 0
aria_log_file_size = 32M
aria_log_purge_type = immediate
aria_pagecache_buffer_size = 8M
aria_sort_buffer_size = 8M
[mariadb-5.5]
innodb_file_per_table = 1
#ignore_db_dirs=
query_cache_strip_comments=0
innodb_read_ahead = linear
innodb_adaptive_flushing_method = estimate
innodb_flush_neighbor_pages = 1
innodb_stats_update_need_lock = 0
innodb_log_block_size = 512
log_slow_filter =admin,filesort,filesort_on_disk,full_join,full_scan,query_cache,query_cache_miss,tmp_table,tmp_table_on_disk
[mysqld_safe]
socket=/var/lib/mysql/mysql.sock
log-error=/var/log/mysqld.log
#nice = -5
open-files-limit = 8192
[mysqldump]
quick
max_allowed_packet = 32M
[myisamchk]
tmpdir=/home/mysqltmp
key_buffer = 32M
sort_buffer = 16M
read_buffer = 16M
write_buffer = 16M
[mysqlhotcopy]
interactive-timeout
[mariadb-10.0]
innodb_file_per_table = 1
# 2 variables needed to switch from XtraDB to InnoDB plugins
#plugin-load=ha_innodb
#ignore_builtin_innodb
## MariaDB 10 only save and restore buffer pool pages
## warm up InnoDB buffer pool on server restarts
#innodb_buffer_pool_dump_at_shutdown=1
#innodb_buffer_pool_load_at_startup=1
innodb_buffer_pool_populate=0
## Disabled settings
performance_schema=OFF
innodb_stats_on_metadata=OFF
innodb_sort_buffer_size=2M
innodb_online_alter_log_max_size=128M
query_cache_strip_comments=0
log_slow_filter =admin,filesort,filesort_on_disk,full_join,full_scan,query_cache,query_cache_miss,tmp_table,tmp_table_on_disk
[mariadb-10.3]
#innodb_file_format = Barracuda
innodb_default_row_format = dynamic
innodb_file_per_table = 1
## wsrep specific
# wsrep_on=OFF
# wsrep_provider
# wsrep_cluster_address
# binlog_format=ROW
# default_storage_engine=InnoDB
# innodb_autoinc_lock_mode=2
# innodb_doublewrite=1
# query_cache_size=0
# 2 variables needed to switch from XtraDB to InnoDB plugins
#plugin-load=ha_innodb
#ignore_builtin_innodb
## MariaDB 10 only save and restore buffer pool pages
## warm up InnoDB buffer pool on server restarts
innodb_buffer_pool_dump_at_shutdown=1
innodb_buffer_pool_load_at_startup=1
## Disabled settings
performance_schema=OFF
innodb_stats_on_metadata=OFF
innodb_sort_buffer_size=2M
innodb_online_alter_log_max_size=128M
query_cache_strip_comments=0
log_slow_filter =admin,filesort,filesort_on_disk,full_join,full_scan,query_cache,query_cache_miss,tmp_table,tmp_table_on_disk
# Defragmenting unused space on InnoDB tablespace
innodb_defragment=1
innodb_defragment_n_pages=7
innodb_defragment_stats_accuracy=0
innodb_defragment_fill_factor_n_recs=20
innodb_defragment_fill_factor=0.9
innodb_defragment_frequency=40
# page compression
# 10.1+ https://mariadb.com/kb/en/mariadb/compression/
#innodb_compression_algorithm=zlib
#innodb_use_fallocate=0
#innodb_use_mtflush=0
#innodb_mtflush_threads=4
=================================================
exclude line exists... adding exclude line for mysql*
(B*************************************************
* Starting MariaDB Secure Installation
(B*************************************************
Looking for 'mysql' as: mysql
Looking for 'mysqlcheck' as: mysqlcheck
Phase 1/7: Checking and upgrading mysql database
Processing databases
mysql
mysql.column_stats OK
mysql.columns_priv OK
mysql.db OK
mysql.event OK
mysql.func OK
mysql.gtid_slave_pos OK
mysql.help_category OK
mysql.help_keyword OK
mysql.help_relation OK
mysql.help_topic OK
mysql.host OK
mysql.index_stats OK
mysql.innodb_index_stats OK
mysql.innodb_table_stats OK
mysql.plugin OK
mysql.proc OK
mysql.procs_priv OK
mysql.proxies_priv OK
mysql.roles_mapping OK
mysql.servers OK
mysql.table_stats OK
mysql.tables_priv OK
mysql.time_zone OK
mysql.time_zone_leap_second OK
mysql.time_zone_name OK
mysql.time_zone_transition OK
mysql.time_zone_transition_type OK
mysql.transaction_registry OK
mysql.user OK
Phase 2/7: Installing used storage engines... Skipped
Phase 3/7: Fixing views
Processing databases
information_schema
mysql
performance_schema
test
Phase 4/7: Running 'mysql_fix_privilege_tables'
Phase 5/7: Fixing table and database names
Processing databases
information_schema
mysql
performance_schema
test
Phase 6/7: Checking and upgrading tables
Processing databases
information_schema
performance_schema
test
Phase 7/7: Running 'FLUSH PRIVILEGES'
OK
systemctl restart mariadb.service
systemctl stop mariadb.service
systemctl start mariadb.service
Full Reads: 109226
Full Writes: 46811
set innodb_flush_neighbors = 0
innodb_io_capacity = 2000
+------------------------+-------+
/etc/my.cnf adjustment
+------------------------+-------+
existing value:
Variable_name Value
innodb_io_capacity 100
innodb_io_capacity_max 2000
new value:
Variable_name Value
innodb_io_capacity 2000
innodb_io_capacity_max 3333
+------------------------+-------+
innodb io threads adjustment
+------------------------+-------+
existing value:
+------------------------+-------+
innodb_read_io_threads = 2
innodb_write_io_threads = 2
+------------------------+-------+
new value:
+------------------------+-------+
innodb_read_io_threads = 2
innodb_write_io_threads = 2
+------------------------+-------+
Restart MySQL server for io thread changes
*************************************************
* MariaDB installed
(B*************************************************
systemctl stop mariadb.service
systemctl start mariadb.service
Note: Forwarding request to 'systemctl enable mariadb.service'.
Created symlink from /etc/systemd/system/mysql.service to /usr/lib/systemd/system/mariadb.service.
Created symlink from /etc/systemd/system/mysqld.service to /usr/lib/systemd/system/mariadb.service.
Created symlink from /etc/systemd/system/multi-user.target.wants/mariadb.service to /usr/lib/systemd/system/mariadb.service.
-------------------------------------------------------
(BMySQL root user password set
(BMySQL root user added to /root/.my.cnf
(B-------------------------------------------------------
(BMySQL root password: rlcz4d4Qj7nTznCebq5JguBTb5PXRnz
(B-------------------------------------------------------
(B*************************************************
* Installing PHP
(B*************************************************
PHP VERSION ID: 70427
Initial Install PHPMVER: 7.4
buildconf: Checking installation
buildconf: autoconf version 2.69 (ok)
buildconf: Forcing buildconf. The configure files will be regenerated.
buildconf: Cleaning cache and configure files
buildconf: Rebuilding configure
buildconf: Rebuilding main/php_config.h.in
buildconf: Run ./configure to proceed with customizing the PHP build.
PHP configure stage
install oniguruma5php oniguruma5php-devel
Loaded plugins: fastestmirror, priorities, versionlock
Loading mirror speeds from cached hostfile
* base: ftp.antilo.de
* epel: d2lzkl7pfhq30w.cloudfront.net
* extras: mirror.imt-systems.com
* remi: mirror.23m.com
* updates: ftp.antilo.de
298 packages excluded due to repository priority protections
Resolving Dependencies
--> Running transaction check
---> Package oniguruma5php.x86_64 0:6.9.7.1-1.el7.remi will be installed
---> Package oniguruma5php-devel.x86_64 0:6.9.7.1-1.el7.remi will be installed
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository
Size
================================================================================
Installing:
oniguruma5php x86_64 6.9.7.1-1.el7.remi remi 205 k
oniguruma5php-devel x86_64 6.9.7.1-1.el7.remi remi 62 k
Transaction Summary
================================================================================
Install 2 Packages
Total download size: 268 k
Installed size: 1.0 M
Downloading packages:
--------------------------------------------------------------------------------
Total 609 kB/s | 268 kB 00:00
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : oniguruma5php-6.9.7.1-1.el7.remi.x86_64 1/2
Installing : oniguruma5php-devel-6.9.7.1-1.el7.remi.x86_64 2/2
Verifying : oniguruma5php-6.9.7.1-1.el7.remi.x86_64 1/2
Verifying : oniguruma5php-devel-6.9.7.1-1.el7.remi.x86_64 2/2
Installed:
oniguruma5php.x86_64 0:6.9.7.1-1.el7.remi
oniguruma5php-devel.x86_64 0:6.9.7.1-1.el7.remi
Complete!
NEWLIBICU=y
yum -q -y install libicu62 libicu62-devel --enablerepo=remi --disablerepo=rpmforge,epel
Package 1:net-snmp-5.7.2-49.el7_9.1.x86_64 already installed and latest version
Package 1:net-snmp-libs-5.7.2-49.el7_9.1.x86_64 already installed and latest version
Package 1:net-snmp-utils-5.7.2-49.el7_9.1.x86_64 already installed and latest version
real 0m10.563s
user 0m6.032s
sys 0m0.681s
installing devtoolset-10 for GCC 10...
warning: /var/cache/yum/x86_64/7/centos-sclo-rh/packages/devtoolset-10-binutils-2.35-5.el7.3.x86_64.rpm: Header V4 RSA/SHA256 Signature, key ID f2ee9d55: NOKEY
Public key for devtoolset-10-binutils-2.35-5.el7.3.x86_64.rpm is not installed
Importing GPG key 0xF2EE9D55:
Userid : "CentOS SoftwareCollections SIG (https://wiki.centos.org/SpecialInterestGroup/SCLo) <security@centos.org>"
Fingerprint: c4db d535 b1fb ba14 f8ba 64a8 4eb8 4e71 f2ee 9d55
Package : centos-release-scl-rh-2-3.el7.centos.noarch (@extras)
From : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-SCLo
real 0m27.054s
user 0m15.955s
sys 0m1.366s
gcc (GCC) 10.2.1 20210130 (Red Hat 10.2.1-11)
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
g++ (GCC) 10.2.1 20210130 (Red Hat 10.2.1-11)
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
real 0m19.973s
user 0m13.606s
sys 0m1.136s
gcc (GCC) 7.3.1 20180303 (Red Hat 7.3.1-5)
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
g++ (GCC) 7.3.1 20180303 (Red Hat 7.3.1-5)
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
gcc (GCC) 7.3.1 20180303 (Red Hat 7.3.1-5)
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
g++ (GCC) 7.3.1 20180303 (Red Hat 7.3.1-5)
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
/opt/rh/devtoolset-10/root/usr/bin/gcc
/opt/rh/devtoolset-10/root/usr/bin/g++
centos 7 set devtoolset-10
/opt/rh/devtoolset-10/root/usr/bin/gcc
/opt/rh/devtoolset-10/root/usr/bin/g++
gcc -c -Q -march=native --help=target | egrep '\-mtune|\-mprefer-vector-width|\-march|\-msse|\-msse2|\-msse2avx|\-msse3|\-mavx|\-msse4|\-mssse3|\-mpclmul' | tee /root/centminlogs/gcc_php_native.log
-march= znver2
-mavx [enabled]
-mavx2 [enabled]
-mavx256-split-unaligned-load [disabled]
-mavx256-split-unaligned-store [disabled]
-mavx5124fmaps [disabled]
-mavx5124vnniw [disabled]
-mavx512bf16 [disabled]
-mavx512bitalg [disabled]
-mavx512bw [disabled]
-mavx512cd [disabled]
-mavx512dq [disabled]
-mavx512er [disabled]
-mavx512f [disabled]
-mavx512ifma [disabled]
-mavx512pf [disabled]
-mavx512vbmi [disabled]
-mavx512vbmi2 [disabled]
-mavx512vl [disabled]
-mavx512vnni [disabled]
-mavx512vp2intersect [disabled]
-mavx512vpopcntdq [disabled]
-mpclmul [enabled]
-mprefer-avx128 -mprefer-vector-width=128
-mprefer-vector-width= none
-msse [enabled]
-msse2 [enabled]
-msse2avx [disabled]
-msse3 [enabled]
-msse4 [enabled]
-msse4.1 [enabled]
-msse4.2 [enabled]
-msse4a [enabled]
-msse5 -mavx
-msseregparm [disabled]
-mssse3 [enabled]
-mtune-ctrl=
-mtune= znver2
Known preferred register vector length (to use with the -mprefer-vector-width= option):
Known valid arguments for -march= option:
Known valid arguments for -mtune= option:
gcc -c -Q -march=x86-64 --help=target | egrep '\-mtune|\-mprefer-vector-width|\-march|\-msse|\-msse2|\-msse2avx|\-msse3|\-mavx|\-msse4|\-mssse3|\-mpclmul' | tee /root/centminlogs/gcc_php_x86-64.log
-march= x86-64
-mavx [disabled]
-mavx2 [disabled]
-mavx256-split-unaligned-load [enabled]
-mavx256-split-unaligned-store [enabled]
-mavx5124fmaps [disabled]
-mavx5124vnniw [disabled]
-mavx512bf16 [disabled]
-mavx512bitalg [disabled]
-mavx512bw [disabled]
-mavx512cd [disabled]
-mavx512dq [disabled]
-mavx512er [disabled]
-mavx512f [disabled]
-mavx512ifma [disabled]
-mavx512pf [disabled]
-mavx512vbmi [disabled]
-mavx512vbmi2 [disabled]
-mavx512vl [disabled]
-mavx512vnni [disabled]
-mavx512vp2intersect [disabled]
-mavx512vpopcntdq [disabled]
-mpclmul [disabled]
-mprefer-avx128 -mprefer-vector-width=128
-mprefer-vector-width= none
-msse [enabled]
-msse2 [enabled]
-msse2avx [disabled]
-msse3 [disabled]
-msse4 [disabled]
-msse4.1 [disabled]
-msse4.2 [disabled]
-msse4a [disabled]
-msse5 -mavx
-msseregparm [disabled]
-mssse3 [disabled]
-mtune-ctrl=
-mtune= generic
Known preferred register vector length (to use with the -mprefer-vector-width= option):
Known valid arguments for -march= option:
Known valid arguments for -mtune= option:
-march= znver2 | -march= x86-64
-mavx [enabled] | -mavx [disabled]
-mavx2 [enabled] | -mavx2 [disabled]
-mavx256-split-unaligned-load [disabled] | -mavx256-split-unaligned-load [enabled]
-mavx256-split-unaligned-store [disabled] | -mavx256-split-unaligned-store [enabled]
-mpclmul [enabled] | -mpclmul [disabled]
-msse3 [enabled] | -msse3 [disabled]
-msse4 [enabled] | -msse4 [disabled]
-msse4.1 [enabled] | -msse4.1 [disabled]
-msse4.2 [enabled] | -msse4.2 [disabled]
-msse4a [enabled] | -msse4a [disabled]
-mssse3 [enabled] | -mssse3 [disabled]
-mtune= znver2 | -mtune= generic
-march= znver2 | -march= x86-64
-mavx [enabled] | -mavx [disabled]
-mavx2 [enabled] | -mavx2 [disabled]
-mavx256-split-unaligned-load [disabled] | -mavx256-split-unaligned-load [enabled]
-mavx256-split-unaligned-store [disabled] | -mavx256-split-unaligned-store [enabled]
-mpclmul [enabled] | -mpclmul [disabled]
-msse4 [enabled] | -msse4 [disabled]
-msse4.1 [enabled] | -msse4.1 [disabled]
-msse4.2 [enabled] | -msse4.2 [disabled]
-msse4a [enabled] | -msse4a [disabled]
-mtune= znver2 | -mtune= generic
gcc -c -Q -march=x86-64 -mavx -mavx2 -mpclmul -msse4 -msse4.1 -msse4.2 -msse4a --help=target | egrep '\-mtune|\-mprefer-vector-width|\-march|\-msse|\-msse2|\-msse2avx|\-msse3|\-mavx|\-msse4|\-mssse3|\-mpclmul' | tee /root/centminlogs/gcc_php_x86-64-non-native.log
-march= x86-64
-mavx [enabled]
-mavx2 [enabled]
-mavx256-split-unaligned-load [enabled]
-mavx256-split-unaligned-store [enabled]
-mavx5124fmaps [disabled]
-mavx5124vnniw [disabled]
-mavx512bf16 [disabled]
-mavx512bitalg [disabled]
-mavx512bw [disabled]
-mavx512cd [disabled]
-mavx512dq [disabled]
-mavx512er [disabled]
-mavx512f [disabled]
-mavx512ifma [disabled]
-mavx512pf [disabled]
-mavx512vbmi [disabled]
-mavx512vbmi2 [disabled]
-mavx512vl [disabled]
-mavx512vnni [disabled]
-mavx512vp2intersect [disabled]
-mavx512vpopcntdq [disabled]
-mpclmul [enabled]
-mprefer-avx128 -mprefer-vector-width=128
-mprefer-vector-width= none
-msse [enabled]
-msse2 [enabled]
-msse2avx [disabled]
-msse3 [enabled]
-msse4 [enabled]
-msse4.1 [enabled]
-msse4.2 [enabled]
-msse4a [enabled]
-msse5 -mavx
-msseregparm [disabled]
-mssse3 [enabled]
-mtune-ctrl=
-mtune= generic
Known preferred register vector length (to use with the -mprefer-vector-width= option):
Known valid arguments for -march= option:
Known valid arguments for -mtune= option:
GCC_NONNATIVEFLAGS= -mavx -mavx2 -mpclmul -msse4 -msse4.1 -msse4.2 -msse4a
libzip check PHPMVER = 7.4
libzip check PHPMUVER =
php 7.4 libzip
yum -y install cmake3
Loaded plugins: fastestmirror, priorities, versionlock
Loading mirror speeds from cached hostfile
* base: ftp.antilo.de
* centos-sclo-rh: centos.mirror.root.lu
* centos-sclo-sclo: centos.mirror.root.lu
* epel: d2lzkl7pfhq30w.cloudfront.net
* extras: mirror.imt-systems.com
* updates: ftp.antilo.de
221 packages excluded due to repository priority protections
Resolving Dependencies
--> Running transaction check
---> Package cmake3.x86_64 0:3.17.5-1.el7 will be installed
--> Processing Dependency: cmake3-data = 3.17.5-1.el7 for package: cmake3-3.17.5-1.el7.x86_64
--> Processing Dependency: librhash.so.0()(64bit) for package: cmake3-3.17.5-1.el7.x86_64
--> Processing Dependency: libuv.so.1()(64bit) for package: cmake3-3.17.5-1.el7.x86_64
--> Running transaction check
---> Package cmake3-data.noarch 0:3.17.5-1.el7 will be installed
--> Processing Dependency: emacs-filesystem >= 24.3 for package: cmake3-data-3.17.5-1.el7.noarch
---> Package libuv.x86_64 1:1.43.0-2.el7 will be installed
---> Package rhash.x86_64 0:1.3.4-2.el7 will be installed
--> Running transaction check
---> Package emacs-filesystem.noarch 1:24.3-23.el7 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
cmake3 x86_64 3.17.5-1.el7 epel 9.6 M
Installing for dependencies:
cmake3-data noarch 3.17.5-1.el7 epel 1.6 M
emacs-filesystem noarch 1:24.3-23.el7 base 58 k
libuv x86_64 1:1.43.0-2.el7 epel 143 k
rhash x86_64 1.3.4-2.el7 epel 118 k
Transaction Summary
================================================================================
Install 1 Package (+4 Dependent packages)
Total download size: 12 M
Installed size: 33 M
Downloading packages:
--------------------------------------------------------------------------------
Total 3.1 MB/s | 12 MB 00:03
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : rhash-1.3.4-2.el7.x86_64 1/5
Installing : 1:emacs-filesystem-24.3-23.el7.noarch 2/5
Installing : 1:libuv-1.43.0-2.el7.x86_64 3/5
Installing : cmake3-data-3.17.5-1.el7.noarch 4/5
Installing : cmake3-3.17.5-1.el7.x86_64 5/5
Verifying : cmake3-3.17.5-1.el7.x86_64 1/5
Verifying : 1:libuv-1.43.0-2.el7.x86_64 2/5
Verifying : 1:emacs-filesystem-24.3-23.el7.noarch 3/5
Verifying : rhash-1.3.4-2.el7.x86_64 4/5
Verifying : cmake3-data-3.17.5-1.el7.noarch 5/5
Installed:
cmake3.x86_64 0:3.17.5-1.el7
Dependency Installed:
cmake3-data.noarch 0:3.17.5-1.el7 emacs-filesystem.noarch 1:24.3-23.el7
libuv.x86_64 1:1.43.0-2.el7 rhash.x86_64 0:1.3.4-2.el7
Complete!
/svr-setup /svr-setup/php-7.4.27/fpm-build
Download libzip-1.7.3.tar.gz ...
(Bwget -c4 --progress=bar https://libzip.org/download/libzip-1.7.3.tar.gz --tries=3
--2022-01-31 18:14:44-- https://libzip.org/download/libzip-1.7.3.tar.gz
Resolving libzip.org (libzip.org)... 5.2.73.210
Connecting to libzip.org (libzip.org)|5.2.73.210|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1231618 (1.2M) [application/x-gzip]
Saving to: ‘libzip-1.7.3.tar.gz’
0K .......... .......... .......... .......... .......... 4% 917K 1s
50K .......... .......... .......... .......... .......... 8% 2.96M 1s
100K .......... .......... .......... .......... .......... 12% 2.95M 1s
150K .......... .......... .......... .......... .......... 16% 2.61M 1s
200K .......... .......... .......... .......... .......... 20% 1.47M 1s
250K .......... .......... .......... .......... .......... 24% 865K 1s
300K .......... .......... .......... .......... .......... 29% 1.15M 1s
350K .......... .......... .......... .......... .......... 33% 196M 0s
400K .......... .......... .......... .......... .......... 37% 317M 0s
450K .......... .......... .......... .......... .......... 41% 599M 0s
500K .......... .......... .......... .......... .......... 45% 637M 0s
550K .......... .......... .......... .......... .......... 49% 3.46M 0s
600K .......... .......... .......... .......... .......... 54% 3.44M 0s
650K .......... .......... .......... .......... .......... 58% 61.4M 0s
700K .......... .......... .......... .......... .......... 62% 47.0M 0s
750K .......... .......... .......... .......... .......... 66% 3.54M 0s
800K .......... .......... .......... .......... .......... 70% 25.0M 0s
850K .......... .......... .......... .......... .......... 74% 425M 0s
900K .......... .......... .......... .......... .......... 78% 12.9M 0s
950K .......... .......... .......... .......... .......... 83% 4.30M 0s
1000K .......... .......... .......... .......... .......... 87% 82.9M 0s
1050K .......... .......... .......... .......... .......... 91% 24.8M 0s
1100K .......... .......... .......... .......... .......... 95% 28.9M 0s
1150K .......... .......... .......... .......... .......... 99% 5.09M 0s
1200K .. 100% 88.9M=0.3s
2022-01-31 18:14:47 (3.72 MB/s) - ‘libzip-1.7.3.tar.gz’ saved [1231618/1231618]
Download done.
(Blibzip-1.7.3/
libzip-1.7.3/.clang-format
libzip-1.7.3/.github/
libzip-1.7.3/.github/ISSUE_TEMPLATE/
libzip-1.7.3/.github/ISSUE_TEMPLATE/bug-report.md
libzip-1.7.3/.github/ISSUE_TEMPLATE/compile-error.md
libzip-1.7.3/.github/ISSUE_TEMPLATE/feature-request.md
libzip-1.7.3/.github/workflows/
libzip-1.7.3/.github/workflows/main.yml
libzip-1.7.3/API-CHANGES.md
libzip-1.7.3/AUTHORS
libzip-1.7.3/CMakeLists.txt
libzip-1.7.3/INSTALL.md
libzip-1.7.3/LICENSE
libzip-1.7.3/NEWS.md
libzip-1.7.3/README.md
libzip-1.7.3/THANKS
libzip-1.7.3/TODO.md
libzip-1.7.3/android/
libzip-1.7.3/android/do.sh
libzip-1.7.3/android/docker/
libzip-1.7.3/android/docker/Dockerfile
libzip-1.7.3/android/readme.txt
libzip-1.7.3/appveyor.yml
libzip-1.7.3/cmake-compat/
libzip-1.7.3/cmake-compat/CMakePushCheckState.cmake
libzip-1.7.3/cmake-compat/CheckLibraryExists.cmake
libzip-1.7.3/cmake-compat/CheckSymbolExists.cmake
libzip-1.7.3/cmake-compat/FindBZip2.cmake
libzip-1.7.3/cmake-compat/FindLibLZMA.cmake
libzip-1.7.3/cmake-compat/FindPackageHandleStandardArgs.cmake
libzip-1.7.3/cmake-compat/FindPackageMessage.cmake
libzip-1.7.3/cmake-compat/SelectLibraryConfigurations.cmake
libzip-1.7.3/cmake-config.h.in
libzip-1.7.3/cmake-zipconf.h.in
libzip-1.7.3/cmake/
libzip-1.7.3/cmake/Dist.cmake
libzip-1.7.3/cmake/FindMbedTLS.cmake
libzip-1.7.3/cmake/FindNettle.cmake
libzip-1.7.3/examples/
libzip-1.7.3/examples/CMakeLists.txt
libzip-1.7.3/examples/in-memory.c
libzip-1.7.3/examples/windows-open.c
libzip-1.7.3/lib/
libzip-1.7.3/lib/CMakeLists.txt
libzip-1.7.3/lib/compat.h
libzip-1.7.3/lib/zip.h
libzip-1.7.3/lib/zip_add.c
libzip-1.7.3/lib/zip_add_dir.c
libzip-1.7.3/lib/zip_add_entry.c
libzip-1.7.3/lib/zip_algorithm_bzip2.c
libzip-1.7.3/lib/zip_algorithm_deflate.c
libzip-1.7.3/lib/zip_algorithm_xz.c
libzip-1.7.3/lib/zip_buffer.c
libzip-1.7.3/lib/zip_close.c
libzip-1.7.3/lib/zip_crypto.h
libzip-1.7.3/lib/zip_crypto_commoncrypto.c
libzip-1.7.3/lib/zip_crypto_commoncrypto.h
libzip-1.7.3/lib/zip_crypto_gnutls.c
libzip-1.7.3/lib/zip_crypto_gnutls.h
libzip-1.7.3/lib/zip_crypto_mbedtls.c
libzip-1.7.3/lib/zip_crypto_mbedtls.h
libzip-1.7.3/lib/zip_crypto_openssl.c
libzip-1.7.3/lib/zip_crypto_openssl.h
libzip-1.7.3/lib/zip_crypto_win.c
libzip-1.7.3/lib/zip_crypto_win.h
libzip-1.7.3/lib/zip_delete.c
libzip-1.7.3/lib/zip_dir_add.c
libzip-1.7.3/lib/zip_dirent.c
libzip-1.7.3/lib/zip_discard.c
libzip-1.7.3/lib/zip_entry.c
libzip-1.7.3/lib/zip_error.c
libzip-1.7.3/lib/zip_error_clear.c
libzip-1.7.3/lib/zip_error_get.c
libzip-1.7.3/lib/zip_error_get_sys_type.c
libzip-1.7.3/lib/zip_error_strerror.c
libzip-1.7.3/lib/zip_error_to_str.c
libzip-1.7.3/lib/zip_extra_field.c
libzip-1.7.3/lib/zip_extra_field_api.c
libzip-1.7.3/lib/zip_fclose.c
libzip-1.7.3/lib/zip_fdopen.c
libzip-1.7.3/lib/zip_file_add.c
libzip-1.7.3/lib/zip_file_error_clear.c
libzip-1.7.3/lib/zip_file_error_get.c
libzip-1.7.3/lib/zip_file_get_comment.c
libzip-1.7.3/lib/zip_file_get_external_attributes.c
libzip-1.7.3/lib/zip_file_get_offset.c
libzip-1.7.3/lib/zip_file_rename.c
libzip-1.7.3/lib/zip_file_replace.c
libzip-1.7.3/lib/zip_file_set_comment.c
libzip-1.7.3/lib/zip_file_set_encryption.c
libzip-1.7.3/lib/zip_file_set_external_attributes.c
libzip-1.7.3/lib/zip_file_set_mtime.c
libzip-1.7.3/lib/zip_file_strerror.c
libzip-1.7.3/lib/zip_fopen.c
libzip-1.7.3/lib/zip_fopen_encrypted.c
libzip-1.7.3/lib/zip_fopen_index.c
libzip-1.7.3/lib/zip_fopen_index_encrypted.c
libzip-1.7.3/lib/zip_fread.c
libzip-1.7.3/lib/zip_fseek.c
libzip-1.7.3/lib/zip_ftell.c
libzip-1.7.3/lib/zip_get_archive_comment.c
libzip-1.7.3/lib/zip_get_archive_flag.c
libzip-1.7.3/lib/zip_get_encryption_implementation.c
libzip-1.7.3/lib/zip_get_file_comment.c
libzip-1.7.3/lib/zip_get_name.c
libzip-1.7.3/lib/zip_get_num_entries.c
libzip-1.7.3/lib/zip_get_num_files.c
libzip-1.7.3/lib/zip_hash.c
libzip-1.7.3/lib/zip_io_util.c
libzip-1.7.3/lib/zip_libzip_version.c
libzip-1.7.3/lib/zip_memdup.c
libzip-1.7.3/lib/zip_mkstempm.c
libzip-1.7.3/lib/zip_name_locate.c
libzip-1.7.3/lib/zip_new.c
libzip-1.7.3/lib/zip_open.c
libzip-1.7.3/lib/zip_pkware.c
libzip-1.7.3/lib/zip_progress.c
libzip-1.7.3/lib/zip_random_unix.c
libzip-1.7.3/lib/zip_random_uwp.c
libzip-1.7.3/lib/zip_random_win32.c
libzip-1.7.3/lib/zip_rename.c
libzip-1.7.3/lib/zip_replace.c
libzip-1.7.3/lib/zip_set_archive_comment.c
libzip-1.7.3/lib/zip_set_archive_flag.c
libzip-1.7.3/lib/zip_set_default_password.c
libzip-1.7.3/lib/zip_set_file_comment.c
libzip-1.7.3/lib/zip_set_file_compression.c
libzip-1.7.3/lib/zip_set_name.c
libzip-1.7.3/lib/zip_source_accept_empty.c
libzip-1.7.3/lib/zip_source_begin_write.c
libzip-1.7.3/lib/zip_source_begin_write_cloning.c
libzip-1.7.3/lib/zip_source_buffer.c
libzip-1.7.3/lib/zip_source_call.c
libzip-1.7.3/lib/zip_source_close.c
libzip-1.7.3/lib/zip_source_commit_write.c
libzip-1.7.3/lib/zip_source_compress.c
libzip-1.7.3/lib/zip_source_crc.c
libzip-1.7.3/lib/zip_source_error.c
libzip-1.7.3/lib/zip_source_file.h
libzip-1.7.3/lib/zip_source_file_common.c
libzip-1.7.3/lib/zip_source_file_stdio.c
libzip-1.7.3/lib/zip_source_file_stdio.h
libzip-1.7.3/lib/zip_source_file_stdio_named.c
libzip-1.7.3/lib/zip_source_file_win32.c
libzip-1.7.3/lib/zip_source_file_win32.h
libzip-1.7.3/lib/zip_source_file_win32_ansi.c
libzip-1.7.3/lib/zip_source_file_win32_named.c
libzip-1.7.3/lib/zip_source_file_win32_utf16.c
libzip-1.7.3/lib/zip_source_file_win32_utf8.c
libzip-1.7.3/lib/zip_source_free.c
libzip-1.7.3/lib/zip_source_function.c
libzip-1.7.3/lib/zip_source_get_file_attributes.c
libzip-1.7.3/lib/zip_source_is_deleted.c
libzip-1.7.3/lib/zip_source_layered.c
libzip-1.7.3/lib/zip_source_open.c
libzip-1.7.3/lib/zip_source_pkware_decode.c
libzip-1.7.3/lib/zip_source_pkware_encode.c
libzip-1.7.3/lib/zip_source_read.c
libzip-1.7.3/lib/zip_source_remove.c
libzip-1.7.3/lib/zip_source_rollback_write.c
libzip-1.7.3/lib/zip_source_seek.c
libzip-1.7.3/lib/zip_source_seek_write.c
libzip-1.7.3/lib/zip_source_stat.c
libzip-1.7.3/lib/zip_source_supports.c
libzip-1.7.3/lib/zip_source_tell.c
libzip-1.7.3/lib/zip_source_tell_write.c
libzip-1.7.3/lib/zip_source_window.c
libzip-1.7.3/lib/zip_source_winzip_aes_decode.c
libzip-1.7.3/lib/zip_source_winzip_aes_encode.c
libzip-1.7.3/lib/zip_source_write.c
libzip-1.7.3/lib/zip_source_zip.c
libzip-1.7.3/lib/zip_source_zip_new.c
libzip-1.7.3/lib/zip_stat.c
libzip-1.7.3/lib/zip_stat_index.c
libzip-1.7.3/lib/zip_stat_init.c
libzip-1.7.3/lib/zip_strerror.c
libzip-1.7.3/lib/zip_string.c
libzip-1.7.3/lib/zip_unchange.c
libzip-1.7.3/lib/zip_unchange_all.c
libzip-1.7.3/lib/zip_unchange_archive.c
libzip-1.7.3/lib/zip_unchange_data.c
libzip-1.7.3/lib/zip_utf-8.c
libzip-1.7.3/lib/zip_winzip_aes.c
libzip-1.7.3/lib/zipint.h
libzip-1.7.3/libzip-config.cmake.in
libzip-1.7.3/libzip.pc.in
libzip-1.7.3/man/
libzip-1.7.3/man/CMakeLists.txt
libzip-1.7.3/man/ZIP_SOURCE_GET_ARGS.html
libzip-1.7.3/man/ZIP_SOURCE_GET_ARGS.man
libzip-1.7.3/man/ZIP_SOURCE_GET_ARGS.mdoc
libzip-1.7.3/man/handle_links
libzip-1.7.3/man/libzip.html
libzip-1.7.3/man/libzip.man
libzip-1.7.3/man/libzip.mdoc
libzip-1.7.3/man/links
libzip-1.7.3/man/update-html.cmake
libzip-1.7.3/man/update-man.cmake
libzip-1.7.3/man/zip_add.html
libzip-1.7.3/man/zip_add.man
libzip-1.7.3/man/zip_add.mdoc
libzip-1.7.3/man/zip_add_dir.html
libzip-1.7.3/man/zip_add_dir.man
libzip-1.7.3/man/zip_add_dir.mdoc
libzip-1.7.3/man/zip_close.html
libzip-1.7.3/man/zip_close.man
libzip-1.7.3/man/zip_close.mdoc
libzip-1.7.3/man/zip_compression_method_supported.html
libzip-1.7.3/man/zip_compression_method_supported.man
libzip-1.7.3/man/zip_compression_method_supported.mdoc
libzip-1.7.3/man/zip_delete.html
libzip-1.7.3/man/zip_delete.man
libzip-1.7.3/man/zip_delete.mdoc
libzip-1.7.3/man/zip_dir_add.html
libzip-1.7.3/man/zip_dir_add.man
libzip-1.7.3/man/zip_dir_add.mdoc
libzip-1.7.3/man/zip_discard.html
libzip-1.7.3/man/zip_discard.man
libzip-1.7.3/man/zip_discard.mdoc
libzip-1.7.3/man/zip_encryption_method_supported.html
libzip-1.7.3/man/zip_encryption_method_supported.man
libzip-1.7.3/man/zip_encryption_method_supported.mdoc
libzip-1.7.3/man/zip_error_clear.html
libzip-1.7.3/man/zip_error_clear.man
libzip-1.7.3/man/zip_error_clear.mdoc
libzip-1.7.3/man/zip_error_code_system.html
libzip-1.7.3/man/zip_error_code_system.man
libzip-1.7.3/man/zip_error_code_system.mdoc
libzip-1.7.3/man/zip_error_code_zip.html
libzip-1.7.3/man/zip_error_code_zip.man
libzip-1.7.3/man/zip_error_code_zip.mdoc
libzip-1.7.3/man/zip_error_fini.html
libzip-1.7.3/man/zip_error_fini.man
libzip-1.7.3/man/zip_error_fini.mdoc
libzip-1.7.3/man/zip_error_get.html
libzip-1.7.3/man/zip_error_get.man
libzip-1.7.3/man/zip_error_get.mdoc
libzip-1.7.3/man/zip_error_get_sys_type.html
libzip-1.7.3/man/zip_error_get_sys_type.man
libzip-1.7.3/man/zip_error_get_sys_type.mdoc
libzip-1.7.3/man/zip_error_init.html
libzip-1.7.3/man/zip_error_init.man
libzip-1.7.3/man/zip_error_init.mdoc
libzip-1.7.3/man/zip_error_set.html
libzip-1.7.3/man/zip_error_set.man
libzip-1.7.3/man/zip_error_set.mdoc
libzip-1.7.3/man/zip_error_strerror.html
libzip-1.7.3/man/zip_error_strerror.man
libzip-1.7.3/man/zip_error_strerror.mdoc
libzip-1.7.3/man/zip_error_system_type.html
libzip-1.7.3/man/zip_error_system_type.man
libzip-1.7.3/man/zip_error_system_type.mdoc
libzip-1.7.3/man/zip_error_to_data.html
libzip-1.7.3/man/zip_error_to_data.man
libzip-1.7.3/man/zip_error_to_data.mdoc
libzip-1.7.3/man/zip_error_to_str.html
libzip-1.7.3/man/zip_error_to_str.man
libzip-1.7.3/man/zip_error_to_str.mdoc
libzip-1.7.3/man/zip_errors.html
libzip-1.7.3/man/zip_errors.man
libzip-1.7.3/man/zip_errors.mdoc
libzip-1.7.3/man/zip_fclose.html
libzip-1.7.3/man/zip_fclose.man
libzip-1.7.3/man/zip_fclose.mdoc
libzip-1.7.3/man/zip_fdopen.html
libzip-1.7.3/man/zip_fdopen.man
libzip-1.7.3/man/zip_fdopen.mdoc
libzip-1.7.3/man/zip_file_add.html
libzip-1.7.3/man/zip_file_add.man
libzip-1.7.3/man/zip_file_add.mdoc
libzip-1.7.3/man/zip_file_attributes_init.html
libzip-1.7.3/man/zip_file_attributes_init.man
libzip-1.7.3/man/zip_file_attributes_init.mdoc
libzip-1.7.3/man/zip_file_extra_field_delete.html
libzip-1.7.3/man/zip_file_extra_field_delete.man
libzip-1.7.3/man/zip_file_extra_field_delete.mdoc
libzip-1.7.3/man/zip_file_extra_field_get.html
libzip-1.7.3/man/zip_file_extra_field_get.man
libzip-1.7.3/man/zip_file_extra_field_get.mdoc
libzip-1.7.3/man/zip_file_extra_field_set.html
libzip-1.7.3/man/zip_file_extra_field_set.man
libzip-1.7.3/man/zip_file_extra_field_set.mdoc
libzip-1.7.3/man/zip_file_extra_fields_count.html
libzip-1.7.3/man/zip_file_extra_fields_count.man
libzip-1.7.3/man/zip_file_extra_fields_count.mdoc
libzip-1.7.3/man/zip_file_get_comment.html
libzip-1.7.3/man/zip_file_get_comment.man
libzip-1.7.3/man/zip_file_get_comment.mdoc
libzip-1.7.3/man/zip_file_get_error.html
libzip-1.7.3/man/zip_file_get_error.man
libzip-1.7.3/man/zip_file_get_error.mdoc
libzip-1.7.3/man/zip_file_get_external_attributes.html
libzip-1.7.3/man/zip_file_get_external_attributes.man
libzip-1.7.3/man/zip_file_get_external_attributes.mdoc
libzip-1.7.3/man/zip_file_rename.html
libzip-1.7.3/man/zip_file_rename.man
libzip-1.7.3/man/zip_file_rename.mdoc
libzip-1.7.3/man/zip_file_set_comment.html
libzip-1.7.3/man/zip_file_set_comment.man
libzip-1.7.3/man/zip_file_set_comment.mdoc
libzip-1.7.3/man/zip_file_set_encryption.html
libzip-1.7.3/man/zip_file_set_encryption.man
libzip-1.7.3/man/zip_file_set_encryption.mdoc
libzip-1.7.3/man/zip_file_set_external_attributes.html
libzip-1.7.3/man/zip_file_set_external_attributes.man
libzip-1.7.3/man/zip_file_set_external_attributes.mdoc
libzip-1.7.3/man/zip_file_set_mtime.html
libzip-1.7.3/man/zip_file_set_mtime.man
libzip-1.7.3/man/zip_file_set_mtime.mdoc
libzip-1.7.3/man/zip_file_strerror.html
libzip-1.7.3/man/zip_file_strerror.man
libzip-1.7.3/man/zip_file_strerror.mdoc
libzip-1.7.3/man/zip_fopen.html
libzip-1.7.3/man/zip_fopen.man
libzip-1.7.3/man/zip_fopen.mdoc
libzip-1.7.3/man/zip_fopen_encrypted.html
libzip-1.7.3/man/zip_fopen_encrypted.man
libzip-1.7.3/man/zip_fopen_encrypted.mdoc
libzip-1.7.3/man/zip_fread.html
libzip-1.7.3/man/zip_fread.man
libzip-1.7.3/man/zip_fread.mdoc
libzip-1.7.3/man/zip_fseek.html
libzip-1.7.3/man/zip_fseek.man
libzip-1.7.3/man/zip_fseek.mdoc
libzip-1.7.3/man/zip_ftell.html
libzip-1.7.3/man/zip_ftell.man
libzip-1.7.3/man/zip_ftell.mdoc
libzip-1.7.3/man/zip_get_archive_comment.html
libzip-1.7.3/man/zip_get_archive_comment.man
libzip-1.7.3/man/zip_get_archive_comment.mdoc
libzip-1.7.3/man/zip_get_archive_flag.html
libzip-1.7.3/man/zip_get_archive_flag.man
libzip-1.7.3/man/zip_get_archive_flag.mdoc
libzip-1.7.3/man/zip_get_error.html
libzip-1.7.3/man/zip_get_error.man
libzip-1.7.3/man/zip_get_error.mdoc
libzip-1.7.3/man/zip_get_file_comment.html
libzip-1.7.3/man/zip_get_file_comment.man
libzip-1.7.3/man/zip_get_file_comment.mdoc
libzip-1.7.3/man/zip_get_name.html
libzip-1.7.3/man/zip_get_name.man
libzip-1.7.3/man/zip_get_name.mdoc
libzip-1.7.3/man/zip_get_num_entries.html
libzip-1.7.3/man/zip_get_num_entries.man
libzip-1.7.3/man/zip_get_num_entries.mdoc
libzip-1.7.3/man/zip_get_num_files.html
libzip-1.7.3/man/zip_get_num_files.man
libzip-1.7.3/man/zip_get_num_files.mdoc
libzip-1.7.3/man/zip_libzip_version.html
libzip-1.7.3/man/zip_libzip_version.man
libzip-1.7.3/man/zip_libzip_version.mdoc
libzip-1.7.3/man/zip_name_locate.html
libzip-1.7.3/man/zip_name_locate.man
libzip-1.7.3/man/zip_name_locate.mdoc
libzip-1.7.3/man/zip_open.html
libzip-1.7.3/man/zip_open.man
libzip-1.7.3/man/zip_open.mdoc
libzip-1.7.3/man/zip_register_progress_callback.html
libzip-1.7.3/man/zip_register_progress_callback.man
libzip-1.7.3/man/zip_register_progress_callback.mdoc
libzip-1.7.3/man/zip_register_progress_callback_with_state.html
libzip-1.7.3/man/zip_register_progress_callback_with_state.man
libzip-1.7.3/man/zip_register_progress_callback_with_state.mdoc
libzip-1.7.3/man/zip_rename.html
libzip-1.7.3/man/zip_rename.man
libzip-1.7.3/man/zip_rename.mdoc
libzip-1.7.3/man/zip_set_archive_comment.html
libzip-1.7.3/man/zip_set_archive_comment.man
libzip-1.7.3/man/zip_set_archive_comment.mdoc
libzip-1.7.3/man/zip_set_archive_flag.html
libzip-1.7.3/man/zip_set_archive_flag.man
libzip-1.7.3/man/zip_set_archive_flag.mdoc
libzip-1.7.3/man/zip_set_default_password.html
libzip-1.7.3/man/zip_set_default_password.man
libzip-1.7.3/man/zip_set_default_password.mdoc
libzip-1.7.3/man/zip_set_file_comment.html
libzip-1.7.3/man/zip_set_file_comment.man
libzip-1.7.3/man/zip_set_file_comment.mdoc
libzip-1.7.3/man/zip_set_file_compression.html
libzip-1.7.3/man/zip_set_file_compression.man
libzip-1.7.3/man/zip_set_file_compression.mdoc
libzip-1.7.3/man/zip_source.html
libzip-1.7.3/man/zip_source.man
libzip-1.7.3/man/zip_source.mdoc
libzip-1.7.3/man/zip_source_begin_write.html
libzip-1.7.3/man/zip_source_begin_write.man
libzip-1.7.3/man/zip_source_begin_write.mdoc
libzip-1.7.3/man/zip_source_buffer.html
libzip-1.7.3/man/zip_source_buffer.man
libzip-1.7.3/man/zip_source_buffer.mdoc
libzip-1.7.3/man/zip_source_buffer_fragment.html
libzip-1.7.3/man/zip_source_buffer_fragment.man
libzip-1.7.3/man/zip_source_buffer_fragment.mdoc
libzip-1.7.3/man/zip_source_close.html
libzip-1.7.3/man/zip_source_close.man
libzip-1.7.3/man/zip_source_close.mdoc
libzip-1.7.3/man/zip_source_commit_write.html
libzip-1.7.3/man/zip_source_commit_write.man
libzip-1.7.3/man/zip_source_commit_write.mdoc
libzip-1.7.3/man/zip_source_error.html
libzip-1.7.3/man/zip_source_error.man
libzip-1.7.3/man/zip_source_error.mdoc
libzip-1.7.3/man/zip_source_file.html
libzip-1.7.3/man/zip_source_file.man
libzip-1.7.3/man/zip_source_file.mdoc
libzip-1.7.3/man/zip_source_filep.html
libzip-1.7.3/man/zip_source_filep.man
libzip-1.7.3/man/zip_source_filep.mdoc
libzip-1.7.3/man/zip_source_free.html
libzip-1.7.3/man/zip_source_free.man
libzip-1.7.3/man/zip_source_free.mdoc
libzip-1.7.3/man/zip_source_function.html
libzip-1.7.3/man/zip_source_function.man
libzip-1.7.3/man/zip_source_function.mdoc
libzip-1.7.3/man/zip_source_is_deleted.html
libzip-1.7.3/man/zip_source_is_deleted.man
libzip-1.7.3/man/zip_source_is_deleted.mdoc
libzip-1.7.3/man/zip_source_keep.html
libzip-1.7.3/man/zip_source_keep.man
libzip-1.7.3/man/zip_source_keep.mdoc
libzip-1.7.3/man/zip_source_make_command_bitmap.html
libzip-1.7.3/man/zip_source_make_command_bitmap.man
libzip-1.7.3/man/zip_source_make_command_bitmap.mdoc
libzip-1.7.3/man/zip_source_open.html
libzip-1.7.3/man/zip_source_open.man
libzip-1.7.3/man/zip_source_open.mdoc
libzip-1.7.3/man/zip_source_read.html
libzip-1.7.3/man/zip_source_read.man
libzip-1.7.3/man/zip_source_read.mdoc
libzip-1.7.3/man/zip_source_rollback_write.html
libzip-1.7.3/man/zip_source_rollback_write.man
libzip-1.7.3/man/zip_source_rollback_write.mdoc
libzip-1.7.3/man/zip_source_seek.html
libzip-1.7.3/man/zip_source_seek.man
libzip-1.7.3/man/zip_source_seek.mdoc
libzip-1.7.3/man/zip_source_seek_compute_offset.html
libzip-1.7.3/man/zip_source_seek_compute_offset.man
libzip-1.7.3/man/zip_source_seek_compute_offset.mdoc
libzip-1.7.3/man/zip_source_seek_write.html
libzip-1.7.3/man/zip_source_seek_write.man
libzip-1.7.3/man/zip_source_seek_write.mdoc
libzip-1.7.3/man/zip_source_stat.html
libzip-1.7.3/man/zip_source_stat.man
libzip-1.7.3/man/zip_source_stat.mdoc
libzip-1.7.3/man/zip_source_tell.html
libzip-1.7.3/man/zip_source_tell.man
libzip-1.7.3/man/zip_source_tell.mdoc
libzip-1.7.3/man/zip_source_tell_write.html
libzip-1.7.3/man/zip_source_tell_write.man
libzip-1.7.3/man/zip_source_tell_write.mdoc
libzip-1.7.3/man/zip_source_win32a.html
libzip-1.7.3/man/zip_source_win32a.man
libzip-1.7.3/man/zip_source_win32a.mdoc
libzip-1.7.3/man/zip_source_win32handle.html
libzip-1.7.3/man/zip_source_win32handle.man
libzip-1.7.3/man/zip_source_win32handle.mdoc
libzip-1.7.3/man/zip_source_win32w.html
libzip-1.7.3/man/zip_source_win32w.man
libzip-1.7.3/man/zip_source_win32w.mdoc
libzip-1.7.3/man/zip_source_write.html
libzip-1.7.3/man/zip_source_write.man
libzip-1.7.3/man/zip_source_write.mdoc
libzip-1.7.3/man/zip_source_zip.html
libzip-1.7.3/man/zip_source_zip.man
libzip-1.7.3/man/zip_source_zip.mdoc
libzip-1.7.3/man/zip_stat.html
libzip-1.7.3/man/zip_stat.man
libzip-1.7.3/man/zip_stat.mdoc
libzip-1.7.3/man/zip_stat_init.html
libzip-1.7.3/man/zip_stat_init.man
libzip-1.7.3/man/zip_stat_init.mdoc
libzip-1.7.3/man/zip_unchange.html
libzip-1.7.3/man/zip_unchange.man
libzip-1.7.3/man/zip_unchange.mdoc
libzip-1.7.3/man/zip_unchange_all.html
libzip-1.7.3/man/zip_unchange_all.man
libzip-1.7.3/man/zip_unchange_all.mdoc
libzip-1.7.3/man/zip_unchange_archive.html
libzip-1.7.3/man/zip_unchange_archive.man
libzip-1.7.3/man/zip_unchange_archive.mdoc
libzip-1.7.3/man/zipcmp.html
libzip-1.7.3/man/zipcmp.man
libzip-1.7.3/man/zipcmp.mdoc
libzip-1.7.3/man/zipmerge.html
libzip-1.7.3/man/zipmerge.man
libzip-1.7.3/man/zipmerge.mdoc
libzip-1.7.3/man/ziptool.html
libzip-1.7.3/man/ziptool.man
libzip-1.7.3/man/ziptool.mdoc
libzip-1.7.3/regress/
libzip-1.7.3/regress/CMakeLists.txt
libzip-1.7.3/regress/NiHTest.pm
libzip-1.7.3/regress/add_dir.test
libzip-1.7.3/regress/add_from_buffer.test
libzip-1.7.3/regress/add_from_file.test
libzip-1.7.3/regress/add_from_file_duplicate.test
libzip-1.7.3/regress/add_from_file_twice_duplicate.test
libzip-1.7.3/regress/add_from_filep.c
libzip-1.7.3/regress/add_from_filep.test
libzip-1.7.3/regress/add_from_stdin.test
libzip-1.7.3/regress/add_from_zip_closed.test
libzip-1.7.3/regress/add_from_zip_deflated.test
libzip-1.7.3/regress/add_from_zip_deflated2.test
libzip-1.7.3/regress/add_from_zip_partial_deflated.test
libzip-1.7.3/regress/add_from_zip_partial_stored.test
libzip-1.7.3/regress/add_from_zip_stored.test
libzip-1.7.3/regress/add_stored.test
libzip-1.7.3/regress/add_stored_in_memory.test
libzip-1.7.3/regress/bigstored.zh
libzip-1.7.3/regress/bigzero-zip.zip
libzip-1.7.3/regress/bogus.zip
libzip-1.7.3/regress/broken.zip
libzip-1.7.3/regress/buffer-fragment-read.test
libzip-1.7.3/regress/buffer-fragment-write.test
libzip-1.7.3/regress/can_clone_file.c
libzip-1.7.3/regress/cancel_45.test
libzip-1.7.3/regress/cancel_90.test
libzip-1.7.3/regress/cleanup.cmake
libzip-1.7.3/regress/clone-buffer-add.test
libzip-1.7.3/regress/clone-buffer-delete.test
libzip-1.7.3/regress/clone-buffer-replace.test
libzip-1.7.3/regress/clone-fs-add.test
libzip-1.7.3/regress/clone-fs-delete.test
libzip-1.7.3/regress/clone-fs-replace.test
libzip-1.7.3/regress/cm-default.test
libzip-1.7.3/regress/cm-default.zip
libzip-1.7.3/regress/count_entries.test
libzip-1.7.3/regress/decrypt-correct-password-aes128.test
libzip-1.7.3/regress/decrypt-correct-password-aes192.test
libzip-1.7.3/regress/decrypt-correct-password-aes256.test
libzip-1.7.3/regress/decrypt-correct-password-pkware.test
libzip-1.7.3/regress/decrypt-no-password-aes256.test
libzip-1.7.3/regress/decrypt-wrong-password-aes128.test
libzip-1.7.3/regress/decrypt-wrong-password-aes192.test
libzip-1.7.3/regress/decrypt-wrong-password-aes256.test
libzip-1.7.3/regress/decrypt-wrong-password-pkware.test
libzip-1.7.3/regress/delete_add_same.test
libzip-1.7.3/regress/delete_invalid.test
libzip-1.7.3/regress/delete_last.test
libzip-1.7.3/regress/delete_multiple_last.test
libzip-1.7.3/regress/delete_multiple_partial.test
libzip-1.7.3/regress/delete_renamed_rename.test
libzip-1.7.3/regress/encrypt-aes128-noentropy.zip
libzip-1.7.3/regress/encrypt-aes128.zip
libzip-1.7.3/regress/encrypt-aes192-noentropy.zip
libzip-1.7.3/regress/encrypt-aes192.zip
libzip-1.7.3/regress/encrypt-aes256-noentropy.zip
libzip-1.7.3/regress/encrypt-aes256.zip
libzip-1.7.3/regress/encrypt-none.zip
libzip-1.7.3/regress/encrypt-pkware-noentropy.zip
libzip-1.7.3/regress/encrypt.test
libzip-1.7.3/regress/encrypt.zip
libzip-1.7.3/regress/encrypt_plus_extra.zip
libzip-1.7.3/regress/encrypt_plus_extra_modified_c.zip
libzip-1.7.3/regress/encrypt_plus_extra_modified_l.zip
libzip-1.7.3/regress/encryption-nonrandom-aes128.test
libzip-1.7.3/regress/encryption-nonrandom-aes192.test
libzip-1.7.3/regress/encryption-nonrandom-aes256.test
libzip-1.7.3/regress/encryption-nonrandom-pkware.test
libzip-1.7.3/regress/encryption-remove.test
libzip-1.7.3/regress/extra_add.test
libzip-1.7.3/regress/extra_add_multiple.test
libzip-1.7.3/regress/extra_count.test
libzip-1.7.3/regress/extra_count_by_id.test
libzip-1.7.3/regress/extra_count_ignore_zip64.test
libzip-1.7.3/regress/extra_delete.test
libzip-1.7.3/regress/extra_delete_by_id.test
libzip-1.7.3/regress/extra_field_align.test
libzip-1.7.3/regress/extra_field_align_1-0.zip
libzip-1.7.3/regress/extra_field_align_1-ef_00.zip
libzip-1.7.3/regress/extra_field_align_1-ef_ff.zip
libzip-1.7.3/regress/extra_field_align_1-ff.zip
libzip-1.7.3/regress/extra_field_align_2-0.zip
libzip-1.7.3/regress/extra_field_align_2-ef_00.zip
libzip-1.7.3/regress/extra_field_align_2-ef_ff.zip
libzip-1.7.3/regress/extra_field_align_2-ff.zip
libzip-1.7.3/regress/extra_field_align_3-0.zip
libzip-1.7.3/regress/extra_field_align_3-ef_00.zip
libzip-1.7.3/regress/extra_field_align_3-ef_ff.zip
libzip-1.7.3/regress/extra_field_align_3-ff.zip
libzip-1.7.3/regress/extra_field_align_4-ff.zip
libzip-1.7.3/regress/extra_get.test
libzip-1.7.3/regress/extra_get_by_id.test
libzip-1.7.3/regress/extra_set.test
libzip-1.7.3/regress/extra_set_modify_c.test
libzip-1.7.3/regress/extra_set_modify_l.test
libzip-1.7.3/regress/fdopen_ok.test
libzip-1.7.3/regress/file_comment_encmismatch.test
libzip-1.7.3/regress/filename_duplicate.zip
libzip-1.7.3/regress/filename_duplicate_empty.zip
libzip-1.7.3/regress/filename_empty.zip
libzip-1.7.3/regress/fileorder.zip
libzip-1.7.3/regress/firstsecond-split-deflated.zip
libzip-1.7.3/regress/firstsecond-split-stored.zip
libzip-1.7.3/regress/firstsecond.zip
libzip-1.7.3/regress/foo-stored.zip
libzip-1.7.3/regress/fopen_unchanged.c
libzip-1.7.3/regress/fopen_unchanged.test
libzip-1.7.3/regress/fread.c
libzip-1.7.3/regress/fread.test
libzip-1.7.3/regress/fseek.c
libzip-1.7.3/regress/fseek_deflated.test
libzip-1.7.3/regress/fseek_fail.test
libzip-1.7.3/regress/fseek_ok.test
libzip-1.7.3/regress/fuzz_main.c
libzip-1.7.3/regress/gap-add.zip
libzip-1.7.3/regress/gap-delete.zip
libzip-1.7.3/regress/gap-replace.zip
libzip-1.7.3/regress/gap.zip
libzip-1.7.3/regress/get_comment.test
libzip-1.7.3/regress/hole.c
libzip-1.7.3/regress/incons-archive-comment-longer.zip
libzip-1.7.3/regress/incons-archive-comment-shorter.zip
libzip-1.7.3/regress/incons-cdoffset.zip
libzip-1.7.3/regress/incons-central-compression-method.zip
libzip-1.7.3/regress/incons-central-compsize-larger-toolarge.zip
libzip-1.7.3/regress/incons-central-compsize-larger.zip
libzip-1.7.3/regress/incons-central-compsize-smaller.zip
libzip-1.7.3/regress/incons-central-crc.zip
libzip-1.7.3/regress/incons-central-date.zip
libzip-1.7.3/regress/incons-central-file-comment-longer.zip
libzip-1.7.3/regress/incons-central-file-comment-shorter.zip
libzip-1.7.3/regress/incons-central-magic-bad.zip
libzip-1.7.3/regress/incons-central-magic-bad2.zip
libzip-1.7.3/regress/incons-central-size-larger.zip
libzip-1.7.3/regress/incons-data.zip
libzip-1.7.3/regress/incons-ef-central-size-wrong.zip
libzip-1.7.3/regress/incons-ef-local-id-size.zip
libzip-1.7.3/regress/incons-ef-local-id.zip
libzip-1.7.3/regress/incons-ef-local-size.zip
libzip-1.7.3/regress/incons-eocd-magic-bad.zip
libzip-1.7.3/regress/incons-file-count-high.zip
libzip-1.7.3/regress/incons-file-count-low.zip
libzip-1.7.3/regress/incons-file-count-overflow.zip
libzip-1.7.3/regress/incons-local-compression-method.zip
libzip-1.7.3/regress/incons-local-compsize-larger.zip
libzip-1.7.3/regress/incons-local-compsize-smaller.zip
libzip-1.7.3/regress/incons-local-crc.zip
libzip-1.7.3/regress/incons-local-filename-long.zip
libzip-1.7.3/regress/incons-local-filename-missing.zip
libzip-1.7.3/regress/incons-local-filename-short.zip
libzip-1.7.3/regress/incons-local-filename.zip
libzip-1.7.3/regress/incons-local-magic-bad.zip
libzip-1.7.3/regress/incons-local-size-larger.zip
libzip-1.7.3/regress/junk-at-end.zip
libzip-1.7.3/regress/junk-at-start.zip
libzip-1.7.3/regress/junk_at_end.test
libzip-1.7.3/regress/junk_at_start.test
libzip-1.7.3/regress/large-uncompressable
libzip-1.7.3/regress/malloc.c
libzip-1.7.3/regress/manyfiles-zip.zip
libzip-1.7.3/regress/multidisk.zip
libzip-1.7.3/regress/name_locate.test
libzip-1.7.3/regress/nihtest.conf.in
libzip-1.7.3/regress/nonrandomopen.c
libzip-1.7.3/regress/nonrandomopentest.c
libzip-1.7.3/regress/open_cons_extrabytes.test
libzip-1.7.3/regress/open_empty.test
libzip-1.7.3/regress/open_empty_2.test
libzip-1.7.3/regress/open_extrabytes.test
libzip-1.7.3/regress/open_file_count.test
libzip-1.7.3/regress/open_filename_duplicate.test
libzip-1.7.3/regress/open_filename_duplicate_consistency.test
libzip-1.7.3/regress/open_filename_duplicate_empty.test
libzip-1.7.3/regress/open_filename_duplicate_empty_consistency.test
libzip-1.7.3/regress/open_filename_empty.test
libzip-1.7.3/regress/open_incons.test
libzip-1.7.3/regress/open_many_fail.test
libzip-1.7.3/regress/open_many_ok.test
libzip-1.7.3/regress/open_multidisk.test
libzip-1.7.3/regress/open_new_but_exists.test
libzip-1.7.3/regress/open_new_ok.test
libzip-1.7.3/regress/open_nonarchive.test
libzip-1.7.3/regress/open_nosuchfile.test
libzip-1.7.3/regress/open_ok.test
libzip-1.7.3/regress/open_too_short.test
libzip-1.7.3/regress/open_truncate.test
libzip-1.7.3/regress/open_zip64_3mf.test
libzip-1.7.3/regress/open_zip64_ok.test
libzip-1.7.3/regress/ossfuzz.sh
libzip-1.7.3/regress/preload.test
libzip-1.7.3/regress/progress.test
libzip-1.7.3/regress/rename_ascii.test
libzip-1.7.3/regress/rename_cp437.test
libzip-1.7.3/regress/rename_deleted.test
libzip-1.7.3/regress/rename_fail.test
libzip-1.7.3/regress/rename_ok.test
libzip-1.7.3/regress/rename_ok.zip
libzip-1.7.3/regress/rename_utf8.test
libzip-1.7.3/regress/rename_utf8_encmismatch.test
libzip-1.7.3/regress/runtest.in
libzip-1.7.3/regress/set_comment_all.test
libzip-1.7.3/regress/set_comment_localonly.test
libzip-1.7.3/regress/set_comment_removeglobal.test
libzip-1.7.3/regress/set_comment_revert.test
libzip-1.7.3/regress/set_compression_bzip2_to_deflate.test
libzip-1.7.3/regress/set_compression_deflate_to_bzip2.test
libzip-1.7.3/regress/set_compression_deflate_to_deflate.test
libzip-1.7.3/regress/set_compression_deflate_to_store.test
libzip-1.7.3/regress/set_compression_store_to_bzip2.test
libzip-1.7.3/regress/set_compression_store_to_deflate.test
libzip-1.7.3/regress/set_compression_store_to_store.test
libzip-1.7.3/regress/set_compression_store_to_xz.test
libzip-1.7.3/regress/set_compression_unknown.test
libzip-1.7.3/regress/set_compression_xz_to_store.test
libzip-1.7.3/regress/set_file_dostime.test
libzip-1.7.3/regress/set_file_mtime.test
libzip-1.7.3/regress/source_hole.c
libzip-1.7.3/regress/stat_index_cp437_guess.test
libzip-1.7.3/regress/stat_index_cp437_raw.test
libzip-1.7.3/regress/stat_index_cp437_strict.test
libzip-1.7.3/regress/stat_index_fileorder.test
libzip-1.7.3/regress/stat_index_streamed.test
libzip-1.7.3/regress/stat_index_streamed_zip64.test
libzip-1.7.3/regress/stat_index_utf8_guess.test
libzip-1.7.3/regress/stat_index_utf8_raw.test
libzip-1.7.3/regress/stat_index_utf8_strict.test
libzip-1.7.3/regress/stat_index_utf8_unmarked_strict.test
libzip-1.7.3/regress/stat_index_zip64.test
libzip-1.7.3/regress/streamed-zip64.zip
libzip-1.7.3/regress/streamed.zip
libzip-1.7.3/regress/test-cp437-comment-utf-8.zip
libzip-1.7.3/regress/test-cp437-fc-utf-8-filename.zip
libzip-1.7.3/regress/test-cp437-fc.zip
libzip-1.7.3/regress/test-cp437.zip
libzip-1.7.3/regress/test-utf8-unmarked.zip
libzip-1.7.3/regress/test-utf8.zip
libzip-1.7.3/regress/test.zip
libzip-1.7.3/regress/test2.zip
libzip-1.7.3/regress/testbuffer.zip
libzip-1.7.3/regress/testbzip2.zip
libzip-1.7.3/regress/testchanged.zip
libzip-1.7.3/regress/testchangedlocal.zip
libzip-1.7.3/regress/testcomment.zip
libzip-1.7.3/regress/testcomment13.zip
libzip-1.7.3/regress/testcommentremoved.zip
libzip-1.7.3/regress/testdeflated.zip
libzip-1.7.3/regress/testdeflated2.zip
libzip-1.7.3/regress/testdir.zip
libzip-1.7.3/regress/testempty.zip
libzip-1.7.3/regress/testextrabytes.zip
libzip-1.7.3/regress/testfile-UTF8.zip
libzip-1.7.3/regress/testfile-cp437.zip
libzip-1.7.3/regress/testfile-lzma.zip
libzip-1.7.3/regress/testfile-plus-extra.zip
libzip-1.7.3/regress/testfile-stored-dos.zip
libzip-1.7.3/regress/testfile-xz.zip
libzip-1.7.3/regress/testfile.txt
libzip-1.7.3/regress/testfile.zip
libzip-1.7.3/regress/testfile0.zip
libzip-1.7.3/regress/testfile2014.zip
libzip-1.7.3/regress/teststdin.zip
libzip-1.7.3/regress/teststored.zip
libzip-1.7.3/regress/tryopen.c
libzip-1.7.3/regress/utf-8-standardization-input.zip
libzip-1.7.3/regress/utf-8-standardization-output.zip
libzip-1.7.3/regress/utf-8-standardization.test
libzip-1.7.3/regress/zip-in-archive-comment.test
libzip-1.7.3/regress/zip-in-archive-comment.zip
libzip-1.7.3/regress/zip64-3mf.zip
libzip-1.7.3/regress/zip64.zip
libzip-1.7.3/regress/zip64_creation.test
libzip-1.7.3/regress/zip64_stored_creation.test
libzip-1.7.3/regress/zip_read_fuzzer.cc
libzip-1.7.3/regress/zip_read_fuzzer.dict
libzip-1.7.3/regress/ziptool_regress.c
libzip-1.7.3/src/
libzip-1.7.3/src/CMakeLists.txt
libzip-1.7.3/src/getopt.c
libzip-1.7.3/src/getopt.h
libzip-1.7.3/src/zipcmp.c
libzip-1.7.3/src/zipmerge.c
libzip-1.7.3/src/ziptool.c
-- The C compiler identification is GNU 10.2.1
-- Check for working C compiler: /opt/rh/devtoolset-10/root/usr/bin/gcc
-- Check for working C compiler: /opt/rh/devtoolset-10/root/usr/bin/gcc - works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Looking for include file CommonCrypto/CommonCrypto.h
-- Looking for include file CommonCrypto/CommonCrypto.h - not found
-- Found PkgConfig: /bin/pkg-config (found version "0.27.1")
-- Could NOT find Nettle (missing: Nettle_LIBRARY Nettle_INCLUDE_DIR) (Required is at least version "3.0")
-- Could NOT find GnuTLS (missing: GNUTLS_LIBRARY GNUTLS_INCLUDE_DIR)
-- Could NOT find MbedTLS (missing: MbedTLS_LIBRARY MbedTLS_INCLUDE_DIR) (Required is at least version "1.0")
-- Found OpenSSL: /usr/lib64/libcrypto.so (found version "1.0.2k")
-- Looking for _close
-- Looking for _close - not found
-- Looking for _dup
-- Looking for _dup - not found
-- Looking for _fdopen
-- Looking for _fdopen - not found
-- Looking for _fileno
-- Looking for _fileno - not found
-- Looking for _setmode
-- Looking for _setmode - not found
-- Looking for _snprintf
-- Looking for _snprintf - not found
-- Looking for _strdup
-- Looking for _strdup - not found
-- Looking for _stricmp
-- Looking for _stricmp - not found
-- Looking for _strtoi64
-- Looking for _strtoi64 - not found
-- Looking for _strtoui64
-- Looking for _strtoui64 - not found
-- Looking for _unlink
-- Looking for _unlink - not found
-- Looking for arc4random
-- Looking for arc4random - not found
-- Looking for clonefile
-- Looking for clonefile - not found
-- Looking for explicit_bzero
-- Looking for explicit_bzero - not found
-- Looking for explicit_memset
-- Looking for explicit_memset - not found
-- Looking for fileno
-- Looking for fileno - found
-- Looking for fseeko
-- Looking for fseeko - found
-- Looking for ftello
-- Looking for ftello - found
-- Looking for getprogname
-- Looking for getprogname - not found
-- Looking for localtime_r
-- Looking for localtime_r - found
-- Looking for setmode
-- Looking for setmode - not found
-- Looking for snprintf
-- Looking for snprintf - found
-- Looking for strcasecmp
-- Looking for strcasecmp - found
-- Looking for strdup
-- Looking for strdup - found
-- Looking for stricmp
-- Looking for stricmp - not found
-- Looking for strtoll
-- Looking for strtoll - found
-- Looking for strtoull
-- Looking for strtoull - found
-- Looking for 3 include files sys/types.h, ..., fts.h
-- Looking for 3 include files sys/types.h, ..., fts.h - found
-- Looking for fts_open
-- Looking for fts_open - found
-- Looking for include file stdbool.h
-- Looking for include file stdbool.h - found
-- Looking for include file strings.h
-- Looking for include file strings.h - found
-- Looking for include file unistd.h
-- Looking for include file unistd.h - found
-- Looking for include file inttypes.h
-- Looking for include file inttypes.h - found
-- Looking for include file stdint.h
-- Looking for include file stdint.h - found
-- Looking for include file sys/types.h
-- Looking for include file sys/types.h - found
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of __int8
-- Check size of __int8 - failed
-- Check size of int8_t
-- Check size of int8_t - done
-- Check size of uint8_t
-- Check size of uint8_t - done
-- Check size of __int16
-- Check size of __int16 - failed
-- Check size of int16_t
-- Check size of int16_t - done
-- Check size of uint16_t
-- Check size of uint16_t - done
-- Check size of __int32
-- Check size of __int32 - failed
-- Check size of int32_t
-- Check size of int32_t - done
-- Check size of uint32_t
-- Check size of uint32_t - done
-- Check size of __int64
-- Check size of __int64 - failed
-- Check size of int64_t
-- Check size of int64_t - done
-- Check size of uint64_t
-- Check size of uint64_t - done
-- Check size of short
-- Check size of short - done
-- Check size of int
-- Check size of int - done
-- Check size of long
-- Check size of long - done
-- Check size of long long
-- Check size of long long - done
-- Check size of off_t
-- Check size of off_t - done
-- Check size of size_t
-- Check size of size_t - done
-- Performing Test HAVE_FICLONERANGE
-- Performing Test HAVE_FICLONERANGE - Success
-- Performing Test HAVE_NULLABLE
-- Performing Test HAVE_NULLABLE - Failed
-- Check if the system is big endian
-- Searching 16 bit integer
-- Check size of unsigned short
-- Check size of unsigned short - done
-- Searching 16 bit integer - Using unsigned short
-- Check if the system is big endian - little endian
-- Found ZLIB: /usr/lib64/libz.so (found suitable version "1.2.7", minimum required is "1.1.2")
-- Found BZip2: /usr/lib64/libbz2.so (found version "1.0.6")
-- Looking for BZ2_bzCompressInit
-- Looking for BZ2_bzCompressInit - found
-- Looking for lzma_auto_decoder in /usr/lib64/liblzma.so
-- Looking for lzma_auto_decoder in /usr/lib64/liblzma.so - found
-- Looking for lzma_easy_encoder in /usr/lib64/liblzma.so
-- Looking for lzma_easy_encoder in /usr/lib64/liblzma.so - found
-- Looking for lzma_lzma_preset in /usr/lib64/liblzma.so
-- Looking for lzma_lzma_preset in /usr/lib64/liblzma.so - found
-- Found LibLZMA: /usr/lib64/liblzma.so (found suitable version "5.2.2", minimum required is "5.2")
-- Looking for getopt
-- Looking for getopt - found
-- Found Perl: /bin/perl (found version "5.16.3")
-- Configuring done
-- Generating done
-- Build files have been written to: /svr-setup/libzip-1.7.3/build
Scanning dependencies of target man
Scanning dependencies of target zip
[ 1%] Preparing ZIP_SOURCE_GET_ARGS.3
[ 1%] Building C object lib/CMakeFiles/zip.dir/zip_add.c.o
[ 1%] Preparing libzip.3
[ 1%] Preparing zip_add.3
[ 1%] Preparing zip_add_dir.3
[ 1%] Building C object lib/CMakeFiles/zip.dir/zip_add_dir.c.o
[ 1%] Preparing zip_close.3
[ 3%] Preparing zip_compression_method_supported.3
[ 3%] Preparing zip_delete.3
[ 5%] Building C object lib/CMakeFiles/zip.dir/zip_add_entry.c.o
[ 5%] Preparing zip_dir_add.3
[ 5%] Preparing zip_discard.3
[ 5%] Building C object lib/CMakeFiles/zip.dir/zip_algorithm_deflate.c.o
[ 7%] Preparing zip_encryption_method_supported.3
[ 7%] Preparing zip_error_clear.3
[ 7%] Preparing zip_error_code_system.3
[ 7%] Preparing zip_error_code_zip.3
[ 7%] Building C object lib/CMakeFiles/zip.dir/zip_buffer.c.o
[ 7%] Preparing zip_error_fini.3
[ 8%] Preparing zip_error_get.3
[ 8%] Preparing zip_error_get_sys_type.3
[ 8%] Preparing zip_error_init.3
[ 8%] Building C object lib/CMakeFiles/zip.dir/zip_close.c.o
[ 8%] Preparing zip_error_set.3
[ 10%] Preparing zip_error_strerror.3
[ 10%] Preparing zip_error_system_type.3
[ 10%] Preparing zip_error_to_data.3
[ 10%] Preparing zip_error_to_str.3
[ 10%] Preparing zip_errors.3
[ 10%] Building C object lib/CMakeFiles/zip.dir/zip_delete.c.o
[ 12%] Preparing zip_fclose.3
[ 12%] Preparing zip_fdopen.3
[ 14%] Building C object lib/CMakeFiles/zip.dir/zip_dir_add.c.o
[ 14%] Preparing zip_file_add.3
[ 14%] Preparing zip_file_attributes_init.3
[ 14%] Building C object lib/CMakeFiles/zip.dir/zip_dirent.c.o
[ 16%] Preparing zip_file_extra_field_delete.3
[ 16%] Preparing zip_file_extra_field_get.3
[ 16%] Preparing zip_file_extra_field_set.3
[ 16%] Preparing zip_file_extra_fields_count.3
[ 16%] Preparing zip_file_get_comment.3
[ 17%] Preparing zip_file_get_error.3
[ 17%] Preparing zip_file_get_external_attributes.3
[ 17%] Preparing zip_file_rename.3
[ 17%] Building C object lib/CMakeFiles/zip.dir/zip_discard.c.o
[ 17%] Preparing zip_file_set_comment.3
[ 19%] Preparing zip_file_set_encryption.3
[ 19%] Building C object lib/CMakeFiles/zip.dir/zip_entry.c.o
[ 19%] Preparing zip_file_set_external_attributes.3
[ 19%] Preparing zip_file_set_mtime.3
[ 21%] Building C object lib/CMakeFiles/zip.dir/zip_error.c.o
[ 21%] Preparing zip_file_strerror.3
[ 21%] Preparing zip_fopen.3
[ 23%] Preparing zip_fopen_encrypted.3
[ 23%] Building C object lib/CMakeFiles/zip.dir/zip_error_clear.c.o
[ 23%] Preparing zip_fread.3
[ 23%] Preparing zip_fseek.3
[ 23%] Building C object lib/CMakeFiles/zip.dir/zip_error_get.c.o
[ 23%] Preparing zip_ftell.3
[ 25%] Preparing zip_get_archive_comment.3
[ 25%] Building C object lib/CMakeFiles/zip.dir/zip_error_get_sys_type.c.o
[ 25%] Preparing zip_get_archive_flag.3
[ 25%] Preparing zip_get_error.3
[ 26%] Building C object lib/CMakeFiles/zip.dir/zip_error_strerror.c.o
[ 26%] Preparing zip_get_file_comment.3
[ 26%] Preparing zip_get_name.3
[ 26%] Building C object lib/CMakeFiles/zip.dir/zip_error_to_str.c.o
[ 28%] Preparing zip_get_num_entries.3
[ 28%] Preparing zip_get_num_files.3
[ 28%] Building C object lib/CMakeFiles/zip.dir/zip_extra_field.c.o
[ 28%] Preparing zip_libzip_version.3
[ 28%] Preparing zip_name_locate.3
[ 30%] Preparing zip_open.3
[ 30%] Preparing zip_register_progress_callback.3
[ 30%] Building C object lib/CMakeFiles/zip.dir/zip_extra_field_api.c.o
[ 30%] Preparing zip_register_progress_callback_with_state.3
[ 30%] Preparing zip_rename.3
[ 30%] Preparing zip_set_archive_comment.3
[ 32%] Preparing zip_set_archive_flag.3
[ 32%] Building C object lib/CMakeFiles/zip.dir/zip_fclose.c.o
[ 32%] Preparing zip_set_default_password.3
[ 32%] Preparing zip_set_file_comment.3
[ 33%] Building C object lib/CMakeFiles/zip.dir/zip_fdopen.c.o
[ 33%] Preparing zip_set_file_compression.3
[ 35%] Preparing zip_source.3
[ 35%] Building C object lib/CMakeFiles/zip.dir/zip_file_add.c.o
[ 35%] Preparing zip_source_begin_write.3
[ 35%] Preparing zip_source_buffer.3
[ 35%] Building C object lib/CMakeFiles/zip.dir/zip_file_error_clear.c.o
[ 35%] Preparing zip_source_buffer_fragment.3
[ 35%] Preparing zip_source_close.3
[ 35%] Building C object lib/CMakeFiles/zip.dir/zip_file_error_get.c.o
[ 37%] Preparing zip_source_commit_write.3
[ 37%] Preparing zip_source_error.3
[ 39%] Building C object lib/CMakeFiles/zip.dir/zip_file_get_comment.c.o
[ 39%] Preparing zip_source_file.3
[ 39%] Preparing zip_source_filep.3
[ 39%] Building C object lib/CMakeFiles/zip.dir/zip_file_get_external_attributes.c.o
[ 41%] Preparing zip_source_free.3
[ 41%] Preparing zip_source_function.3
[ 41%] Preparing zip_source_is_deleted.3
[ 41%] Building C object lib/CMakeFiles/zip.dir/zip_file_get_offset.c.o
[ 41%] Preparing zip_source_keep.3
[ 41%] Preparing zip_source_make_command_bitmap.3
[ 41%] Building C object lib/CMakeFiles/zip.dir/zip_file_rename.c.o
[ 42%] Preparing zip_source_open.3
[ 42%] Preparing zip_source_read.3
[ 42%] Building C object lib/CMakeFiles/zip.dir/zip_file_replace.c.o
[ 42%] Preparing zip_source_rollback_write.3
[ 42%] Preparing zip_source_seek.3
[ 44%] Building C object lib/CMakeFiles/zip.dir/zip_file_set_comment.c.o
[ 46%] Preparing zip_source_seek_compute_offset.3
[ 46%] Preparing zip_source_seek_write.3
[ 46%] Building C object lib/CMakeFiles/zip.dir/zip_file_set_encryption.c.o
[ 46%] Preparing zip_source_stat.3
[ 46%] Preparing zip_source_tell.3
[ 46%] Preparing zip_source_tell_write.3
[ 46%] Building C object lib/CMakeFiles/zip.dir/zip_file_set_external_attributes.c.o
[ 48%] Preparing zip_source_win32a.3
[ 48%] Preparing zip_source_win32handle.3
[ 48%] Building C object lib/CMakeFiles/zip.dir/zip_file_set_mtime.c.o
[ 48%] Preparing zip_source_win32w.3
[ 48%] Preparing zip_source_write.3
[ 50%] Building C object lib/CMakeFiles/zip.dir/zip_file_strerror.c.o
[ 51%] Preparing zip_source_zip.3
[ 51%] Building C object lib/CMakeFiles/zip.dir/zip_fopen.c.o
[ 51%] Preparing zip_stat.3
[ 51%] Preparing zip_stat_init.3
[ 51%] Building C object lib/CMakeFiles/zip.dir/zip_fopen_encrypted.c.o
[ 51%] Preparing zip_unchange.3
[ 53%] Preparing zip_unchange_all.3
[ 53%] Building C object lib/CMakeFiles/zip.dir/zip_fopen_index.c.o
[ 53%] Preparing zip_unchange_archive.3
[ 53%] Preparing zipcmp.1
[ 53%] Building C object lib/CMakeFiles/zip.dir/zip_fopen_index_encrypted.c.o
[ 53%] Preparing zipmerge.1
[ 53%] Preparing ziptool.1
[ 55%] Building C object lib/CMakeFiles/zip.dir/zip_fread.c.o
[ 55%] Built target man
Scanning dependencies of target testinput
[ 55%] Building C object lib/CMakeFiles/zip.dir/zip_fseek.c.o
[ 55%] Building C object lib/CMakeFiles/zip.dir/zip_ftell.c.o
[ 55%] Building C object lib/CMakeFiles/zip.dir/zip_get_archive_comment.c.o
[ 55%] Built target testinput
Scanning dependencies of target nonrandomopen
[ 57%] Building C object regress/CMakeFiles/nonrandomopen.dir/nonrandomopen.c.o
[ 58%] Building C object lib/CMakeFiles/zip.dir/zip_get_archive_flag.c.o
[ 58%] Linking C shared module libnonrandomopen.so
[ 58%] Building C object lib/CMakeFiles/zip.dir/zip_get_encryption_implementation.c.o
[ 58%] Building C object lib/CMakeFiles/zip.dir/zip_get_file_comment.c.o
[ 58%] Built target nonrandomopen
[ 58%] Building C object lib/CMakeFiles/zip.dir/zip_get_name.c.o
[ 58%] Building C object lib/CMakeFiles/zip.dir/zip_get_num_entries.c.o
[ 60%] Building C object lib/CMakeFiles/zip.dir/zip_get_num_files.c.o
[ 60%] Building C object lib/CMakeFiles/zip.dir/zip_hash.c.o
[ 60%] Building C object lib/CMakeFiles/zip.dir/zip_io_util.c.o
[ 60%] Building C object lib/CMakeFiles/zip.dir/zip_libzip_version.c.o
[ 62%] Building C object lib/CMakeFiles/zip.dir/zip_memdup.c.o
[ 62%] Building C object lib/CMakeFiles/zip.dir/zip_name_locate.c.o
[ 62%] Building C object lib/CMakeFiles/zip.dir/zip_new.c.o
[ 62%] Building C object lib/CMakeFiles/zip.dir/zip_open.c.o
[ 62%] Building C object lib/CMakeFiles/zip.dir/zip_pkware.c.o
[ 64%] Building C object lib/CMakeFiles/zip.dir/zip_progress.c.o
[ 64%] Building C object lib/CMakeFiles/zip.dir/zip_rename.c.o
[ 64%] Building C object lib/CMakeFiles/zip.dir/zip_replace.c.o
[ 64%] Building C object lib/CMakeFiles/zip.dir/zip_set_archive_comment.c.o
[ 66%] Building C object lib/CMakeFiles/zip.dir/zip_set_archive_flag.c.o
[ 66%] Building C object lib/CMakeFiles/zip.dir/zip_set_default_password.c.o
[ 66%] Building C object lib/CMakeFiles/zip.dir/zip_set_file_comment.c.o
[ 66%] Building C object lib/CMakeFiles/zip.dir/zip_set_file_compression.c.o
[ 66%] Building C object lib/CMakeFiles/zip.dir/zip_set_name.c.o
[ 67%] Building C object lib/CMakeFiles/zip.dir/zip_source_accept_empty.c.o
[ 67%] Building C object lib/CMakeFiles/zip.dir/zip_source_begin_write.c.o
[ 67%] Building C object lib/CMakeFiles/zip.dir/zip_source_begin_write_cloning.c.o
[ 67%] Building C object lib/CMakeFiles/zip.dir/zip_source_buffer.c.o
[ 69%] Building C object lib/CMakeFiles/zip.dir/zip_source_call.c.o
[ 69%] Building C object lib/CMakeFiles/zip.dir/zip_source_close.c.o
[ 69%] Building C object lib/CMakeFiles/zip.dir/zip_source_commit_write.c.o
[ 69%] Building C object lib/CMakeFiles/zip.dir/zip_source_compress.c.o
[ 69%] Building C object lib/CMakeFiles/zip.dir/zip_source_crc.c.o
[ 71%] Building C object lib/CMakeFiles/zip.dir/zip_source_error.c.o
[ 71%] Building C object lib/CMakeFiles/zip.dir/zip_source_file_common.c.o
[ 71%] Building C object lib/CMakeFiles/zip.dir/zip_source_file_stdio.c.o
[ 71%] Building C object lib/CMakeFiles/zip.dir/zip_source_free.c.o
[ 73%] Building C object lib/CMakeFiles/zip.dir/zip_source_function.c.o
[ 73%] Building C object lib/CMakeFiles/zip.dir/zip_source_get_file_attributes.c.o
[ 73%] Building C object lib/CMakeFiles/zip.dir/zip_source_is_deleted.c.o
[ 73%] Building C object lib/CMakeFiles/zip.dir/zip_source_layered.c.o
[ 73%] Building C object lib/CMakeFiles/zip.dir/zip_source_open.c.o
[ 75%] Building C object lib/CMakeFiles/zip.dir/zip_source_pkware_decode.c.o
[ 75%] Building C object lib/CMakeFiles/zip.dir/zip_source_pkware_encode.c.o
[ 75%] Building C object lib/CMakeFiles/zip.dir/zip_source_read.c.o
[ 75%] Building C object lib/CMakeFiles/zip.dir/zip_source_remove.c.o
[ 76%] Building C object lib/CMakeFiles/zip.dir/zip_source_rollback_write.c.o
[ 76%] Building C object lib/CMakeFiles/zip.dir/zip_source_seek.c.o
[ 76%] Building C object lib/CMakeFiles/zip.dir/zip_source_seek_write.c.o
[ 76%] Building C object lib/CMakeFiles/zip.dir/zip_source_stat.c.o
[ 76%] Building C object lib/CMakeFiles/zip.dir/zip_source_supports.c.o
[ 78%] Building C object lib/CMakeFiles/zip.dir/zip_source_tell.c.o
[ 78%] Building C object lib/CMakeFiles/zip.dir/zip_source_tell_write.c.o
[ 78%] Building C object lib/CMakeFiles/zip.dir/zip_source_window.c.o
[ 78%] Building C object lib/CMakeFiles/zip.dir/zip_source_write.c.o
[ 80%] Building C object lib/CMakeFiles/zip.dir/zip_source_zip.c.o
[ 80%] Building C object lib/CMakeFiles/zip.dir/zip_source_zip_new.c.o
[ 80%] Building C object lib/CMakeFiles/zip.dir/zip_stat.c.o
[ 80%] Building C object lib/CMakeFiles/zip.dir/zip_stat_index.c.o
[ 80%] Building C object lib/CMakeFiles/zip.dir/zip_stat_init.c.o
[ 82%] Building C object lib/CMakeFiles/zip.dir/zip_strerror.c.o
[ 82%] Building C object lib/CMakeFiles/zip.dir/zip_string.c.o
[ 82%] Building C object lib/CMakeFiles/zip.dir/zip_unchange.c.o
[ 82%] Building C object lib/CMakeFiles/zip.dir/zip_unchange_all.c.o
[ 83%] Building C object lib/CMakeFiles/zip.dir/zip_unchange_archive.c.o
[ 83%] Building C object lib/CMakeFiles/zip.dir/zip_unchange_data.c.o
[ 83%] Building C object lib/CMakeFiles/zip.dir/zip_utf-8.c.o
[ 83%] Building C object lib/CMakeFiles/zip.dir/__/zip_err_str.c.o
[ 83%] Building C object lib/CMakeFiles/zip.dir/zip_mkstempm.c.o
[ 85%] Building C object lib/CMakeFiles/zip.dir/zip_source_file_stdio_named.c.o
[ 85%] Building C object lib/CMakeFiles/zip.dir/zip_random_unix.c.o
[ 85%] Building C object lib/CMakeFiles/zip.dir/zip_algorithm_bzip2.c.o
[ 85%] Building C object lib/CMakeFiles/zip.dir/zip_algorithm_xz.c.o
[ 87%] Building C object lib/CMakeFiles/zip.dir/zip_crypto_openssl.c.o
[ 87%] Building C object lib/CMakeFiles/zip.dir/zip_winzip_aes.c.o
[ 87%] Building C object lib/CMakeFiles/zip.dir/zip_source_winzip_aes_decode.c.o
[ 87%] Building C object lib/CMakeFiles/zip.dir/zip_source_winzip_aes_encode.c.o
[ 87%] Linking C shared library libzip.so
[ 87%] Built target zip
Scanning dependencies of target ziptool
Scanning dependencies of target zipmerge
[ 89%] Building C object src/CMakeFiles/ziptool.dir/ziptool.c.o
[ 89%] Building C object src/CMakeFiles/zipmerge.dir/zipmerge.c.o
[ 89%] Linking C executable zipmerge
[ 89%] Built target zipmerge
[ 89%] Linking C executable ziptool
Scanning dependencies of target zipcmp
[ 91%] Building C object src/CMakeFiles/zipcmp.dir/zipcmp.c.o
[ 91%] Built target ziptool
Scanning dependencies of target add_from_filep
[ 91%] Building C object regress/CMakeFiles/add_from_filep.dir/add_from_filep.c.o
[ 91%] Linking C executable zipcmp
[ 91%] Linking C executable add_from_filep
[ 91%] Built target zipcmp
[ 91%] Built target add_from_filep
Scanning dependencies of target fuzz_main
Scanning dependencies of target can_clone_file
[ 91%] Building C object regress/CMakeFiles/fuzz_main.dir/fuzz_main.c.o
[ 91%] Building C object regress/CMakeFiles/can_clone_file.dir/can_clone_file.c.o
[ 91%] Linking C executable fuzz_main
[ 91%] Linking C executable can_clone_file
[ 91%] Built target fuzz_main
[ 91%] Built target can_clone_file
Scanning dependencies of target tryopen
Scanning dependencies of target fopen_unchanged
[ 92%] Building C object regress/CMakeFiles/tryopen.dir/tryopen.c.o
[ 94%] Building C object regress/CMakeFiles/fopen_unchanged.dir/fopen_unchanged.c.o
[ 94%] Linking C executable tryopen
[ 94%] Linking C executable fopen_unchanged
[ 94%] Built target tryopen
[ 94%] Built target fopen_unchanged
Scanning dependencies of target hole
Scanning dependencies of target ziptool_regress
[ 94%] Building C object regress/CMakeFiles/hole.dir/hole.c.o
[ 94%] Building C object regress/CMakeFiles/ziptool_regress.dir/ziptool_regress.c.o
[ 96%] Building C object regress/CMakeFiles/hole.dir/source_hole.c.o
[ 96%] Linking C executable hole
[ 96%] Built target hole
[ 96%] Building C object regress/CMakeFiles/ziptool_regress.dir/source_hole.c.o
Scanning dependencies of target fseek
[ 98%] Building C object regress/CMakeFiles/fseek.dir/fseek.c.o
[ 98%] Linking C executable fseek
[100%] Linking C executable ziptool_regress
[100%] Built target fseek
Scanning dependencies of target nonrandomopentest
[100%] Built target ziptool_regress
[100%] Building C object regress/CMakeFiles/nonrandomopentest.dir/nonrandomopentest.c.o
Scanning dependencies of target fread
[100%] Building C object regress/CMakeFiles/fread.dir/fread.c.o
[100%] Linking C executable nonrandomopentest
[100%] Linking C executable fread
[100%] Built target nonrandomopentest
Scanning dependencies of target in-memory
[100%] Building C object examples/CMakeFiles/in-memory.dir/in-memory.c.o
[100%] Built target fread
[100%] Linking C executable in-memory
[100%] Built target in-memory
[ 46%] Built target zip
[ 85%] Built target man
[ 87%] Built target ziptool
[ 87%] Built target zipmerge
[ 89%] Built target zipcmp
[ 89%] Built target testinput
[ 91%] Built target nonrandomopen
[ 91%] Built target add_from_filep
[ 91%] Built target fuzz_main
[ 91%] Built target can_clone_file
[ 92%] Built target tryopen
[ 94%] Built target fopen_unchanged
[ 96%] Built target hole
[ 98%] Built target ziptool_regress
[100%] Built target fseek
[100%] Built target nonrandomopentest
[100%] Built target fread
[100%] Built target in-memory
Install the project...
-- Install configuration: ""
-- Installing: /usr/local/lib64/pkgconfig/libzip.pc
-- Installing: /usr/local/include/zipconf.h
-- Installing: /usr/local/lib64/cmake/libzip/libzip-config.cmake
-- Installing: /usr/local/lib64/cmake/libzip/libzip-config-version.cmake
-- Installing: /usr/local/lib64/cmake/libzip/libzip-targets.cmake
-- Installing: /usr/local/lib64/cmake/libzip/libzip-targets-noconfig.cmake
-- Installing: /usr/local/lib64/libzip.so.5.3
-- Installing: /usr/local/lib64/libzip.so.5
-- Installing: /usr/local/lib64/libzip.so
-- Installing: /usr/local/include/zip.h
-- Installing: /usr/local/share/man/man3/ZIP_SOURCE_GET_ARGS.3
-- Installing: /usr/local/share/man/man3/libzip.3
-- Installing: /usr/local/share/man/man3/zip_add.3
-- Installing: /usr/local/share/man/man3/zip_add_dir.3
-- Installing: /usr/local/share/man/man3/zip_close.3
-- Installing: /usr/local/share/man/man3/zip_compression_method_supported.3
-- Installing: /usr/local/share/man/man3/zip_delete.3
-- Installing: /usr/local/share/man/man3/zip_dir_add.3
-- Installing: /usr/local/share/man/man3/zip_discard.3
-- Installing: /usr/local/share/man/man3/zip_encryption_method_supported.3
-- Installing: /usr/local/share/man/man3/zip_error_clear.3
-- Installing: /usr/local/share/man/man3/zip_error_code_system.3
-- Installing: /usr/local/share/man/man3/zip_error_code_zip.3
-- Installing: /usr/local/share/man/man3/zip_error_fini.3
-- Installing: /usr/local/share/man/man3/zip_error_get.3
-- Installing: /usr/local/share/man/man3/zip_error_get_sys_type.3
-- Installing: /usr/local/share/man/man3/zip_error_init.3
-- Installing: /usr/local/share/man/man3/zip_error_set.3
-- Installing: /usr/local/share/man/man3/zip_error_strerror.3
-- Installing: /usr/local/share/man/man3/zip_error_system_type.3
-- Installing: /usr/local/share/man/man3/zip_error_to_data.3
-- Installing: /usr/local/share/man/man3/zip_error_to_str.3
-- Installing: /usr/local/share/man/man3/zip_errors.3
-- Installing: /usr/local/share/man/man3/zip_fclose.3
-- Installing: /usr/local/share/man/man3/zip_fdopen.3
-- Installing: /usr/local/share/man/man3/zip_file_add.3
-- Installing: /usr/local/share/man/man3/zip_file_attributes_init.3
-- Installing: /usr/local/share/man/man3/zip_file_extra_field_delete.3
-- Installing: /usr/local/share/man/man3/zip_file_extra_field_get.3
-- Installing: /usr/local/share/man/man3/zip_file_extra_field_set.3
-- Installing: /usr/local/share/man/man3/zip_file_extra_fields_count.3
-- Installing: /usr/local/share/man/man3/zip_file_get_comment.3
-- Installing: /usr/local/share/man/man3/zip_file_get_error.3
-- Installing: /usr/local/share/man/man3/zip_file_get_external_attributes.3
-- Installing: /usr/local/share/man/man3/zip_file_rename.3
-- Installing: /usr/local/share/man/man3/zip_file_set_comment.3
-- Installing: /usr/local/share/man/man3/zip_file_set_encryption.3
-- Installing: /usr/local/share/man/man3/zip_file_set_external_attributes.3
-- Installing: /usr/local/share/man/man3/zip_file_set_mtime.3
-- Installing: /usr/local/share/man/man3/zip_file_strerror.3
-- Installing: /usr/local/share/man/man3/zip_fopen.3
-- Installing: /usr/local/share/man/man3/zip_fopen_encrypted.3
-- Installing: /usr/local/share/man/man3/zip_fread.3
-- Installing: /usr/local/share/man/man3/zip_fseek.3
-- Installing: /usr/local/share/man/man3/zip_ftell.3
-- Installing: /usr/local/share/man/man3/zip_get_archive_comment.3
-- Installing: /usr/local/share/man/man3/zip_get_archive_flag.3
-- Installing: /usr/local/share/man/man3/zip_get_error.3
-- Installing: /usr/local/share/man/man3/zip_get_file_comment.3
-- Installing: /usr/local/share/man/man3/zip_get_name.3
-- Installing: /usr/local/share/man/man3/zip_get_num_entries.3
-- Installing: /usr/local/share/man/man3/zip_get_num_files.3
-- Installing: /usr/local/share/man/man3/zip_libzip_version.3
-- Installing: /usr/local/share/man/man3/zip_name_locate.3
-- Installing: /usr/local/share/man/man3/zip_open.3
-- Installing: /usr/local/share/man/man3/zip_register_progress_callback.3
-- Installing: /usr/local/share/man/man3/zip_register_progress_callback_with_state.3
-- Installing: /usr/local/share/man/man3/zip_rename.3
-- Installing: /usr/local/share/man/man3/zip_set_archive_comment.3
-- Installing: /usr/local/share/man/man3/zip_set_archive_flag.3
-- Installing: /usr/local/share/man/man3/zip_set_default_password.3
-- Installing: /usr/local/share/man/man3/zip_set_file_comment.3
-- Installing: /usr/local/share/man/man3/zip_set_file_compression.3
-- Installing: /usr/local/share/man/man3/zip_source.3
-- Installing: /usr/local/share/man/man3/zip_source_begin_write.3
-- Installing: /usr/local/share/man/man3/zip_source_buffer.3
-- Installing: /usr/local/share/man/man3/zip_source_buffer_fragment.3
-- Installing: /usr/local/share/man/man3/zip_source_close.3
-- Installing: /usr/local/share/man/man3/zip_source_commit_write.3
-- Installing: /usr/local/share/man/man3/zip_source_error.3
-- Installing: /usr/local/share/man/man3/zip_source_file.3
-- Installing: /usr/local/share/man/man3/zip_source_filep.3
-- Installing: /usr/local/share/man/man3/zip_source_free.3
-- Installing: /usr/local/share/man/man3/zip_source_function.3
-- Installing: /usr/local/share/man/man3/zip_source_is_deleted.3
-- Installing: /usr/local/share/man/man3/zip_source_keep.3
-- Installing: /usr/local/share/man/man3/zip_source_make_command_bitmap.3
-- Installing: /usr/local/share/man/man3/zip_source_open.3
-- Installing: /usr/local/share/man/man3/zip_source_read.3
-- Installing: /usr/local/share/man/man3/zip_source_rollback_write.3
-- Installing: /usr/local/share/man/man3/zip_source_seek.3
-- Installing: /usr/local/share/man/man3/zip_source_seek_compute_offset.3
-- Installing: /usr/local/share/man/man3/zip_source_seek_write.3
-- Installing: /usr/local/share/man/man3/zip_source_stat.3
-- Installing: /usr/local/share/man/man3/zip_source_tell.3
-- Installing: /usr/local/share/man/man3/zip_source_tell_write.3
-- Installing: /usr/local/share/man/man3/zip_source_win32a.3
-- Installing: /usr/local/share/man/man3/zip_source_win32handle.3
-- Installing: /usr/local/share/man/man3/zip_source_win32w.3
-- Installing: /usr/local/share/man/man3/zip_source_write.3
-- Installing: /usr/local/share/man/man3/zip_source_zip.3
-- Installing: /usr/local/share/man/man3/zip_stat.3
-- Installing: /usr/local/share/man/man3/zip_stat_init.3
-- Installing: /usr/local/share/man/man3/zip_unchange.3
-- Installing: /usr/local/share/man/man3/zip_unchange_all.3
-- Installing: /usr/local/share/man/man3/zip_unchange_archive.3
-- Installing: /usr/local/share/man/man1/zipcmp.1
-- Installing: /usr/local/share/man/man1/zipmerge.1
-- Installing: /usr/local/share/man/man1/ziptool.1
-- Installing: /usr/local/share/man/man3/zip_replace.3
-- Installing: /usr/local/share/man/man3/zip_file_error_clear.3
-- Installing: /usr/local/share/man/man3/zip_file_error_get.3
-- Installing: /usr/local/share/man/man3/zip_error_init_with_code.3
-- Installing: /usr/local/share/man/man3/zip_file_replace.3
-- Installing: /usr/local/share/man/man3/zip_file_extra_field_delete_by_id.3
-- Installing: /usr/local/share/man/man3/zip_file_extra_field_get_by_id.3
-- Installing: /usr/local/share/man/man3/zip_file_extra_fields_count_by_id.3
-- Installing: /usr/local/share/man/man3/zip_file_set_dostime.3
-- Installing: /usr/local/share/man/man3/zip_strerror.3
-- Installing: /usr/local/share/man/man3/zip_fopen_index.3
-- Installing: /usr/local/share/man/man3/zip_fopen_index_encrypted.3
-- Installing: /usr/local/share/man/man3/zip_open_from_source.3
-- Installing: /usr/local/share/man/man3/zip_source_begin_write_cloning.3
-- Installing: /usr/local/share/man/man3/zip_source_buffer_create.3
-- Installing: /usr/local/share/man/man3/zip_source_buffer_fragment_create.3
-- Installing: /usr/local/share/man/man3/zip_source_file_create.3
-- Installing: /usr/local/share/man/man3/zip_source_filep_create.3
-- Installing: /usr/local/share/man/man3/zip_source_function_create.3
-- Installing: /usr/local/share/man/man3/zip_source_win32a_create.3
-- Installing: /usr/local/share/man/man3/zip_source_win32handle_create.3
-- Installing: /usr/local/share/man/man3/zip_source_win32w_create.3
-- Installing: /usr/local/share/man/man3/zip_stat_index.3
-- Installing: /usr/local/bin/zipcmp
-- Set runtime path of "/usr/local/bin/zipcmp" to ""
-- Installing: /usr/local/bin/zipmerge
-- Set runtime path of "/usr/local/bin/zipmerge" to ""
-- Installing: /usr/local/bin/ziptool
-- Set runtime path of "/usr/local/bin/ziptool" to ""
/svr-setup/php-7.4.27/fpm-build
/svr-setup /svr-setup/php-7.4.27/fpm-build
wget -c4 https://github.com/jedisct1/libsodium/releases/download/1.0.18-RELEASE/libsodium-1.0.18.tar.gz --tries=3
--2022-01-31 18:15:02-- https://github.com/jedisct1/libsodium/releases/download/1.0.18-RELEASE/libsodium-1.0.18.tar.gz
Resolving github.com (github.com)... 140.82.121.3
Connecting to github.com (github.com)|140.82.121.3|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/7710647/e52f2f80-b05e-11e9-82d6-073fa3532c76?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220131%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220131T181309Z&X-Amz-Expires=300&X-Amz-Signature=25a82e169021fc08ea0f8c0f1e4b9fb4fe4949fe368fd53432f771e2dfce5de7&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=7710647&response-content-disposition=attachment%3B%20filename%3Dlibsodium-1.0.18.tar.gz&response-content-type=application%2Foctet-stream [following]
--2022-01-31 18:15:02-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/7710647/e52f2f80-b05e-11e9-82d6-073fa3532c76?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220131%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220131T181309Z&X-Amz-Expires=300&X-Amz-Signature=25a82e169021fc08ea0f8c0f1e4b9fb4fe4949fe368fd53432f771e2dfce5de7&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=7710647&response-content-disposition=attachment%3B%20filename%3Dlibsodium-1.0.18.tar.gz&response-content-type=application%2Foctet-stream
Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.108.133, 185.199.109.133, 185.199.110.133, ...
Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.108.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1919817 (1.8M) [application/octet-stream]
Saving to: ‘libsodium-1.0.18.tar.gz’
0K .......... .......... .......... .......... .......... 2% 259K 7s
50K .......... .......... .......... .......... .......... 5% 825K 4s
100K .......... .......... .......... .......... .......... 8% 10.6M 3s
150K .......... .......... .......... .......... .......... 10% 623K 3s
200K .......... .......... .......... .......... .......... 13% 67.8M 2s
250K .......... .......... .......... .......... .......... 16% 596K 2s
300K .......... .......... .......... .......... .......... 18% 114M 2s
350K .......... .......... .......... .......... .......... 21% 585K 2s
400K .......... .......... .......... .......... .......... 24% 174M 2s
450K .......... .......... .......... .......... .......... 26% 205M 1s
500K .......... .......... .......... .......... .......... 29% 11.7M 1s
550K .......... .......... .......... .......... .......... 32% 88.5M 1s
600K .......... .......... .......... .......... .......... 34% 642K 1s
650K .......... .......... .......... .......... .......... 37% 219M 1s
700K .......... .......... .......... .......... .......... 40% 159M 1s
750K .......... .......... .......... .......... .......... 42% 78.2M 1s
800K .......... .......... .......... .......... .......... 45% 118M 1s
850K .......... .......... .......... .......... .......... 48% 132M 1s
900K .......... .......... .......... .......... .......... 50% 602K 1s
950K .......... .......... .......... .......... .......... 53% 106M 1s
1000K .......... .......... .......... .......... .......... 56% 192M 1s
1050K .......... .......... .......... .......... .......... 58% 88.0M 0s
1100K .......... .......... .......... .......... .......... 61% 133M 0s
1150K .......... .......... .......... .......... .......... 64% 107M 0s
1200K .......... .......... .......... .......... .......... 66% 95.7M 0s
1250K .......... .......... .......... .......... .......... 69% 144M 0s
1300K .......... .......... .......... .......... .......... 72% 115M 0s
1350K .......... .......... .......... .......... .......... 74% 617K 0s
1400K .......... .......... .......... .......... .......... 77% 118M 0s
1450K .......... .......... .......... .......... .......... 80% 189M 0s
1500K .......... .......... .......... .......... .......... 82% 103M 0s
1550K .......... .......... .......... .......... .......... 85% 92.7M 0s
1600K .......... .......... .......... .......... .......... 88% 137M 0s
1650K .......... .......... .......... .......... .......... 90% 207M 0s
1700K .......... .......... .......... .......... .......... 93% 178M 0s
1750K .......... .......... .......... .......... .......... 96% 106M 0s
1800K .......... .......... .......... .......... .......... 98% 118M 0s
1850K .......... .......... .... 100% 186M=0.8s
2022-01-31 18:15:03 (2.39 MB/s) - ‘libsodium-1.0.18.tar.gz’ saved [1919817/1919817]
Download done.
(Bmake: *** No rule to make target `clean'. Stop.
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '0' is supported by ustar format... yes
checking whether GID '0' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking whether make supports nested variables... (cached) yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make supports the include directive... yes (GNU style)
checking for gcc... /opt/rh/devtoolset-10/root/usr/bin/gcc
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 /opt/rh/devtoolset-10/root/usr/bin/gcc accepts -g... yes
checking for /opt/rh/devtoolset-10/root/usr/bin/gcc option to accept ISO C89... none needed
checking whether /opt/rh/devtoolset-10/root/usr/bin/gcc understands -c and -o together... yes
checking dependency style of /opt/rh/devtoolset-10/root/usr/bin/gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking how to run the C preprocessor... /opt/rh/devtoolset-10/root/usr/bin/gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking whether /opt/rh/devtoolset-10/root/usr/bin/gcc is Clang... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking whether more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... yes
checking for /opt/rh/devtoolset-10/root/usr/bin/gcc option to accept ISO C99... none needed
checking dependency style of /opt/rh/devtoolset-10/root/usr/bin/gcc... gcc3
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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for variable-length arrays... yes
checking for __wasi__ defined... no
checking for _FORTIFY_SOURCE defined... no
checking whether C compiler accepts -D_FORTIFY_SOURCE=2... yes
checking whether C compiler accepts -fvisibility=hidden... yes
checking whether C compiler accepts -fPIC... yes
checking whether C compiler accepts -fPIE... yes
checking whether the linker accepts -pie... yes
checking whether C compiler accepts -fno-strict-aliasing... yes
checking whether C compiler accepts -fno-strict-overflow... yes
checking whether C compiler accepts -fstack-protector... yes
checking whether the linker accepts -fstack-protector... yes
checking whether C compiler accepts -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wall... yes
checking whether C compiler accepts -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra... yes
checking for clang... no
checking whether C compiler accepts -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast... yes
checking whether C compiler accepts -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual... yes
checking whether C compiler accepts -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero... yes
checking whether C compiler accepts -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches... yes
checking whether C compiler accepts -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond... yes
checking whether C compiler accepts -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal... yes
checking whether C compiler accepts -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2... yes
checking whether C compiler accepts -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op... yes
checking whether C compiler accepts -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized... yes
checking whether C compiler accepts -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation... yes
checking whether C compiler accepts -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations... yes
checking whether C compiler accepts -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes... yes
checking whether C compiler accepts -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs... yes
checking whether C compiler accepts -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits... yes
checking whether C compiler accepts -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas... yes
checking whether C compiler accepts -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id... yes
checking whether C compiler accepts -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference... yes
checking whether C compiler accepts -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration... yes
checking whether C compiler accepts -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration -Wpointer-arith... yes
checking whether C compiler accepts -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration -Wpointer-arith -Wredundant-decls... yes
checking whether C compiler accepts -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration -Wpointer-arith -Wredundant-decls -Wrestrict... yes
checking whether C compiler accepts -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration -Wpointer-arith -Wredundant-decls -Wrestrict -Wshorten-64-to-32... no
checking whether C compiler accepts -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration -Wpointer-arith -Wredundant-decls -Wrestrict -Wsometimes-uninitialized... no
checking whether C compiler accepts -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration -Wpointer-arith -Wredundant-decls -Wrestrict -Wstrict-prototypes... yes
checking whether C compiler accepts -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration -Wpointer-arith -Wredundant-decls -Wrestrict -Wstrict-prototypes -Wswitch-enum... yes
checking whether C compiler accepts -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration -Wpointer-arith -Wredundant-decls -Wrestrict -Wstrict-prototypes -Wswitch-enum -Wvariable-decl... no
checking whether C compiler accepts -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -pthread -fvisibility=hidden -fPIC -fPIE -fno-strict-aliasing -fno-strict-overflow -fstack-protector -Wextra -Wbad-function-cast -Wcast-qual -Wdiv-by-zero -Wduplicated-branches -Wduplicated-cond -Wfloat-equal -Wformat=2 -Wlogical-op -Wmaybe-uninitialized -Wmisleading-indentation -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-type-limits -Wno-unknown-pragmas -Wnormalized=id -Wnull-dereference -Wold-style-declaration -Wpointer-arith -Wredundant-decls -Wrestrict -Wstrict-prototypes -Wswitch-enum -Wwrite-strings... yes
checking whether the linker accepts -Wl,-z,relro... yes
checking whether the linker accepts -Wl,-z,now... yes
checking whether the linker accepts -Wl,-z,noexecstack... yes
checking whether segmentation violations can be caught when using the C compiler... yes
checking whether SIGABRT can be caught when using the C compiler... yes
checking for thread local storage (TLS) class... _Thread_local
thread local storage is supported
checking whether C compiler accepts -ftls-model=local-dynamic... yes
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by /opt/rh/devtoolset-10/root/usr/bin/gcc... /opt/rh/devtoolset-10/root/usr/libexec/gcc/x86_64-redhat-linux/10/ld
checking if the linker (/opt/rh/devtoolset-10/root/usr/libexec/gcc/x86_64-redhat-linux/10/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /opt/rh/devtoolset-10/root/usr/bin/nm -B
checking the name lister (/opt/rh/devtoolset-10/root/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /opt/rh/devtoolset-10/root/usr/libexec/gcc/x86_64-redhat-linux/10/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /opt/rh/devtoolset-10/root/usr/bin/nm -B output from /opt/rh/devtoolset-10/root/usr/bin/gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if /opt/rh/devtoolset-10/root/usr/bin/gcc supports -fno-rtti -fno-exceptions... no
checking for /opt/rh/devtoolset-10/root/usr/bin/gcc option to produce PIC... -fPIC -DPIC
checking if /opt/rh/devtoolset-10/root/usr/bin/gcc PIC flag -fPIC -DPIC works... yes
checking if /opt/rh/devtoolset-10/root/usr/bin/gcc static flag -static works... no
checking if /opt/rh/devtoolset-10/root/usr/bin/gcc supports -c -o file.o... yes
checking if /opt/rh/devtoolset-10/root/usr/bin/gcc supports -c -o file.o... (cached) yes
checking whether the /opt/rh/devtoolset-10/root/usr/bin/gcc linker (/opt/rh/devtoolset-10/root/usr/libexec/gcc/x86_64-redhat-linux/10/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... yes
checking for ar... (cached) ar
checking whether C compiler accepts -mmmx... yes
checking for MMX instructions set... yes
checking whether C compiler accepts -mmmx... (cached) yes
checking whether C compiler accepts -msse2... yes
checking for SSE2 instructions set... yes
checking whether C compiler accepts -msse2... (cached) yes
checking whether C compiler accepts -msse3... yes
checking for SSE3 instructions set... yes
checking whether C compiler accepts -msse3... (cached) yes
checking whether C compiler accepts -mssse3... yes
checking for SSSE3 instructions set... yes
checking whether C compiler accepts -mssse3... (cached) yes
checking whether C compiler accepts -msse4.1... yes
checking for SSE4.1 instructions set... yes
checking whether C compiler accepts -msse4.1... (cached) yes
checking whether C compiler accepts -mavx... yes
checking for AVX instructions set... yes
checking whether C compiler accepts -mavx... (cached) yes
checking whether C compiler accepts -mavx2... yes
checking for AVX2 instructions set... yes
checking whether C compiler accepts -mavx2... (cached) yes
checking if _mm256_broadcastsi128_si256 is correctly defined... yes
checking whether C compiler accepts -mavx512f... yes
checking for AVX512F instructions set... yes
checking whether C compiler accepts -mavx512f... (cached) yes
checking whether C compiler accepts -maes... yes
checking whether C compiler accepts -mpclmul... yes
checking for AESNI instructions set and PCLMULQDQ... yes
checking whether C compiler accepts -maes... (cached) yes
checking whether C compiler accepts -mpclmul... (cached) yes
checking whether C compiler accepts -mrdrnd... yes
checking for RDRAND... yes
checking whether C compiler accepts -mrdrnd... (cached) yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking sys/random.h usability... no
checking sys/random.h presence... no
checking for sys/random.h... no
checking intrin.h usability... no
checking intrin.h presence... no
checking for intrin.h... no
checking if _xgetbv() is available... no
checking for inline... inline
checking whether byte ordering is bigendian... (cached) no
checking whether __STDC_LIMIT_MACROS is required... no
checking whether we can use inline asm code... yes
no
checking whether we can use x86_64 asm code... yes
checking whether we can assemble AVX opcodes... yes
checking for 128-bit arithmetic... yes
checking for cpuid instruction... yes
checking if the .private_extern asm directive is supported... no
checking if the .hidden asm directive is supported... yes
checking if weak symbols are supported... yes
checking if data alignment is required... no
checking if atomic operations are supported... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for arc4random... no
checking for arc4random_buf... no
checking for mmap... yes
checking for mlock... yes
checking for madvise... yes
checking for mprotect... yes
checking for getrandom with a standard API... no
checking for getentropy with a standard API... no
checking for posix_memalign... yes
checking for getpid... yes
checking for nanosleep... yes
checking for memset_s... no
checking for explicit_bzero... no
checking for explicit_memset... no
checking if gcc/ld supports -Wl,--output-def... no
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating builds/Makefile
config.status: creating contrib/Makefile
config.status: creating dist-build/Makefile
config.status: creating libsodium.pc
config.status: creating libsodium-uninstalled.pc
config.status: creating msvc-scripts/Makefile
config.status: creating src/Makefile
config.status: creating src/libsodium/Makefile
config.status: creating src/libsodium/include/Makefile
config.status: creating src/libsodium/include/sodium/version.h
config.status: creating test/default/Makefile
config.status: creating test/Makefile
config.status: executing depfiles commands
config.status: executing libtool commands
Making all in builds
make[1]: Entering directory `/svr-setup/libsodium-1.0.18/builds'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/svr-setup/libsodium-1.0.18/builds'
Making all in contrib
make[1]: Entering directory `/svr-setup/libsodium-1.0.18/contrib'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/svr-setup/libsodium-1.0.18/contrib'
Making all in dist-build
make[1]: Entering directory `/svr-setup/libsodium-1.0.18/dist-build'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/svr-setup/libsodium-1.0.18/dist-build'
Making all in msvc-scripts
make[1]: Entering directory `/svr-setup/libsodium-1.0.18/msvc-scripts'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/svr-setup/libsodium-1.0.18/msvc-scripts'
Making all in src
make[1]: Entering directory `/svr-setup/libsodium-1.0.18/src'
Making all in libsodium
make[2]: Entering directory `/svr-setup/libsodium-1.0.18/src/libsodium'
Making all in include
make[3]: Entering directory `/svr-setup/libsodium-1.0.18/src/libsodium/include'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/svr-setup/libsodium-1.0.18/src/libsodium/include'
make[3]: Entering directory `/svr-setup/libsodium-1.0.18/src/libsodium'
CC crypto_shorthash/siphash24/libsodium_la-shorthash_siphashx24.lo
CC crypto_shorthash/siphash24/ref/libsodium_la-shorthash_siphashx24_ref.lo
CC crypto_sign/ed25519/ref10/libsodium_la-obsolete.lo
CC crypto_generichash/blake2b/ref/libssse3_la-blake2b-compress-ssse3.lo
CC crypto_pwhash/argon2/libssse3_la-argon2-fill-block-ssse3.lo
CC crypto_generichash/blake2b/ref/libsse41_la-blake2b-compress-sse41.lo
CC crypto_generichash/blake2b/ref/libavx2_la-blake2b-compress-avx2.lo
CC crypto_pwhash/argon2/libavx2_la-argon2-fill-block-avx2.lo
CC crypto_stream/chacha20/dolbeau/libavx2_la-chacha20_dolbeau-avx2.lo
CC crypto_pwhash/argon2/libavx512f_la-argon2-fill-block-avx512f.lo
CC crypto_aead/chacha20poly1305/sodium/libsodium_la-aead_chacha20poly1305.lo
CC crypto_aead/xchacha20poly1305/sodium/libsodium_la-aead_xchacha20poly1305.lo
CC crypto_auth/libsodium_la-crypto_auth.lo
CC crypto_auth/hmacsha256/libsodium_la-auth_hmacsha256.lo
CC crypto_auth/hmacsha512/libsodium_la-auth_hmacsha512.lo
CC crypto_auth/hmacsha512256/libsodium_la-auth_hmacsha512256.lo
CC crypto_box/libsodium_la-crypto_box.lo
CC crypto_box/libsodium_la-crypto_box_easy.lo
CC crypto_box/libsodium_la-crypto_box_seal.lo
CC crypto_box/curve25519xsalsa20poly1305/libsodium_la-box_curve25519xsalsa20poly1305.lo
CC crypto_core/ed25519/ref10/libsodium_la-ed25519_ref10.lo
CC crypto_core/hchacha20/libsodium_la-core_hchacha20.lo
CC crypto_core/hsalsa20/ref2/libsodium_la-core_hsalsa20_ref2.lo
CC crypto_core/hsalsa20/libsodium_la-core_hsalsa20.lo
CC crypto_core/salsa/ref/libsodium_la-core_salsa_ref.lo
CC crypto_generichash/libsodium_la-crypto_generichash.lo
CC crypto_generichash/blake2b/libsodium_la-generichash_blake2.lo
CC crypto_generichash/blake2b/ref/libsodium_la-blake2b-compress-ref.lo
CC crypto_generichash/blake2b/ref/libsodium_la-blake2b-ref.lo
CC crypto_generichash/blake2b/ref/libsodium_la-generichash_blake2b.lo
CC crypto_hash/libsodium_la-crypto_hash.lo
CC crypto_hash/sha256/libsodium_la-hash_sha256.lo
CC crypto_hash/sha256/cp/libsodium_la-hash_sha256_cp.lo
CC crypto_hash/sha512/libsodium_la-hash_sha512.lo
CC crypto_hash/sha512/cp/libsodium_la-hash_sha512_cp.lo
CC crypto_kdf/blake2b/libsodium_la-kdf_blake2b.lo
CC crypto_kdf/libsodium_la-crypto_kdf.lo
CC crypto_kx/libsodium_la-crypto_kx.lo
CC crypto_onetimeauth/libsodium_la-crypto_onetimeauth.lo
CC crypto_onetimeauth/poly1305/libsodium_la-onetimeauth_poly1305.lo
CC crypto_onetimeauth/poly1305/donna/libsodium_la-poly1305_donna.lo
CC crypto_pwhash/argon2/libsodium_la-argon2-core.lo
CC crypto_pwhash/argon2/libsodium_la-argon2-encoding.lo
CC crypto_pwhash/argon2/libsodium_la-argon2-fill-block-ref.lo
CC crypto_pwhash/argon2/libsodium_la-argon2.lo
CC crypto_pwhash/argon2/libsodium_la-blake2b-long.lo
CC crypto_pwhash/argon2/libsodium_la-pwhash_argon2i.lo
CC crypto_pwhash/argon2/libsodium_la-pwhash_argon2id.lo
CC crypto_pwhash/libsodium_la-crypto_pwhash.lo
CC crypto_scalarmult/libsodium_la-crypto_scalarmult.lo
CC crypto_scalarmult/curve25519/ref10/libsodium_la-x25519_ref10.lo
CC crypto_scalarmult/curve25519/libsodium_la-scalarmult_curve25519.lo
CC crypto_secretbox/libsodium_la-crypto_secretbox.lo
CC crypto_secretbox/libsodium_la-crypto_secretbox_easy.lo
CC crypto_secretbox/xsalsa20poly1305/libsodium_la-secretbox_xsalsa20poly1305.lo
CC crypto_secretstream/xchacha20poly1305/libsodium_la-secretstream_xchacha20poly1305.lo
CC crypto_shorthash/libsodium_la-crypto_shorthash.lo
CC crypto_shorthash/siphash24/libsodium_la-shorthash_siphash24.lo
CC crypto_shorthash/siphash24/ref/libsodium_la-shorthash_siphash24_ref.lo
CC crypto_sign/libsodium_la-crypto_sign.lo
CC crypto_sign/ed25519/libsodium_la-sign_ed25519.lo
CC crypto_sign/ed25519/ref10/libsodium_la-keypair.lo
CC crypto_sign/ed25519/ref10/libsodium_la-open.lo
CC crypto_sign/ed25519/ref10/libsodium_la-sign.lo
CC crypto_stream/chacha20/libsodium_la-stream_chacha20.lo
CC crypto_stream/chacha20/ref/libsodium_la-chacha20_ref.lo
CC crypto_stream/libsodium_la-crypto_stream.lo
CC crypto_stream/salsa20/libsodium_la-stream_salsa20.lo
CC crypto_stream/xsalsa20/libsodium_la-stream_xsalsa20.lo
CC crypto_verify/sodium/libsodium_la-verify.lo
CC randombytes/libsodium_la-randombytes.lo
CC sodium/libsodium_la-codecs.lo
CC sodium/libsodium_la-core.lo
CC sodium/libsodium_la-runtime.lo
CC sodium/libsodium_la-utils.lo
CC sodium/libsodium_la-version.lo
CPPAS crypto_stream/salsa20/xmm6/libsodium_la-salsa20_xmm6-asm.lo
CC crypto_stream/salsa20/xmm6/libsodium_la-salsa20_xmm6.lo
CC crypto_scalarmult/curve25519/sandy2x/libsodium_la-curve25519_sandy2x.lo
CC crypto_scalarmult/curve25519/sandy2x/libsodium_la-fe51_invert.lo
CC crypto_scalarmult/curve25519/sandy2x/libsodium_la-fe_frombytes_sandy2x.lo
CPPAS crypto_scalarmult/curve25519/sandy2x/libsodium_la-sandy2x.lo
CC crypto_box/curve25519xchacha20poly1305/libsodium_la-box_curve25519xchacha20poly1305.lo
CC crypto_box/curve25519xchacha20poly1305/libsodium_la-box_seal_curve25519xchacha20poly1305.lo
CC crypto_core/ed25519/libsodium_la-core_ed25519.lo
CC crypto_core/ed25519/libsodium_la-core_ristretto255.lo
CC crypto_pwhash/scryptsalsa208sha256/libsodium_la-crypto_scrypt-common.lo
CC crypto_pwhash/scryptsalsa208sha256/libsodium_la-scrypt_platform.lo
CC crypto_pwhash/scryptsalsa208sha256/libsodium_la-pbkdf2-sha256.lo
CC crypto_pwhash/scryptsalsa208sha256/libsodium_la-pwhash_scryptsalsa208sha256.lo
CC crypto_pwhash/scryptsalsa208sha256/nosse/libsodium_la-pwhash_scryptsalsa208sha256_nosse.lo
CC crypto_scalarmult/ed25519/ref10/libsodium_la-scalarmult_ed25519_ref10.lo
CC crypto_scalarmult/ristretto255/ref10/libsodium_la-scalarmult_ristretto255_ref10.lo
CC crypto_secretbox/xchacha20poly1305/libsodium_la-secretbox_xchacha20poly1305.lo
CC crypto_stream/salsa2012/ref/libsodium_la-stream_salsa2012_ref.lo
CC crypto_stream/salsa2012/libsodium_la-stream_salsa2012.lo
CC crypto_stream/salsa208/ref/libsodium_la-stream_salsa208_ref.lo
CC crypto_stream/salsa208/libsodium_la-stream_salsa208.lo
CC crypto_stream/xchacha20/libsodium_la-stream_xchacha20.lo
CC randombytes/sysrandom/libsodium_la-randombytes_sysrandom.lo
CC crypto_aead/aes256gcm/aesni/libaesni_la-aead_aes256gcm_aesni.lo
CC crypto_onetimeauth/poly1305/sse2/libsse2_la-poly1305_sse2.lo
CC crypto_pwhash/scryptsalsa208sha256/sse/libsse2_la-pwhash_scryptsalsa208sha256_sse.lo
CC crypto_stream/chacha20/dolbeau/libssse3_la-chacha20_dolbeau-ssse3.lo
CCLD libsse41.la
CC crypto_stream/salsa20/xmm6int/libavx2_la-salsa20_xmm6int-avx2.lo
libtool: warning: '-version-info/-version-number' is ignored for convenience libraries
CCLD libavx512f.la
libtool: warning: '-version-info/-version-number' is ignored for convenience libraries
CC randombytes/internal/librdrand_la-randombytes_internal_random.lo
CCLD libaesni.la
libtool: warning: '-version-info/-version-number' is ignored for convenience libraries
CCLD libsse2.la
CCLD libssse3.la
libtool: warning: '-version-info/-version-number' is ignored for convenience libraries
libtool: warning: '-version-info/-version-number' is ignored for convenience libraries
CCLD libavx2.la
CCLD librdrand.la
libtool: warning: '-version-info/-version-number' is ignored for convenience libraries
libtool: warning: '-version-info/-version-number' is ignored for convenience libraries
CCLD libsodium.la
make[3]: Leaving directory `/svr-setup/libsodium-1.0.18/src/libsodium'
make[2]: Leaving directory `/svr-setup/libsodium-1.0.18/src/libsodium'
make[2]: Entering directory `/svr-setup/libsodium-1.0.18/src'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/svr-setup/libsodium-1.0.18/src'
make[1]: Leaving directory `/svr-setup/libsodium-1.0.18/src'
Making all in test
make[1]: Entering directory `/svr-setup/libsodium-1.0.18/test'
Making all in default
make[2]: Entering directory `/svr-setup/libsodium-1.0.18/test/default'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/svr-setup/libsodium-1.0.18/test/default'
make[2]: Entering directory `/svr-setup/libsodium-1.0.18/test'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/svr-setup/libsodium-1.0.18/test'
make[1]: Leaving directory `/svr-setup/libsodium-1.0.18/test'
make[1]: Entering directory `/svr-setup/libsodium-1.0.18'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/svr-setup/libsodium-1.0.18'
Making install in builds
make[1]: Entering directory `/svr-setup/libsodium-1.0.18/builds'
make[2]: Entering directory `/svr-setup/libsodium-1.0.18/builds'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/svr-setup/libsodium-1.0.18/builds'
make[1]: Leaving directory `/svr-setup/libsodium-1.0.18/builds'
Making install in contrib
make[1]: Entering directory `/svr-setup/libsodium-1.0.18/contrib'
make[2]: Entering directory `/svr-setup/libsodium-1.0.18/contrib'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/svr-setup/libsodium-1.0.18/contrib'
make[1]: Leaving directory `/svr-setup/libsodium-1.0.18/contrib'
Making install in dist-build
make[1]: Entering directory `/svr-setup/libsodium-1.0.18/dist-build'
make[2]: Entering directory `/svr-setup/libsodium-1.0.18/dist-build'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/svr-setup/libsodium-1.0.18/dist-build'
make[1]: Leaving directory `/svr-setup/libsodium-1.0.18/dist-build'
Making install in msvc-scripts
make[1]: Entering directory `/svr-setup/libsodium-1.0.18/msvc-scripts'
make[2]: Entering directory `/svr-setup/libsodium-1.0.18/msvc-scripts'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/svr-setup/libsodium-1.0.18/msvc-scripts'
make[1]: Leaving directory `/svr-setup/libsodium-1.0.18/msvc-scripts'
Making install in src
make[1]: Entering directory `/svr-setup/libsodium-1.0.18/src'
Making install in libsodium
make[2]: Entering directory `/svr-setup/libsodium-1.0.18/src/libsodium'
Making install in include
make[3]: Entering directory `/svr-setup/libsodium-1.0.18/src/libsodium/include'
make[4]: Entering directory `/svr-setup/libsodium-1.0.18/src/libsodium/include'
make[4]: Nothing to be done for `install-exec-am'.
/bin/mkdir -p '/usr/local/include'
/bin/mkdir -p '/usr/local/include/sodium'
/bin/install -c -m 644 sodium/core.h sodium/crypto_aead_aes256gcm.h sodium/crypto_aead_chacha20poly1305.h sodium/crypto_aead_xchacha20poly1305.h sodium/crypto_auth.h sodium/crypto_auth_hmacsha256.h sodium/crypto_auth_hmacsha512.h sodium/crypto_auth_hmacsha512256.h sodium/crypto_box.h sodium/crypto_box_curve25519xchacha20poly1305.h sodium/crypto_box_curve25519xsalsa20poly1305.h sodium/crypto_core_ed25519.h sodium/crypto_core_ristretto255.h sodium/crypto_core_hchacha20.h sodium/crypto_core_hsalsa20.h sodium/crypto_core_salsa20.h sodium/crypto_core_salsa2012.h sodium/crypto_core_salsa208.h sodium/crypto_generichash.h sodium/crypto_generichash_blake2b.h sodium/crypto_hash.h sodium/crypto_hash_sha256.h sodium/crypto_hash_sha512.h sodium/crypto_kdf.h sodium/crypto_kdf_blake2b.h sodium/crypto_kx.h sodium/crypto_onetimeauth.h sodium/crypto_onetimeauth_poly1305.h sodium/crypto_pwhash.h sodium/crypto_pwhash_argon2i.h sodium/crypto_pwhash_argon2id.h sodium/crypto_pwhash_scryptsalsa208sha256.h sodium/crypto_scalarmult.h sodium/crypto_scalarmult_curve25519.h sodium/crypto_scalarmult_ed25519.h sodium/crypto_scalarmult_ristretto255.h sodium/crypto_secretbox.h sodium/crypto_secretbox_xchacha20poly1305.h sodium/crypto_secretbox_xsalsa20poly1305.h sodium/crypto_secretstream_xchacha20poly1305.h '/usr/local/include/sodium'
/bin/mkdir -p '/usr/local/include/sodium'
/bin/install -c -m 644 sodium/crypto_shorthash.h sodium/crypto_shorthash_siphash24.h sodium/crypto_sign.h sodium/crypto_sign_ed25519.h sodium/crypto_sign_edwards25519sha512batch.h sodium/crypto_stream.h sodium/crypto_stream_chacha20.h sodium/crypto_stream_salsa20.h sodium/crypto_stream_salsa2012.h sodium/crypto_stream_salsa208.h sodium/crypto_stream_xchacha20.h sodium/crypto_stream_xsalsa20.h sodium/crypto_verify_16.h sodium/crypto_verify_32.h sodium/crypto_verify_64.h sodium/export.h sodium/randombytes.h sodium/randombytes_internal_random.h sodium/randombytes_sysrandom.h sodium/runtime.h sodium/utils.h '/usr/local/include/sodium'
/bin/install -c -m 644 sodium.h '/usr/local/include/.'
/bin/mkdir -p '/usr/local/include'
/bin/mkdir -p '/usr/local/include/sodium'
/bin/install -c -m 644 sodium/version.h '/usr/local/include/sodium'
make[4]: Leaving directory `/svr-setup/libsodium-1.0.18/src/libsodium/include'
make[3]: Leaving directory `/svr-setup/libsodium-1.0.18/src/libsodium/include'
make[3]: Entering directory `/svr-setup/libsodium-1.0.18/src/libsodium'
make[4]: Entering directory `/svr-setup/libsodium-1.0.18/src/libsodium'
/bin/mkdir -p '/usr/local/lib64'
/bin/sh ../../libtool --mode=install /bin/install -c libsodium.la '/usr/local/lib64'
libtool: install: /bin/install -c .libs/libsodium.so.23.3.0 /usr/local/lib64/libsodium.so.23.3.0
libtool: install: (cd /usr/local/lib64 && { ln -s -f libsodium.so.23.3.0 libsodium.so.23 || { rm -f libsodium.so.23 && ln -s libsodium.so.23.3.0 libsodium.so.23; }; })
libtool: install: (cd /usr/local/lib64 && { ln -s -f libsodium.so.23.3.0 libsodium.so || { rm -f libsodium.so && ln -s libsodium.so.23.3.0 libsodium.so; }; })
libtool: install: /bin/install -c .libs/libsodium.lai /usr/local/lib64/libsodium.la
libtool: install: /bin/install -c .libs/libsodium.a /usr/local/lib64/libsodium.a
libtool: install: chmod 644 /usr/local/lib64/libsodium.a
libtool: install: ranlib /usr/local/lib64/libsodium.a
libtool: finish: PATH="/opt/rh/devtoolset-10/root/usr/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin:/sbin" ldconfig -n /usr/local/lib64
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib64
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.
----------------------------------------------------------------------
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/svr-setup/libsodium-1.0.18/src/libsodium'
make[3]: Leaving directory `/svr-setup/libsodium-1.0.18/src/libsodium'
make[2]: Leaving directory `/svr-setup/libsodium-1.0.18/src/libsodium'
make[2]: Entering directory `/svr-setup/libsodium-1.0.18/src'
make[3]: Entering directory `/svr-setup/libsodium-1.0.18/src'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/svr-setup/libsodium-1.0.18/src'
make[2]: Leaving directory `/svr-setup/libsodium-1.0.18/src'
make[1]: Leaving directory `/svr-setup/libsodium-1.0.18/src'
Making install in test
make[1]: Entering directory `/svr-setup/libsodium-1.0.18/test'
Making install in default
make[2]: Entering directory `/svr-setup/libsodium-1.0.18/test/default'
make[3]: Entering directory `/svr-setup/libsodium-1.0.18/test/default'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/svr-setup/libsodium-1.0.18/test/default'
make[2]: Leaving directory `/svr-setup/libsodium-1.0.18/test/default'
make[2]: Entering directory `/svr-setup/libsodium-1.0.18/test'
make[3]: Entering directory `/svr-setup/libsodium-1.0.18/test'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/svr-setup/libsodium-1.0.18/test'
make[2]: Leaving directory `/svr-setup/libsodium-1.0.18/test'
make[1]: Leaving directory `/svr-setup/libsodium-1.0.18/test'
make[1]: Entering directory `/svr-setup/libsodium-1.0.18'
make[2]: Entering directory `/svr-setup/libsodium-1.0.18'
make[2]: Nothing to be done for `install-exec-am'.
/bin/mkdir -p '/usr/local/lib64/pkgconfig'
/bin/install -c -m 644 libsodium.pc '/usr/local/lib64/pkgconfig'
make[2]: Leaving directory `/svr-setup/libsodium-1.0.18'
make[1]: Leaving directory `/svr-setup/libsodium-1.0.18'
/svr-setup/php-7.4.27/fpm-build
/svr-setup /svr-setup/php-7.4.27/fpm-build
wget -c4 https://github.com/P-H-C/phc-winner-argon2/archive/refs/tags/20190702.tar.gz --tries=3
--2022-01-31 18:16:35-- https://github.com/P-H-C/phc-winner-argon2/archive/refs/tags/20190702.tar.gz
Resolving github.com (github.com)... 140.82.121.3
Connecting to github.com (github.com)|140.82.121.3|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://codeload.github.com/P-H-C/phc-winner-argon2/tar.gz/refs/tags/20190702 [following]
--2022-01-31 18:16:35-- https://codeload.github.com/P-H-C/phc-winner-argon2/tar.gz/refs/tags/20190702
Resolving codeload.github.com (codeload.github.com)... 140.82.121.9
Connecting to codeload.github.com (codeload.github.com)|140.82.121.9|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/x-gzip]
Saving to: ‘20190702.tar.gz’
0K .......... .......... .......... .......... .......... 1.15M
50K .......... .......... .......... .......... .......... 2.12M
100K .......... .......... .......... .......... .......... 59.4M
150K .......... .......... .......... .......... .......... 2.43M
200K .......... .......... .......... .......... .......... 37.8M
250K .......... .......... .......... .......... .......... 69.3M
300K .......... .......... .......... .......... .......... 62.4M
350K .......... .......... .......... .......... .......... 2.44M
400K .......... .......... .......... .......... .......... 48.2M
450K .......... .......... .......... .......... .......... 76.4M
500K .......... .......... .......... .......... .......... 46.3M
550K .......... .......... .......... .......... .......... 245M
600K .......... .......... .......... .......... .......... 139M
650K .......... .......... .......... .......... .......... 330M
700K .......... .......... .......... .......... .......... 2.91M
750K .......... .......... .......... .......... .......... 94.8M
800K .......... .......... .......... .......... .......... 86.9M
850K .......... .......... .......... .......... .......... 193M
900K .......... .......... .......... .......... .......... 155M
950K .......... .......... .......... .......... .......... 76.7M
1000K .......... .......... .......... .......... .......... 48.7M
1050K .......... .......... .......... .......... .......... 73.8M
1100K .......... .......... .......... .......... .......... 2.64M
1150K .......... .......... .......... .......... .......... 101M
1200K .......... .......... .......... .......... .......... 84.7M
1250K .......... .......... .......... .......... .......... 102M
1300K .......... .......... .......... .......... .......... 168M
1350K .......... .......... .......... .......... .......... 8.32M
1400K .......... .......... .......... .......... .......... 5.18M
1450K .......... .......... 116M=0.2s
2022-01-31 18:16:35 (8.49 MB/s) - ‘20190702.tar.gz’ saved [1505307]
Download done.
(BBuilding with optimizations for native
rm -f 'argon2' 'bench' 'genkat'
rm -f 'libargon2.so.1' 'libargon2.a' kat-argon2* 'libargon2.pc'
rm -f testcase
rm -rf *.dSYM
cd src/ && rm -f *.o
cd src/blake2/ && rm -f *.o
cd kats/ && rm -f kat-* diff* run_* make_*
Building with optimizations for native
/opt/rh/devtoolset-10/root/usr/bin/gcc -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -std=c89 -O3 -Wall -g -Iinclude -Isrc -pthread -march=native src/argon2.c src/core.c src/blake2/blake2b.c src/thread.c src/encoding.c src/opt.c src/run.c -o argon2
/opt/rh/devtoolset-10/root/usr/bin/gcc -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -std=c89 -O3 -Wall -g -Iinclude -Isrc -pthread -march=native -shared -fPIC -fvisibility=hidden -DA2_VISCTL=1 -Wl,-soname,libargon2.so.1 src/argon2.c src/core.c src/blake2/blake2b.c src/thread.c src/encoding.c src/opt.c -o libargon2.so.1
/opt/rh/devtoolset-10/root/usr/bin/gcc -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -std=c89 -O3 -Wall -g -Iinclude -Isrc -pthread -march=native -c -o src/argon2.o src/argon2.c
/opt/rh/devtoolset-10/root/usr/bin/gcc -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -std=c89 -O3 -Wall -g -Iinclude -Isrc -pthread -march=native -c -o src/core.o src/core.c
/opt/rh/devtoolset-10/root/usr/bin/gcc -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -std=c89 -O3 -Wall -g -Iinclude -Isrc -pthread -march=native -c -o src/blake2/blake2b.o src/blake2/blake2b.c
/opt/rh/devtoolset-10/root/usr/bin/gcc -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -std=c89 -O3 -Wall -g -Iinclude -Isrc -pthread -march=native -c -o src/thread.o src/thread.c
/opt/rh/devtoolset-10/root/usr/bin/gcc -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -std=c89 -O3 -Wall -g -Iinclude -Isrc -pthread -march=native -c -o src/encoding.o src/encoding.c
/opt/rh/devtoolset-10/root/usr/bin/gcc -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -std=c89 -O3 -Wall -g -Iinclude -Isrc -pthread -march=native -c -o src/opt.o src/opt.c
sed '/^##.*$/d; s#@PREFIX@#/usr#g; s#@EXTRA_LIBS@#-lrt -ldl#g; s#@UPSTREAM_VER@#ZERO#g; s#@HOST_MULTIARCH@#lib/x86_64-linux-gnu#g; s#@INCLUDE@#include#g;' < 'libargon2.pc.in' > 'libargon2.pc'
ar rcs libargon2.a src/argon2.o src/core.o src/blake2/blake2b.o src/thread.o src/encoding.o src/opt.o
Building with optimizations for native
install -d /usr/local/include
install -m 0644 include/argon2.h /usr/local/include
install -d /usr/local/lib64
install -m 0644 libargon2.so.1 libargon2.a /usr/local/lib64
cd /usr/local/lib64 && ln -s libargon2.so.1 libargon2.so
install -d /usr/local/bin
install argon2 /usr/local/bin
install -d /usr/local/lib64/pkgconfig
install -m 0644 libargon2.pc /usr/local/lib64/pkgconfig
/svr-setup/php-7.4.27/fpm-build
---------------------------
PGO binary labelling
---------------------------
remove PGO label to php-cgi binary version
remove PGO label to php cli binary version
remove PGO label to php-fpm binary version
Using GCC 10
../configure --enable-fpm --enable-opcache --enable-intl --enable-pcntl --with-mcrypt --with-snmp --enable-embed=shared --with-mhash --with-zlib --with-gettext --enable-exif --with-zip --with-libzip --with-bz2 --enable-soap --enable-sockets --enable-sysvmsg --enable-sysvsem --enable-sysvshm --enable-shmop --with-pear --enable-mbstring --with-openssl --with-mysql=mysqlnd --with-libdir=lib64 --with-mysqli=mysqlnd --with-mysql-sock=/var/lib/mysql/mysql.sock --with-curl --enable-gd --with-xmlrpc --enable-bcmath --enable-calendar --enable-gd-native-ttf --with-freetype --with-jpeg --with-png-dir=/usr --with-xpm --with-webp --with-t1lib=/usr --enable-shmop --with-pear --enable-mbstring --with-openssl --with-mysql=mysqlnd --with-libdir=lib64 --with-mysqli=mysqlnd --enable-pdo --without-pdo-sqlite --with-pdo-mysql=mysqlnd --enable-inline-optimization --with-imap --with-imap-ssl --with-kerberos --with-readline --with-libedit --with-gmp --with-pspell --with-tidy --with-enchant --with-fpm-user=nginx --with-fpm-group=nginx --disable-fileinfo --without-sqlite3 --with-ldap --with-ldap-sasl --with-password-argon2 --with-sodium=/usr/local --with-config-file-scan-dir=/etc/centminmod/php.d --with-fpm-systemd --with-ffi --with-xsl
configure: WARNING: unrecognized options: --with-mcrypt, --with-libzip, --with-mysql, --enable-gd-native-ttf, --with-png-dir, --with-t1lib, --with-mysql
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 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 pkg-config... /bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
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 /opt/rh/devtoolset-10/root/usr/bin/gcc accepts -g... yes
checking for /opt/rh/devtoolset-10/root/usr/bin/gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... /opt/rh/devtoolset-10/root/usr/bin/gcc -E
checking for icc... no
checking for suncc... no
checking how to run the C preprocessor... /opt/rh/devtoolset-10/root/usr/bin/gcc -E
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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether ln -s works... yes
checking for system library directory... lib64
checking whether to enable runpaths... yes
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking for gawk... gawk
checking for bison... bison
checking for bison version... 3.0.4 (ok)
checking for re2c... re2c
checking for re2c version... 0.14.3 (ok)
checking whether to enable computed goto gcc extension with re2c... no
checking whether C compiler accepts -fvisibility=hidden... yes
checking whether to force non-PIC code in shared modules... no
checking whether /dev/urandom exists... yes
checking for global register variables support... yes
checking whether atof() accepts NAN... no
checking whether atof() accepts INF... no
checking whether HUGE_VAL == INF... yes
checking whether HUGE_VAL + -HUGEVAL == NAN... no
checking whether __cpuid_count is available... yes
checking for pthreads_cflags... -pthread
checking for pthreads_lib... pthread
Configuring SAPI modules
checking for Apache 2 handler module support via DSO through APXS... no
checking for setproctitle... no
checking sys/pstat.h usability... no
checking sys/pstat.h presence... no
checking for sys/pstat.h... no
checking for PS_STRINGS... no
checking for CLI build... yes
checking for embedded SAPI library support... shared
checking for FPM build... yes
checking for clearenv... yes
checking for setproctitle... (cached) no
checking for setproctitle_fast... no
checking for library containing socket... none required
checking for library containing inet_addr... none required
checking for prctl... yes
checking for clock_gettime... yes
checking for ptrace... yes
checking whether ptrace works... yes
checking for proc mem file... mem
checking if gcc supports __sync_bool_compare_and_swap... yes
checking for TCP_INFO... yes
checking for sysconf... yes
checking for times... yes
checking for kqueue... no
checking for port framework... no
checking for /dev/poll... no
checking for epoll... yes
checking for select... yes
checking for apparmor... no
checking for libsystemd >= 209... yes
checking systemd/sd-daemon.h usability... yes
checking systemd/sd-daemon.h presence... yes
checking for systemd/sd-daemon.h... yes
checking for LiteSpeed support... no
checking for phpdbg support... yes
checking for phpdbg web SAPI support... no
checking for phpdbg debug build... no
checking for phpdbg readline support... no
checking whether termios.h defines TIOCGWINSZ... no
checking whether sys/ioctl.h defines TIOCGWINSZ... yes
checking for phpdbg and readline integration... disabled
checking for CGI build... yes
checking for sun_len in sys/un.h... no
checking whether cross-process locking is required by accept()... no
checking for chosen SAPI module... embed
checking for executable SAPI binaries... cli fpm phpdbg cgi
Running system checks
checking for sendmail... /sbin/sendmail
checking whether system uses EBCDIC... no
checking whether byte ordering is bigendian... no
checking whether writing to stdout works... This is the test message -- yes
checking for socket... yes
checking for socketpair... yes
checking for htonl... yes
checking for gethostname... yes
checking for gethostbyaddr... yes
checking for dlopen... no
checking for __dlopen... no
checking for dlopen in -ldl... yes
checking for dlsym... yes
checking for sin in -lm... yes
checking for inet_aton... yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for dirent.h... yes
checking for sys/param.h... yes
checking for sys/types.h... (cached) yes
checking for sys/time.h... yes
checking for netinet/in.h... yes
checking for alloca.h... yes
checking for arpa/inet.h... yes
checking for arpa/nameser.h... yes
checking for crypt.h... yes
checking for dns.h... no
checking for fcntl.h... yes
checking for grp.h... yes
checking for ieeefp.h... no
checking for langinfo.h... yes
checking for locale.h... yes
checking for malloc.h... yes
checking for monetary.h... yes
checking for netdb.h... yes
checking for poll.h... yes
checking for pwd.h... yes
checking for resolv.h... yes
checking for strings.h... (cached) yes
checking for syslog.h... yes
checking for sysexits.h... yes
checking for sys/auxv.h... yes
checking for sys/ioctl.h... yes
checking for sys/file.h... yes
checking for sys/mman.h... yes
checking for sys/mount.h... yes
checking for sys/poll.h... yes
checking for sys/resource.h... yes
checking for sys/select.h... yes
checking for sys/socket.h... yes
checking for sys/stat.h... (cached) yes
checking for sys/statfs.h... yes
checking for sys/statvfs.h... yes
checking for sys/vfs.h... yes
checking for sys/sysexits.h... no
checking for sys/uio.h... yes
checking for sys/wait.h... yes
checking for sys/loadavg.h... no
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking for unix.h... no
checking for utime.h... yes
checking for sys/utsname.h... yes
checking for sys/ipc.h... yes
checking for dlfcn.h... yes
checking for tmmintrin.h... yes
checking for nmmintrin.h... yes
checking for immintrin.h... yes
checking for fopencookie... yes
checking for broken getcwd... no
checking for broken gcc optimize-strlen... no
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for missing declarations of reentrant functions... done
checking for fclose declaration... ok
checking for struct flock... yes
checking for socklen_t... yes
checking size of intmax_t... 8
checking size of ssize_t... 8
checking size of ptrdiff_t... 8
checking size of short... 2
checking size of int... 4
checking size of long... 8
checking size of long long... 8
checking size of size_t... 8
checking size of off_t... 8
checking for int8... no
checking for int16... no
checking for int32... no
checking for int64... no
checking for int8_t... yes
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for uint8... no
checking for uint16... no
checking for uint32... no
checking for uint64... no
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for u_int8_t... yes
checking for u_int16_t... yes
checking for u_int32_t... yes
checking for u_int64_t... yes
checking for __builtin_expect... yes
checking for __builtin_clz... yes
checking for __builtin_ctzl... yes
checking for __builtin_ctzll... yes
checking for __builtin_smull_overflow... yes
checking for __builtin_smulll_overflow... yes
checking for __builtin_saddl_overflow... yes
checking for __builtin_saddll_overflow... yes
checking for __builtin_ssubl_overflow... yes
checking for __builtin_ssubll_overflow... yes
checking for __builtin_cpu_init... yes
checking for __builtin_cpu_supports... yes
checking for ssse3 instructions supports... yes
checking for sse4.2 instructions supports... yes
checking for avx instructions supports... yes
checking for avx2 instructions supports... yes
checking for struct tm.tm_gmtoff... yes
checking for struct stat.st_blksize... yes
checking for struct stat.st_rdev... yes
checking for struct stat.st_blocks... yes
checking for size_t... yes
checking for uid_t in sys/types.h... yes
checking for struct sockaddr_storage... yes
checking for field sa_len in struct sockaddr... no
checking for __attribute__((ifunc))... yes
checking for __attribute__((target))... yes
checking for IPv6 support... yes
checking for alphasort... yes
checking for asctime_r... yes
checking for chroot... yes
checking for ctime_r... yes
checking for crypt... no
checking for explicit_memset... no
checking for flock... yes
checking for fpclass... no
checking for ftok... yes
checking for funopen... no
checking for gai_strerror... yes
checking for getcwd... yes
checking for getloadavg... yes
checking for getlogin... yes
checking for getprotobyname... yes
checking for getprotobynumber... yes
checking for getservbyname... yes
checking for getservbyport... yes
checking for getrusage... yes
checking for gettimeofday... yes
checking for gmtime_r... yes
checking for getpwnam_r... yes
checking for getgrnam_r... yes
checking for getpwuid_r... yes
checking for getwd... yes
checking for glob... yes
checking for grantpt... yes
checking for inet_ntoa... yes
checking for inet_ntop... yes
checking for inet_pton... yes
checking for localtime_r... yes
checking for lchown... yes
checking for mbrlen... yes
checking for memmove... yes
checking for mkstemp... yes
checking for mmap... yes
checking for nice... yes
checking for nl_langinfo... yes
checking for poll... yes
checking for ptsname... yes
checking for putenv... yes
checking for realpath... yes
checking for rand_r... yes
checking for scandir... yes
checking for setitimer... yes
checking for setenv... yes
checking for shutdown... yes
checking for sigprocmask... yes
checking for statfs... yes
checking for statvfs... yes
checking for std_syslog... no
checking for strcasecmp... yes
checking for strfmon... yes
checking for strnlen... yes
checking for strptime... yes
checking for strtok_r... yes
checking for symlink... yes
checking for tzset... yes
checking for unlockpt... yes
checking for unsetenv... yes
checking for usleep... yes
checking for utime... yes
checking for vasprintf... yes
checking for asprintf... yes
checking for nanosleep... yes
checking for memmem... yes
checking how many arguments gethostbyname_r() takes... six
checking for nanosleep in -lrt... yes
checking for getaddrinfo... yes
checking for __sync_fetch_and_add... yes
checking for strlcat... no
checking for strlcpy... no
checking for explicit_bzero... no
checking for getopt... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for type of reentrant time-related functions... POSIX
checking for in_addr_t... yes
checking for crypt_r... no
checking for aarch64 CRC32 API... no
checking for asm goto... yes
checking whether to enable valgrind support... yes
checking for valgrind... no
General settings
checking whether to include gcov symbols... no
checking whether to include debugging symbols... no
checking whether to dlopen extensions with RTLD_NOW instead of RTLD_LAZY... no
checking layout of installed files... PHP
checking path to configuration file... DEFAULT
checking where to scan for configuration files... /etc/centminmod/php.d
checking whether to enable PHP's own SIGCHLD handler... no
checking whether to explicitly link against libgcc... no
checking whether to enable short tags by default... yes
checking whether to enable dmalloc... no
checking whether to enable IPv6 support... yes
checking whether to enable DTrace support... no
checking how big to make fd sets... using system default
Configuring extensions
checking io.h usability... no
checking io.h presence... no
checking for io.h... no
checking for strtoll... yes
checking for atoll... yes
checking whether to build with LIBXML support... yes
checking for libxml-2.0 >= 2.7.6... yes
checking for OpenSSL support... yes
checking for Kerberos support... yes
checking whether to use system default cipher list instead of hardcoded value... no
checking for krb5-gssapi krb5... yes
checking for openssl >= 1.0.1... yes
checking for RAND_egd... yes
checking for PCRE library to use... bundled
checking whether to enable PCRE JIT functionality... yes
checking whether Intel CET is enabled... no
checking whether to enable the SQLite3 extension... no
checking for ZLIB support... yes
checking for zlib >= 1.2.0.4... yes
checking whether to enable bc style precision math functions... yes
checking for BZip2 support... yes
checking for BZip2 in default path... found in /usr
checking for BZ2_bzerror in -lbz2... yes
checking whether to enable calendar conversion support... yes
checking whether to enable ctype functions... yes
checking for cURL support... yes
checking for libcurl >= 7.15.5... yes
checking for SSL support in libcurl... yes
checking for libcurl linked against old openssl... no
checking for curl_easy_perform in -lcurl... yes
checking for QDBM support... no
checking for GDBM support... no
checking for NDBM support... no
checking for TCADB support... no
checking for LMDB support... no
checking for Berkeley DB4 support... no
checking for Berkeley DB3 support... no
checking for Berkeley DB2 support... no
checking for DB1 support... no
checking for DBM support... no
checking for CDB support... no
checking for INI File support... no
checking for FlatFile support... no
checking whether to enable DBA interface... no
checking whether to enable DOM support... yes
checking for libxml-2.0 >= 2.7.6... yes
checking whether to build with Enchant support... yes
checking for enchant... yes
checking for enchant_get_version in -lenchant... yes
checking for enchant_broker_set_param in -lenchant... yes
checking whether to enable EXIF (metadata from images) support... yes
checking for FFI support... yes
checking for libffi >= 3.0.11... yes
checking for long double... yes
checking for fastcall calling convention... no
checking for thiscall calling convention... no
checking for stdcall calling convention... no
checking for pascal calling convention... no
checking for register calling convention... no
checking for ms_cdecl calling convention... no
checking for sysv calling convention... yes
checking for fileinfo support... no
checking whether to enable input filter support... yes
checking whether to enable FTP support... no
checking whether to explicitly enable FTP SSL support... no
checking for GD support... yes
checking for external libgd... no
checking for libwebp... yes
checking for libjpeg... yes
checking for libXpm... yes
checking for FreeType 2... yes
checking whether to enable JIS-mapped Japanese font support in GD... no
checking for fabsf... yes
checking for floorf... yes
checking for zlib... yes
checking for libpng... yes
checking for libwebp... yes
checking for libjpeg... yes
checking for xpm... yes
checking for freetype2... yes
checking for GNU gettext support... yes
checking for bindtextdomain in -lintl... no
checking for bindtextdomain in -lc... yes
checking for ngettext in -lc... yes
checking for dngettext in -lc... yes
checking for dcngettext in -lc... yes
checking for bind_textdomain_codeset in -lc... yes
checking for GNU MP support... yes
checking for __gmpz_rootrem in -lgmp... yes
checking for mhash support... yes
checking size of long... (cached) 8
checking if we're at 64-bit platform... yes
checking for iconv support... yes
checking for iconv... yes
checking if iconv is glibc's... yes
checking if iconv supports errno... yes
checking if iconv supports //IGNORE... no
checking if your cpp allows macro usage in include lines... yes
checking for IMAP support... yes
checking for IMAP Kerberos support... yes
checking for IMAP SSL support... yes
checking for utf8_mime2text signature... new
checking for U8T_DECOMPOSE... yes
checking for pam_start in -lpam... yes
checking for crypt in -lcrypt... yes
checking for krb5-gssapi krb5... yes
checking for openssl >= 1.0.1... yes
checking whether rfc822_output_address_list function present... yes
checking whether build with IMAP works... yes
checking whether to enable internationalization support... yes
checking for icu-uc >= 50.1 icu-io icu-i18n... yes
checking whether we are using the GNU C++ compiler... yes
checking whether /opt/rh/devtoolset-10/root/usr/bin/g++ accepts -g... yes
checking how to run the C++ preprocessor... /opt/rh/devtoolset-10/root/usr/bin/g++ -E
checking whether /opt/rh/devtoolset-10/root/usr/bin/g++ supports C++11 features with -std=c++11... yes
checking whether to enable JavaScript Object Serialization support... yes
checking for LDAP support... yes
checking whether to build with LDAP Cyrus SASL support... yes
checking size of long... (cached) 8
checking if we're at 64-bit platform... yes
checking for 3 arg ldap_set_rebind_proc... yes
checking for ldap_parse_result... yes
checking for ldap_parse_reference... yes
checking for ldap_start_tls_s... yes
checking for ldap_control_find... yes
checking for ldap_parse_extended_result... yes
checking for ldap_extended_operation... yes
checking for ldap_extended_operation_s... yes
checking for ldap_passwd... yes
checking for ldap_whoami_s... yes
checking for ldap_refresh_s... yes
checking for libsasl2... yes
checking for ldap_bind_s... yes
checking whether to enable multibyte string support... yes
checking whether to enable multibyte regex support (requires oniguruma)... yes
checking for oniguruma... yes
checking if oniguruma has an invalid entry for KOI8 encoding... yes
checking for MySQLi support... yes
checking for specified location of the MySQL UNIX socket... /var/lib/mysql/mysql.sock
checking for MySQL UNIX socket location... /var/lib/mysql/mysql.sock
checking for Oracle Database OCI8 support... no
checking for Adabas support... no
checking for SAP DB support... no
checking for Solid support... no
checking for IBM DB2 support... no
checking for Empress support... no
checking for Empress local access support... no
checking for a custom ODBC support... no
checking whether to build with iODBC support... no
checking for Easysoft ODBC-ODBC Bridge support... no
checking whether to build with unixODBC support... no
checking for DBMaker support... no
checking for any ODBC driver support... no
checking whether to enable Zend OPcache support... yes
checking whether to enable copying PHP CODE pages into HUGE PAGES... yes
checking for mprotect... yes
checking for sysvipc shared memory support... yes
checking for mmap() using MAP_ANON shared memory support... yes
checking for shm_open in -lrt... yes
checking for mmap() using shm_open() shared memory support... yes
checking for shm_unlink in -lrt... yes
checking whether to enable pcntl support... yes
checking for fork... yes
checking for waitpid... yes
checking for sigaction... yes
checking for getpriority... yes
checking for setpriority... yes
checking for wait3... yes
checking for wait4... yes
checking for sigwaitinfo... yes
checking for sigtimedwait... yes
checking for unshare... yes
checking for siginfo_t... yes
checking whether to enable PDO support... yes
checking for PDO_DBLIB support via FreeTDS... no
checking for Firebird support for PDO... no
checking for MySQL support for PDO... yes
checking for the location of libz... no
checking for MySQL UNIX socket location... /var/lib/mysql/mysql.sock
checking for PDO includes... /svr-setup/php-7.4.27/ext
checking Oracle OCI support for PDO... no
checking for ODBC v3 support for PDO... no
checking for PostgreSQL support for PDO... no
checking for sqlite 3 support for PDO... no
checking for PostgreSQL support... no
checking for phar archive support... yes
checking for phar openssl support... yes
checking whether to enable POSIX-like functions... yes
checking sys/mkdev.h usability... no
checking sys/mkdev.h presence... no
checking for sys/mkdev.h... no
checking sys/sysmacros.h usability... yes
checking sys/sysmacros.h presence... yes
checking for sys/sysmacros.h... yes
checking for seteuid... yes
checking for setegid... yes
checking for setsid... yes
checking for getsid... yes
checking for getpgid... yes
checking for ctermid... yes
checking for mkfifo... yes
checking for mknod... yes
checking for setrlimit... yes
checking for getrlimit... yes
checking for getgroups... yes
checking for makedev... no
checking for initgroups... yes
checking for getgrgid_r... yes
checking for working ttyname_r() implementation... yes
checking for utsname.domainname... yes
checking for PSPELL support... yes
checking for new_aspell_config in -laspell... yes
checking for libedit readline replacement... yes
checking for libedit... yes
checking for tgetent in -lncurses... yes
checking for readline in -ledit... yes
checking for rl_callback_read_char in -ledit... yes
checking for rl_on_new_line in -ledit... yes
checking for rl_completion_matches in -ledit... yes
checking for history_list in -ledit... no
checking whether to enable PHP sessions... yes
checking for mm support... no
checking whether pwrite works... yes
checking whether pread works... yes
checking whether to enable shmop support... yes
checking whether to enable SimpleXML support... yes
checking for libxml-2.0 >= 2.7.6... yes
checking for SNMP support... yes
checking for net-snmp-config... /bin/net-snmp-config
checking for init_snmp in -lnetsnmp... yes
checking for shutdown_snmp_logging in -lnetsnmp... yes
checking whether to enable SOAP support... yes
checking for libxml-2.0 >= 2.7.6... yes
checking whether to enable sockets support... yes
checking for hstrerror... yes
checking for if_nametoindex... yes
checking for if_indextoname... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking sys/sockio.h usability... no
checking sys/sockio.h presence... no
checking for sys/sockio.h... no
checking for field ss_family in struct sockaddr_storage... yes
checking if getaddrinfo supports AI_V4MAPPED... yes
checking if getaddrinfo supports AI_ALL... yes
checking if getaddrinfo supports AI_IDN... yes
checking for sodium support... yes
checking for libsodium >= 1.0.8... yes
checking whether flush should be called explicitly after a buffered io... no
checking for crypt in -lcrypt... (cached) yes
checking for standard DES crypt... yes
checking for extended DES crypt... no
checking for MD5 crypt... yes
checking for Blowfish crypt... no
checking for SHA512 crypt... yes
checking for SHA256 crypt... yes
checking whether the compiler supports __alignof__... yes
checking whether the compiler supports aligned attribute... yes
checking for asinh... yes
checking for acosh... yes
checking for atanh... yes
checking for log1p... yes
checking for hypot... yes
checking for working POSIX fnmatch... yes
checking for fork... (cached) yes
checking if your OS can spawn processes with inherited handles... yes
checking for res_nsearch... no
checking for __res_nsearch... no
checking for res_nsearch in -lresolv... no
checking for __res_nsearch in -lresolv... yes
checking for res_ndestroy... no
checking for __res_ndestroy... no
checking for res_ndestroy in -lresolv... no
checking for __res_ndestroy in -lresolv... no
checking for res_ndestroy in -lbind... no
checking for __res_ndestroy in -lbind... no
checking for res_ndestroy in -lsocket... no
checking for __res_ndestroy in -lsocket... no
checking for dns_search... no
checking for __dns_search... no
checking for dns_search in -lresolv... no
checking for __dns_search in -lresolv... no
checking for dns_search in -lbind... no
checking for __dns_search in -lbind... no
checking for dns_search in -lsocket... no
checking for __dns_search in -lsocket... no
checking for dn_expand... no
checking for __dn_expand... yes
checking for dn_skipname... no
checking for __dn_skipname... yes
checking for res_search... no
checking for __res_search... yes
checking whether strptime() declaration fails... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking for mblen... yes
checking for mbstate_t... yes
checking atomic.h usability... no
checking atomic.h presence... no
checking for atomic.h... no
checking whether arc4random_buf is declared... no
checking for Argon2 support... yes
checking for Argon2 library... found in /usr/local
checking for argon2id_hash_raw in -largon2... yes
checking for net/if.h... yes
checking for usable getifaddrs... yes
checking whether to enable System V IPC support... yes
checking sys/msg.h usability... yes
checking sys/msg.h presence... yes
checking for sys/msg.h... yes
checking whether to enable System V semaphore support... yes
checking for union semun... no
checking whether to enable System V shared memory support... yes
checking for TIDY support... yes
checking for tidyOptGetDoc in -ltidy... yes
checking for tidyReleaseDate in -ltidy... yes
checking whether to enable tokenizer support... yes
checking whether to enable XML support... yes
checking whether to build with expat support... no
checking for libxml-2.0 >= 2.7.6... yes
checking whether to enable XMLReader support... yes
checking for libxml-2.0 >= 2.7.6... yes
checking whether to build with XMLRPC-EPI support... yes
checking whether to build with expat support... no
checking iconv dir for XMLRPC-EPI... no
checking for libxml-2.0 >= 2.7.6... yes
checking whether to enable XMLWriter support... yes
checking for libxml-2.0 >= 2.7.6... yes
checking whether to build with XSL support... yes
checking for libxslt >= 1.1.0... yes
checking for libexslt... yes
checking whether to enable zend-test extension... no
checking for zip archive read/write support... yes
checking for libzip >= 0.11 libzip != 1.3.1 libzip != 1.7.0... yes
checking for zip_file_set_encryption in -lzip... yes
checking for zip_libzip_version in -lzip... yes
checking whether to enable mysqlnd... no
checking whether to disable compressed protocol support in mysqlnd... yes
checking for zlib... yes
checking for openssl >= 1.0.1... yes
checking linker support for -zcommon-page-size=2097152... yes
Configuring PEAR
checking whether to install PEAR... yes
configure: WARNING: The --with-pear option is deprecated
Configuring Zend
checking cpuid.h usability... yes
checking cpuid.h presence... yes
checking for cpuid.h... yes
checking for getpid... yes
checking for kill... yes
checking for finite... yes
checking for sigsetjmp... no
checking whether isfinite is declared... yes
checking whether isnan is declared... yes
checking whether isinf is declared... yes
checking for usable _FPU_SETCW... yes
checking for usable fpsetprec... no
checking for usable _controlfp... no
checking for usable _controlfp_s... no
checking whether FPU control word can be manipulated by inline assembler... yes
checking whether double cast to long preserves least significant bits... no
checking for dlfcn.h... (cached) yes
checking whether dlsym() requires a leading underscore in symbol names... no
checking whether to enable thread-safety... no
checking whether to enable inline optimization for GCC... yes
checking whether to enable Zend debugging... no
checking for inline... inline
checking target system is Darwin... no
checking for MM alignment and log values... done
checking for mremap... yes
checking for sigaction... (cached) yes
checking whether to enable zend signal handling... yes
Configuring TSRM
Configuring libtool
checking for a sed that does not truncate output... /bin/sed
checking for ld used by /opt/rh/devtoolset-10/root/usr/bin/gcc... /opt/rh/devtoolset-10/root/usr/libexec/gcc/x86_64-redhat-linux/10/ld
checking if the linker (/opt/rh/devtoolset-10/root/usr/libexec/gcc/x86_64-redhat-linux/10/ld) is GNU ld... yes
checking for /opt/rh/devtoolset-10/root/usr/libexec/gcc/x86_64-redhat-linux/10/ld option to reload object files... -r
checking for BSD-compatible nm... /opt/rh/devtoolset-10/root/usr/bin/nm -B
checking how to recognize dependent libraries... pass_all
checking how to run the C++ preprocessor... /opt/rh/devtoolset-10/root/usr/bin/g++ -E
checking the maximum length of command line arguments... 1572864
checking command to parse /opt/rh/devtoolset-10/root/usr/bin/nm -B output from /opt/rh/devtoolset-10/root/usr/bin/gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if /opt/rh/devtoolset-10/root/usr/bin/gcc supports -fno-rtti -fno-exceptions... no
checking for /opt/rh/devtoolset-10/root/usr/bin/gcc option to produce PIC... -fPIC
checking if /opt/rh/devtoolset-10/root/usr/bin/gcc PIC flag -fPIC works... yes
checking if /opt/rh/devtoolset-10/root/usr/bin/gcc static flag -static works... no
checking if /opt/rh/devtoolset-10/root/usr/bin/gcc supports -c -o file.o... yes
checking whether the /opt/rh/devtoolset-10/root/usr/bin/gcc linker (/opt/rh/devtoolset-10/root/usr/libexec/gcc/x86_64-redhat-linux/10/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
checking for ld used by /opt/rh/devtoolset-10/root/usr/bin/g++... /opt/rh/devtoolset-10/root/usr/libexec/gcc/x86_64-redhat-linux/10/ld -m elf_x86_64
checking if the linker (/opt/rh/devtoolset-10/root/usr/libexec/gcc/x86_64-redhat-linux/10/ld -m elf_x86_64) is GNU ld... yes
checking whether the /opt/rh/devtoolset-10/root/usr/bin/g++ linker (/opt/rh/devtoolset-10/root/usr/libexec/gcc/x86_64-redhat-linux/10/ld -m elf_x86_64) supports shared libraries... yes
checking for /opt/rh/devtoolset-10/root/usr/bin/g++ option to produce PIC... -fPIC
checking if /opt/rh/devtoolset-10/root/usr/bin/g++ PIC flag -fPIC works... yes
checking if /opt/rh/devtoolset-10/root/usr/bin/g++ static flag -static works... no
checking if /opt/rh/devtoolset-10/root/usr/bin/g++ supports -c -o file.o... yes
checking whether the /opt/rh/devtoolset-10/root/usr/bin/g++ linker (/opt/rh/devtoolset-10/root/usr/libexec/gcc/x86_64-redhat-linux/10/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
(cached) (cached) checking how to hardcode library paths into programs... immediate
Generating files
configure: patching main/php_config.h.in
configure: creating ./config.status
creating main/internal_functions.c
creating main/internal_functions_cli.c
config.status: creating main/build-defs.h
config.status: creating scripts/phpize
config.status: creating scripts/man1/phpize.1
config.status: creating scripts/php-config
config.status: creating scripts/man1/php-config.1
config.status: creating sapi/cli/php.1
config.status: creating sapi/fpm/php-fpm.conf
config.status: creating sapi/fpm/www.conf
config.status: creating sapi/fpm/init.d.php-fpm
config.status: creating sapi/fpm/php-fpm.service
config.status: creating sapi/fpm/php-fpm.8
config.status: creating sapi/fpm/status.html
config.status: creating sapi/phpdbg/phpdbg.1
config.status: creating sapi/cgi/php-cgi.1
config.status: creating ext/phar/phar.1
config.status: creating ext/phar/phar.phar.1
config.status: creating main/php_config.h
config.status: executing default commands
+--------------------------------------------------------------------+
| License: |
| This software is subject to the PHP License, available in this |
| distribution in the file LICENSE. By continuing this installation |
| process, you are bound by the terms of this license agreement. |
| If you do not agree with the terms of this license, you must abort |
| the installation process at this point. |
+--------------------------------------------------------------------+
Thank you for using PHP.
configure: WARNING: unrecognized options: --with-mcrypt, --with-libzip, --with-mysql, --enable-gd-native-ttf, --with-png-dir, --with-t1lib, --with-mysql
php_configure.inc make -j1
PHP_PGO = n
make -j1
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -Iext/date/lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DHAVE_TIMELIB_CONFIG_H=1 -Iext/date/ -I/svr-setup/php-7.4.27/ext/date/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/date/php_date.c -o ext/date/php_date.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -Iext/date/lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DHAVE_TIMELIB_CONFIG_H=1 -Iext/date/ -I/svr-setup/php-7.4.27/ext/date/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/date/lib/astro.c -o ext/date/lib/astro.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -Iext/date/lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DHAVE_TIMELIB_CONFIG_H=1 -Iext/date/ -I/svr-setup/php-7.4.27/ext/date/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/date/lib/dow.c -o ext/date/lib/dow.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -Iext/date/lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DHAVE_TIMELIB_CONFIG_H=1 -Iext/date/ -I/svr-setup/php-7.4.27/ext/date/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/date/lib/parse_date.c -o ext/date/lib/parse_date.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -Iext/date/lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DHAVE_TIMELIB_CONFIG_H=1 -Iext/date/ -I/svr-setup/php-7.4.27/ext/date/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/date/lib/parse_tz.c -o ext/date/lib/parse_tz.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -Iext/date/lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DHAVE_TIMELIB_CONFIG_H=1 -Iext/date/ -I/svr-setup/php-7.4.27/ext/date/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/date/lib/timelib.c -o ext/date/lib/timelib.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -Iext/date/lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DHAVE_TIMELIB_CONFIG_H=1 -Iext/date/ -I/svr-setup/php-7.4.27/ext/date/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/date/lib/tm2unixtime.c -o ext/date/lib/tm2unixtime.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -Iext/date/lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DHAVE_TIMELIB_CONFIG_H=1 -Iext/date/ -I/svr-setup/php-7.4.27/ext/date/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/date/lib/unixtime2tm.c -o ext/date/lib/unixtime2tm.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -Iext/date/lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DHAVE_TIMELIB_CONFIG_H=1 -Iext/date/ -I/svr-setup/php-7.4.27/ext/date/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/date/lib/parse_iso_intervals.c -o ext/date/lib/parse_iso_intervals.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -Iext/date/lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -DHAVE_TIMELIB_CONFIG_H=1 -Iext/date/ -I/svr-setup/php-7.4.27/ext/date/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/date/lib/interval.c -o ext/date/lib/interval.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/libxml/ -I/svr-setup/php-7.4.27/ext/libxml/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/libxml/libxml.c -o ext/libxml/libxml.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -Iext/openssl/ -I/svr-setup/php-7.4.27/ext/openssl/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/openssl/openssl.c -o ext/openssl/openssl.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -Iext/openssl/ -I/svr-setup/php-7.4.27/ext/openssl/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/openssl/xp_ssl.c -o ext/openssl/xp_ssl.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -DHAVE_CONFIG_H -I/svr-setup/php-7.4.27/ext/pcre/pcre2lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/svr-setup/php-7.4.27/ext/pcre/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/pcre/pcre2lib/pcre2_auto_possess.c -o ext/pcre/pcre2lib/pcre2_auto_possess.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -DHAVE_CONFIG_H -I/svr-setup/php-7.4.27/ext/pcre/pcre2lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/svr-setup/php-7.4.27/ext/pcre/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/pcre/pcre2lib/pcre2_chartables.c -o ext/pcre/pcre2lib/pcre2_chartables.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -DHAVE_CONFIG_H -I/svr-setup/php-7.4.27/ext/pcre/pcre2lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/svr-setup/php-7.4.27/ext/pcre/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/pcre/pcre2lib/pcre2_compile.c -o ext/pcre/pcre2lib/pcre2_compile.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -DHAVE_CONFIG_H -I/svr-setup/php-7.4.27/ext/pcre/pcre2lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/svr-setup/php-7.4.27/ext/pcre/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/pcre/pcre2lib/pcre2_config.c -o ext/pcre/pcre2lib/pcre2_config.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -DHAVE_CONFIG_H -I/svr-setup/php-7.4.27/ext/pcre/pcre2lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/svr-setup/php-7.4.27/ext/pcre/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/pcre/pcre2lib/pcre2_context.c -o ext/pcre/pcre2lib/pcre2_context.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -DHAVE_CONFIG_H -I/svr-setup/php-7.4.27/ext/pcre/pcre2lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/svr-setup/php-7.4.27/ext/pcre/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/pcre/pcre2lib/pcre2_dfa_match.c -o ext/pcre/pcre2lib/pcre2_dfa_match.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -DHAVE_CONFIG_H -I/svr-setup/php-7.4.27/ext/pcre/pcre2lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/svr-setup/php-7.4.27/ext/pcre/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/pcre/pcre2lib/pcre2_error.c -o ext/pcre/pcre2lib/pcre2_error.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -DHAVE_CONFIG_H -I/svr-setup/php-7.4.27/ext/pcre/pcre2lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/svr-setup/php-7.4.27/ext/pcre/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/pcre/pcre2lib/pcre2_jit_compile.c -o ext/pcre/pcre2lib/pcre2_jit_compile.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -DHAVE_CONFIG_H -I/svr-setup/php-7.4.27/ext/pcre/pcre2lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/svr-setup/php-7.4.27/ext/pcre/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/pcre/pcre2lib/pcre2_maketables.c -o ext/pcre/pcre2lib/pcre2_maketables.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -DHAVE_CONFIG_H -I/svr-setup/php-7.4.27/ext/pcre/pcre2lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/svr-setup/php-7.4.27/ext/pcre/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/pcre/pcre2lib/pcre2_match.c -o ext/pcre/pcre2lib/pcre2_match.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -DHAVE_CONFIG_H -I/svr-setup/php-7.4.27/ext/pcre/pcre2lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/svr-setup/php-7.4.27/ext/pcre/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/pcre/pcre2lib/pcre2_match_data.c -o ext/pcre/pcre2lib/pcre2_match_data.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -DHAVE_CONFIG_H -I/svr-setup/php-7.4.27/ext/pcre/pcre2lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/svr-setup/php-7.4.27/ext/pcre/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/pcre/pcre2lib/pcre2_newline.c -o ext/pcre/pcre2lib/pcre2_newline.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -DHAVE_CONFIG_H -I/svr-setup/php-7.4.27/ext/pcre/pcre2lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/svr-setup/php-7.4.27/ext/pcre/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/pcre/pcre2lib/pcre2_ord2utf.c -o ext/pcre/pcre2lib/pcre2_ord2utf.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -DHAVE_CONFIG_H -I/svr-setup/php-7.4.27/ext/pcre/pcre2lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/svr-setup/php-7.4.27/ext/pcre/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/pcre/pcre2lib/pcre2_pattern_info.c -o ext/pcre/pcre2lib/pcre2_pattern_info.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -DHAVE_CONFIG_H -I/svr-setup/php-7.4.27/ext/pcre/pcre2lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/svr-setup/php-7.4.27/ext/pcre/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/pcre/pcre2lib/pcre2_serialize.c -o ext/pcre/pcre2lib/pcre2_serialize.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -DHAVE_CONFIG_H -I/svr-setup/php-7.4.27/ext/pcre/pcre2lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/svr-setup/php-7.4.27/ext/pcre/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/pcre/pcre2lib/pcre2_string_utils.c -o ext/pcre/pcre2lib/pcre2_string_utils.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -DHAVE_CONFIG_H -I/svr-setup/php-7.4.27/ext/pcre/pcre2lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/svr-setup/php-7.4.27/ext/pcre/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/pcre/pcre2lib/pcre2_study.c -o ext/pcre/pcre2lib/pcre2_study.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -DHAVE_CONFIG_H -I/svr-setup/php-7.4.27/ext/pcre/pcre2lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/svr-setup/php-7.4.27/ext/pcre/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/pcre/pcre2lib/pcre2_substitute.c -o ext/pcre/pcre2lib/pcre2_substitute.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -DHAVE_CONFIG_H -I/svr-setup/php-7.4.27/ext/pcre/pcre2lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/svr-setup/php-7.4.27/ext/pcre/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/pcre/pcre2lib/pcre2_substring.c -o ext/pcre/pcre2lib/pcre2_substring.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -DHAVE_CONFIG_H -I/svr-setup/php-7.4.27/ext/pcre/pcre2lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/svr-setup/php-7.4.27/ext/pcre/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/pcre/pcre2lib/pcre2_tables.c -o ext/pcre/pcre2lib/pcre2_tables.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -DHAVE_CONFIG_H -I/svr-setup/php-7.4.27/ext/pcre/pcre2lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/svr-setup/php-7.4.27/ext/pcre/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/pcre/pcre2lib/pcre2_ucd.c -o ext/pcre/pcre2lib/pcre2_ucd.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -DHAVE_CONFIG_H -I/svr-setup/php-7.4.27/ext/pcre/pcre2lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/svr-setup/php-7.4.27/ext/pcre/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/pcre/pcre2lib/pcre2_valid_utf.c -o ext/pcre/pcre2lib/pcre2_valid_utf.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -DHAVE_CONFIG_H -I/svr-setup/php-7.4.27/ext/pcre/pcre2lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/svr-setup/php-7.4.27/ext/pcre/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/pcre/pcre2lib/pcre2_xclass.c -o ext/pcre/pcre2lib/pcre2_xclass.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -DHAVE_CONFIG_H -I/svr-setup/php-7.4.27/ext/pcre/pcre2lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/svr-setup/php-7.4.27/ext/pcre/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/pcre/pcre2lib/pcre2_find_bracket.c -o ext/pcre/pcre2lib/pcre2_find_bracket.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -DHAVE_CONFIG_H -I/svr-setup/php-7.4.27/ext/pcre/pcre2lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/svr-setup/php-7.4.27/ext/pcre/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/pcre/pcre2lib/pcre2_convert.c -o ext/pcre/pcre2lib/pcre2_convert.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -DHAVE_CONFIG_H -I/svr-setup/php-7.4.27/ext/pcre/pcre2lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/svr-setup/php-7.4.27/ext/pcre/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/pcre/pcre2lib/pcre2_extuni.c -o ext/pcre/pcre2lib/pcre2_extuni.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -DHAVE_CONFIG_H -I/svr-setup/php-7.4.27/ext/pcre/pcre2lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/svr-setup/php-7.4.27/ext/pcre/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/pcre/pcre2lib/pcre2_script_run.c -o ext/pcre/pcre2lib/pcre2_script_run.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -DHAVE_CONFIG_H -I/svr-setup/php-7.4.27/ext/pcre/pcre2lib -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/pcre/ -I/svr-setup/php-7.4.27/ext/pcre/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/pcre/php_pcre.c -o ext/pcre/php_pcre.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/zlib/ -I/svr-setup/php-7.4.27/ext/zlib/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/zlib/zlib.c -o ext/zlib/zlib.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/zlib/ -I/svr-setup/php-7.4.27/ext/zlib/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/zlib/zlib_fopen_wrapper.c -o ext/zlib/zlib_fopen_wrapper.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/zlib/ -I/svr-setup/php-7.4.27/ext/zlib/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/zlib/zlib_filter.c -o ext/zlib/zlib_filter.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -I/svr-setup/php-7.4.27/ext/bcmath/libbcmath/src -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/bcmath/ -I/svr-setup/php-7.4.27/ext/bcmath/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/bcmath/bcmath.c -o ext/bcmath/bcmath.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -I/svr-setup/php-7.4.27/ext/bcmath/libbcmath/src -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/bcmath/ -I/svr-setup/php-7.4.27/ext/bcmath/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/bcmath/libbcmath/src/add.c -o ext/bcmath/libbcmath/src/add.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -I/svr-setup/php-7.4.27/ext/bcmath/libbcmath/src -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/bcmath/ -I/svr-setup/php-7.4.27/ext/bcmath/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/bcmath/libbcmath/src/div.c -o ext/bcmath/libbcmath/src/div.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -I/svr-setup/php-7.4.27/ext/bcmath/libbcmath/src -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/bcmath/ -I/svr-setup/php-7.4.27/ext/bcmath/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/bcmath/libbcmath/src/init.c -o ext/bcmath/libbcmath/src/init.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -I/svr-setup/php-7.4.27/ext/bcmath/libbcmath/src -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/bcmath/ -I/svr-setup/php-7.4.27/ext/bcmath/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/bcmath/libbcmath/src/neg.c -o ext/bcmath/libbcmath/src/neg.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -I/svr-setup/php-7.4.27/ext/bcmath/libbcmath/src -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/bcmath/ -I/svr-setup/php-7.4.27/ext/bcmath/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/bcmath/libbcmath/src/outofmem.c -o ext/bcmath/libbcmath/src/outofmem.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -I/svr-setup/php-7.4.27/ext/bcmath/libbcmath/src -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/bcmath/ -I/svr-setup/php-7.4.27/ext/bcmath/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/bcmath/libbcmath/src/raisemod.c -o ext/bcmath/libbcmath/src/raisemod.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -I/svr-setup/php-7.4.27/ext/bcmath/libbcmath/src -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/bcmath/ -I/svr-setup/php-7.4.27/ext/bcmath/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/bcmath/libbcmath/src/sub.c -o ext/bcmath/libbcmath/src/sub.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -I/svr-setup/php-7.4.27/ext/bcmath/libbcmath/src -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/bcmath/ -I/svr-setup/php-7.4.27/ext/bcmath/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/bcmath/libbcmath/src/compare.c -o ext/bcmath/libbcmath/src/compare.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -I/svr-setup/php-7.4.27/ext/bcmath/libbcmath/src -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/bcmath/ -I/svr-setup/php-7.4.27/ext/bcmath/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/bcmath/libbcmath/src/divmod.c -o ext/bcmath/libbcmath/src/divmod.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -I/svr-setup/php-7.4.27/ext/bcmath/libbcmath/src -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/bcmath/ -I/svr-setup/php-7.4.27/ext/bcmath/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/bcmath/libbcmath/src/int2num.c -o ext/bcmath/libbcmath/src/int2num.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -I/svr-setup/php-7.4.27/ext/bcmath/libbcmath/src -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/bcmath/ -I/svr-setup/php-7.4.27/ext/bcmath/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/bcmath/libbcmath/src/num2long.c -o ext/bcmath/libbcmath/src/num2long.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -I/svr-setup/php-7.4.27/ext/bcmath/libbcmath/src -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/bcmath/ -I/svr-setup/php-7.4.27/ext/bcmath/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/bcmath/libbcmath/src/output.c -o ext/bcmath/libbcmath/src/output.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -I/svr-setup/php-7.4.27/ext/bcmath/libbcmath/src -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/bcmath/ -I/svr-setup/php-7.4.27/ext/bcmath/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/bcmath/libbcmath/src/recmul.c -o ext/bcmath/libbcmath/src/recmul.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -I/svr-setup/php-7.4.27/ext/bcmath/libbcmath/src -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/bcmath/ -I/svr-setup/php-7.4.27/ext/bcmath/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/bcmath/libbcmath/src/sqrt.c -o ext/bcmath/libbcmath/src/sqrt.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -I/svr-setup/php-7.4.27/ext/bcmath/libbcmath/src -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/bcmath/ -I/svr-setup/php-7.4.27/ext/bcmath/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/bcmath/libbcmath/src/zero.c -o ext/bcmath/libbcmath/src/zero.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -I/svr-setup/php-7.4.27/ext/bcmath/libbcmath/src -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/bcmath/ -I/svr-setup/php-7.4.27/ext/bcmath/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/bcmath/libbcmath/src/debug.c -o ext/bcmath/libbcmath/src/debug.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -I/svr-setup/php-7.4.27/ext/bcmath/libbcmath/src -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/bcmath/ -I/svr-setup/php-7.4.27/ext/bcmath/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/bcmath/libbcmath/src/doaddsub.c -o ext/bcmath/libbcmath/src/doaddsub.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -I/svr-setup/php-7.4.27/ext/bcmath/libbcmath/src -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/bcmath/ -I/svr-setup/php-7.4.27/ext/bcmath/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/bcmath/libbcmath/src/nearzero.c -o ext/bcmath/libbcmath/src/nearzero.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -I/svr-setup/php-7.4.27/ext/bcmath/libbcmath/src -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/bcmath/ -I/svr-setup/php-7.4.27/ext/bcmath/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/bcmath/libbcmath/src/num2str.c -o ext/bcmath/libbcmath/src/num2str.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -I/svr-setup/php-7.4.27/ext/bcmath/libbcmath/src -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/bcmath/ -I/svr-setup/php-7.4.27/ext/bcmath/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/bcmath/libbcmath/src/raise.c -o ext/bcmath/libbcmath/src/raise.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -I/svr-setup/php-7.4.27/ext/bcmath/libbcmath/src -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/bcmath/ -I/svr-setup/php-7.4.27/ext/bcmath/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/bcmath/libbcmath/src/rmzero.c -o ext/bcmath/libbcmath/src/rmzero.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -I/svr-setup/php-7.4.27/ext/bcmath/libbcmath/src -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/bcmath/ -I/svr-setup/php-7.4.27/ext/bcmath/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/bcmath/libbcmath/src/str2num.c -o ext/bcmath/libbcmath/src/str2num.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -Iext/bz2/ -I/svr-setup/php-7.4.27/ext/bz2/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/bz2/bz2.c -o ext/bz2/bz2.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -Iext/bz2/ -I/svr-setup/php-7.4.27/ext/bz2/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/bz2/bz2_filter.c -o ext/bz2/bz2_filter.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -Iext/calendar/ -I/svr-setup/php-7.4.27/ext/calendar/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/calendar/calendar.c -o ext/calendar/calendar.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -Iext/calendar/ -I/svr-setup/php-7.4.27/ext/calendar/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/calendar/dow.c -o ext/calendar/dow.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -Iext/calendar/ -I/svr-setup/php-7.4.27/ext/calendar/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/calendar/french.c -o ext/calendar/french.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -Iext/calendar/ -I/svr-setup/php-7.4.27/ext/calendar/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/calendar/gregor.c -o ext/calendar/gregor.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -Iext/calendar/ -I/svr-setup/php-7.4.27/ext/calendar/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/calendar/jewish.c -o ext/calendar/jewish.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -Iext/calendar/ -I/svr-setup/php-7.4.27/ext/calendar/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/calendar/julian.c -o ext/calendar/julian.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -Iext/calendar/ -I/svr-setup/php-7.4.27/ext/calendar/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/calendar/easter.c -o ext/calendar/easter.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -Iext/calendar/ -I/svr-setup/php-7.4.27/ext/calendar/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/calendar/cal_unix.c -o ext/calendar/cal_unix.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -Iext/ctype/ -I/svr-setup/php-7.4.27/ext/ctype/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/ctype/ctype.c -o ext/ctype/ctype.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -Iext/curl/ -I/svr-setup/php-7.4.27/ext/curl/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/curl/interface.c -o ext/curl/interface.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -Iext/curl/ -I/svr-setup/php-7.4.27/ext/curl/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/curl/multi.c -o ext/curl/multi.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -Iext/curl/ -I/svr-setup/php-7.4.27/ext/curl/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/curl/share.c -o ext/curl/share.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -Iext/curl/ -I/svr-setup/php-7.4.27/ext/curl/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/curl/curl_file.c -o ext/curl/curl_file.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -Iext/dom/ -I/svr-setup/php-7.4.27/ext/dom/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/dom/php_dom.c -o ext/dom/php_dom.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -Iext/dom/ -I/svr-setup/php-7.4.27/ext/dom/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/dom/attr.c -o ext/dom/attr.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -Iext/dom/ -I/svr-setup/php-7.4.27/ext/dom/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/dom/document.c -o ext/dom/document.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -Iext/dom/ -I/svr-setup/php-7.4.27/ext/dom/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/dom/domerrorhandler.c -o ext/dom/domerrorhandler.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -Iext/dom/ -I/svr-setup/php-7.4.27/ext/dom/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/dom/domstringlist.c -o ext/dom/domstringlist.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -Iext/dom/ -I/svr-setup/php-7.4.27/ext/dom/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/dom/domexception.c -o ext/dom/domexception.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -Iext/dom/ -I/svr-setup/php-7.4.27/ext/dom/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/dom/namelist.c -o ext/dom/namelist.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -Iext/dom/ -I/svr-setup/php-7.4.27/ext/dom/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/dom/processinginstruction.c -o ext/dom/processinginstruction.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -Iext/dom/ -I/svr-setup/php-7.4.27/ext/dom/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/dom/cdatasection.c -o ext/dom/cdatasection.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -Iext/dom/ -I/svr-setup/php-7.4.27/ext/dom/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/dom/documentfragment.c -o ext/dom/documentfragment.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -Iext/dom/ -I/svr-setup/php-7.4.27/ext/dom/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/dom/domimplementation.c -o ext/dom/domimplementation.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -Iext/dom/ -I/svr-setup/php-7.4.27/ext/dom/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/dom/element.c -o ext/dom/element.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -Iext/dom/ -I/svr-setup/php-7.4.27/ext/dom/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/dom/node.c -o ext/dom/node.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -Iext/dom/ -I/svr-setup/php-7.4.27/ext/dom/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/dom/string_extend.c -o ext/dom/string_extend.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -Iext/dom/ -I/svr-setup/php-7.4.27/ext/dom/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/dom/characterdata.c -o ext/dom/characterdata.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -Iext/dom/ -I/svr-setup/php-7.4.27/ext/dom/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/dom/documenttype.c -o ext/dom/documenttype.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -Iext/dom/ -I/svr-setup/php-7.4.27/ext/dom/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/dom/domimplementationlist.c -o ext/dom/domimplementationlist.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -Iext/dom/ -I/svr-setup/php-7.4.27/ext/dom/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/dom/entity.c -o ext/dom/entity.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -Iext/dom/ -I/svr-setup/php-7.4.27/ext/dom/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/dom/nodelist.c -o ext/dom/nodelist.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -Iext/dom/ -I/svr-setup/php-7.4.27/ext/dom/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/dom/text.c -o ext/dom/text.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -Iext/dom/ -I/svr-setup/php-7.4.27/ext/dom/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/dom/comment.c -o ext/dom/comment.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -Iext/dom/ -I/svr-setup/php-7.4.27/ext/dom/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/dom/domconfiguration.c -o ext/dom/domconfiguration.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -Iext/dom/ -I/svr-setup/php-7.4.27/ext/dom/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/dom/domimplementationsource.c -o ext/dom/domimplementationsource.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -Iext/dom/ -I/svr-setup/php-7.4.27/ext/dom/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/dom/entityreference.c -o ext/dom/entityreference.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -Iext/dom/ -I/svr-setup/php-7.4.27/ext/dom/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/dom/notation.c -o ext/dom/notation.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -Iext/dom/ -I/svr-setup/php-7.4.27/ext/dom/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/dom/xpath.c -o ext/dom/xpath.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -Iext/dom/ -I/svr-setup/php-7.4.27/ext/dom/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/dom/dom_iterators.c -o ext/dom/dom_iterators.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -Iext/dom/ -I/svr-setup/php-7.4.27/ext/dom/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/dom/typeinfo.c -o ext/dom/typeinfo.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -Iext/dom/ -I/svr-setup/php-7.4.27/ext/dom/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/dom/domerror.c -o ext/dom/domerror.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -Iext/dom/ -I/svr-setup/php-7.4.27/ext/dom/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/dom/domlocator.c -o ext/dom/domlocator.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -Iext/dom/ -I/svr-setup/php-7.4.27/ext/dom/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/dom/namednodemap.c -o ext/dom/namednodemap.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -Iext/dom/ -I/svr-setup/php-7.4.27/ext/dom/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/dom/userdatahandler.c -o ext/dom/userdatahandler.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -Iext/enchant/ -I/svr-setup/php-7.4.27/ext/enchant/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/enchant/enchant.c -o ext/enchant/enchant.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/exif/ -I/svr-setup/php-7.4.27/ext/exif/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/exif/exif.c -o ext/exif/exif.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/ffi/ -I/svr-setup/php-7.4.27/ext/ffi/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/ffi/ffi.c -o ext/ffi/ffi.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/ffi/ -I/svr-setup/php-7.4.27/ext/ffi/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/ffi/ffi_parser.c -o ext/ffi/ffi_parser.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/filter/ -I/svr-setup/php-7.4.27/ext/filter/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/filter/filter.c -o ext/filter/filter.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/filter/ -I/svr-setup/php-7.4.27/ext/filter/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/filter/sanitizing_filters.c -o ext/filter/sanitizing_filters.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/filter/ -I/svr-setup/php-7.4.27/ext/filter/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/filter/logical_filters.c -o ext/filter/logical_filters.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/filter/ -I/svr-setup/php-7.4.27/ext/filter/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/filter/callback_filter.c -o ext/filter/callback_filter.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -I/svr-setup/php-7.4.27/ext/gd/libgd -Iext/gd/ -I/svr-setup/php-7.4.27/ext/gd/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/gd/gd.c -o ext/gd/gd.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -I/svr-setup/php-7.4.27/ext/gd/libgd -Iext/gd/ -I/svr-setup/php-7.4.27/ext/gd/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/gd/libgd/gd.c -o ext/gd/libgd/gd.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -I/svr-setup/php-7.4.27/ext/gd/libgd -Iext/gd/ -I/svr-setup/php-7.4.27/ext/gd/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/gd/libgd/gd_gd.c -o ext/gd/libgd/gd_gd.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -I/svr-setup/php-7.4.27/ext/gd/libgd -Iext/gd/ -I/svr-setup/php-7.4.27/ext/gd/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/gd/libgd/gd_gd2.c -o ext/gd/libgd/gd_gd2.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -I/svr-setup/php-7.4.27/ext/gd/libgd -Iext/gd/ -I/svr-setup/php-7.4.27/ext/gd/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/gd/libgd/gd_io.c -o ext/gd/libgd/gd_io.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -I/svr-setup/php-7.4.27/ext/gd/libgd -Iext/gd/ -I/svr-setup/php-7.4.27/ext/gd/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/gd/libgd/gd_io_dp.c -o ext/gd/libgd/gd_io_dp.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -I/svr-setup/php-7.4.27/ext/gd/libgd -Iext/gd/ -I/svr-setup/php-7.4.27/ext/gd/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/gd/libgd/gd_io_file.c -o ext/gd/libgd/gd_io_file.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -I/svr-setup/php-7.4.27/ext/gd/libgd -Iext/gd/ -I/svr-setup/php-7.4.27/ext/gd/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/gd/libgd/gd_ss.c -o ext/gd/libgd/gd_ss.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -I/svr-setup/php-7.4.27/ext/gd/libgd -Iext/gd/ -I/svr-setup/php-7.4.27/ext/gd/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/gd/libgd/gd_io_ss.c -o ext/gd/libgd/gd_io_ss.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -I/svr-setup/php-7.4.27/ext/gd/libgd -Iext/gd/ -I/svr-setup/php-7.4.27/ext/gd/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/gd/libgd/gd_webp.c -o ext/gd/libgd/gd_webp.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -I/svr-setup/php-7.4.27/ext/gd/libgd -Iext/gd/ -I/svr-setup/php-7.4.27/ext/gd/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/gd/libgd/gd_png.c -o ext/gd/libgd/gd_png.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -I/svr-setup/php-7.4.27/ext/gd/libgd -Iext/gd/ -I/svr-setup/php-7.4.27/ext/gd/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/gd/libgd/gd_jpeg.c -o ext/gd/libgd/gd_jpeg.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -I/svr-setup/php-7.4.27/ext/gd/libgd -Iext/gd/ -I/svr-setup/php-7.4.27/ext/gd/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/gd/libgd/gdxpm.c -o ext/gd/libgd/gdxpm.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -I/svr-setup/php-7.4.27/ext/gd/libgd -Iext/gd/ -I/svr-setup/php-7.4.27/ext/gd/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/gd/libgd/gdfontt.c -o ext/gd/libgd/gdfontt.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -I/svr-setup/php-7.4.27/ext/gd/libgd -Iext/gd/ -I/svr-setup/php-7.4.27/ext/gd/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/gd/libgd/gdfonts.c -o ext/gd/libgd/gdfonts.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -I/svr-setup/php-7.4.27/ext/gd/libgd -Iext/gd/ -I/svr-setup/php-7.4.27/ext/gd/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/gd/libgd/gdfontmb.c -o ext/gd/libgd/gdfontmb.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -I/svr-setup/php-7.4.27/ext/gd/libgd -Iext/gd/ -I/svr-setup/php-7.4.27/ext/gd/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/gd/libgd/gdfontl.c -o ext/gd/libgd/gdfontl.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -I/svr-setup/php-7.4.27/ext/gd/libgd -Iext/gd/ -I/svr-setup/php-7.4.27/ext/gd/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/gd/libgd/gdfontg.c -o ext/gd/libgd/gdfontg.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -I/svr-setup/php-7.4.27/ext/gd/libgd -Iext/gd/ -I/svr-setup/php-7.4.27/ext/gd/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/gd/libgd/gdtables.c -o ext/gd/libgd/gdtables.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -I/svr-setup/php-7.4.27/ext/gd/libgd -Iext/gd/ -I/svr-setup/php-7.4.27/ext/gd/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/gd/libgd/gdft.c -o ext/gd/libgd/gdft.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -I/svr-setup/php-7.4.27/ext/gd/libgd -Iext/gd/ -I/svr-setup/php-7.4.27/ext/gd/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/gd/libgd/gdcache.c -o ext/gd/libgd/gdcache.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -I/svr-setup/php-7.4.27/ext/gd/libgd -Iext/gd/ -I/svr-setup/php-7.4.27/ext/gd/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/gd/libgd/gdkanji.c -o ext/gd/libgd/gdkanji.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -I/svr-setup/php-7.4.27/ext/gd/libgd -Iext/gd/ -I/svr-setup/php-7.4.27/ext/gd/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/gd/libgd/wbmp.c -o ext/gd/libgd/wbmp.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -I/svr-setup/php-7.4.27/ext/gd/libgd -Iext/gd/ -I/svr-setup/php-7.4.27/ext/gd/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/gd/libgd/gd_wbmp.c -o ext/gd/libgd/gd_wbmp.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -I/svr-setup/php-7.4.27/ext/gd/libgd -Iext/gd/ -I/svr-setup/php-7.4.27/ext/gd/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/gd/libgd/gdhelpers.c -o ext/gd/libgd/gdhelpers.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -I/svr-setup/php-7.4.27/ext/gd/libgd -Iext/gd/ -I/svr-setup/php-7.4.27/ext/gd/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/gd/libgd/gd_topal.c -o ext/gd/libgd/gd_topal.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -I/svr-setup/php-7.4.27/ext/gd/libgd -Iext/gd/ -I/svr-setup/php-7.4.27/ext/gd/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/gd/libgd/gd_gif_in.c -o ext/gd/libgd/gd_gif_in.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -I/svr-setup/php-7.4.27/ext/gd/libgd -Iext/gd/ -I/svr-setup/php-7.4.27/ext/gd/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/gd/libgd/gd_xbm.c -o ext/gd/libgd/gd_xbm.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -I/svr-setup/php-7.4.27/ext/gd/libgd -Iext/gd/ -I/svr-setup/php-7.4.27/ext/gd/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/gd/libgd/gd_gif_out.c -o ext/gd/libgd/gd_gif_out.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -I/svr-setup/php-7.4.27/ext/gd/libgd -Iext/gd/ -I/svr-setup/php-7.4.27/ext/gd/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/gd/libgd/gd_security.c -o ext/gd/libgd/gd_security.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -I/svr-setup/php-7.4.27/ext/gd/libgd -Iext/gd/ -I/svr-setup/php-7.4.27/ext/gd/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/gd/libgd/gd_filter.c -o ext/gd/libgd/gd_filter.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -I/svr-setup/php-7.4.27/ext/gd/libgd -Iext/gd/ -I/svr-setup/php-7.4.27/ext/gd/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/gd/libgd/gd_pixelate.c -o ext/gd/libgd/gd_pixelate.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -I/svr-setup/php-7.4.27/ext/gd/libgd -Iext/gd/ -I/svr-setup/php-7.4.27/ext/gd/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/gd/libgd/gd_rotate.c -o ext/gd/libgd/gd_rotate.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -I/svr-setup/php-7.4.27/ext/gd/libgd -Iext/gd/ -I/svr-setup/php-7.4.27/ext/gd/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/gd/libgd/gd_color_match.c -o ext/gd/libgd/gd_color_match.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -I/svr-setup/php-7.4.27/ext/gd/libgd -Iext/gd/ -I/svr-setup/php-7.4.27/ext/gd/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/gd/libgd/gd_transform.c -o ext/gd/libgd/gd_transform.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -I/svr-setup/php-7.4.27/ext/gd/libgd -Iext/gd/ -I/svr-setup/php-7.4.27/ext/gd/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/gd/libgd/gd_crop.c -o ext/gd/libgd/gd_crop.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -I/svr-setup/php-7.4.27/ext/gd/libgd -Iext/gd/ -I/svr-setup/php-7.4.27/ext/gd/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/gd/libgd/gd_interpolation.c -o ext/gd/libgd/gd_interpolation.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -I/svr-setup/php-7.4.27/ext/gd/libgd -Iext/gd/ -I/svr-setup/php-7.4.27/ext/gd/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/gd/libgd/gd_matrix.c -o ext/gd/libgd/gd_matrix.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -I/svr-setup/php-7.4.27/ext/gd/libgd -Iext/gd/ -I/svr-setup/php-7.4.27/ext/gd/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/gd/libgd/gd_bmp.c -o ext/gd/libgd/gd_bmp.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -I/svr-setup/php-7.4.27/ext/gd/libgd -Iext/gd/ -I/svr-setup/php-7.4.27/ext/gd/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/gd/libgd/gd_tga.c -o ext/gd/libgd/gd_tga.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -Iext/gettext/ -I/svr-setup/php-7.4.27/ext/gettext/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/gettext/gettext.c -o ext/gettext/gettext.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/gmp/ -I/svr-setup/php-7.4.27/ext/gmp/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/gmp/gmp.c -o ext/gmp/gmp.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -I/svr-setup/php-7.4.27/ext/hash/sha3/generic64lc -DKeccakP200_excluded -DKeccakP400_excluded -DKeccakP800_excluded -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/hash/ -I/svr-setup/php-7.4.27/ext/hash/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/include/imap -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl -I/svr-setup/php-7.4.27/ext/mbstring/libmbfl/mbfl -I/svr-setup/php-7.4.27/fpm-build/ext/mbstring/libmbfl/mbfl -I/usr/include/pspell -I/usr/include/editline -I/usr/local/include -I/svr-setup/php-7.4.27/fpm-build/TSRM -I/svr-setup/php-7.4.27/fpm-build/Zend -I/svr-setup/php-7.4.27/main -I/svr-setup/php-7.4.27/Zend -I/svr-setup/php-7.4.27/TSRM -I/svr-setup/php-7.4.27/fpm-build/ -I/usr/include -O2 -m64 -march=x86-64 -pipe -Wno-deprecated-declarations -Wimplicit-fallthrough=0 -Wno-implicit-function-declaration -Wno-int-conversion -Wno-unused-result -Wno-array-bounds -Wno-missing-profile -fcode-hoisting -Wno-cast-function-type -Wno-cast-align -Wno-implicit-function-declaration -Wno-builtin-declaration-mismatch -fvisibility=hidden -Wall -Wno-strict-aliasing -DZEND_SIGNALS -c /svr-setup/php-7.4.27/ext/hash/hash.c -o ext/hash/hash.lo
/bin/sh /svr-setup/php-7.4.27/fpm-build/libtool --silent --preserve-dup-deps --mode=compile /opt/rh/devtoolset-10/root/usr/bin/gcc -I/svr-setup/php-7.4.27/ext/hash/sha3/generic64lc -DKeccakP200_excluded -DKeccakP400_excluded -DKeccakP800_excluded -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -Iext/hash/ -I/svr-setup/php-7.4.27/ext/hash/ -DPHP_ATOM_INC -I/svr-setup/php-7.4.27/fpm-build/include -I/svr-setup/php-7.4.27/fpm-build/main -I/svr-setup/php-7.4.27 -I/svr-setup/php-7.4.27/fpm-build/ext/date/lib -I/svr-setup/php-7.4.27/ext/date/lib -I/usr/include/libxml2 -I/usr/include/enchant -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/freetype2 -I/usr/includ
View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment