User:Sfiggins/Asterisk 18 on CentOS7
From Labrats.us
Jump to navigationJump to searchInstall and Configure Base OS
Install from CentOS 7 CD (Minimal Install)
Log into newly installed server
Seans-MacBook-Pro:~ sfiggins$ ssh cn38-inverness-co.suburbanbroadband.net Warning: Permanently added 'cn38-inverness-co.suburbanbroadband.net,216.112.193.139' (RSA) to the list of known hosts. sfiggins@cn38-inverness-co.suburbanbroadband.net's password:
Copy authorized_keys from another server
[sfiggins@cn38-inverness-co ~]$ scp -r 216.112.193.138:.ssh/ . The authenticity of host '216.112.193.138 (216.112.193.138)' can't be established. RSA key fingerprint is 5f:61:91:46:5c:c8:4c:a1:2e:25:0b:61:1e:97:d9:ed. Are you sure you want to continue connecting (yes/no)? yes Warning: Permanently added '216.112.193.138' (RSA) to the list of known hosts. sfiggins@216.112.193.138's password: known_hosts 100% 397 0.4KB/s 00:00 authorized_keys 100% 414 0.4KB/s 00:00 [sfiggins@cn38-inverness-co ~]$ logout Connection to cn38-inverness-co.suburbanbroadband.net closed.
Login in using private key
Seans-MacBook-Pro:~ sfiggins$ ssh cn38-inverness-co.suburbanbroadband.net Warning: Permanently added 'cn38-inverness-co.suburbanbroadband.net,216.112.193.139' (RSA) to the list of known hosts. Last login: Wed Dec 2 17:21:54 2020 from 209.116.189.54
Sudo to Root
[sfiggins@cn38-inverness-co ~]$ sudo su - We trust you have received the usual lecture from the local System Administrator. It usually boils down to these three things: #1) Respect the privacy of others. #2) Think before you type. #3) With great power comes great responsibility. [sudo] password for sfiggins: Last login: Wed Dec 2 16:46:45 MST 2020 on tty1
Fix Sudoers
[root@cn38-inverness-co ~]# vi /etc/sudoers
Comment out the below matching line, by adding "# " in beginning of the line.
%wheel ALL=(ALL) ALL
Remove the comment from the below matching line by removing the "# " from the beginning of the line.
# %wheel ALL=(ALL) NOPASSWD: ALL
Save this file using the ":wq!" command, as this file is read-only.
Disable and remove NetworkManager
[root@cn38-inverness-co ~]# /bin/systemctl disable NetworkManager rm '/etc/systemd/system/multi-user.target.wants/NetworkManager.service' rm '/etc/systemd/system/dbus-org.freedesktop.nm-dispatcher.service' rm '/etc/systemd/system/dbus-org.freedesktop.NetworkManager.service' [root@cn38-inverness-co ~]# /bin/systemctl disable NetworkManager-dispatcher [root@cn38-inverness-co ~]# yum erase NetworkManager-tui NetworkManager-glib NetworkManager Loaded plugins: fastestmirror No Match for argument: NetworkManager-glib Resolving Dependencies --> Running transaction check ---> Package NetworkManager.x86_64 1:1.0.0-14.git20150121.b4ea599c.el7 will be erased ---> Package NetworkManager-tui.x86_64 1:1.0.0-14.git20150121.b4ea599c.el7 will be erased --> Finished Dependency Resolution Dependencies Resolved ============================================================================================================== Package Arch Version Repository Size ============================================================================================================== Removing: NetworkManager x86_64 1:1.0.0-14.git20150121.b4ea599c.el7 @anaconda 8.8 M NetworkManager-tui x86_64 1:1.0.0-14.git20150121.b4ea599c.el7 @anaconda 258 k Transaction Summary ============================================================================================================== Remove 2 Packages Installed size: 9.1 M Is this ok [y/N]: y Downloading packages: Running transaction check Running transaction test Transaction test succeeded Running transaction Erasing : 1:NetworkManager-tui-1.0.0-14.git20150121.b4ea599c.el7.x86_64 1/2 Erasing : 1:NetworkManager-1.0.0-14.git20150121.b4ea599c.el7.x86_64 2/2 Verifying : 1:NetworkManager-tui-1.0.0-14.git20150121.b4ea599c.el7.x86_64 1/2 Verifying : 1:NetworkManager-1.0.0-14.git20150121.b4ea599c.el7.x86_64 2/2 Removed: NetworkManager.x86_64 1:1.0.0-14.git20150121.b4ea599c.el7 NetworkManager-tui.x86_64 1:1.0.0-14.git20150121.b4ea599c.el7 Complete!
Disable SELinux
This mostly gets in the way, and we will disable it. There are steps that can be taken to leave this intact and functioning and still allow the system to function propperly, but I'll not discuss that here.
[root@cn38-inverness-co ~]# setenforce 0 [root@cn38-inverness-co ~]# sed -i.bak "s/^SELINUX=.*/SELINUX=disabled/g" /etc/selinux/config
Update System Packages
Update the system packages. Some of the later steps will require give errors depending on system package levels that are available, and it is just good measure to make sure the latest packages are installed.
[root@cn38-inverness-co ~]# yum -y update Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: mirror.dal10.us.leaseweb.net * extras: mirrors.tummy.com * updates: mirror.centos.iad1.serverforge.org Resolving Dependencies --> Running transaction check ---> Package NetworkManager-libnm.x86_64 1:1.0.0-14.git20150121.b4ea599c.el7 will be updated === SNIP === ---> Package libstdc++.i686 0:4.8.5-44.el7 will be installed --> Finished Dependency Resolution Dependencies Resolved ============================================================================================================== Package Arch Version Repository Size ============================================================================================================== Installing: === SNIP === Updating: === SNIP === Installing for dependencies: === SNIP === Transaction Summary ============================================================================================================== Install 8 Packages (+47 Dependent packages) Upgrade 240 Packages Total size: 325 M Total download size: 275 M Downloading packages: Delta RPMs disabled because /usr/bin/applydeltarpm not installed. (1/230): acl-2.2.51-15.el7.x86_64.rpm | 81 kB 00:00:00 === SNIP === (230/230): tzdata-2020d-2.el7.noarch.rpm | 499 kB 00:00:00 -------------------------------------------------------------------------------------------------------------- Total 17 MB/s | 275 MB 00:00:16 Running transaction check Running transaction test Transaction test succeeded Running transaction Updating : libgcc-4.8.5-44.el7.x86_64 1/539 Installing : 1:grub2-common-2.02-0.86.el7.centos.noarch 2/539 Updating : centos-release-7-9.2009.1.el7.centos.x86_64 3/539 === SNIP === Installing : rdma-core-22.4-5.el7.i686 295/539 Cleanup : tuned-2.4.1-1.el7.noarch 296/539 === SNIP === Cleanup : 12:dhclient-4.2.5-36.el7.centos.x86_64 385/539 UPGRADE: Automatically re-enabling default systemd units: brandbot.path rhel-autorelabel.service rhel-autorelabel-mark.service rhel-configure.service rhel-dmesg.service rhel-domainname.service rhel-import-state.service rhel-loadmodules.service rhel-readonly.service Cleanup : initscripts-9.49.24-1.el7.x86_64 386/539 === SNIP === Cleanup : libgcc-4.8.3-9.el7.x86_64 539/539 Verifying : glibc-common-2.17-317.el7.x86_64 1/539 === SNIP === Verifying : 7:device-mapper-1.02.93-3.el7.x86_64 539/539 Installed: grub2.x86_64 1:2.02-0.86.el7.centos grub2-tools.x86_64 1:2.02-0.86.el7.centos grub2-tools-extra.x86_64 1:2.02-0.86.el7.centos grub2-tools-minimal.x86_64 1:2.02-0.86.el7.centos kernel.x86_64 0:3.10.0-1160.6.1.el7 python-gobject-base.x86_64 0:3.22.0-1.el7_4.1 rdma-core.i686 0:22.4-5.el7 rdma-core.x86_64 0:22.4-5.el7 Dependency Installed: GeoIP.x86_64 0:1.5.0-14.el7 audit-libs.i686 0:2.8.5-4.el7 === SNIP === zlib.i686 0:1.2.7-18.el7 Updated: NetworkManager-libnm.x86_64 1:1.18.8-2.el7_9 === SNIP === zlib.x86_64 0:1.2.7-18.el7 Replaced: grub2.x86_64 1:2.02-0.16.el7.centos grub2-tools.x86_64 1:2.02-0.16.el7.centos pygobject3-base.x86_64 0:3.8.2-6.el7 rdma.noarch 0:7.1_3.17-5.el7 Complete!
Install Additional Packages
[root@cn38-inverness-co ~]# yum -y install finger nc net-snmp net-snmp-perl net-snmp-utils ntp perl-Date-Manip \ perl-DBD-SQLite sssd tcp_wrappers tcpdump telnet tftp tog-pegasus traceroute \ vim-enhanced wget oddjob-mkhomedir net-tools yum-cron bind-utils Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: mirror.dal10.us.leaseweb.net * extras: mirrors.tummy.com * updates: mirror.centos.iad1.serverforge.org Resolving Dependencies --> Running transaction check ---> Package bind-utils.x86_64 32:9.11.4-26.P2.el7_9.2 will be installed --> Processing Dependency: bind-libs(x86-64) = 32:9.11.4-26.P2.el7_9.2 for package: 32:bind-utils-9.11.4-26.P2.el7_9.2.x86_64 === SNIP === ---> Package pcre-devel.x86_64 0:8.32-17.el7 will be installed --> Finished Dependency Resolution Dependencies Resolved ============================================================================================================== Package Arch Version Repository Size ============================================================================================================== Installing: bind-utils x86_64 32:9.11.4-26.P2.el7_9.2 updates 260 k === SNIP === yum-cron noarch 3.4.3-168.el7.centos base 66 k Installing for dependencies: autogen-libopts x86_64 5.18-5.el7 base 66 k === SNIP === zlib-devel x86_64 1.2.7-18.el7 base 50 k Transaction Summary ============================================================================================================== Install 21 Packages (+114 Dependent packages) Total size: 59 M Installed size: 166 M Downloading packages: Running transaction check Running transaction test Transaction test succeeded Running transaction Installing : libtalloc-2.1.16-1.el7.x86_64 1/135 === SNIP === Installing : finger-0.17-52.el7.x86_64 135/135 Verifying : perl-HTTP-Tiny-0.033-3.el7.noarch 1/135 === SNIP === Verifying : 2:nmap-ncat-6.40-19.el7.x86_64 135/135 Installed: bind-utils.x86_64 32:9.11.4-26.P2.el7_9.2 finger.x86_64 0:0.17-52.el7 net-snmp.x86_64 1:5.7.2-49.el7 net-snmp-perl.x86_64 1:5.7.2-49.el7 net-snmp-utils.x86_64 1:5.7.2-49.el7 net-tools.x86_64 0:2.0-0.25.20131004git.el7 nmap-ncat.x86_64 2:6.40-19.el7 ntp.x86_64 0:4.2.6p5-29.el7.centos.2 oddjob-mkhomedir.x86_64 0:0.31.5-4.el7 perl-DBD-SQLite.x86_64 0:1.39-3.el7 perl-Date-Manip.noarch 0:6.41-2.el7 sssd.x86_64 0:1.16.5-10.el7_9.5 tcp_wrappers.x86_64 0:7.6-77.el7 tcpdump.x86_64 14:4.9.2-4.el7_7.1 telnet.x86_64 1:0.17-66.el7 tftp.x86_64 0:5.2-22.el7 tog-pegasus.x86_64 2:2.14.1-8.el7 traceroute.x86_64 3:2.0.22-2.el7 vim-enhanced.x86_64 2:7.4.629-7.el7 wget.x86_64 0:1.14-18.el7_6.1 yum-cron.noarch 0:3.4.3-168.el7.centos Dependency Installed: autogen-libopts.x86_64 0:5.18-5.el7 === SNIP === zlib-devel.x86_64 0:1.2.7-18.el7 Complete!
Fix Timezone
[root@cn38-inverness-co ~]# rm -f /etc/localtime [root@cn38-inverness-co ~]# ln -s /usr/share/zoneinfo/MST7MDT /etc/localtime
Disable RPF
[root@cn38-inverness-co ~]# echo "net.ipv4.conf.default.rp_filter = 0" > /etc/sysctl.d/rpfilter.conf
Install vmtools (if virtual)
[root@cn38-inverness-co ~]# yum -y install open-vm-tools Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: mirror.dal10.us.leaseweb.net * extras: mirrors.tummy.com * updates: mirror.centos.iad1.serverforge.org Resolving Dependencies --> Running transaction check ---> Package open-vm-tools.x86_64 0:11.0.5-3.el7_9.1 will be installed --> Processing Dependency: xmlsec1-openssl for package: open-vm-tools-11.0.5-3.el7_9.1.x86_64 --> Processing Dependency: libfuse.so.2(FUSE_2.6)(64bit) for package: open-vm-tools-11.0.5-3.el7_9.1.x86_64 --> Processing Dependency: libfuse.so.2(FUSE_2.5)(64bit) for package: open-vm-tools-11.0.5-3.el7_9.1.x86_64 --> Processing Dependency: fuse for package: open-vm-tools-11.0.5-3.el7_9.1.x86_64 --> Processing Dependency: libxslt.so.1()(64bit) for package: open-vm-tools-11.0.5-3.el7_9.1.x86_64 --> Processing Dependency: libxmlsec1.so.1()(64bit) for package: open-vm-tools-11.0.5-3.el7_9.1.x86_64 --> Processing Dependency: libmspack.so.0()(64bit) for package: open-vm-tools-11.0.5-3.el7_9.1.x86_64 --> Processing Dependency: libltdl.so.7()(64bit) for package: open-vm-tools-11.0.5-3.el7_9.1.x86_64 --> Processing Dependency: libfuse.so.2()(64bit) for package: open-vm-tools-11.0.5-3.el7_9.1.x86_64 --> Running transaction check ---> Package fuse.x86_64 0:2.9.2-11.el7 will be installed ---> Package fuse-libs.x86_64 0:2.9.2-11.el7 will be installed ---> Package libmspack.x86_64 0:0.5-0.8.alpha.el7 will be installed ---> Package libtool-ltdl.x86_64 0:2.4.2-22.el7_3 will be installed ---> Package libxslt.x86_64 0:1.1.28-6.el7 will be installed ---> Package xmlsec1.x86_64 0:1.2.20-7.el7_4 will be installed ---> Package xmlsec1-openssl.x86_64 0:1.2.20-7.el7_4 will be installed --> Finished Dependency Resolution Dependencies Resolved ============================================================================================================== Package Arch Version Repository Size ============================================================================================================== Installing: open-vm-tools x86_64 11.0.5-3.el7_9.1 updates 676 k Installing for dependencies: fuse x86_64 2.9.2-11.el7 base 86 k fuse-libs x86_64 2.9.2-11.el7 base 93 k libmspack x86_64 0.5-0.8.alpha.el7 base 64 k libtool-ltdl x86_64 2.4.2-22.el7_3 base 49 k libxslt x86_64 1.1.28-6.el7 base 242 k xmlsec1 x86_64 1.2.20-7.el7_4 base 177 k xmlsec1-openssl x86_64 1.2.20-7.el7_4 base 76 k Transaction Summary ============================================================================================================== Install 1 Package (+7 Dependent packages) Total download size: 1.4 M Installed size: 4.0 M Downloading packages: (1/8): fuse-2.9.2-11.el7.x86_64.rpm | 86 kB 00:00:00 (2/8): fuse-libs-2.9.2-11.el7.x86_64.rpm | 93 kB 00:00:00 (3/8): libtool-ltdl-2.4.2-22.el7_3.x86_64.rpm | 49 kB 00:00:00 (4/8): libmspack-0.5-0.8.alpha.el7.x86_64.rpm | 64 kB 00:00:00 (5/8): xmlsec1-1.2.20-7.el7_4.x86_64.rpm | 177 kB 00:00:00 (6/8): libxslt-1.1.28-6.el7.x86_64.rpm | 242 kB 00:00:00 (7/8): xmlsec1-openssl-1.2.20-7.el7_4.x86_64.rpm | 76 kB 00:00:00 (8/8): open-vm-tools-11.0.5-3.el7_9.1.x86_64.rpm | 676 kB 00:00:00 -------------------------------------------------------------------------------------------------------------- Total 1.4 MB/s | 1.4 MB 00:00:00 Running transaction check Running transaction test Transaction test succeeded Running transaction Installing : libtool-ltdl-2.4.2-22.el7_3.x86_64 1/8 Installing : libxslt-1.1.28-6.el7.x86_64 2/8 Installing : xmlsec1-1.2.20-7.el7_4.x86_64 3/8 Installing : xmlsec1-openssl-1.2.20-7.el7_4.x86_64 4/8 Installing : fuse-2.9.2-11.el7.x86_64 5/8 Installing : fuse-libs-2.9.2-11.el7.x86_64 6/8 Installing : libmspack-0.5-0.8.alpha.el7.x86_64 7/8 Installing : open-vm-tools-11.0.5-3.el7_9.1.x86_64 8/8 Verifying : libmspack-0.5-0.8.alpha.el7.x86_64 1/8 Verifying : fuse-libs-2.9.2-11.el7.x86_64 2/8 Verifying : fuse-2.9.2-11.el7.x86_64 3/8 Verifying : xmlsec1-openssl-1.2.20-7.el7_4.x86_64 4/8 Verifying : libxslt-1.1.28-6.el7.x86_64 5/8 Verifying : xmlsec1-1.2.20-7.el7_4.x86_64 6/8 Verifying : open-vm-tools-11.0.5-3.el7_9.1.x86_64 7/8 Verifying : libtool-ltdl-2.4.2-22.el7_3.x86_64 8/8 Installed: open-vm-tools.x86_64 0:11.0.5-3.el7_9.1 Dependency Installed: fuse.x86_64 0:2.9.2-11.el7 fuse-libs.x86_64 0:2.9.2-11.el7 libmspack.x86_64 0:0.5-0.8.alpha.el7 libtool-ltdl.x86_64 0:2.4.2-22.el7_3 libxslt.x86_64 0:1.1.28-6.el7 xmlsec1.x86_64 0:1.2.20-7.el7_4 xmlsec1-openssl.x86_64 0:1.2.20-7.el7_4 Complete!
Reboot Server
[root@cn38-inverness-co ~]# shutdown -r now Connection to cn38-inverness-co.suburbanbroadband.net closed by remote host. Connection to cn38-inverness-co.suburbanbroadband.net closed.
Remove old kernel
[root@cn38-inverness-co ~]# rpm -qa | grep kernel kernel-tools-libs-3.10.0-1160.6.1.el7.x86_64 kernel-headers-3.10.0-1160.6.1.el7.x86_64 kernel-3.10.0-1160.6.1.el7.x86_64 kernel-3.10.0-229.el7.x86_64 kernel-tools-3.10.0-1160.6.1.el7.x86_64 [root@cn38-inverness-co ~]# yum -y erase kernel-3.10.0-229.el7.x86_64 Loaded plugins: fastestmirror Resolving Dependencies --> Running transaction check ---> Package kernel.x86_64 0:3.10.0-229.el7 will be erased --> Finished Dependency Resolution Dependencies Resolved ============================================================================================================== Package Arch Version Repository Size ============================================================================================================== Removing: kernel x86_64 3.10.0-229.el7 @anaconda 131 M Transaction Summary ============================================================================================================== Remove 1 Package Installed size: 131 M Downloading packages: Running transaction check Running transaction test Transaction test succeeded Running transaction Erasing : kernel-3.10.0-229.el7.x86_64 1/1 warning: file /lib/modules/3.10.0-229.el7.x86_64/modules.softdep: remove failed: No such file or directory warning: file /lib/modules/3.10.0-229.el7.x86_64/modules.devname: remove failed: No such file or directory Verifying : kernel-3.10.0-229.el7.x86_64 1/1 Removed: kernel.x86_64 0:3.10.0-229.el7 Complete!
Download and Compile Asterisk 18.1.0
Install Development Packages
[root@cn38-inverness-co ~]# yum -y install gcc ncurses-devel openssl-devel gcc-c++ gnutls-devel make wget openssh openssh-clients openssh-server ntp sendmail rsync ftp mysql mysql-server mysql-devel curl curl-devel traceroute telnet which rpm-build flex gcc newt-devel libusb-devel net-snmp-utils bison byacc libxml2-devel vixie-cron mailx xinetd tcpdump Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: mirror.dal10.us.leaseweb.net * extras: mirrors.tummy.com * updates: mirror.centos.iad1.serverforge.org Package gcc-4.8.5-44.el7.x86_64 already installed and latest version Package 1:openssl-devel-1.0.2k-19.el7.x86_64 already installed and latest version Package 1:make-3.82-24.el7.x86_64 already installed and latest version Package wget-1.14-18.el7_6.1.x86_64 already installed and latest version Package openssh-7.4p1-21.el7.x86_64 already installed and latest version Package openssh-clients-7.4p1-21.el7.x86_64 already installed and latest version Package openssh-server-7.4p1-21.el7.x86_64 already installed and latest version Package ntp-4.2.6p5-29.el7.centos.2.x86_64 already installed and latest version No package mysql-server available. Package curl-7.29.0-59.el7_9.1.x86_64 already installed and latest version Package 3:traceroute-2.0.22-2.el7.x86_64 already installed and latest version Package 1:telnet-0.17-66.el7.x86_64 already installed and latest version Package which-2.20-7.el7.x86_64 already installed and latest version Package gcc-4.8.5-44.el7.x86_64 already installed and latest version Package 1:net-snmp-utils-5.7.2-49.el7.x86_64 already installed and latest version No package vixie-cron available. Package 14:tcpdump-4.9.2-4.el7_7.1.x86_64 already installed and latest version Resolving Dependencies --> Running transaction check ---> Package bison.x86_64 0:3.0.4-2.el7 will be installed --> Processing Dependency: m4 >= 1.4 for package: bison-3.0.4-2.el7.x86_64 ---> Package byacc.x86_64 0:1.9.20130304-3.el7 will be installed ---> Package flex.x86_64 0:2.5.37-6.el7 will be installed ---> Package ftp.x86_64 0:0.17-67.el7 will be installed ---> Package gcc-c++.x86_64 0:4.8.5-44.el7 will be installed --> Processing Dependency: libstdc++-devel = 4.8.5-44.el7 for package: gcc-c++-4.8.5-44.el7.x86_64 ---> Package gnutls-devel.x86_64 0:3.3.29-9.el7_6 will be installed --> Processing Dependency: gnutls-dane(x86-64) = 3.3.29-9.el7_6 for package: gnutls-devel-3.3.29-9.el7_6.x86_64 --> Processing Dependency: gnutls-c++(x86-64) = 3.3.29-9.el7_6 for package: gnutls-devel-3.3.29-9.el7_6.x86_64 --> Processing Dependency: pkgconfig(p11-kit-1) for package: gnutls-devel-3.3.29-9.el7_6.x86_64 --> Processing Dependency: pkgconfig(nettle) for package: gnutls-devel-3.3.29-9.el7_6.x86_64 --> Processing Dependency: pkgconfig(libtasn1) for package: gnutls-devel-3.3.29-9.el7_6.x86_64 --> Processing Dependency: pkgconfig(hogweed) for package: gnutls-devel-3.3.29-9.el7_6.x86_64 --> Processing Dependency: libgnutlsxx.so.28()(64bit) for package: gnutls-devel-3.3.29-9.el7_6.x86_64 --> Processing Dependency: libgnutls-dane.so.0()(64bit) for package: gnutls-devel-3.3.29-9.el7_6.x86_64 ---> Package libcurl-devel.x86_64 0:7.29.0-59.el7_9.1 will be installed base/7/x86_64/filelists_db | 7.2 MB 00:00:00 updates/7/x86_64/filelists_db | 2.1 MB 00:00:00 ---> Package libusb-devel.x86_64 1:0.1.4-3.el7 will be installed --> Processing Dependency: libusb = 1:0.1.4-3.el7 for package: 1:libusb-devel-0.1.4-3.el7.x86_64 --> Processing Dependency: libusb-0.1.so.4()(64bit) for package: 1:libusb-devel-0.1.4-3.el7.x86_64 ---> Package libxml2-devel.x86_64 0:2.9.1-6.el7.5 will be installed ---> Package mailx.x86_64 0:12.5-19.el7 will be installed ---> Package mariadb.x86_64 1:5.5.68-1.el7 will be installed ---> Package mariadb-devel.x86_64 1:5.5.68-1.el7 will be installed ---> Package ncurses-devel.x86_64 0:5.9-14.20130511.el7_4 will be installed ---> Package newt-devel.x86_64 0:0.52.15-4.el7 will be installed --> Processing Dependency: slang-devel for package: newt-devel-0.52.15-4.el7.x86_64 ---> Package rpm-build.x86_64 0:4.11.3-45.el7 will be installed --> Processing Dependency: patch >= 2.5 for package: rpm-build-4.11.3-45.el7.x86_64 --> Processing Dependency: elfutils >= 0.128 for package: rpm-build-4.11.3-45.el7.x86_64 --> Processing Dependency: unzip for package: rpm-build-4.11.3-45.el7.x86_64 --> Processing Dependency: system-rpm-config for package: rpm-build-4.11.3-45.el7.x86_64 --> Processing Dependency: perl(Thread::Queue) for package: rpm-build-4.11.3-45.el7.x86_64 --> Processing Dependency: bzip2 for package: rpm-build-4.11.3-45.el7.x86_64 --> Processing Dependency: /usr/bin/gdb-add-index for package: rpm-build-4.11.3-45.el7.x86_64 ---> Package rsync.x86_64 0:3.1.2-10.el7 will be installed ---> Package sendmail.x86_64 0:8.14.7-6.el7 will be installed --> Processing Dependency: procmail for package: sendmail-8.14.7-6.el7.x86_64 --> Processing Dependency: /usr/sbin/saslauthd for package: sendmail-8.14.7-6.el7.x86_64 --> Processing Dependency: libhesiod.so.0()(64bit) for package: sendmail-8.14.7-6.el7.x86_64 ---> Package xinetd.x86_64 2:2.3.15-14.el7 will be installed --> Running transaction check ---> Package bzip2.x86_64 0:1.0.6-13.el7 will be installed ---> Package cyrus-sasl.x86_64 0:2.1.26-23.el7 will be installed ---> Package elfutils.x86_64 0:0.176-5.el7 will be installed ---> Package gdb.x86_64 0:7.6.1-120.el7 will be installed ---> Package gnutls-c++.x86_64 0:3.3.29-9.el7_6 will be installed ---> Package gnutls-dane.x86_64 0:3.3.29-9.el7_6 will be installed --> Processing Dependency: libunbound.so.2()(64bit) for package: gnutls-dane-3.3.29-9.el7_6.x86_64 ---> Package hesiod.x86_64 0:3.2.1-3.el7 will be installed ---> Package libstdc++-devel.x86_64 0:4.8.5-44.el7 will be installed ---> Package libtasn1-devel.x86_64 0:4.10-1.el7 will be installed ---> Package libusb.x86_64 1:0.1.4-3.el7 will be installed --> Processing Dependency: libusb-1.0.so.0()(64bit) for package: 1:libusb-0.1.4-3.el7.x86_64 ---> Package m4.x86_64 0:1.4.16-10.el7 will be installed ---> Package nettle-devel.x86_64 0:2.7.1-8.el7 will be installed --> Processing Dependency: gmp-devel(x86-64) for package: nettle-devel-2.7.1-8.el7.x86_64 ---> Package p11-kit-devel.x86_64 0:0.23.5-3.el7 will be installed ---> Package patch.x86_64 0:2.7.1-12.el7_7 will be installed ---> Package perl-Thread-Queue.noarch 0:3.02-2.el7 will be installed ---> Package procmail.x86_64 0:3.22-36.el7_4.1 will be installed ---> Package redhat-rpm-config.noarch 0:9.1.0-88.el7.centos will be installed --> Processing Dependency: dwz >= 0.4 for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch --> Processing Dependency: zip for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch --> Processing Dependency: python-srpm-macros for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch --> Processing Dependency: perl-srpm-macros for package: redhat-rpm-config-9.1.0-88.el7.centos.noarch ---> Package slang-devel.x86_64 0:2.2.4-11.el7 will be installed ---> Package unzip.x86_64 0:6.0-21.el7 will be installed --> Running transaction check ---> Package dwz.x86_64 0:0.11-3.el7 will be installed ---> Package gmp-devel.x86_64 1:6.0.0-15.el7 will be installed ---> Package libusbx.x86_64 0:1.0.21-1.el7 will be installed ---> Package perl-srpm-macros.noarch 0:1-8.el7 will be installed ---> Package python-srpm-macros.noarch 0:3-34.el7 will be installed ---> Package unbound-libs.x86_64 0:1.6.6-5.el7_8 will be installed --> Processing Dependency: libevent-2.0.so.5()(64bit) for package: unbound-libs-1.6.6-5.el7_8.x86_64 ---> Package zip.x86_64 0:3.0-11.el7 will be installed --> Running transaction check ---> Package libevent.x86_64 0:2.0.21-4.el7 will be installed --> Finished Dependency Resolution Dependencies Resolved ============================================================================================================== Package Arch Version Repository Size ============================================================================================================== Installing: bison x86_64 3.0.4-2.el7 base 674 k byacc x86_64 1.9.20130304-3.el7 base 65 k flex x86_64 2.5.37-6.el7 base 293 k ftp x86_64 0.17-67.el7 base 61 k gcc-c++ x86_64 4.8.5-44.el7 base 7.2 M gnutls-devel x86_64 3.3.29-9.el7_6 base 1.4 M libcurl-devel x86_64 7.29.0-59.el7_9.1 updates 303 k libusb-devel x86_64 1:0.1.4-3.el7 base 33 k libxml2-devel x86_64 2.9.1-6.el7.5 base 1.1 M mailx x86_64 12.5-19.el7 base 245 k mariadb x86_64 1:5.5.68-1.el7 base 8.8 M mariadb-devel x86_64 1:5.5.68-1.el7 base 757 k ncurses-devel x86_64 5.9-14.20130511.el7_4 base 712 k newt-devel x86_64 0.52.15-4.el7 base 51 k rpm-build x86_64 4.11.3-45.el7 base 149 k rsync x86_64 3.1.2-10.el7 base 404 k sendmail x86_64 8.14.7-6.el7 base 737 k xinetd x86_64 2:2.3.15-14.el7 base 128 k Installing for dependencies: bzip2 x86_64 1.0.6-13.el7 base 52 k cyrus-sasl x86_64 2.1.26-23.el7 base 88 k dwz x86_64 0.11-3.el7 base 99 k elfutils x86_64 0.176-5.el7 base 308 k gdb x86_64 7.6.1-120.el7 base 2.4 M gmp-devel x86_64 1:6.0.0-15.el7 base 181 k gnutls-c++ x86_64 3.3.29-9.el7_6 base 34 k gnutls-dane x86_64 3.3.29-9.el7_6 base 36 k hesiod x86_64 3.2.1-3.el7 base 30 k libevent x86_64 2.0.21-4.el7 base 214 k libstdc++-devel x86_64 4.8.5-44.el7 base 1.5 M libtasn1-devel x86_64 4.10-1.el7 base 75 k libusb x86_64 1:0.1.4-3.el7 base 19 k libusbx x86_64 1.0.21-1.el7 base 61 k m4 x86_64 1.4.16-10.el7 base 256 k nettle-devel x86_64 2.7.1-8.el7 base 471 k p11-kit-devel x86_64 0.23.5-3.el7 base 24 k patch x86_64 2.7.1-12.el7_7 base 111 k perl-Thread-Queue noarch 3.02-2.el7 base 17 k perl-srpm-macros noarch 1-8.el7 base 4.6 k procmail x86_64 3.22-36.el7_4.1 base 171 k python-srpm-macros noarch 3-34.el7 base 8.8 k redhat-rpm-config noarch 9.1.0-88.el7.centos base 81 k slang-devel x86_64 2.2.4-11.el7 base 91 k unbound-libs x86_64 1.6.6-5.el7_8 base 406 k unzip x86_64 6.0-21.el7 base 171 k zip x86_64 3.0-11.el7 base 260 k Transaction Summary ============================================================================================================== Install 18 Packages (+27 Dependent packages) Total download size: 30 M Installed size: 110 M Downloading packages: (1/45): byacc-1.9.20130304-3.el7.x86_64.rpm | 65 kB 00:00:00 (2/45): bzip2-1.0.6-13.el7.x86_64.rpm | 52 kB 00:00:00 (3/45): cyrus-sasl-2.1.26-23.el7.x86_64.rpm | 88 kB 00:00:00 (4/45): bison-3.0.4-2.el7.x86_64.rpm | 674 kB 00:00:00 (5/45): dwz-0.11-3.el7.x86_64.rpm | 99 kB 00:00:00 (6/45): elfutils-0.176-5.el7.x86_64.rpm | 308 kB 00:00:00 (7/45): ftp-0.17-67.el7.x86_64.rpm | 61 kB 00:00:00 (8/45): flex-2.5.37-6.el7.x86_64.rpm | 293 kB 00:00:00 (9/45): gdb-7.6.1-120.el7.x86_64.rpm | 2.4 MB 00:00:00 (10/45): gmp-devel-6.0.0-15.el7.x86_64.rpm | 181 kB 00:00:00 (11/45): gcc-c++-4.8.5-44.el7.x86_64.rpm | 7.2 MB 00:00:00 (12/45): gnutls-c++-3.3.29-9.el7_6.x86_64.rpm | 34 kB 00:00:00 (13/45): gnutls-dane-3.3.29-9.el7_6.x86_64.rpm | 36 kB 00:00:00 (14/45): hesiod-3.2.1-3.el7.x86_64.rpm | 30 kB 00:00:00 (15/45): gnutls-devel-3.3.29-9.el7_6.x86_64.rpm | 1.4 MB 00:00:00 (16/45): libevent-2.0.21-4.el7.x86_64.rpm | 214 kB 00:00:00 (17/45): libstdc++-devel-4.8.5-44.el7.x86_64.rpm | 1.5 MB 00:00:00 (18/45): libtasn1-devel-4.10-1.el7.x86_64.rpm | 75 kB 00:00:00 (19/45): libusb-0.1.4-3.el7.x86_64.rpm | 19 kB 00:00:00 (20/45): libusb-devel-0.1.4-3.el7.x86_64.rpm | 33 kB 00:00:00 (21/45): libusbx-1.0.21-1.el7.x86_64.rpm | 61 kB 00:00:00 (22/45): libxml2-devel-2.9.1-6.el7.5.x86_64.rpm | 1.1 MB 00:00:00 (23/45): m4-1.4.16-10.el7.x86_64.rpm | 256 kB 00:00:00 (24/45): libcurl-devel-7.29.0-59.el7_9.1.x86_64.rpm | 303 kB 00:00:00 (25/45): mailx-12.5-19.el7.x86_64.rpm | 245 kB 00:00:00 (26/45): mariadb-devel-5.5.68-1.el7.x86_64.rpm | 757 kB 00:00:00 (27/45): ncurses-devel-5.9-14.20130511.el7_4.x86_64.rpm | 712 kB 00:00:00 (28/45): mariadb-5.5.68-1.el7.x86_64.rpm | 8.8 MB 00:00:00 (29/45): nettle-devel-2.7.1-8.el7.x86_64.rpm | 471 kB 00:00:00 (30/45): p11-kit-devel-0.23.5-3.el7.x86_64.rpm | 24 kB 00:00:00 (31/45): newt-devel-0.52.15-4.el7.x86_64.rpm | 51 kB 00:00:00 (32/45): patch-2.7.1-12.el7_7.x86_64.rpm | 111 kB 00:00:00 (33/45): perl-srpm-macros-1-8.el7.noarch.rpm | 4.6 kB 00:00:00 (34/45): procmail-3.22-36.el7_4.1.x86_64.rpm | 171 kB 00:00:00 (35/45): python-srpm-macros-3-34.el7.noarch.rpm | 8.8 kB 00:00:00 (36/45): perl-Thread-Queue-3.02-2.el7.noarch.rpm | 17 kB 00:00:00 (37/45): redhat-rpm-config-9.1.0-88.el7.centos.noarch.rpm | 81 kB 00:00:00 (38/45): rsync-3.1.2-10.el7.x86_64.rpm | 404 kB 00:00:00 (39/45): sendmail-8.14.7-6.el7.x86_64.rpm | 737 kB 00:00:00 (40/45): rpm-build-4.11.3-45.el7.x86_64.rpm | 149 kB 00:00:00 (41/45): slang-devel-2.2.4-11.el7.x86_64.rpm | 91 kB 00:00:00 (42/45): unbound-libs-1.6.6-5.el7_8.x86_64.rpm | 406 kB 00:00:00 (43/45): unzip-6.0-21.el7.x86_64.rpm | 171 kB 00:00:00 (44/45): xinetd-2.3.15-14.el7.x86_64.rpm | 128 kB 00:00:00 (45/45): zip-3.0-11.el7.x86_64.rpm | 260 kB 00:00:00 -------------------------------------------------------------------------------------------------------------- Total 13 MB/s | 30 MB 00:00:02 Running transaction check Running transaction test Transaction test succeeded Running transaction Installing : m4-1.4.16-10.el7.x86_64 1/45 Installing : cyrus-sasl-2.1.26-23.el7.x86_64 2/45 Installing : libstdc++-devel-4.8.5-44.el7.x86_64 3/45 Installing : libtasn1-devel-4.10-1.el7.x86_64 4/45 Installing : zip-3.0-11.el7.x86_64 5/45 Installing : elfutils-0.176-5.el7.x86_64 6/45 Installing : hesiod-3.2.1-3.el7.x86_64 7/45 Installing : libevent-2.0.21-4.el7.x86_64 8/45 Installing : unbound-libs-1.6.6-5.el7_8.x86_64 9/45 Installing : gnutls-dane-3.3.29-9.el7_6.x86_64 10/45 Installing : unzip-6.0-21.el7.x86_64 11/45 Installing : libusbx-1.0.21-1.el7.x86_64 12/45 Installing : 1:libusb-0.1.4-3.el7.x86_64 13/45 Installing : patch-2.7.1-12.el7_7.x86_64 14/45 Installing : python-srpm-macros-3-34.el7.noarch 15/45 Installing : p11-kit-devel-0.23.5-3.el7.x86_64 16/45 Installing : slang-devel-2.2.4-11.el7.x86_64 17/45 Installing : dwz-0.11-3.el7.x86_64 18/45 Installing : gdb-7.6.1-120.el7.x86_64 19/45 Installing : perl-Thread-Queue-3.02-2.el7.noarch 20/45 Installing : perl-srpm-macros-1-8.el7.noarch 21/45 Installing : redhat-rpm-config-9.1.0-88.el7.centos.noarch 22/45 Installing : procmail-3.22-36.el7_4.1.x86_64 23/45 Installing : bzip2-1.0.6-13.el7.x86_64 24/45 Installing : gnutls-c++-3.3.29-9.el7_6.x86_64 25/45 Installing : 1:gmp-devel-6.0.0-15.el7.x86_64 26/45 Installing : nettle-devel-2.7.1-8.el7.x86_64 27/45 Installing : gnutls-devel-3.3.29-9.el7_6.x86_64 28/45 Installing : rpm-build-4.11.3-45.el7.x86_64 29/45 Installing : sendmail-8.14.7-6.el7.x86_64 30/45 Installing : newt-devel-0.52.15-4.el7.x86_64 31/45 Installing : 1:libusb-devel-0.1.4-3.el7.x86_64 32/45 Installing : gcc-c++-4.8.5-44.el7.x86_64 33/45 Installing : flex-2.5.37-6.el7.x86_64 34/45 Installing : bison-3.0.4-2.el7.x86_64 35/45 Installing : mailx-12.5-19.el7.x86_64 36/45 Installing : 1:mariadb-5.5.68-1.el7.x86_64 37/45 Installing : 1:mariadb-devel-5.5.68-1.el7.x86_64 38/45 Installing : libcurl-devel-7.29.0-59.el7_9.1.x86_64 39/45 Installing : libxml2-devel-2.9.1-6.el7.5.x86_64 40/45 Installing : ftp-0.17-67.el7.x86_64 41/45 Installing : ncurses-devel-5.9-14.20130511.el7_4.x86_64 42/45 Installing : rsync-3.1.2-10.el7.x86_64 43/45 Installing : byacc-1.9.20130304-3.el7.x86_64 44/45 Installing : 2:xinetd-2.3.15-14.el7.x86_64 45/45 Verifying : gcc-c++-4.8.5-44.el7.x86_64 1/45 Verifying : 1:gmp-devel-6.0.0-15.el7.x86_64 2/45 Verifying : 2:xinetd-2.3.15-14.el7.x86_64 3/45 Verifying : gnutls-dane-3.3.29-9.el7_6.x86_64 4/45 Verifying : byacc-1.9.20130304-3.el7.x86_64 5/45 Verifying : newt-devel-0.52.15-4.el7.x86_64 6/45 Verifying : m4-1.4.16-10.el7.x86_64 7/45 Verifying : rsync-3.1.2-10.el7.x86_64 8/45 Verifying : sendmail-8.14.7-6.el7.x86_64 9/45 Verifying : 1:libusb-0.1.4-3.el7.x86_64 10/45 Verifying : gnutls-c++-3.3.29-9.el7_6.x86_64 11/45 Verifying : bzip2-1.0.6-13.el7.x86_64 12/45 Verifying : procmail-3.22-36.el7_4.1.x86_64 13/45 Verifying : perl-srpm-macros-1-8.el7.noarch 14/45 Verifying : ncurses-devel-5.9-14.20130511.el7_4.x86_64 15/45 Verifying : perl-Thread-Queue-3.02-2.el7.noarch 16/45 Verifying : rpm-build-4.11.3-45.el7.x86_64 17/45 Verifying : gdb-7.6.1-120.el7.x86_64 18/45 Verifying : dwz-0.11-3.el7.x86_64 19/45 Verifying : slang-devel-2.2.4-11.el7.x86_64 20/45 Verifying : p11-kit-devel-0.23.5-3.el7.x86_64 21/45 Verifying : python-srpm-macros-3-34.el7.noarch 22/45 Verifying : patch-2.7.1-12.el7_7.x86_64 23/45 Verifying : libusbx-1.0.21-1.el7.x86_64 24/45 Verifying : unzip-6.0-21.el7.x86_64 25/45 Verifying : ftp-0.17-67.el7.x86_64 26/45 Verifying : libxml2-devel-2.9.1-6.el7.5.x86_64 27/45 Verifying : libevent-2.0.21-4.el7.x86_64 28/45 Verifying : 1:libusb-devel-0.1.4-3.el7.x86_64 29/45 Verifying : flex-2.5.37-6.el7.x86_64 30/45 Verifying : bison-3.0.4-2.el7.x86_64 31/45 Verifying : libcurl-devel-7.29.0-59.el7_9.1.x86_64 32/45 Verifying : hesiod-3.2.1-3.el7.x86_64 33/45 Verifying : 1:mariadb-devel-5.5.68-1.el7.x86_64 34/45 Verifying : elfutils-0.176-5.el7.x86_64 35/45 Verifying : zip-3.0-11.el7.x86_64 36/45 Verifying : unbound-libs-1.6.6-5.el7_8.x86_64 37/45 Verifying : 1:mariadb-5.5.68-1.el7.x86_64 38/45 Verifying : libtasn1-devel-4.10-1.el7.x86_64 39/45 Verifying : libstdc++-devel-4.8.5-44.el7.x86_64 40/45 Verifying : cyrus-sasl-2.1.26-23.el7.x86_64 41/45 Verifying : mailx-12.5-19.el7.x86_64 42/45 Verifying : redhat-rpm-config-9.1.0-88.el7.centos.noarch 43/45 Verifying : nettle-devel-2.7.1-8.el7.x86_64 44/45 Verifying : gnutls-devel-3.3.29-9.el7_6.x86_64 45/45 Installed: bison.x86_64 0:3.0.4-2.el7 byacc.x86_64 0:1.9.20130304-3.el7 flex.x86_64 0:2.5.37-6.el7 ftp.x86_64 0:0.17-67.el7 gcc-c++.x86_64 0:4.8.5-44.el7 gnutls-devel.x86_64 0:3.3.29-9.el7_6 libcurl-devel.x86_64 0:7.29.0-59.el7_9.1 libusb-devel.x86_64 1:0.1.4-3.el7 libxml2-devel.x86_64 0:2.9.1-6.el7.5 mailx.x86_64 0:12.5-19.el7 mariadb.x86_64 1:5.5.68-1.el7 mariadb-devel.x86_64 1:5.5.68-1.el7 ncurses-devel.x86_64 0:5.9-14.20130511.el7_4 newt-devel.x86_64 0:0.52.15-4.el7 rpm-build.x86_64 0:4.11.3-45.el7 rsync.x86_64 0:3.1.2-10.el7 sendmail.x86_64 0:8.14.7-6.el7 xinetd.x86_64 2:2.3.15-14.el7 Dependency Installed: bzip2.x86_64 0:1.0.6-13.el7 cyrus-sasl.x86_64 0:2.1.26-23.el7 dwz.x86_64 0:0.11-3.el7 elfutils.x86_64 0:0.176-5.el7 gdb.x86_64 0:7.6.1-120.el7 gmp-devel.x86_64 1:6.0.0-15.el7 gnutls-c++.x86_64 0:3.3.29-9.el7_6 gnutls-dane.x86_64 0:3.3.29-9.el7_6 hesiod.x86_64 0:3.2.1-3.el7 libevent.x86_64 0:2.0.21-4.el7 libstdc++-devel.x86_64 0:4.8.5-44.el7 libtasn1-devel.x86_64 0:4.10-1.el7 libusb.x86_64 1:0.1.4-3.el7 libusbx.x86_64 0:1.0.21-1.el7 m4.x86_64 0:1.4.16-10.el7 nettle-devel.x86_64 0:2.7.1-8.el7 p11-kit-devel.x86_64 0:0.23.5-3.el7 patch.x86_64 0:2.7.1-12.el7_7 perl-Thread-Queue.noarch 0:3.02-2.el7 perl-srpm-macros.noarch 0:1-8.el7 procmail.x86_64 0:3.22-36.el7_4.1 python-srpm-macros.noarch 0:3-34.el7 redhat-rpm-config.noarch 0:9.1.0-88.el7.centos slang-devel.x86_64 0:2.2.4-11.el7 unbound-libs.x86_64 0:1.6.6-5.el7_8 unzip.x86_64 0:6.0-21.el7 zip.x86_64 0:3.0-11.el7 Complete! [root@cn38-inverness-co ~]# ps -ef | grep ntp root 9837 3608 0 17:46 pts/0 00:00:00 grep --color=auto ntp [root@cn38-inverness-co ~]# cat /etc/ntp.conf # For more information about this file, see the man pages # ntp.conf(5), ntp_acc(5), ntp_auth(5), ntp_clock(5), ntp_misc(5), ntp_mon(5). driftfile /var/lib/ntp/drift # Permit time synchronization with our time source, but do not # permit the source to query or modify the service on this system. restrict default nomodify notrap nopeer noquery # Permit all access over the loopback interface. This could # be tightened as well, but to do so would effect some of # the administrative functions. restrict 127.0.0.1 restrict ::1 # Hosts on local network are less restricted. #restrict 192.168.1.0 mask 255.255.255.0 nomodify notrap # Use public servers from the pool.ntp.org project. # Please consider joining the pool (http://www.pool.ntp.org/join.html). server 0.centos.pool.ntp.org iburst server 1.centos.pool.ntp.org iburst server 2.centos.pool.ntp.org iburst server 3.centos.pool.ntp.org iburst #broadcast 192.168.1.255 autokey # broadcast server #broadcastclient # broadcast client #broadcast 224.0.1.1 autokey # multicast server #multicastclient 224.0.1.1 # multicast client #manycastserver 239.255.254.254 # manycast server #manycastclient 239.255.254.254 autokey # manycast client # Enable public key cryptography. #crypto includefile /etc/ntp/crypto/pw # Key file containing the keys and key identifiers used when operating # with symmetric key cryptography. keys /etc/ntp/keys # Specify the key identifiers which are trusted. #trustedkey 4 8 42 # Specify the key identifier to use with the ntpdc utility. #requestkey 8 # Specify the key identifier to use with the ntpq utility. #controlkey 8 # Enable writing of statistics records. #statistics clockstats cryptostats loopstats peerstats # Disable the monitoring facility to prevent amplification attacks using ntpdc # monlist command when default restrict does not include the noquery flag. See # CVE-2013-5211 for more details. # Note: Monitoring will not be disabled with the limited restriction flag. disable monitor [root@cn38-inverness-co ~]# vi /etc/ntp.conf [root@cn38-inverness-co ~]# chkconfig ntpd Note: Forwarding request to 'systemctl is-enabled ntpd.service'. disabled [root@cn38-inverness-co ~]# systemctl enable ntpd.service Created symlink from /etc/systemd/system/multi-user.target.wants/ntpd.service to /usr/lib/systemd/system/ntpd.service. [root@cn38-inverness-co ~]# systemctl start ntpd.service [root@cn38-inverness-co ~]# ntpq -p remote refid st t when poll reach delay offset jitter ============================================================================== *sql2-inverness- 64.246.132.14 2 u - 64 1 0.458 2.580 0.002 sql3-dallas-tx. 64.246.132.14 2 u 1 64 1 14.655 -2.788 0.005 [root@cn38-inverness-co ~]# ntpq -p remote refid st t when poll reach delay offset jitter ============================================================================== *sql2-inverness- 64.246.132.14 2 u 5 64 1 0.439 2.581 0.020 sql3-dallas-tx. 64.246.132.14 2 u 4 64 1 14.644 -2.841 0.053 [root@cn38-inverness-co ~]# vi /etc/security/limits.conf == Generate RSA Key == <pre> [root@cn38-inverness-co ~]# ssh-keygen -t rsa Generating public/private rsa key pair. Enter file in which to save the key (/root/.ssh/id_rsa): Created directory '/root/.ssh'. Enter passphrase (empty for no passphrase): Enter same passphrase again: Your identification has been saved in /root/.ssh/id_rsa. Your public key has been saved in /root/.ssh/id_rsa.pub. The key fingerprint is: SHA256:FKpB44T5QoKCZtkOoU4ZF6w7T0G98QZ60gHU9QpQM9k root@cn38-inverness-co.suburbanbroadband.net The key's randomart image is: +---[RSA 2048]----+ |oo*OX++.. | |*=BB.OoE.. | |===.=.B .. | |o..=.*.+. | | ...= ..S | | o . | | + | | . | | | +----[SHA256]-----+
Download Asterisk 18.1.0
[root@cn38-inverness-co ~]# cd /usr/local/src/ [root@cn38-inverness-co src]# wget https://downloads.asterisk.org/pub/telephony/asterisk/asterisk-18-current.tar.gz --2020-12-02 17:39:25-- https://downloads.asterisk.org/pub/telephony/asterisk/asterisk-18-current.tar.gz Resolving downloads.asterisk.org (downloads.asterisk.org)... 76.164.171.238, 2001:470:e0d4::ee Connecting to downloads.asterisk.org (downloads.asterisk.org)|76.164.171.238|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 27886299 (27M) [application/x-gzip] Saving to: ‘asterisk-18-current.tar.gz’ 100%[====================================================================>] 27,886,299 8.03MB/s in 3.3s 2020-12-02 17:39:29 (8.03 MB/s) - ‘asterisk-18-current.tar.gz’ saved [27886299/27886299]
Uncompress Asterisk 18.1.0
[root@cn38-inverness-co src]# tar -zxf asterisk-18-current.tar.gz [root@cn38-inverness-co src]# ls asterisk-18.1.0 [root@cn38-inverness-co src]# cd asterisk-18.1.0/ [root@cn38-inverness-co asterisk-18.1.0]# ls addons channels include README-SERIOUSLY.bestpractices.md agi codecs install-sh res apps config.guess LICENSE rest-api asterisk-18.1.0-summary.html configs main rest-api-templates asterisk-18.1.0-summary.txt config.sub Makefile sample.call autoconf configure Makefile.moddir_rules sounds bootstrap.sh configure.ac Makefile.rules static-http bridges contrib makeopts.in tests BSDmakefile COPYING menuselect third-party BUGS CREDITS missing UPGRADE.txt build_tools default.exports mkinstalldirs utils cdr doc pbx Zaptel-to-DAHDI.txt cel formats phoneprov ChangeLog funcs README-addons.txt CHANGES images README.md
Test the prereqs
[root@cn38-inverness-co asterisk-18.1.0]# ./contrib/scripts/install_prereq test ############################################# ## test: test mode. ## Use the commands here to install your system. ############################################# yum install --skip-broken --assumeyes libedit-devel jansson-devel libuuid-devel sqlite-devel speex-devel speexdsp-devel libogg-devel libvorbis-devel alsa-lib-devel portaudio-devel xmlstarlet postgresql-devel unixODBC-devel neon-devel gmime-devel lua-devel uriparser-devel libxslt-devel mysql-devel bluez-libs-devel radcli-devel freetds-devel jack-audio-connection-kit-devel libcap-devel iksemel-devel corosynclib-devel libical-devel spandsp-devel libresample-devel uw-imap-devel binutils-devel libsrtp-devel gsm-devel doxygen graphviz openldap-devel hoard codec2-devel fftw-devel libsndfile-devel unbound-devel subversion [root@cn38-inverness-co asterisk-18.1.0]# yum install --skip-broken --assumeyes libedit-devel jansson-devel libuuid-devel sqlite-devel speex-devel speexdsp-devel libogg-devel libvorbis-devel alsa-lib-devel portaudio-devel xmlstarlet postgresql-devel unixODBC-devel neon-devel gmime-devel lua-devel uriparser-devel libxslt-devel mysql-devel bluez-libs-devel radcli-devel freetds-devel jack-audio-connection-kit-devel libcap-devel iksemel-devel corosynclib-devel libical-devel spandsp-devel libresample-devel uw-imap-devel binutils-devel libsrtp-devel gsm-devel doxygen graphviz openldap-devel hoard codec2-devel fftw-devel libsndfile-devel unbound-devel subversion Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: mirror.dal10.us.leaseweb.net * extras: mirrors.tummy.com * updates: mirror.centos.iad1.serverforge.org No package speexdsp-devel available. No package portaudio-devel available. No package xmlstarlet available. No package gmime-devel available. Package 1:mariadb-devel-5.5.68-1.el7.x86_64 already installed and latest version No package radcli-devel available. No package freetds-devel available. No package jack-audio-connection-kit-devel available. No package iksemel-devel available. No package spandsp-devel available. No package libresample-devel available. No package uw-imap-devel available. No package hoard available. No package codec2-devel available. Resolving Dependencies --> Running transaction check ---> Package alsa-lib-devel.x86_64 0:1.1.8-1.el7 will be installed ---> Package binutils-devel.x86_64 0:2.27-44.base.el7 will be installed ---> Package bluez-libs-devel.x86_64 0:5.44-7.el7 will be installed --> Processing Dependency: bluez-libs(x86-64) = 5.44-7.el7 for package: bluez-libs-devel-5.44-7.el7.x86_64 --> Processing Dependency: libbluetooth.so.3()(64bit) for package: bluez-libs-devel-5.44-7.el7.x86_64 ---> Package corosynclib-devel.x86_64 0:2.4.5-7.el7 will be installed --> Processing Dependency: corosynclib(x86-64) = 2.4.5-7.el7 for package: corosynclib-devel-2.4.5-7.el7.x86_64 --> Processing Dependency: pkgconfig(libqb) for package: corosynclib-devel-2.4.5-7.el7.x86_64 --> Processing Dependency: libvotequorum.so.8()(64bit) for package: corosynclib-devel-2.4.5-7.el7.x86_64 --> Processing Dependency: libtotem_pg.so.5()(64bit) for package: corosynclib-devel-2.4.5-7.el7.x86_64 --> Processing Dependency: libsam.so.4()(64bit) for package: corosynclib-devel-2.4.5-7.el7.x86_64 --> Processing Dependency: libquorum.so.5()(64bit) for package: corosynclib-devel-2.4.5-7.el7.x86_64 --> Processing Dependency: libcpg.so.4()(64bit) for package: corosynclib-devel-2.4.5-7.el7.x86_64 --> Processing Dependency: libcorosync_common.so.4()(64bit) for package: corosynclib-devel-2.4.5-7.el7.x86_64 --> Processing Dependency: libcmap.so.4()(64bit) for package: corosynclib-devel-2.4.5-7.el7.x86_64 --> Processing Dependency: libcfg.so.6()(64bit) for package: corosynclib-devel-2.4.5-7.el7.x86_64 ---> Package doxygen.x86_64 1:1.8.5-4.el7 will be installed ---> Package fftw-devel.x86_64 0:3.3.3-8.el7 will be installed --> Processing Dependency: fftw-libs(x86-64) = 3.3.3-8.el7 for package: fftw-devel-3.3.3-8.el7.x86_64 --> Processing Dependency: fftw(x86-64) = 3.3.3-8.el7 for package: fftw-devel-3.3.3-8.el7.x86_64 --> Processing Dependency: libfftw3l_threads.so.3()(64bit) for package: fftw-devel-3.3.3-8.el7.x86_64 --> Processing Dependency: libfftw3l_omp.so.3()(64bit) for package: fftw-devel-3.3.3-8.el7.x86_64 --> Processing Dependency: libfftw3l.so.3()(64bit) for package: fftw-devel-3.3.3-8.el7.x86_64 --> Processing Dependency: libfftw3f_threads.so.3()(64bit) for package: fftw-devel-3.3.3-8.el7.x86_64 --> Processing Dependency: libfftw3f_omp.so.3()(64bit) for package: fftw-devel-3.3.3-8.el7.x86_64 --> Processing Dependency: libfftw3f.so.3()(64bit) for package: fftw-devel-3.3.3-8.el7.x86_64 --> Processing Dependency: libfftw3_threads.so.3()(64bit) for package: fftw-devel-3.3.3-8.el7.x86_64 --> Processing Dependency: libfftw3_omp.so.3()(64bit) for package: fftw-devel-3.3.3-8.el7.x86_64 --> Processing Dependency: libfftw3.so.3()(64bit) for package: fftw-devel-3.3.3-8.el7.x86_64 ---> Package graphviz.x86_64 0:2.30.1-22.el7 will be installed --> Processing Dependency: urw-fonts for package: graphviz-2.30.1-22.el7.x86_64 --> Processing Dependency: librsvg-2.so.2()(64bit) for package: graphviz-2.30.1-22.el7.x86_64 --> Processing Dependency: libpangoft2-1.0.so.0()(64bit) for package: graphviz-2.30.1-22.el7.x86_64 --> Processing Dependency: libpangocairo-1.0.so.0()(64bit) for package: graphviz-2.30.1-22.el7.x86_64 --> Processing Dependency: libpango-1.0.so.0()(64bit) for package: graphviz-2.30.1-22.el7.x86_64 --> Processing Dependency: libjpeg.so.62()(64bit) for package: graphviz-2.30.1-22.el7.x86_64 --> Processing Dependency: libgtk-x11-2.0.so.0()(64bit) for package: graphviz-2.30.1-22.el7.x86_64 --> Processing Dependency: libgs.so.9()(64bit) for package: graphviz-2.30.1-22.el7.x86_64 --> Processing Dependency: libgdk_pixbuf-2.0.so.0()(64bit) for package: graphviz-2.30.1-22.el7.x86_64 --> Processing Dependency: libgdk-x11-2.0.so.0()(64bit) for package: graphviz-2.30.1-22.el7.x86_64 --> Processing Dependency: libgd.so.2()(64bit) for package: graphviz-2.30.1-22.el7.x86_64 --> Processing Dependency: libfontconfig.so.1()(64bit) for package: graphviz-2.30.1-22.el7.x86_64 --> Processing Dependency: libcairo.so.2()(64bit) for package: graphviz-2.30.1-22.el7.x86_64 --> Processing Dependency: libatk-1.0.so.0()(64bit) for package: graphviz-2.30.1-22.el7.x86_64 --> Processing Dependency: libXt.so.6()(64bit) for package: graphviz-2.30.1-22.el7.x86_64 --> Processing Dependency: libXrender.so.1()(64bit) for package: graphviz-2.30.1-22.el7.x86_64 --> Processing Dependency: libXpm.so.4()(64bit) for package: graphviz-2.30.1-22.el7.x86_64 --> Processing Dependency: libXmu.so.6()(64bit) for package: graphviz-2.30.1-22.el7.x86_64 --> Processing Dependency: libXext.so.6()(64bit) for package: graphviz-2.30.1-22.el7.x86_64 --> Processing Dependency: libXaw.so.7()(64bit) for package: graphviz-2.30.1-22.el7.x86_64 --> Processing Dependency: libX11.so.6()(64bit) for package: graphviz-2.30.1-22.el7.x86_64 --> Processing Dependency: libSM.so.6()(64bit) for package: graphviz-2.30.1-22.el7.x86_64 --> Processing Dependency: libICE.so.6()(64bit) for package: graphviz-2.30.1-22.el7.x86_64 ---> Package gsm-devel.x86_64 0:1.0.13-11.el7 will be installed --> Processing Dependency: gsm = 1.0.13-11.el7 for package: gsm-devel-1.0.13-11.el7.x86_64 --> Processing Dependency: libgsm.so.1()(64bit) for package: gsm-devel-1.0.13-11.el7.x86_64 ---> Package jansson-devel.x86_64 0:2.10-1.el7 will be installed ---> Package libcap-devel.x86_64 0:2.22-11.el7 will be installed ---> Package libedit-devel.x86_64 0:3.0-12.20121213cvs.el7 will be installed ---> Package libical-devel.x86_64 0:3.0.3-2.el7 will be installed --> Processing Dependency: libical(x86-64) = 3.0.3-2.el7 for package: libical-devel-3.0.3-2.el7.x86_64 --> Processing Dependency: pkgconfig(icu-uc) for package: libical-devel-3.0.3-2.el7.x86_64 --> Processing Dependency: pkgconfig(icu-i18n) for package: libical-devel-3.0.3-2.el7.x86_64 --> Processing Dependency: libicalvcal.so.3()(64bit) for package: libical-devel-3.0.3-2.el7.x86_64 --> Processing Dependency: libicalss_cxx.so.3()(64bit) for package: libical-devel-3.0.3-2.el7.x86_64 --> Processing Dependency: libicalss.so.3()(64bit) for package: libical-devel-3.0.3-2.el7.x86_64 --> Processing Dependency: libical_cxx.so.3()(64bit) for package: libical-devel-3.0.3-2.el7.x86_64 --> Processing Dependency: libical.so.3()(64bit) for package: libical-devel-3.0.3-2.el7.x86_64 ---> Package libogg-devel.x86_64 2:1.3.0-7.el7 will be installed --> Processing Dependency: libogg = 2:1.3.0-7.el7 for package: 2:libogg-devel-1.3.0-7.el7.x86_64 --> Processing Dependency: automake for package: 2:libogg-devel-1.3.0-7.el7.x86_64 --> Processing Dependency: libogg.so.0()(64bit) for package: 2:libogg-devel-1.3.0-7.el7.x86_64 ---> Package libsndfile-devel.x86_64 0:1.0.25-12.el7 will be installed --> Processing Dependency: libsndfile(x86-64) = 1.0.25-12.el7 for package: libsndfile-devel-1.0.25-12.el7.x86_64 --> Processing Dependency: libsndfile.so.1()(64bit) for package: libsndfile-devel-1.0.25-12.el7.x86_64 ---> Package libsrtp-devel.x86_64 0:1.4.4-11.20101004cvs.el7 will be installed --> Processing Dependency: libsrtp = 1.4.4-11.20101004cvs.el7 for package: libsrtp-devel-1.4.4-11.20101004cvs.el7.x86_64 --> Processing Dependency: libsrtp.so.0()(64bit) for package: libsrtp-devel-1.4.4-11.20101004cvs.el7.x86_64 ---> Package libuuid-devel.x86_64 0:2.23.2-65.el7 will be installed ---> Package libvorbis-devel.x86_64 1:1.3.3-8.el7.1 will be installed --> Processing Dependency: libvorbis = 1:1.3.3-8.el7.1 for package: 1:libvorbis-devel-1.3.3-8.el7.1.x86_64 --> Processing Dependency: libvorbisfile.so.3()(64bit) for package: 1:libvorbis-devel-1.3.3-8.el7.1.x86_64 --> Processing Dependency: libvorbisenc.so.2()(64bit) for package: 1:libvorbis-devel-1.3.3-8.el7.1.x86_64 --> Processing Dependency: libvorbis.so.0()(64bit) for package: 1:libvorbis-devel-1.3.3-8.el7.1.x86_64 ---> Package libxslt-devel.x86_64 0:1.1.28-6.el7 will be installed --> Processing Dependency: libgcrypt-devel for package: libxslt-devel-1.1.28-6.el7.x86_64 ---> Package lua-devel.x86_64 0:5.1.4-15.el7 will be installed ---> Package neon-devel.x86_64 0:0.30.0-4.el7 will be installed --> Processing Dependency: neon = 0.30.0-4.el7 for package: neon-devel-0.30.0-4.el7.x86_64 --> Processing Dependency: expat-devel for package: neon-devel-0.30.0-4.el7.x86_64 --> Processing Dependency: libneon.so.27()(64bit) for package: neon-devel-0.30.0-4.el7.x86_64 ---> Package openldap-devel.x86_64 0:2.4.44-22.el7 will be installed --> Processing Dependency: cyrus-sasl-devel(x86-64) for package: openldap-devel-2.4.44-22.el7.x86_64 ---> Package postgresql-devel.x86_64 0:9.2.24-4.el7_8 will be installed --> Processing Dependency: postgresql-libs(x86-64) = 9.2.24-4.el7_8 for package: postgresql-devel-9.2.24-4.el7_8.x86_64 --> Processing Dependency: postgresql(x86-64) = 9.2.24-4.el7_8 for package: postgresql-devel-9.2.24-4.el7_8.x86_64 --> Processing Dependency: libpq.so.5()(64bit) for package: postgresql-devel-9.2.24-4.el7_8.x86_64 --> Processing Dependency: libpgtypes.so.3()(64bit) for package: postgresql-devel-9.2.24-4.el7_8.x86_64 --> Processing Dependency: libecpg_compat.so.3()(64bit) for package: postgresql-devel-9.2.24-4.el7_8.x86_64 --> Processing Dependency: libecpg.so.6()(64bit) for package: postgresql-devel-9.2.24-4.el7_8.x86_64 ---> Package speex-devel.x86_64 0:1.2-0.19.rc1.el7 will be installed --> Processing Dependency: speex(x86-64) = 1.2-0.19.rc1.el7 for package: speex-devel-1.2-0.19.rc1.el7.x86_64 --> Processing Dependency: libspeexdsp.so.1()(64bit) for package: speex-devel-1.2-0.19.rc1.el7.x86_64 --> Processing Dependency: libspeex.so.1()(64bit) for package: speex-devel-1.2-0.19.rc1.el7.x86_64 ---> Package sqlite-devel.x86_64 0:3.7.17-8.el7_7.1 will be installed ---> Package subversion.x86_64 0:1.7.14-16.el7 will be installed --> Processing Dependency: subversion-libs(x86-64) = 1.7.14-16.el7 for package: subversion-1.7.14-16.el7.x86_64 --> Processing Dependency: libsvn_wc-1.so.0()(64bit) for package: subversion-1.7.14-16.el7.x86_64 --> Processing Dependency: libsvn_subr-1.so.0()(64bit) for package: subversion-1.7.14-16.el7.x86_64 --> Processing Dependency: libsvn_repos-1.so.0()(64bit) for package: subversion-1.7.14-16.el7.x86_64 --> Processing Dependency: libsvn_ra_svn-1.so.0()(64bit) for package: subversion-1.7.14-16.el7.x86_64 --> Processing Dependency: libsvn_ra_neon-1.so.0()(64bit) for package: subversion-1.7.14-16.el7.x86_64 --> Processing Dependency: libsvn_ra_local-1.so.0()(64bit) for package: subversion-1.7.14-16.el7.x86_64 --> Processing Dependency: libsvn_ra-1.so.0()(64bit) for package: subversion-1.7.14-16.el7.x86_64 --> Processing Dependency: libsvn_fs_util-1.so.0()(64bit) for package: subversion-1.7.14-16.el7.x86_64 --> Processing Dependency: libsvn_fs_fs-1.so.0()(64bit) for package: subversion-1.7.14-16.el7.x86_64 --> Processing Dependency: libsvn_fs_base-1.so.0()(64bit) for package: subversion-1.7.14-16.el7.x86_64 --> Processing Dependency: libsvn_fs-1.so.0()(64bit) for package: subversion-1.7.14-16.el7.x86_64 --> Processing Dependency: libsvn_diff-1.so.0()(64bit) for package: subversion-1.7.14-16.el7.x86_64 --> Processing Dependency: libsvn_delta-1.so.0()(64bit) for package: subversion-1.7.14-16.el7.x86_64 --> Processing Dependency: libsvn_client-1.so.0()(64bit) for package: subversion-1.7.14-16.el7.x86_64 --> Processing Dependency: libaprutil-1.so.0()(64bit) for package: subversion-1.7.14-16.el7.x86_64 --> Processing Dependency: libapr-1.so.0()(64bit) for package: subversion-1.7.14-16.el7.x86_64 ---> Package unbound-devel.x86_64 0:1.6.6-5.el7_8 will be installed --> Processing Dependency: pkgconfig(python) for package: unbound-devel-1.6.6-5.el7_8.x86_64 --> Processing Dependency: pkgconfig(libevent) for package: unbound-devel-1.6.6-5.el7_8.x86_64 ---> Package unixODBC-devel.x86_64 0:2.3.1-14.el7 will be installed --> Processing Dependency: unixODBC(x86-64) = 2.3.1-14.el7 for package: unixODBC-devel-2.3.1-14.el7.x86_64 --> Processing Dependency: libtemplate.so.2()(64bit) for package: unixODBC-devel-2.3.1-14.el7.x86_64 --> Processing Dependency: libtdsS.so.2()(64bit) for package: unixODBC-devel-2.3.1-14.el7.x86_64 --> Processing Dependency: libsapdbS.so.2()(64bit) for package: unixODBC-devel-2.3.1-14.el7.x86_64 --> Processing Dependency: liboraodbcS.so.2()(64bit) for package: unixODBC-devel-2.3.1-14.el7.x86_64 --> Processing Dependency: liboplodbcS.so.2()(64bit) for package: unixODBC-devel-2.3.1-14.el7.x86_64 --> Processing Dependency: libodbctxtS.so.2()(64bit) for package: unixODBC-devel-2.3.1-14.el7.x86_64 --> Processing Dependency: libodbcnnS.so.2()(64bit) for package: unixODBC-devel-2.3.1-14.el7.x86_64 --> Processing Dependency: libodbcminiS.so.2()(64bit) for package: unixODBC-devel-2.3.1-14.el7.x86_64 --> Processing Dependency: libodbcdrvcfg2S.so.2()(64bit) for package: unixODBC-devel-2.3.1-14.el7.x86_64 --> Processing Dependency: libodbcdrvcfg1S.so.2()(64bit) for package: unixODBC-devel-2.3.1-14.el7.x86_64 --> Processing Dependency: libodbccr.so.2()(64bit) for package: unixODBC-devel-2.3.1-14.el7.x86_64 --> Processing Dependency: libnn.so.2()(64bit) for package: unixODBC-devel-2.3.1-14.el7.x86_64 --> Processing Dependency: libmimerS.so.2()(64bit) for package: unixODBC-devel-2.3.1-14.el7.x86_64 --> Processing Dependency: libesoobS.so.2()(64bit) for package: unixODBC-devel-2.3.1-14.el7.x86_64 ---> Package uriparser-devel.x86_64 0:0.7.5-10.el7 will be installed --> Processing Dependency: uriparser = 0.7.5-10.el7 for package: uriparser-devel-0.7.5-10.el7.x86_64 --> Processing Dependency: liburiparser.so.1()(64bit) for package: uriparser-devel-0.7.5-10.el7.x86_64 --> Running transaction check ---> Package apr.x86_64 0:1.4.8-7.el7 will be installed ---> Package apr-util.x86_64 0:1.5.2-6.el7 will be installed ---> Package atk.x86_64 0:2.28.1-2.el7 will be installed ---> Package automake.noarch 0:1.13.4-3.el7 will be installed --> Processing Dependency: autoconf >= 2.65 for package: automake-1.13.4-3.el7.noarch ---> Package bluez-libs.x86_64 0:5.44-7.el7 will be installed ---> Package cairo.x86_64 0:1.15.12-4.el7 will be installed --> Processing Dependency: libxcb.so.1()(64bit) for package: cairo-1.15.12-4.el7.x86_64 --> Processing Dependency: libxcb-shm.so.0()(64bit) for package: cairo-1.15.12-4.el7.x86_64 --> Processing Dependency: libxcb-render.so.0()(64bit) for package: cairo-1.15.12-4.el7.x86_64 --> Processing Dependency: libpixman-1.so.0()(64bit) for package: cairo-1.15.12-4.el7.x86_64 --> Processing Dependency: libGL.so.1()(64bit) for package: cairo-1.15.12-4.el7.x86_64 --> Processing Dependency: libEGL.so.1()(64bit) for package: cairo-1.15.12-4.el7.x86_64 ---> Package corosynclib.x86_64 0:2.4.5-7.el7 will be installed --> Processing Dependency: corosync = 2.4.5-7.el7 for package: corosynclib-2.4.5-7.el7.x86_64 --> Processing Dependency: libqb.so.0()(64bit) for package: corosynclib-2.4.5-7.el7.x86_64 ---> Package cyrus-sasl-devel.x86_64 0:2.1.26-23.el7 will be installed ---> Package expat-devel.x86_64 0:2.1.0-12.el7 will be installed ---> Package fftw.x86_64 0:3.3.3-8.el7 will be installed ---> Package fftw-libs.x86_64 0:3.3.3-8.el7 will be installed ---> Package fftw-libs-double.x86_64 0:3.3.3-8.el7 will be installed ---> Package fftw-libs-long.x86_64 0:3.3.3-8.el7 will be installed ---> Package fftw-libs-single.x86_64 0:3.3.3-8.el7 will be installed ---> Package fontconfig.x86_64 0:2.13.0-4.3.el7 will be installed --> Processing Dependency: fontpackages-filesystem for package: fontconfig-2.13.0-4.3.el7.x86_64 --> Processing Dependency: dejavu-sans-fonts for package: fontconfig-2.13.0-4.3.el7.x86_64 ---> Package gd.x86_64 0:2.0.35-26.el7 will be installed ---> Package gdk-pixbuf2.x86_64 0:2.36.12-3.el7 will be installed --> Processing Dependency: libtiff.so.5(LIBTIFF_4.0)(64bit) for package: gdk-pixbuf2-2.36.12-3.el7.x86_64 --> Processing Dependency: libtiff.so.5()(64bit) for package: gdk-pixbuf2-2.36.12-3.el7.x86_64 --> Processing Dependency: libjasper.so.1()(64bit) for package: gdk-pixbuf2-2.36.12-3.el7.x86_64 ---> Package gsm.x86_64 0:1.0.13-11.el7 will be installed ---> Package gtk2.x86_64 0:2.24.31-1.el7 will be installed --> Processing Dependency: libXrandr >= 1.2.99.4-2 for package: gtk2-2.24.31-1.el7.x86_64 --> Processing Dependency: hicolor-icon-theme for package: gtk2-2.24.31-1.el7.x86_64 --> Processing Dependency: gtk-update-icon-cache for package: gtk2-2.24.31-1.el7.x86_64 --> Processing Dependency: libXrandr.so.2()(64bit) for package: gtk2-2.24.31-1.el7.x86_64 --> Processing Dependency: libXinerama.so.1()(64bit) for package: gtk2-2.24.31-1.el7.x86_64 --> Processing Dependency: libXi.so.6()(64bit) for package: gtk2-2.24.31-1.el7.x86_64 --> Processing Dependency: libXfixes.so.3()(64bit) for package: gtk2-2.24.31-1.el7.x86_64 --> Processing Dependency: libXdamage.so.1()(64bit) for package: gtk2-2.24.31-1.el7.x86_64 --> Processing Dependency: libXcursor.so.1()(64bit) for package: gtk2-2.24.31-1.el7.x86_64 --> Processing Dependency: libXcomposite.so.1()(64bit) for package: gtk2-2.24.31-1.el7.x86_64 ---> Package libICE.x86_64 0:1.0.9-9.el7 will be installed ---> Package libSM.x86_64 0:1.2.2-2.el7 will be installed ---> Package libX11.x86_64 0:1.6.7-3.el7_9 will be installed --> Processing Dependency: libX11-common >= 1.6.7-3.el7_9 for package: libX11-1.6.7-3.el7_9.x86_64 ---> Package libXaw.x86_64 0:1.0.13-4.el7 will be installed ---> Package libXext.x86_64 0:1.3.3-3.el7 will be installed ---> Package libXmu.x86_64 0:1.1.2-2.el7 will be installed ---> Package libXpm.x86_64 0:3.5.12-1.el7 will be installed ---> Package libXrender.x86_64 0:0.9.10-1.el7 will be installed ---> Package libXt.x86_64 0:1.1.5-3.el7 will be installed ---> Package libevent-devel.x86_64 0:2.0.21-4.el7 will be installed ---> Package libgcrypt-devel.x86_64 0:1.5.3-14.el7 will be installed --> Processing Dependency: libgpg-error-devel for package: libgcrypt-devel-1.5.3-14.el7.x86_64 ---> Package libgs.x86_64 0:9.25-5.el7 will be installed --> Processing Dependency: lcms2 >= 2.6 for package: libgs-9.25-5.el7.x86_64 --> Processing Dependency: adobe-mappings-pdf for package: libgs-9.25-5.el7.x86_64 --> Processing Dependency: adobe-mappings-cmap-deprecated for package: libgs-9.25-5.el7.x86_64 --> Processing Dependency: adobe-mappings-cmap for package: libgs-9.25-5.el7.x86_64 --> Processing Dependency: libpaper.so.1()(64bit) for package: libgs-9.25-5.el7.x86_64 --> Processing Dependency: libopenjp2.so.7()(64bit) for package: libgs-9.25-5.el7.x86_64 --> Processing Dependency: liblcms2.so.2()(64bit) for package: libgs-9.25-5.el7.x86_64 ---> Package libical.x86_64 0:3.0.3-2.el7 will be installed --> Processing Dependency: libicuuc.so.50()(64bit) for package: libical-3.0.3-2.el7.x86_64 --> Processing Dependency: libicui18n.so.50()(64bit) for package: libical-3.0.3-2.el7.x86_64 ---> Package libicu-devel.x86_64 0:50.2-4.el7_7 will be installed ---> Package libjpeg-turbo.x86_64 0:1.2.90-8.el7 will be installed ---> Package libogg.x86_64 2:1.3.0-7.el7 will be installed ---> Package libqb-devel.x86_64 0:1.0.1-9.el7 will be installed ---> Package librsvg2.x86_64 0:2.40.20-1.el7 will be installed ---> Package libsndfile.x86_64 0:1.0.25-12.el7 will be installed --> Processing Dependency: libFLAC.so.8()(64bit) for package: libsndfile-1.0.25-12.el7.x86_64 ---> Package libsrtp.x86_64 0:1.4.4-11.20101004cvs.el7 will be installed ---> Package libvorbis.x86_64 1:1.3.3-8.el7.1 will be installed ---> Package neon.x86_64 0:0.30.0-4.el7 will be installed --> Processing Dependency: libpakchois.so.0()(64bit) for package: neon-0.30.0-4.el7.x86_64 ---> Package pango.x86_64 0:1.42.4-4.el7_7 will be installed --> Processing Dependency: libthai(x86-64) >= 0.1.9 for package: pango-1.42.4-4.el7_7.x86_64 --> Processing Dependency: libXft(x86-64) >= 2.0.0 for package: pango-1.42.4-4.el7_7.x86_64 --> Processing Dependency: harfbuzz(x86-64) >= 1.4.2 for package: pango-1.42.4-4.el7_7.x86_64 --> Processing Dependency: fribidi(x86-64) >= 1.0 for package: pango-1.42.4-4.el7_7.x86_64 --> Processing Dependency: libthai.so.0(LIBTHAI_0.1)(64bit) for package: pango-1.42.4-4.el7_7.x86_64 --> Processing Dependency: libthai.so.0()(64bit) for package: pango-1.42.4-4.el7_7.x86_64 --> Processing Dependency: libharfbuzz.so.0()(64bit) for package: pango-1.42.4-4.el7_7.x86_64 --> Processing Dependency: libfribidi.so.0()(64bit) for package: pango-1.42.4-4.el7_7.x86_64 --> Processing Dependency: libXft.so.2()(64bit) for package: pango-1.42.4-4.el7_7.x86_64 ---> Package postgresql.x86_64 0:9.2.24-4.el7_8 will be installed ---> Package postgresql-libs.x86_64 0:9.2.24-4.el7_8 will be installed ---> Package python-devel.x86_64 0:2.7.5-90.el7 will be installed --> Processing Dependency: python2-rpm-macros > 3-30 for package: python-devel-2.7.5-90.el7.x86_64 --> Processing Dependency: python-rpm-macros > 3-30 for package: python-devel-2.7.5-90.el7.x86_64 ---> Package speex.x86_64 0:1.2-0.19.rc1.el7 will be installed ---> Package subversion-libs.x86_64 0:1.7.14-16.el7 will be installed ---> Package unixODBC.x86_64 0:2.3.1-14.el7 will be installed ---> Package uriparser.x86_64 0:0.7.5-10.el7 will be installed --> Processing Dependency: cpptest for package: uriparser-0.7.5-10.el7.x86_64 ---> Package urw-base35-fonts.noarch 0:20170801-10.el7 will be installed --> Processing Dependency: urw-base35-fonts-common = 20170801-10.el7 for package: urw-base35-fonts-20170801-10.el7.noarch --> Processing Dependency: urw-base35-z003-fonts for package: urw-base35-fonts-20170801-10.el7.noarch --> Processing Dependency: urw-base35-standard-symbols-ps-fonts for package: urw-base35-fonts-20170801-10.el7.noarch --> Processing Dependency: urw-base35-p052-fonts for package: urw-base35-fonts-20170801-10.el7.noarch --> Processing Dependency: urw-base35-nimbus-sans-fonts for package: urw-base35-fonts-20170801-10.el7.noarch --> Processing Dependency: urw-base35-nimbus-roman-fonts for package: urw-base35-fonts-20170801-10.el7.noarch --> Processing Dependency: urw-base35-nimbus-mono-ps-fonts for package: urw-base35-fonts-20170801-10.el7.noarch --> Processing Dependency: urw-base35-gothic-fonts for package: urw-base35-fonts-20170801-10.el7.noarch --> Processing Dependency: urw-base35-d050000l-fonts for package: urw-base35-fonts-20170801-10.el7.noarch --> Processing Dependency: urw-base35-c059-fonts for package: urw-base35-fonts-20170801-10.el7.noarch --> Processing Dependency: urw-base35-bookman-fonts for package: urw-base35-fonts-20170801-10.el7.noarch --> Running transaction check ---> Package adobe-mappings-cmap.noarch 0:20171205-3.el7 will be installed ---> Package adobe-mappings-cmap-deprecated.noarch 0:20171205-3.el7 will be installed ---> Package adobe-mappings-pdf.noarch 0:20180407-1.el7 will be installed ---> Package autoconf.noarch 0:2.69-11.el7 will be installed ---> Package corosync.x86_64 0:2.4.5-7.el7 will be installed --> Processing Dependency: libcgroup.so.1(CGROUP_0.32.1)(64bit) for package: corosync-2.4.5-7.el7.x86_64 --> Processing Dependency: libcgroup.so.1(CGROUP_0.32)(64bit) for package: corosync-2.4.5-7.el7.x86_64 --> Processing Dependency: libcgroup.so.1()(64bit) for package: corosync-2.4.5-7.el7.x86_64 ---> Package cpptest.x86_64 0:1.1.1-9.el7 will be installed ---> Package dejavu-sans-fonts.noarch 0:2.33-6.el7 will be installed --> Processing Dependency: dejavu-fonts-common = 2.33-6.el7 for package: dejavu-sans-fonts-2.33-6.el7.noarch ---> Package flac-libs.x86_64 0:1.3.0-5.el7_1 will be installed ---> Package fontpackages-filesystem.noarch 0:1.44-8.el7 will be installed ---> Package fribidi.x86_64 0:1.0.2-1.el7_7.1 will be installed ---> Package gtk-update-icon-cache.x86_64 0:3.22.30-6.el7 will be installed ---> Package harfbuzz.x86_64 0:1.7.5-2.el7 will be installed --> Processing Dependency: libgraphite2.so.3()(64bit) for package: harfbuzz-1.7.5-2.el7.x86_64 ---> Package hicolor-icon-theme.noarch 0:0.12-7.el7 will be installed ---> Package jasper-libs.x86_64 0:1.900.1-33.el7 will be installed ---> Package lcms2.x86_64 0:2.6-3.el7 will be installed ---> Package libX11-common.noarch 0:1.6.7-3.el7_9 will be installed ---> Package libXcomposite.x86_64 0:0.4.4-4.1.el7 will be installed ---> Package libXcursor.x86_64 0:1.1.15-1.el7 will be installed ---> Package libXdamage.x86_64 0:1.1.4-4.1.el7 will be installed ---> Package libXfixes.x86_64 0:5.0.3-1.el7 will be installed ---> Package libXft.x86_64 0:2.3.2-2.el7 will be installed ---> Package libXi.x86_64 0:1.7.9-1.el7 will be installed ---> Package libXinerama.x86_64 0:1.1.3-2.1.el7 will be installed ---> Package libXrandr.x86_64 0:1.5.1-2.el7 will be installed ---> Package libglvnd-egl.x86_64 1:1.0.1-0.8.git5baa1e5.el7 will be installed --> Processing Dependency: libglvnd(x86-64) = 1:1.0.1-0.8.git5baa1e5.el7 for package: 1:libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64 --> Processing Dependency: mesa-libEGL(x86-64) >= 13.0.4-1 for package: 1:libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64 --> Processing Dependency: libGLdispatch.so.0()(64bit) for package: 1:libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64 ---> Package libglvnd-glx.x86_64 1:1.0.1-0.8.git5baa1e5.el7 will be installed --> Processing Dependency: mesa-libGL(x86-64) >= 13.0.4-1 for package: 1:libglvnd-glx-1.0.1-0.8.git5baa1e5.el7.x86_64 ---> Package libgpg-error-devel.x86_64 0:1.12-3.el7 will be installed ---> Package libicu.x86_64 0:50.2-4.el7_7 will be installed ---> Package libpaper.x86_64 0:1.1.24-9.el7 will be installed ---> Package libqb.x86_64 0:1.0.1-9.el7 will be installed ---> Package libthai.x86_64 0:0.1.14-9.el7 will be installed ---> Package libtiff.x86_64 0:4.0.3-35.el7 will be installed --> Processing Dependency: libjbig.so.2.0()(64bit) for package: libtiff-4.0.3-35.el7.x86_64 ---> Package libxcb.x86_64 0:1.13-1.el7 will be installed --> Processing Dependency: libXau.so.6()(64bit) for package: libxcb-1.13-1.el7.x86_64 ---> Package openjpeg2.x86_64 0:2.3.1-3.el7_7 will be installed ---> Package pakchois.x86_64 0:0.4-10.el7 will be installed ---> Package pixman.x86_64 0:0.34.0-1.el7 will be installed ---> Package python-rpm-macros.noarch 0:3-34.el7 will be installed ---> Package python2-rpm-macros.noarch 0:3-34.el7 will be installed ---> Package urw-base35-bookman-fonts.noarch 0:20170801-10.el7 will be installed --> Processing Dependency: xorg-x11-server-utils for package: urw-base35-bookman-fonts-20170801-10.el7.noarch --> Processing Dependency: xorg-x11-server-utils for package: urw-base35-bookman-fonts-20170801-10.el7.noarch --> Processing Dependency: xorg-x11-font-utils for package: urw-base35-bookman-fonts-20170801-10.el7.noarch --> Processing Dependency: xorg-x11-font-utils for package: urw-base35-bookman-fonts-20170801-10.el7.noarch ---> Package urw-base35-c059-fonts.noarch 0:20170801-10.el7 will be installed ---> Package urw-base35-d050000l-fonts.noarch 0:20170801-10.el7 will be installed ---> Package urw-base35-fonts-common.noarch 0:20170801-10.el7 will be installed ---> Package urw-base35-gothic-fonts.noarch 0:20170801-10.el7 will be installed ---> Package urw-base35-nimbus-mono-ps-fonts.noarch 0:20170801-10.el7 will be installed ---> Package urw-base35-nimbus-roman-fonts.noarch 0:20170801-10.el7 will be installed ---> Package urw-base35-nimbus-sans-fonts.noarch 0:20170801-10.el7 will be installed ---> Package urw-base35-p052-fonts.noarch 0:20170801-10.el7 will be installed ---> Package urw-base35-standard-symbols-ps-fonts.noarch 0:20170801-10.el7 will be installed ---> Package urw-base35-z003-fonts.noarch 0:20170801-10.el7 will be installed --> Running transaction check ---> Package dejavu-fonts-common.noarch 0:2.33-6.el7 will be installed ---> Package graphite2.x86_64 0:1.3.10-1.el7_3 will be installed ---> Package jbigkit-libs.x86_64 0:2.0-11.el7 will be installed ---> Package libXau.x86_64 0:1.0.8-2.1.el7 will be installed ---> Package libcgroup.x86_64 0:0.41-21.el7 will be installed ---> Package libglvnd.x86_64 1:1.0.1-0.8.git5baa1e5.el7 will be installed ---> Package mesa-libEGL.x86_64 0:18.3.4-12.el7_9 will be installed --> Processing Dependency: mesa-libgbm = 18.3.4-12.el7_9 for package: mesa-libEGL-18.3.4-12.el7_9.x86_64 --> Processing Dependency: libxshmfence.so.1()(64bit) for package: mesa-libEGL-18.3.4-12.el7_9.x86_64 --> Processing Dependency: libwayland-server.so.0()(64bit) for package: mesa-libEGL-18.3.4-12.el7_9.x86_64 --> Processing Dependency: libwayland-client.so.0()(64bit) for package: mesa-libEGL-18.3.4-12.el7_9.x86_64 --> Processing Dependency: libglapi.so.0()(64bit) for package: mesa-libEGL-18.3.4-12.el7_9.x86_64 --> Processing Dependency: libgbm.so.1()(64bit) for package: mesa-libEGL-18.3.4-12.el7_9.x86_64 ---> Package mesa-libGL.x86_64 0:18.3.4-12.el7_9 will be installed --> Processing Dependency: libXxf86vm.so.1()(64bit) for package: mesa-libGL-18.3.4-12.el7_9.x86_64 ---> Package xorg-x11-font-utils.x86_64 1:7.5-21.el7 will be installed --> Processing Dependency: libfontenc.so.1()(64bit) for package: 1:xorg-x11-font-utils-7.5-21.el7.x86_64 ---> Package xorg-x11-server-utils.x86_64 0:7.7-20.el7 will be installed --> Processing Dependency: libXxf86misc.so.1()(64bit) for package: xorg-x11-server-utils-7.7-20.el7.x86_64 --> Running transaction check ---> Package libXxf86misc.x86_64 0:1.0.3-7.1.el7 will be installed ---> Package libXxf86vm.x86_64 0:1.1.4-1.el7 will be installed ---> Package libfontenc.x86_64 0:1.1.3-3.el7 will be installed ---> Package libwayland-client.x86_64 0:1.15.0-1.el7 will be installed ---> Package libwayland-server.x86_64 0:1.15.0-1.el7 will be installed ---> Package libxshmfence.x86_64 0:1.2-1.el7 will be installed ---> Package mesa-libgbm.x86_64 0:18.3.4-12.el7_9 will be installed ---> Package mesa-libglapi.x86_64 0:18.3.4-12.el7_9 will be installed --> Finished Dependency Resolution Dependencies Resolved ============================================================================================================== Package Arch Version Repository Size ============================================================================================================== Installing: alsa-lib-devel x86_64 1.1.8-1.el7 base 963 k binutils-devel x86_64 2.27-44.base.el7 base 881 k bluez-libs-devel x86_64 5.44-7.el7 base 48 k corosynclib-devel x86_64 2.4.5-7.el7 base 197 k doxygen x86_64 1:1.8.5-4.el7 base 3.6 M fftw-devel x86_64 3.3.3-8.el7 base 128 k graphviz x86_64 2.30.1-22.el7 base 1.3 M gsm-devel x86_64 1.0.13-11.el7 base 14 k jansson-devel x86_64 2.10-1.el7 base 8.9 k libcap-devel x86_64 2.22-11.el7 base 26 k libedit-devel x86_64 3.0-12.20121213cvs.el7 base 32 k libical-devel x86_64 3.0.3-2.el7 base 94 k libogg-devel x86_64 2:1.3.0-7.el7 base 13 k libsndfile-devel x86_64 1.0.25-12.el7 base 139 k libsrtp-devel x86_64 1.4.4-11.20101004cvs.el7 base 39 k libuuid-devel x86_64 2.23.2-65.el7 base 93 k libvorbis-devel x86_64 1:1.3.3-8.el7.1 base 21 k libxslt-devel x86_64 1.1.28-6.el7 base 309 k lua-devel x86_64 5.1.4-15.el7 base 21 k neon-devel x86_64 0.30.0-4.el7 base 110 k openldap-devel x86_64 2.4.44-22.el7 base 804 k postgresql-devel x86_64 9.2.24-4.el7_8 base 952 k speex-devel x86_64 1.2-0.19.rc1.el7 base 428 k sqlite-devel x86_64 3.7.17-8.el7_7.1 base 104 k subversion x86_64 1.7.14-16.el7 base 1.0 M unbound-devel x86_64 1.6.6-5.el7_8 base 45 k unixODBC-devel x86_64 2.3.1-14.el7 base 55 k uriparser-devel x86_64 0.7.5-10.el7 base 138 k Installing for dependencies: adobe-mappings-cmap noarch 20171205-3.el7 base 2.1 M adobe-mappings-cmap-deprecated noarch 20171205-3.el7 base 114 k adobe-mappings-pdf noarch 20180407-1.el7 base 703 k apr x86_64 1.4.8-7.el7 base 104 k apr-util x86_64 1.5.2-6.el7 base 92 k atk x86_64 2.28.1-2.el7 base 263 k autoconf noarch 2.69-11.el7 base 701 k automake noarch 1.13.4-3.el7 base 679 k bluez-libs x86_64 5.44-7.el7 base 81 k cairo x86_64 1.15.12-4.el7 base 741 k corosync x86_64 2.4.5-7.el7 base 222 k corosynclib x86_64 2.4.5-7.el7 base 137 k cpptest x86_64 1.1.1-9.el7 base 47 k cyrus-sasl-devel x86_64 2.1.26-23.el7 base 310 k dejavu-fonts-common noarch 2.33-6.el7 base 64 k dejavu-sans-fonts noarch 2.33-6.el7 base 1.4 M expat-devel x86_64 2.1.0-12.el7 base 57 k fftw x86_64 3.3.3-8.el7 base 45 k fftw-libs x86_64 3.3.3-8.el7 base 8.5 k fftw-libs-double x86_64 3.3.3-8.el7 base 759 k fftw-libs-long x86_64 3.3.3-8.el7 base 495 k fftw-libs-single x86_64 3.3.3-8.el7 base 766 k flac-libs x86_64 1.3.0-5.el7_1 base 169 k fontconfig x86_64 2.13.0-4.3.el7 base 254 k fontpackages-filesystem noarch 1.44-8.el7 base 9.9 k fribidi x86_64 1.0.2-1.el7_7.1 base 79 k gd x86_64 2.0.35-26.el7 base 146 k gdk-pixbuf2 x86_64 2.36.12-3.el7 base 570 k graphite2 x86_64 1.3.10-1.el7_3 base 115 k gsm x86_64 1.0.13-11.el7 base 30 k gtk-update-icon-cache x86_64 3.22.30-6.el7 updates 27 k gtk2 x86_64 2.24.31-1.el7 base 3.4 M harfbuzz x86_64 1.7.5-2.el7 base 267 k hicolor-icon-theme noarch 0.12-7.el7 base 42 k jasper-libs x86_64 1.900.1-33.el7 base 150 k jbigkit-libs x86_64 2.0-11.el7 base 46 k lcms2 x86_64 2.6-3.el7 base 150 k libICE x86_64 1.0.9-9.el7 base 66 k libSM x86_64 1.2.2-2.el7 base 39 k libX11 x86_64 1.6.7-3.el7_9 updates 607 k libX11-common noarch 1.6.7-3.el7_9 updates 164 k libXau x86_64 1.0.8-2.1.el7 base 29 k libXaw x86_64 1.0.13-4.el7 base 192 k libXcomposite x86_64 0.4.4-4.1.el7 base 22 k libXcursor x86_64 1.1.15-1.el7 base 30 k libXdamage x86_64 1.1.4-4.1.el7 base 20 k libXext x86_64 1.3.3-3.el7 base 39 k libXfixes x86_64 5.0.3-1.el7 base 18 k libXft x86_64 2.3.2-2.el7 base 58 k libXi x86_64 1.7.9-1.el7 base 40 k libXinerama x86_64 1.1.3-2.1.el7 base 14 k libXmu x86_64 1.1.2-2.el7 base 71 k libXpm x86_64 3.5.12-1.el7 base 55 k libXrandr x86_64 1.5.1-2.el7 base 27 k libXrender x86_64 0.9.10-1.el7 base 26 k libXt x86_64 1.1.5-3.el7 base 173 k libXxf86misc x86_64 1.0.3-7.1.el7 base 19 k libXxf86vm x86_64 1.1.4-1.el7 base 18 k libcgroup x86_64 0.41-21.el7 base 66 k libevent-devel x86_64 2.0.21-4.el7 base 85 k libfontenc x86_64 1.1.3-3.el7 base 31 k libgcrypt-devel x86_64 1.5.3-14.el7 base 129 k libglvnd x86_64 1:1.0.1-0.8.git5baa1e5.el7 base 89 k libglvnd-egl x86_64 1:1.0.1-0.8.git5baa1e5.el7 base 44 k libglvnd-glx x86_64 1:1.0.1-0.8.git5baa1e5.el7 base 125 k libgpg-error-devel x86_64 1.12-3.el7 base 16 k libgs x86_64 9.25-5.el7 base 4.6 M libical x86_64 3.0.3-2.el7 base 265 k libicu x86_64 50.2-4.el7_7 base 6.9 M libicu-devel x86_64 50.2-4.el7_7 base 703 k libjpeg-turbo x86_64 1.2.90-8.el7 base 135 k libogg x86_64 2:1.3.0-7.el7 base 24 k libpaper x86_64 1.1.24-9.el7 base 37 k libqb x86_64 1.0.1-9.el7 base 96 k libqb-devel x86_64 1.0.1-9.el7 base 91 k librsvg2 x86_64 2.40.20-1.el7 base 132 k libsndfile x86_64 1.0.25-12.el7 base 149 k libsrtp x86_64 1.4.4-11.20101004cvs.el7 base 275 k libthai x86_64 0.1.14-9.el7 base 187 k libtiff x86_64 4.0.3-35.el7 base 172 k libvorbis x86_64 1:1.3.3-8.el7.1 base 204 k libwayland-client x86_64 1.15.0-1.el7 base 33 k libwayland-server x86_64 1.15.0-1.el7 base 39 k libxcb x86_64 1.13-1.el7 base 214 k libxshmfence x86_64 1.2-1.el7 base 7.2 k mesa-libEGL x86_64 18.3.4-12.el7_9 updates 110 k mesa-libGL x86_64 18.3.4-12.el7_9 updates 166 k mesa-libgbm x86_64 18.3.4-12.el7_9 updates 39 k mesa-libglapi x86_64 18.3.4-12.el7_9 updates 46 k neon x86_64 0.30.0-4.el7 base 166 k openjpeg2 x86_64 2.3.1-3.el7_7 base 153 k pakchois x86_64 0.4-10.el7 base 14 k pango x86_64 1.42.4-4.el7_7 base 280 k pixman x86_64 0.34.0-1.el7 base 248 k postgresql x86_64 9.2.24-4.el7_8 base 3.0 M postgresql-libs x86_64 9.2.24-4.el7_8 base 234 k python-devel x86_64 2.7.5-90.el7 updates 399 k python-rpm-macros noarch 3-34.el7 base 9.1 k python2-rpm-macros noarch 3-34.el7 base 8.1 k speex x86_64 1.2-0.19.rc1.el7 base 98 k subversion-libs x86_64 1.7.14-16.el7 base 922 k unixODBC x86_64 2.3.1-14.el7 base 413 k uriparser x86_64 0.7.5-10.el7 base 108 k urw-base35-bookman-fonts noarch 20170801-10.el7 base 852 k urw-base35-c059-fonts noarch 20170801-10.el7 base 879 k urw-base35-d050000l-fonts noarch 20170801-10.el7 base 75 k urw-base35-fonts noarch 20170801-10.el7 base 7.6 k urw-base35-fonts-common noarch 20170801-10.el7 base 19 k urw-base35-gothic-fonts noarch 20170801-10.el7 base 650 k urw-base35-nimbus-mono-ps-fonts noarch 20170801-10.el7 base 796 k urw-base35-nimbus-roman-fonts noarch 20170801-10.el7 base 860 k urw-base35-nimbus-sans-fonts noarch 20170801-10.el7 base 1.3 M urw-base35-p052-fonts noarch 20170801-10.el7 base 978 k urw-base35-standard-symbols-ps-fonts noarch 20170801-10.el7 base 40 k urw-base35-z003-fonts noarch 20170801-10.el7 base 275 k xorg-x11-font-utils x86_64 1:7.5-21.el7 base 104 k xorg-x11-server-utils x86_64 7.7-20.el7 base 178 k Transaction Summary ============================================================================================================== Install 28 Packages (+117 Dependent packages) Total download size: 56 M Installed size: 216 M Downloading packages: (1/145): adobe-mappings-cmap-deprecated-20171205-3.el7.noarch.rpm | 114 kB 00:00:00 (2/145): adobe-mappings-pdf-20180407-1.el7.noarch.rpm | 703 kB 00:00:00 (3/145): adobe-mappings-cmap-20171205-3.el7.noarch.rpm | 2.1 MB 00:00:00 (4/145): apr-1.4.8-7.el7.x86_64.rpm | 104 kB 00:00:00 (5/145): alsa-lib-devel-1.1.8-1.el7.x86_64.rpm | 963 kB 00:00:00 (6/145): apr-util-1.5.2-6.el7.x86_64.rpm | 92 kB 00:00:00 (7/145): atk-2.28.1-2.el7.x86_64.rpm | 263 kB 00:00:00 (8/145): autoconf-2.69-11.el7.noarch.rpm | 701 kB 00:00:00 (9/145): automake-1.13.4-3.el7.noarch.rpm | 679 kB 00:00:00 (10/145): bluez-libs-5.44-7.el7.x86_64.rpm | 81 kB 00:00:00 (11/145): binutils-devel-2.27-44.base.el7.x86_64.rpm | 881 kB 00:00:00 (12/145): bluez-libs-devel-5.44-7.el7.x86_64.rpm | 48 kB 00:00:00 (13/145): cairo-1.15.12-4.el7.x86_64.rpm | 741 kB 00:00:00 (14/145): corosync-2.4.5-7.el7.x86_64.rpm | 222 kB 00:00:00 (15/145): corosynclib-2.4.5-7.el7.x86_64.rpm | 137 kB 00:00:00 (16/145): corosynclib-devel-2.4.5-7.el7.x86_64.rpm | 197 kB 00:00:00 (17/145): cpptest-1.1.1-9.el7.x86_64.rpm | 47 kB 00:00:00 (18/145): cyrus-sasl-devel-2.1.26-23.el7.x86_64.rpm | 310 kB 00:00:00 (19/145): dejavu-fonts-common-2.33-6.el7.noarch.rpm | 64 kB 00:00:00 (20/145): dejavu-sans-fonts-2.33-6.el7.noarch.rpm | 1.4 MB 00:00:00 (21/145): doxygen-1.8.5-4.el7.x86_64.rpm | 3.6 MB 00:00:00 (22/145): expat-devel-2.1.0-12.el7.x86_64.rpm | 57 kB 00:00:00 (23/145): fftw-3.3.3-8.el7.x86_64.rpm | 45 kB 00:00:00 (24/145): fftw-devel-3.3.3-8.el7.x86_64.rpm | 128 kB 00:00:00 (25/145): fftw-libs-3.3.3-8.el7.x86_64.rpm | 8.5 kB 00:00:00 (26/145): fftw-libs-double-3.3.3-8.el7.x86_64.rpm | 759 kB 00:00:00 (27/145): fftw-libs-long-3.3.3-8.el7.x86_64.rpm | 495 kB 00:00:00 (28/145): fftw-libs-single-3.3.3-8.el7.x86_64.rpm | 766 kB 00:00:00 (29/145): flac-libs-1.3.0-5.el7_1.x86_64.rpm | 169 kB 00:00:00 (30/145): fontconfig-2.13.0-4.3.el7.x86_64.rpm | 254 kB 00:00:00 (31/145): fontpackages-filesystem-1.44-8.el7.noarch.rpm | 9.9 kB 00:00:00 (32/145): fribidi-1.0.2-1.el7_7.1.x86_64.rpm | 79 kB 00:00:00 (33/145): gd-2.0.35-26.el7.x86_64.rpm | 146 kB 00:00:00 (34/145): graphite2-1.3.10-1.el7_3.x86_64.rpm | 115 kB 00:00:00 (35/145): gdk-pixbuf2-2.36.12-3.el7.x86_64.rpm | 570 kB 00:00:00 (36/145): gsm-1.0.13-11.el7.x86_64.rpm | 30 kB 00:00:00 (37/145): graphviz-2.30.1-22.el7.x86_64.rpm | 1.3 MB 00:00:00 (38/145): gsm-devel-1.0.13-11.el7.x86_64.rpm | 14 kB 00:00:00 (39/145): harfbuzz-1.7.5-2.el7.x86_64.rpm | 267 kB 00:00:00 (40/145): gtk2-2.24.31-1.el7.x86_64.rpm | 3.4 MB 00:00:00 (41/145): hicolor-icon-theme-0.12-7.el7.noarch.rpm | 42 kB 00:00:00 (42/145): jansson-devel-2.10-1.el7.x86_64.rpm | 8.9 kB 00:00:00 (43/145): gtk-update-icon-cache-3.22.30-6.el7.x86_64.rpm | 27 kB 00:00:00 (44/145): jasper-libs-1.900.1-33.el7.x86_64.rpm | 150 kB 00:00:00 (45/145): jbigkit-libs-2.0-11.el7.x86_64.rpm | 46 kB 00:00:00 (46/145): lcms2-2.6-3.el7.x86_64.rpm | 150 kB 00:00:00 (47/145): libICE-1.0.9-9.el7.x86_64.rpm | 66 kB 00:00:00 (48/145): libSM-1.2.2-2.el7.x86_64.rpm | 39 kB 00:00:00 (49/145): libXau-1.0.8-2.1.el7.x86_64.rpm | 29 kB 00:00:00 (50/145): libXaw-1.0.13-4.el7.x86_64.rpm | 192 kB 00:00:00 (51/145): libXcomposite-0.4.4-4.1.el7.x86_64.rpm | 22 kB 00:00:00 (52/145): libXcursor-1.1.15-1.el7.x86_64.rpm | 30 kB 00:00:00 (53/145): libXdamage-1.1.4-4.1.el7.x86_64.rpm | 20 kB 00:00:00 (54/145): libXext-1.3.3-3.el7.x86_64.rpm | 39 kB 00:00:00 (55/145): libX11-1.6.7-3.el7_9.x86_64.rpm | 607 kB 00:00:00 (56/145): libXfixes-5.0.3-1.el7.x86_64.rpm | 18 kB 00:00:00 (57/145): libXft-2.3.2-2.el7.x86_64.rpm | 58 kB 00:00:00 (58/145): libXi-1.7.9-1.el7.x86_64.rpm | 40 kB 00:00:00 (59/145): libXinerama-1.1.3-2.1.el7.x86_64.rpm | 14 kB 00:00:00 (60/145): libX11-common-1.6.7-3.el7_9.noarch.rpm | 164 kB 00:00:00 (61/145): libXmu-1.1.2-2.el7.x86_64.rpm | 71 kB 00:00:00 (62/145): libXpm-3.5.12-1.el7.x86_64.rpm | 55 kB 00:00:00 (63/145): libXrandr-1.5.1-2.el7.x86_64.rpm | 27 kB 00:00:00 (64/145): libXrender-0.9.10-1.el7.x86_64.rpm | 26 kB 00:00:00 (65/145): libXt-1.1.5-3.el7.x86_64.rpm | 173 kB 00:00:00 (66/145): libXxf86misc-1.0.3-7.1.el7.x86_64.rpm | 19 kB 00:00:00 (67/145): libXxf86vm-1.1.4-1.el7.x86_64.rpm | 18 kB 00:00:00 (68/145): libcap-devel-2.22-11.el7.x86_64.rpm | 26 kB 00:00:00 (69/145): libcgroup-0.41-21.el7.x86_64.rpm | 66 kB 00:00:00 (70/145): libedit-devel-3.0-12.20121213cvs.el7.x86_64.rpm | 32 kB 00:00:00 (71/145): libevent-devel-2.0.21-4.el7.x86_64.rpm | 85 kB 00:00:00 (72/145): libfontenc-1.1.3-3.el7.x86_64.rpm | 31 kB 00:00:00 (73/145): libgcrypt-devel-1.5.3-14.el7.x86_64.rpm | 129 kB 00:00:00 (74/145): libglvnd-1.0.1-0.8.git5baa1e5.el7.x86_64.rpm | 89 kB 00:00:00 (75/145): libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64.rpm | 44 kB 00:00:00 (76/145): libglvnd-glx-1.0.1-0.8.git5baa1e5.el7.x86_64.rpm | 125 kB 00:00:00 (77/145): libgpg-error-devel-1.12-3.el7.x86_64.rpm | 16 kB 00:00:00 (78/145): libical-3.0.3-2.el7.x86_64.rpm | 265 kB 00:00:00 (79/145): libgs-9.25-5.el7.x86_64.rpm | 4.6 MB 00:00:00 (80/145): libical-devel-3.0.3-2.el7.x86_64.rpm | 94 kB 00:00:00 (81/145): libicu-devel-50.2-4.el7_7.x86_64.rpm | 703 kB 00:00:00 (82/145): libjpeg-turbo-1.2.90-8.el7.x86_64.rpm | 135 kB 00:00:00 (83/145): libogg-1.3.0-7.el7.x86_64.rpm | 24 kB 00:00:00 (84/145): libicu-50.2-4.el7_7.x86_64.rpm | 6.9 MB 00:00:00 (85/145): libogg-devel-1.3.0-7.el7.x86_64.rpm | 13 kB 00:00:00 (86/145): libpaper-1.1.24-9.el7.x86_64.rpm | 37 kB 00:00:00 (87/145): libqb-1.0.1-9.el7.x86_64.rpm | 96 kB 00:00:00 (88/145): libqb-devel-1.0.1-9.el7.x86_64.rpm | 91 kB 00:00:00 (89/145): librsvg2-2.40.20-1.el7.x86_64.rpm | 132 kB 00:00:00 (90/145): libsndfile-1.0.25-12.el7.x86_64.rpm | 149 kB 00:00:00 (91/145): libsndfile-devel-1.0.25-12.el7.x86_64.rpm | 139 kB 00:00:00 (92/145): libsrtp-1.4.4-11.20101004cvs.el7.x86_64.rpm | 275 kB 00:00:00 (93/145): libsrtp-devel-1.4.4-11.20101004cvs.el7.x86_64.rpm | 39 kB 00:00:00 (94/145): libthai-0.1.14-9.el7.x86_64.rpm | 187 kB 00:00:00 (95/145): libtiff-4.0.3-35.el7.x86_64.rpm | 172 kB 00:00:00 (96/145): libuuid-devel-2.23.2-65.el7.x86_64.rpm | 93 kB 00:00:00 (97/145): libvorbis-1.3.3-8.el7.1.x86_64.rpm | 204 kB 00:00:00 (98/145): libwayland-client-1.15.0-1.el7.x86_64.rpm | 33 kB 00:00:00 (99/145): libvorbis-devel-1.3.3-8.el7.1.x86_64.rpm | 21 kB 00:00:00 (100/145): libwayland-server-1.15.0-1.el7.x86_64.rpm | 39 kB 00:00:00 (101/145): libxcb-1.13-1.el7.x86_64.rpm | 214 kB 00:00:00 (102/145): libxshmfence-1.2-1.el7.x86_64.rpm | 7.2 kB 00:00:00 (103/145): libxslt-devel-1.1.28-6.el7.x86_64.rpm | 309 kB 00:00:00 (104/145): lua-devel-5.1.4-15.el7.x86_64.rpm | 21 kB 00:00:00 (105/145): mesa-libEGL-18.3.4-12.el7_9.x86_64.rpm | 110 kB 00:00:00 (106/145): mesa-libgbm-18.3.4-12.el7_9.x86_64.rpm | 39 kB 00:00:00 (107/145): mesa-libglapi-18.3.4-12.el7_9.x86_64.rpm | 46 kB 00:00:00 (108/145): neon-0.30.0-4.el7.x86_64.rpm | 166 kB 00:00:00 (109/145): mesa-libGL-18.3.4-12.el7_9.x86_64.rpm | 166 kB 00:00:00 (110/145): openjpeg2-2.3.1-3.el7_7.x86_64.rpm | 153 kB 00:00:00 (111/145): openldap-devel-2.4.44-22.el7.x86_64.rpm | 804 kB 00:00:00 (112/145): pakchois-0.4-10.el7.x86_64.rpm | 14 kB 00:00:00 (113/145): pango-1.42.4-4.el7_7.x86_64.rpm | 280 kB 00:00:00 (114/145): neon-devel-0.30.0-4.el7.x86_64.rpm | 110 kB 00:00:00 (115/145): pixman-0.34.0-1.el7.x86_64.rpm | 248 kB 00:00:00 (116/145): postgresql-devel-9.2.24-4.el7_8.x86_64.rpm | 952 kB 00:00:00 (117/145): postgresql-libs-9.2.24-4.el7_8.x86_64.rpm | 234 kB 00:00:00 (118/145): python-rpm-macros-3-34.el7.noarch.rpm | 9.1 kB 00:00:00 (119/145): python-devel-2.7.5-90.el7.x86_64.rpm | 399 kB 00:00:00 (120/145): python2-rpm-macros-3-34.el7.noarch.rpm | 8.1 kB 00:00:00 (121/145): postgresql-9.2.24-4.el7_8.x86_64.rpm | 3.0 MB 00:00:00 (122/145): speex-1.2-0.19.rc1.el7.x86_64.rpm | 98 kB 00:00:00 (123/145): sqlite-devel-3.7.17-8.el7_7.1.x86_64.rpm | 104 kB 00:00:00 (124/145): speex-devel-1.2-0.19.rc1.el7.x86_64.rpm | 428 kB 00:00:00 (125/145): subversion-1.7.14-16.el7.x86_64.rpm | 1.0 MB 00:00:00 (126/145): subversion-libs-1.7.14-16.el7.x86_64.rpm | 922 kB 00:00:00 (127/145): unbound-devel-1.6.6-5.el7_8.x86_64.rpm | 45 kB 00:00:00 (128/145): unixODBC-2.3.1-14.el7.x86_64.rpm | 413 kB 00:00:00 (129/145): unixODBC-devel-2.3.1-14.el7.x86_64.rpm | 55 kB 00:00:00 (130/145): uriparser-0.7.5-10.el7.x86_64.rpm | 108 kB 00:00:00 (131/145): uriparser-devel-0.7.5-10.el7.x86_64.rpm | 138 kB 00:00:00 (132/145): urw-base35-bookman-fonts-20170801-10.el7.noarch.rpm | 852 kB 00:00:00 (133/145): urw-base35-c059-fonts-20170801-10.el7.noarch.rpm | 879 kB 00:00:00 (134/145): urw-base35-d050000l-fonts-20170801-10.el7.noarch.rpm | 75 kB 00:00:00 (135/145): urw-base35-fonts-20170801-10.el7.noarch.rpm | 7.6 kB 00:00:00 (136/145): urw-base35-fonts-common-20170801-10.el7.noarch.rpm | 19 kB 00:00:00 (137/145): urw-base35-gothic-fonts-20170801-10.el7.noarch.rpm | 650 kB 00:00:00 (138/145): urw-base35-nimbus-mono-ps-fonts-20170801-10.el7.noarch.rpm | 796 kB 00:00:00 (139/145): urw-base35-nimbus-roman-fonts-20170801-10.el7.noarch.rpm | 860 kB 00:00:00 (140/145): urw-base35-nimbus-sans-fonts-20170801-10.el7.noarch.rpm | 1.3 MB 00:00:00 (141/145): urw-base35-p052-fonts-20170801-10.el7.noarch.rpm | 978 kB 00:00:00 (142/145): urw-base35-standard-symbols-ps-fonts-20170801-10.el7.noarch.rpm | 40 kB 00:00:00 (143/145): urw-base35-z003-fonts-20170801-10.el7.noarch.rpm | 275 kB 00:00:00 (144/145): xorg-x11-font-utils-7.5-21.el7.x86_64.rpm | 104 kB 00:00:00 (145/145): xorg-x11-server-utils-7.7-20.el7.x86_64.rpm | 178 kB 00:00:00 -------------------------------------------------------------------------------------------------------------- Total 9.3 MB/s | 56 MB 00:00:06 Running transaction check Running transaction test Transaction test succeeded Running transaction Installing : libjpeg-turbo-1.2.90-8.el7.x86_64 1/145 Installing : 2:libogg-1.3.0-7.el7.x86_64 2/145 Installing : libICE-1.0.9-9.el7.x86_64 3/145 Installing : libqb-1.0.1-9.el7.x86_64 4/145 Installing : fftw-libs-long-3.3.3-8.el7.x86_64 5/145 Installing : fftw-libs-single-3.3.3-8.el7.x86_64 6/145 Installing : mesa-libglapi-18.3.4-12.el7_9.x86_64 7/145 Installing : fontpackages-filesystem-1.44-8.el7.noarch 8/145 Installing : urw-base35-fonts-common-20170801-10.el7.noarch 9/145 Installing : apr-1.4.8-7.el7.x86_64 10/145 Installing : fftw-libs-double-3.3.3-8.el7.x86_64 11/145 Installing : apr-util-1.5.2-6.el7.x86_64 12/145 Installing : libSM-1.2.2-2.el7.x86_64 13/145 Installing : 1:libvorbis-1.3.3-8.el7.1.x86_64 14/145 Installing : libxshmfence-1.2-1.el7.x86_64 15/145 Installing : postgresql-libs-9.2.24-4.el7_8.x86_64 16/145 Installing : atk-2.28.1-2.el7.x86_64 17/145 Installing : gsm-1.0.13-11.el7.x86_64 18/145 Installing : libicu-50.2-4.el7_7.x86_64 19/145 Installing : 1:libglvnd-1.0.1-0.8.git5baa1e5.el7.x86_64 20/145 Installing : adobe-mappings-cmap-20171205-3.el7.noarch 21/145 Installing : libwayland-server-1.15.0-1.el7.x86_64 22/145 Installing : mesa-libgbm-18.3.4-12.el7_9.x86_64 23/145 Installing : adobe-mappings-cmap-deprecated-20171205-3.el7.noarch 24/145 Installing : libicu-devel-50.2-4.el7_7.x86_64 25/145 Installing : libical-3.0.3-2.el7.x86_64 26/145 Installing : postgresql-9.2.24-4.el7_8.x86_64 27/145 Installing : fftw-3.3.3-8.el7.x86_64 28/145 Installing : fftw-libs-3.3.3-8.el7.x86_64 29/145 Installing : dejavu-fonts-common-2.33-6.el7.noarch 30/145 Installing : dejavu-sans-fonts-2.33-6.el7.noarch 31/145 Installing : fontconfig-2.13.0-4.3.el7.x86_64 32/145 Installing : libqb-devel-1.0.1-9.el7.x86_64 33/145 Installing : flac-libs-1.3.0-5.el7_1.x86_64 34/145 Installing : libsndfile-1.0.25-12.el7.x86_64 35/145 Installing : jasper-libs-1.900.1-33.el7.x86_64 36/145 Installing : libcgroup-0.41-21.el7.x86_64 37/145 Installing : corosynclib-2.4.5-7.el7.x86_64 38/145 Installing : corosync-2.4.5-7.el7.x86_64 39/145 Installing : libfontenc-1.1.3-3.el7.x86_64 40/145 Installing : 1:xorg-x11-font-utils-7.5-21.el7.x86_64 41/145 Installing : lcms2-2.6-3.el7.x86_64 42/145 Installing : expat-devel-2.1.0-12.el7.x86_64 43/145 Installing : jbigkit-libs-2.0-11.el7.x86_64 44/145 Installing : libtiff-4.0.3-35.el7.x86_64 45/145 Installing : adobe-mappings-pdf-20180407-1.el7.noarch 46/145 Installing : openjpeg2-2.3.1-3.el7_7.x86_64 47/145 Installing : cyrus-sasl-devel-2.1.26-23.el7.x86_64 48/145 Installing : libthai-0.1.14-9.el7.x86_64 49/145 Installing : libpaper-1.1.24-9.el7.x86_64 50/145 Installing : libsrtp-1.4.4-11.20101004cvs.el7.x86_64 51/145 Installing : pakchois-0.4-10.el7.x86_64 52/145 Installing : neon-0.30.0-4.el7.x86_64 53/145 Installing : subversion-libs-1.7.14-16.el7.x86_64 54/145 Installing : bluez-libs-5.44-7.el7.x86_64 55/145 Installing : cpptest-1.1.1-9.el7.x86_64 56/145 Installing : uriparser-0.7.5-10.el7.x86_64 57/145 Installing : fribidi-1.0.2-1.el7_7.1.x86_64 58/145 Installing : python-rpm-macros-3-34.el7.noarch 59/145 Installing : hicolor-icon-theme-0.12-7.el7.noarch 60/145 Installing : libwayland-client-1.15.0-1.el7.x86_64 61/145 Installing : pixman-0.34.0-1.el7.x86_64 62/145 Installing : libevent-devel-2.0.21-4.el7.x86_64 63/145 Installing : graphite2-1.3.10-1.el7_3.x86_64 64/145 Installing : harfbuzz-1.7.5-2.el7.x86_64 65/145 Installing : speex-1.2-0.19.rc1.el7.x86_64 66/145 Installing : unixODBC-2.3.1-14.el7.x86_64 67/145 Installing : libgpg-error-devel-1.12-3.el7.x86_64 68/145 Installing : libgcrypt-devel-1.5.3-14.el7.x86_64 69/145 Installing : libXau-1.0.8-2.1.el7.x86_64 70/145 Installing : libxcb-1.13-1.el7.x86_64 71/145 Installing : autoconf-2.69-11.el7.noarch 72/145 Installing : automake-1.13.4-3.el7.noarch 73/145 Installing : 2:libogg-devel-1.3.0-7.el7.x86_64 74/145 Installing : python2-rpm-macros-3-34.el7.noarch 75/145 Installing : python-devel-2.7.5-90.el7.x86_64 76/145 Installing : libX11-common-1.6.7-3.el7_9.noarch 77/145 Installing : libX11-1.6.7-3.el7_9.x86_64 78/145 Installing : libXext-1.3.3-3.el7.x86_64 79/145 Installing : libXrender-0.9.10-1.el7.x86_64 80/145 Installing : libXfixes-5.0.3-1.el7.x86_64 81/145 Installing : gdk-pixbuf2-2.36.12-3.el7.x86_64 82/145 Installing : libXt-1.1.5-3.el7.x86_64 83/145 Installing : libXmu-1.1.2-2.el7.x86_64 84/145 Installing : libXpm-3.5.12-1.el7.x86_64 85/145 Installing : libXcursor-1.1.15-1.el7.x86_64 86/145 Installing : libXdamage-1.1.4-4.1.el7.x86_64 87/145 Installing : libXrandr-1.5.1-2.el7.x86_64 88/145 Installing : libXi-1.7.9-1.el7.x86_64 89/145 Installing : libXinerama-1.1.3-2.1.el7.x86_64 90/145 Installing : libXxf86vm-1.1.4-1.el7.x86_64 91/145 Installing : 1:libglvnd-glx-1.0.1-0.8.git5baa1e5.el7.x86_64 92/145 Installing : mesa-libGL-18.3.4-12.el7_9.x86_64 93/145 Installing : gd-2.0.35-26.el7.x86_64 94/145 Installing : libXaw-1.0.13-4.el7.x86_64 95/145 Installing : gtk-update-icon-cache-3.22.30-6.el7.x86_64 96/145 Installing : libXft-2.3.2-2.el7.x86_64 97/145 Installing : libXxf86misc-1.0.3-7.1.el7.x86_64 98/145 Installing : xorg-x11-server-utils-7.7-20.el7.x86_64 99/145 Installing : urw-base35-c059-fonts-20170801-10.el7.noarch 100/145 Installing : urw-base35-d050000l-fonts-20170801-10.el7.noarch 101/145 Installing : urw-base35-gothic-fonts-20170801-10.el7.noarch 102/145 Installing : urw-base35-z003-fonts-20170801-10.el7.noarch 103/145 Installing : urw-base35-nimbus-sans-fonts-20170801-10.el7.noarch 104/145 Installing : urw-base35-bookman-fonts-20170801-10.el7.noarch 105/145 Installing : urw-base35-standard-symbols-ps-fonts-20170801-10.el7.noarch 106/145 Installing : urw-base35-p052-fonts-20170801-10.el7.noarch 107/145 Installing : urw-base35-nimbus-roman-fonts-20170801-10.el7.noarch 108/145 Installing : urw-base35-nimbus-mono-ps-fonts-20170801-10.el7.noarch 109/145 Installing : urw-base35-fonts-20170801-10.el7.noarch 110/145 Installing : libgs-9.25-5.el7.x86_64 111/145 Installing : libXcomposite-0.4.4-4.1.el7.x86_64 112/145 Installing : 1:libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64 113/145 Installing : mesa-libEGL-18.3.4-12.el7_9.x86_64 114/145 Installing : cairo-1.15.12-4.el7.x86_64 115/145 Installing : pango-1.42.4-4.el7_7.x86_64 116/145 Installing : librsvg2-2.40.20-1.el7.x86_64 117/145 Installing : gtk2-2.24.31-1.el7.x86_64 118/145 Installing : graphviz-2.30.1-22.el7.x86_64 119/145 Installing : unbound-devel-1.6.6-5.el7_8.x86_64 120/145 Installing : 1:libvorbis-devel-1.3.3-8.el7.1.x86_64 121/145 Installing : libxslt-devel-1.1.28-6.el7.x86_64 122/145 Installing : unixODBC-devel-2.3.1-14.el7.x86_64 123/145 Installing : speex-devel-1.2-0.19.rc1.el7.x86_64 124/145 Installing : uriparser-devel-0.7.5-10.el7.x86_64 125/145 Installing : bluez-libs-devel-5.44-7.el7.x86_64 126/145 Installing : subversion-1.7.14-16.el7.x86_64 127/145 Installing : neon-devel-0.30.0-4.el7.x86_64 128/145 Installing : libsrtp-devel-1.4.4-11.20101004cvs.el7.x86_64 129/145 Installing : openldap-devel-2.4.44-22.el7.x86_64 130/145 Installing : corosynclib-devel-2.4.5-7.el7.x86_64 131/145 Installing : libsndfile-devel-1.0.25-12.el7.x86_64 132/145 Installing : fftw-devel-3.3.3-8.el7.x86_64 133/145 Installing : postgresql-devel-9.2.24-4.el7_8.x86_64 134/145 Installing : libical-devel-3.0.3-2.el7.x86_64 135/145 Installing : gsm-devel-1.0.13-11.el7.x86_64 136/145 Installing : sqlite-devel-3.7.17-8.el7_7.1.x86_64 137/145 Installing : libuuid-devel-2.23.2-65.el7.x86_64 138/145 Installing : binutils-devel-2.27-44.base.el7.x86_64 139/145 Installing : libcap-devel-2.22-11.el7.x86_64 140/145 Installing : lua-devel-5.1.4-15.el7.x86_64 141/145 Installing : alsa-lib-devel-1.1.8-1.el7.x86_64 142/145 Installing : jansson-devel-2.10-1.el7.x86_64 143/145 Installing : 1:doxygen-1.8.5-4.el7.x86_64 144/145 Installing : libedit-devel-3.0-12.20121213cvs.el7.x86_64 145/145 Verifying : libXext-1.3.3-3.el7.x86_64 1/145 Verifying : libXi-1.7.9-1.el7.x86_64 2/145 Verifying : libXrender-0.9.10-1.el7.x86_64 3/145 Verifying : 1:xorg-x11-font-utils-7.5-21.el7.x86_64 4/145 Verifying : libwayland-server-1.15.0-1.el7.x86_64 5/145 Verifying : fftw-3.3.3-8.el7.x86_64 6/145 Verifying : unixODBC-devel-2.3.1-14.el7.x86_64 7/145 Verifying : adobe-mappings-cmap-20171205-3.el7.noarch 8/145 Verifying : fftw-libs-double-3.3.3-8.el7.x86_64 9/145 Verifying : uriparser-devel-0.7.5-10.el7.x86_64 10/145 Verifying : adobe-mappings-cmap-deprecated-20171205-3.el7.noarch 11/145 Verifying : libXcomposite-0.4.4-4.1.el7.x86_64 12/145 Verifying : urw-base35-fonts-common-20170801-10.el7.noarch 13/145 Verifying : 1:libglvnd-1.0.1-0.8.git5baa1e5.el7.x86_64 14/145 Verifying : libXpm-3.5.12-1.el7.x86_64 15/145 Verifying : gsm-devel-1.0.13-11.el7.x86_64 16/145 Verifying : libX11-common-1.6.7-3.el7_9.noarch 17/145 Verifying : libX11-1.6.7-3.el7_9.x86_64 18/145 Verifying : apr-util-1.5.2-6.el7.x86_64 19/145 Verifying : 1:libglvnd-glx-1.0.1-0.8.git5baa1e5.el7.x86_64 20/145 Verifying : subversion-libs-1.7.14-16.el7.x86_64 21/145 Verifying : librsvg2-2.40.20-1.el7.x86_64 22/145 Verifying : python2-rpm-macros-3-34.el7.noarch 23/145 Verifying : autoconf-2.69-11.el7.noarch 24/145 Verifying : libXau-1.0.8-2.1.el7.x86_64 25/145 Verifying : libsndfile-devel-1.0.25-12.el7.x86_64 26/145 Verifying : libedit-devel-3.0-12.20121213cvs.el7.x86_64 27/145 Verifying : libXcursor-1.1.15-1.el7.x86_64 28/145 Verifying : libgpg-error-devel-1.12-3.el7.x86_64 29/145 Verifying : 1:libvorbis-devel-1.3.3-8.el7.1.x86_64 30/145 Verifying : uriparser-0.7.5-10.el7.x86_64 31/145 Verifying : libXxf86misc-1.0.3-7.1.el7.x86_64 32/145 Verifying : libICE-1.0.9-9.el7.x86_64 33/145 Verifying : neon-devel-0.30.0-4.el7.x86_64 34/145 Verifying : libgs-9.25-5.el7.x86_64 35/145 Verifying : libicu-devel-50.2-4.el7_7.x86_64 36/145 Verifying : unixODBC-2.3.1-14.el7.x86_64 37/145 Verifying : 2:libogg-devel-1.3.0-7.el7.x86_64 38/145 Verifying : automake-1.13.4-3.el7.noarch 39/145 Verifying : speex-1.2-0.19.rc1.el7.x86_64 40/145 Verifying : 1:doxygen-1.8.5-4.el7.x86_64 41/145 Verifying : python-devel-2.7.5-90.el7.x86_64 42/145 Verifying : urw-base35-c059-fonts-20170801-10.el7.noarch 43/145 Verifying : apr-1.4.8-7.el7.x86_64 44/145 Verifying : libxslt-devel-1.1.28-6.el7.x86_64 45/145 Verifying : urw-base35-d050000l-fonts-20170801-10.el7.noarch 46/145 Verifying : speex-devel-1.2-0.19.rc1.el7.x86_64 47/145 Verifying : libicu-50.2-4.el7_7.x86_64 48/145 Verifying : jansson-devel-2.10-1.el7.x86_64 49/145 Verifying : mesa-libGL-18.3.4-12.el7_9.x86_64 50/145 Verifying : libqb-devel-1.0.1-9.el7.x86_64 51/145 Verifying : unbound-devel-1.6.6-5.el7_8.x86_64 52/145 Verifying : graphite2-1.3.10-1.el7_3.x86_64 53/145 Verifying : bluez-libs-devel-5.44-7.el7.x86_64 54/145 Verifying : gsm-1.0.13-11.el7.x86_64 55/145 Verifying : corosync-2.4.5-7.el7.x86_64 56/145 Verifying : libXmu-1.1.2-2.el7.x86_64 57/145 Verifying : libevent-devel-2.0.21-4.el7.x86_64 58/145 Verifying : gd-2.0.35-26.el7.x86_64 59/145 Verifying : pixman-0.34.0-1.el7.x86_64 60/145 Verifying : 1:libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64 61/145 Verifying : jasper-libs-1.900.1-33.el7.x86_64 62/145 Verifying : 2:libogg-1.3.0-7.el7.x86_64 63/145 Verifying : alsa-lib-devel-1.1.8-1.el7.x86_64 64/145 Verifying : urw-base35-gothic-fonts-20170801-10.el7.noarch 65/145 Verifying : libXfixes-5.0.3-1.el7.x86_64 66/145 Verifying : atk-2.28.1-2.el7.x86_64 67/145 Verifying : fontconfig-2.13.0-4.3.el7.x86_64 68/145 Verifying : 1:libvorbis-1.3.3-8.el7.1.x86_64 69/145 Verifying : gdk-pixbuf2-2.36.12-3.el7.x86_64 70/145 Verifying : libXaw-1.0.13-4.el7.x86_64 71/145 Verifying : urw-base35-z003-fonts-20170801-10.el7.noarch 72/145 Verifying : subversion-1.7.14-16.el7.x86_64 73/145 Verifying : urw-base35-nimbus-sans-fonts-20170801-10.el7.noarch 74/145 Verifying : libsndfile-1.0.25-12.el7.x86_64 75/145 Verifying : openldap-devel-2.4.44-22.el7.x86_64 76/145 Verifying : libwayland-client-1.15.0-1.el7.x86_64 77/145 Verifying : fontpackages-filesystem-1.44-8.el7.noarch 78/145 Verifying : libical-3.0.3-2.el7.x86_64 79/145 Verifying : hicolor-icon-theme-0.12-7.el7.noarch 80/145 Verifying : mesa-libglapi-18.3.4-12.el7_9.x86_64 81/145 Verifying : python-rpm-macros-3-34.el7.noarch 82/145 Verifying : pango-1.42.4-4.el7_7.x86_64 83/145 Verifying : fribidi-1.0.2-1.el7_7.1.x86_64 84/145 Verifying : postgresql-libs-9.2.24-4.el7_8.x86_64 85/145 Verifying : cpptest-1.1.1-9.el7.x86_64 86/145 Verifying : libjpeg-turbo-1.2.90-8.el7.x86_64 87/145 Verifying : postgresql-9.2.24-4.el7_8.x86_64 88/145 Verifying : lua-devel-5.1.4-15.el7.x86_64 89/145 Verifying : harfbuzz-1.7.5-2.el7.x86_64 90/145 Verifying : fftw-libs-single-3.3.3-8.el7.x86_64 91/145 Verifying : libXrandr-1.5.1-2.el7.x86_64 92/145 Verifying : urw-base35-bookman-fonts-20170801-10.el7.noarch 93/145 Verifying : libgcrypt-devel-1.5.3-14.el7.x86_64 94/145 Verifying : mesa-libgbm-18.3.4-12.el7_9.x86_64 95/145 Verifying : libxshmfence-1.2-1.el7.x86_64 96/145 Verifying : libSM-1.2.2-2.el7.x86_64 97/145 Verifying : urw-base35-standard-symbols-ps-fonts-20170801-10.el7.noarch 98/145 Verifying : libcap-devel-2.22-11.el7.x86_64 99/145 Verifying : xorg-x11-server-utils-7.7-20.el7.x86_64 100/145 Verifying : corosynclib-2.4.5-7.el7.x86_64 101/145 Verifying : libXdamage-1.1.4-4.1.el7.x86_64 102/145 Verifying : bluez-libs-5.44-7.el7.x86_64 103/145 Verifying : pakchois-0.4-10.el7.x86_64 104/145 Verifying : graphviz-2.30.1-22.el7.x86_64 105/145 Verifying : mesa-libEGL-18.3.4-12.el7_9.x86_64 106/145 Verifying : libsrtp-1.4.4-11.20101004cvs.el7.x86_64 107/145 Verifying : binutils-devel-2.27-44.base.el7.x86_64 108/145 Verifying : libuuid-devel-2.23.2-65.el7.x86_64 109/145 Verifying : libXinerama-1.1.3-2.1.el7.x86_64 110/145 Verifying : libpaper-1.1.24-9.el7.x86_64 111/145 Verifying : neon-0.30.0-4.el7.x86_64 112/145 Verifying : libXxf86vm-1.1.4-1.el7.x86_64 113/145 Verifying : urw-base35-p052-fonts-20170801-10.el7.noarch 114/145 Verifying : urw-base35-nimbus-roman-fonts-20170801-10.el7.noarch 115/145 Verifying : fftw-libs-long-3.3.3-8.el7.x86_64 116/145 Verifying : libXt-1.1.5-3.el7.x86_64 117/145 Verifying : gtk2-2.24.31-1.el7.x86_64 118/145 Verifying : libsrtp-devel-1.4.4-11.20101004cvs.el7.x86_64 119/145 Verifying : libtiff-4.0.3-35.el7.x86_64 120/145 Verifying : dejavu-fonts-common-2.33-6.el7.noarch 121/145 Verifying : libthai-0.1.14-9.el7.x86_64 122/145 Verifying : postgresql-devel-9.2.24-4.el7_8.x86_64 123/145 Verifying : libxcb-1.13-1.el7.x86_64 124/145 Verifying : libXft-2.3.2-2.el7.x86_64 125/145 Verifying : cyrus-sasl-devel-2.1.26-23.el7.x86_64 126/145 Verifying : gtk-update-icon-cache-3.22.30-6.el7.x86_64 127/145 Verifying : libical-devel-3.0.3-2.el7.x86_64 128/145 Verifying : fftw-devel-3.3.3-8.el7.x86_64 129/145 Verifying : openjpeg2-2.3.1-3.el7_7.x86_64 130/145 Verifying : flac-libs-1.3.0-5.el7_1.x86_64 131/145 Verifying : libqb-1.0.1-9.el7.x86_64 132/145 Verifying : urw-base35-nimbus-mono-ps-fonts-20170801-10.el7.noarch 133/145 Verifying : adobe-mappings-pdf-20180407-1.el7.noarch 134/145 Verifying : jbigkit-libs-2.0-11.el7.x86_64 135/145 Verifying : cairo-1.15.12-4.el7.x86_64 136/145 Verifying : expat-devel-2.1.0-12.el7.x86_64 137/145 Verifying : lcms2-2.6-3.el7.x86_64 138/145 Verifying : corosynclib-devel-2.4.5-7.el7.x86_64 139/145 Verifying : dejavu-sans-fonts-2.33-6.el7.noarch 140/145 Verifying : sqlite-devel-3.7.17-8.el7_7.1.x86_64 141/145 Verifying : urw-base35-fonts-20170801-10.el7.noarch 142/145 Verifying : fftw-libs-3.3.3-8.el7.x86_64 143/145 Verifying : libfontenc-1.1.3-3.el7.x86_64 144/145 Verifying : libcgroup-0.41-21.el7.x86_64 145/145 Installed: alsa-lib-devel.x86_64 0:1.1.8-1.el7 binutils-devel.x86_64 0:2.27-44.base.el7 bluez-libs-devel.x86_64 0:5.44-7.el7 corosynclib-devel.x86_64 0:2.4.5-7.el7 doxygen.x86_64 1:1.8.5-4.el7 fftw-devel.x86_64 0:3.3.3-8.el7 graphviz.x86_64 0:2.30.1-22.el7 gsm-devel.x86_64 0:1.0.13-11.el7 jansson-devel.x86_64 0:2.10-1.el7 libcap-devel.x86_64 0:2.22-11.el7 libedit-devel.x86_64 0:3.0-12.20121213cvs.el7 libical-devel.x86_64 0:3.0.3-2.el7 libogg-devel.x86_64 2:1.3.0-7.el7 libsndfile-devel.x86_64 0:1.0.25-12.el7 libsrtp-devel.x86_64 0:1.4.4-11.20101004cvs.el7 libuuid-devel.x86_64 0:2.23.2-65.el7 libvorbis-devel.x86_64 1:1.3.3-8.el7.1 libxslt-devel.x86_64 0:1.1.28-6.el7 lua-devel.x86_64 0:5.1.4-15.el7 neon-devel.x86_64 0:0.30.0-4.el7 openldap-devel.x86_64 0:2.4.44-22.el7 postgresql-devel.x86_64 0:9.2.24-4.el7_8 speex-devel.x86_64 0:1.2-0.19.rc1.el7 sqlite-devel.x86_64 0:3.7.17-8.el7_7.1 subversion.x86_64 0:1.7.14-16.el7 unbound-devel.x86_64 0:1.6.6-5.el7_8 unixODBC-devel.x86_64 0:2.3.1-14.el7 uriparser-devel.x86_64 0:0.7.5-10.el7 Dependency Installed: adobe-mappings-cmap.noarch 0:20171205-3.el7 adobe-mappings-cmap-deprecated.noarch 0:20171205-3.el7 adobe-mappings-pdf.noarch 0:20180407-1.el7 apr.x86_64 0:1.4.8-7.el7 apr-util.x86_64 0:1.5.2-6.el7 atk.x86_64 0:2.28.1-2.el7 autoconf.noarch 0:2.69-11.el7 automake.noarch 0:1.13.4-3.el7 bluez-libs.x86_64 0:5.44-7.el7 cairo.x86_64 0:1.15.12-4.el7 corosync.x86_64 0:2.4.5-7.el7 corosynclib.x86_64 0:2.4.5-7.el7 cpptest.x86_64 0:1.1.1-9.el7 cyrus-sasl-devel.x86_64 0:2.1.26-23.el7 dejavu-fonts-common.noarch 0:2.33-6.el7 dejavu-sans-fonts.noarch 0:2.33-6.el7 expat-devel.x86_64 0:2.1.0-12.el7 fftw.x86_64 0:3.3.3-8.el7 fftw-libs.x86_64 0:3.3.3-8.el7 fftw-libs-double.x86_64 0:3.3.3-8.el7 fftw-libs-long.x86_64 0:3.3.3-8.el7 fftw-libs-single.x86_64 0:3.3.3-8.el7 flac-libs.x86_64 0:1.3.0-5.el7_1 fontconfig.x86_64 0:2.13.0-4.3.el7 fontpackages-filesystem.noarch 0:1.44-8.el7 fribidi.x86_64 0:1.0.2-1.el7_7.1 gd.x86_64 0:2.0.35-26.el7 gdk-pixbuf2.x86_64 0:2.36.12-3.el7 graphite2.x86_64 0:1.3.10-1.el7_3 gsm.x86_64 0:1.0.13-11.el7 gtk-update-icon-cache.x86_64 0:3.22.30-6.el7 gtk2.x86_64 0:2.24.31-1.el7 harfbuzz.x86_64 0:1.7.5-2.el7 hicolor-icon-theme.noarch 0:0.12-7.el7 jasper-libs.x86_64 0:1.900.1-33.el7 jbigkit-libs.x86_64 0:2.0-11.el7 lcms2.x86_64 0:2.6-3.el7 libICE.x86_64 0:1.0.9-9.el7 libSM.x86_64 0:1.2.2-2.el7 libX11.x86_64 0:1.6.7-3.el7_9 libX11-common.noarch 0:1.6.7-3.el7_9 libXau.x86_64 0:1.0.8-2.1.el7 libXaw.x86_64 0:1.0.13-4.el7 libXcomposite.x86_64 0:0.4.4-4.1.el7 libXcursor.x86_64 0:1.1.15-1.el7 libXdamage.x86_64 0:1.1.4-4.1.el7 libXext.x86_64 0:1.3.3-3.el7 libXfixes.x86_64 0:5.0.3-1.el7 libXft.x86_64 0:2.3.2-2.el7 libXi.x86_64 0:1.7.9-1.el7 libXinerama.x86_64 0:1.1.3-2.1.el7 libXmu.x86_64 0:1.1.2-2.el7 libXpm.x86_64 0:3.5.12-1.el7 libXrandr.x86_64 0:1.5.1-2.el7 libXrender.x86_64 0:0.9.10-1.el7 libXt.x86_64 0:1.1.5-3.el7 libXxf86misc.x86_64 0:1.0.3-7.1.el7 libXxf86vm.x86_64 0:1.1.4-1.el7 libcgroup.x86_64 0:0.41-21.el7 libevent-devel.x86_64 0:2.0.21-4.el7 libfontenc.x86_64 0:1.1.3-3.el7 libgcrypt-devel.x86_64 0:1.5.3-14.el7 libglvnd.x86_64 1:1.0.1-0.8.git5baa1e5.el7 libglvnd-egl.x86_64 1:1.0.1-0.8.git5baa1e5.el7 libglvnd-glx.x86_64 1:1.0.1-0.8.git5baa1e5.el7 libgpg-error-devel.x86_64 0:1.12-3.el7 libgs.x86_64 0:9.25-5.el7 libical.x86_64 0:3.0.3-2.el7 libicu.x86_64 0:50.2-4.el7_7 libicu-devel.x86_64 0:50.2-4.el7_7 libjpeg-turbo.x86_64 0:1.2.90-8.el7 libogg.x86_64 2:1.3.0-7.el7 libpaper.x86_64 0:1.1.24-9.el7 libqb.x86_64 0:1.0.1-9.el7 libqb-devel.x86_64 0:1.0.1-9.el7 librsvg2.x86_64 0:2.40.20-1.el7 libsndfile.x86_64 0:1.0.25-12.el7 libsrtp.x86_64 0:1.4.4-11.20101004cvs.el7 libthai.x86_64 0:0.1.14-9.el7 libtiff.x86_64 0:4.0.3-35.el7 libvorbis.x86_64 1:1.3.3-8.el7.1 libwayland-client.x86_64 0:1.15.0-1.el7 libwayland-server.x86_64 0:1.15.0-1.el7 libxcb.x86_64 0:1.13-1.el7 libxshmfence.x86_64 0:1.2-1.el7 mesa-libEGL.x86_64 0:18.3.4-12.el7_9 mesa-libGL.x86_64 0:18.3.4-12.el7_9 mesa-libgbm.x86_64 0:18.3.4-12.el7_9 mesa-libglapi.x86_64 0:18.3.4-12.el7_9 neon.x86_64 0:0.30.0-4.el7 openjpeg2.x86_64 0:2.3.1-3.el7_7 pakchois.x86_64 0:0.4-10.el7 pango.x86_64 0:1.42.4-4.el7_7 pixman.x86_64 0:0.34.0-1.el7 postgresql.x86_64 0:9.2.24-4.el7_8 postgresql-libs.x86_64 0:9.2.24-4.el7_8 python-devel.x86_64 0:2.7.5-90.el7 python-rpm-macros.noarch 0:3-34.el7 python2-rpm-macros.noarch 0:3-34.el7 speex.x86_64 0:1.2-0.19.rc1.el7 subversion-libs.x86_64 0:1.7.14-16.el7 unixODBC.x86_64 0:2.3.1-14.el7 uriparser.x86_64 0:0.7.5-10.el7 urw-base35-bookman-fonts.noarch 0:20170801-10.el7 urw-base35-c059-fonts.noarch 0:20170801-10.el7 urw-base35-d050000l-fonts.noarch 0:20170801-10.el7 urw-base35-fonts.noarch 0:20170801-10.el7 urw-base35-fonts-common.noarch 0:20170801-10.el7 urw-base35-gothic-fonts.noarch 0:20170801-10.el7 urw-base35-nimbus-mono-ps-fonts.noarch 0:20170801-10.el7 urw-base35-nimbus-roman-fonts.noarch 0:20170801-10.el7 urw-base35-nimbus-sans-fonts.noarch 0:20170801-10.el7 urw-base35-p052-fonts.noarch 0:20170801-10.el7 urw-base35-standard-symbols-ps-fonts.noarch 0:20170801-10.el7 urw-base35-z003-fonts.noarch 0:20170801-10.el7 xorg-x11-font-utils.x86_64 1:7.5-21.el7 xorg-x11-server-utils.x86_64 0:7.7-20.el7 Complete!
Run ./configure for Asterisk
[root@cn38-inverness-co asterisk-18.1.0]# ./configure --with-jansson-bundled checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for gcc... 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 gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -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 char is unsigned... no checking for uname... /bin/uname checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking how to run the C preprocessor... gcc -E checking how to run the C++ preprocessor... g++ -E checking for a sed that does not truncate output... /bin/sed checking for egrep... grep -E checking for ld used by gcc... /bin/ld checking if the linker (/bin/ld) is GNU ld... yes checking for gawk... gawk checking for a BSD-compatible install... /bin/install -c checking whether ln -s works... yes checking for ranlib... ranlib checking for GNU make... make checking for egrep... (cached) /bin/grep -E checking for strip... strip checking for ar... ar checking for bison... /bin/bison checking for cmp... /bin/cmp checking for cat... /bin/cat checking for cut... /bin/cut checking for flex... /bin/flex checking for grep... (cached) /bin/grep checking for python2.7... /bin/python2.7 checking for find... /bin/find checking for basename... /bin/basename checking for dirname... /bin/dirname checking for sh... /bin/sh checking for ln... /bin/ln checking for doxygen... /bin/doxygen checking for dot... /bin/dot checking for wget... /bin/wget checking for curl... /bin/curl checking for xmllint... /bin/xmllint checking for xmlstarlet... no checking for xml... no checking for bash... /bin/sh checking for git... : checking for alembic... : checking for bzip2... /bin/bzip2 checking for tar... /bin/tar checking for patch... /bin/patch checking for sed... (cached) /bin/sed checking for nm... /bin/nm checking for ldconfig... /sbin/ldconfig checking for sha1sum... /bin/sha1sum checking for openssl... /bin/openssl checking for bison that supports parse-param... /bin/bison checking for soxmix... no checking for md5... no checking for md5sum... md5sum checking for a sed that does not truncate output... (cached) /bin/sed checking whether 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 RAII support... checking for gcc -fnested-functions... no checking for clang strsep/strcmp optimization... no checking for embedded jansson (may have to download)... configuring [jansson] Downloading https://raw.githubusercontent.com/asterisk/third-party/master/jansson/2.12/jansson-2.12.tar.bz2 to /tmp/jansson-2.12.tar.bz2 [jansson] Verifying /tmp/jansson-2.12.tar.bz2 [jansson] Verify successful [jansson] Verifying /tmp/jansson-2.12.tar.bz2 [jansson] Verify successful [jansson] Unpacking /tmp/jansson-2.12.tar.bz2 [jansson] Applying patches /usr/local/src/asterisk-18.1.0/third-party/jansson/patches /usr/local/src/asterisk-18.1.0/third-party/jansson/source No patches in /usr/local/src/asterisk-18.1.0/third-party/jansson/patches [jansson] Rebuilding [jansson] Configuring checking for bundled jansson... yes checking for embedded pjproject (may have to download)... configuring checking for bundled pjproject... yes checking for gawk... (cached) gawk checking for curl-config... /bin/curl-config checking for the version of libcurl... 7.29.0 checking for libcurl >= version 7.10.1... yes checking whether libcurl is usable... yes checking for curl_free... yes checking for size_t... yes checking for working alloca.h... yes checking for alloca... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for ANSI C header files... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for sys/types.h... (cached) yes checking for netinet/in.h... yes checking for arpa/nameser.h... yes checking for netdb.h... yes checking for resolv.h... yes checking for arpa/nameser.h... (cached) yes checking assert.h usability... yes checking assert.h presence... yes checking for assert.h... yes checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking float.h usability... yes checking float.h presence... yes checking for float.h... yes checking grp.h usability... yes checking grp.h presence... yes checking for grp.h... yes checking for inttypes.h... (cached) yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking math.h usability... yes checking math.h presence... yes checking for math.h... yes checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking for netinet/in.h... (cached) yes checking regex.h usability... yes checking regex.h presence... yes checking for regex.h... yes checking sched.h usability... yes checking sched.h presence... yes checking for sched.h... yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking for stdint.h... (cached) yes checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking for sys/stat.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for sys/types.h... (cached) yes checking sys/un.h usability... yes checking sys/un.h presence... yes checking for sys/un.h... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking for unistd.h... (cached) yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking for netdb.h... (cached) yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for strings.h... (cached) yes checking sys/event.h usability... no checking sys/event.h presence... no checking for sys/event.h... no checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking for pkg-config... /bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for LIBEDIT... yes checking for Testing for libedit unicode support... no checking for uuid_generate_random in -luuid... yes checking uuid/uuid.h usability... yes checking uuid/uuid.h presence... yes checking for uuid/uuid.h... yes checking for clock_gettime in -lrt... yes checking for xml2-config... /bin/xml2-config checking for uriParseUriA in -luriparser... yes checking uriparser/Uri.h usability... yes checking uriparser/Uri.h presence... yes checking for uriparser/Uri.h... yes checking for xsltLoadStylesheetPI in -lxslt... yes checking libxslt/xsltInternals.h usability... yes checking libxslt/xsltInternals.h presence... yes checking for libxslt/xsltInternals.h... yes checking for xsltCleanupGlobals in -lxslt... yes checking for libxslt/xsltInternals.h... (cached) yes checking xlocale.h usability... yes checking xlocale.h presence... yes checking for xlocale.h... yes checking winsock.h usability... no checking winsock.h presence... no checking for winsock.h... no checking winsock2.h usability... no checking winsock2.h presence... no checking for winsock2.h... no checking sys/poll.h usability... yes checking sys/poll.h presence... yes checking for sys/poll.h... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for an ANSI C-conforming const... yes checking for uid_t in sys/types.h... yes checking for inline... inline checking for long double with more range or precision than double... yes checking for mode_t... yes checking for off_t... yes checking for pid_t... yes checking for size_t... (cached) yes checking for struct stat.st_blksize... yes checking for struct ucred.uid... yes checking for struct ucred.cr_uid... no checking for struct sockpeercred.uid... no checking for struct ifreq.ifr_ifru.ifru_hwaddr... yes checking whether time.h and sys/time.h may both be included... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for working volatile... yes checking for ptrdiff_t... yes checking for struct stat.st_mtim... yes checking for struct stat.st_mtimensec... no checking for struct stat.st_mtimespec... no checking for unistd.h... (cached) yes checking for working chown... yes checking whether closedir returns void... no checking for error_at_line... yes checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking for _LARGEFILE_SOURCE value needed for large files... no checking whether gcc needs -traditional... no checking for working memcmp... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... (cached) yes checking for utime.h... (cached) yes checking for getpagesize... yes checking for working mmap... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking for sys/socket.h... (cached) yes checking types of arguments for select... int,fd_set *,struct timeval * checking whether lstat correctly handles trailing slash... yes checking whether stat accepts an empty string... no checking for working strcoll... yes checking for strftime... yes checking for working strnlen... yes checking for working strtod... yes checking whether utime accepts a null argument... yes checking for vprintf... yes checking for _doprnt... no checking for asprintf... yes checking for atexit... yes checking for closefrom... no checking for dup2... yes checking for eaccess... yes checking for endpwent... yes checking for euidaccess... yes checking for ffsll... yes checking for ftruncate... yes checking for getcwd... yes checking for gethostbyname... yes checking for gethostname... yes checking for getloadavg... yes checking for gettimeofday... yes checking for glob... yes checking for ioperm... yes checking for inet_ntoa... yes checking for isascii... yes checking for memchr... yes checking for memmove... yes checking for memset... yes checking for mkdir... yes checking for mkdtemp... yes checking for munmap... yes checking for newlocale... yes checking for pipe2... yes checking for ppoll... yes checking for putenv... yes checking for re_comp... yes checking for regcomp... yes checking for select... yes checking for setenv... yes checking for socket... yes checking for strcasecmp... yes checking for strcasestr... yes checking for strchr... yes checking for strcspn... yes checking for strdup... yes checking for strerror... yes checking for strlcat... no checking for strlcpy... no checking for strncasecmp... yes checking for strndup... yes checking for strnlen... yes checking for strrchr... yes checking for strsep... yes checking for strspn... yes checking for strstr... yes checking for strtod... (cached) yes checking for strtol... yes checking for strtold... yes checking for strtoq... yes checking for unsetenv... yes checking for uselocale... yes checking for utime... yes checking for vasprintf... yes checking for getpeereid... no checking for sysctl... yes checking for swapctl... no checking for malloc_trim... yes checking for htonll... no checking for ntohll... no checking for sqrt in -lm... yes checking for exp2... yes checking for log2... yes checking for exp10... yes checking for log10... yes checking for sin... yes checking for cos... yes checking for tan... yes checking for asin... yes checking for acos... yes checking for atan... yes checking for atan2... yes checking for pow... yes checking for rint... yes checking for exp... yes checking for log... yes checking for remainder... yes checking for fmod... yes checking for round... yes checking for roundf... yes checking for trunc... yes checking for floor... yes checking for ceil... yes checking for exp2l... yes checking for log2l... yes checking for exp10l... yes checking for log10l... yes checking for sinl... yes checking for cosl... yes checking for tanl... yes checking for asinl... yes checking for acosl... yes checking for atanl... yes checking for atan2l... yes checking for powl... yes checking for sqrtl... yes checking for rintl... yes checking for expl... yes checking for logl... yes checking for remainderl... yes checking for fmodl... yes checking for roundl... yes checking for truncl... yes checking for floorl... yes checking for ceill... yes checking for LLONG_MAX in limits.h... yes checking for timersub in time.h... yes checking for a version of GNU ld that supports the --dynamic-list flag... yes checking for sys/poll.h... (cached) yes checking for inet_aton... yes checking for IP_PKTINFO... yes checking for library containing gethostbyname_r... none required checking for gethostbyname_r with 6 arguments... yes checking for gethostbyname_r with 5 arguments... no checking byteswap.h usability... yes checking byteswap.h presence... yes checking for byteswap.h... yes checking for __swap16 variant of <sys/endian.h> byteswapping macros... no checking for bswap16 variant of <sys/endian.h> byteswapping macros... no checking for locale_t in locale.h... yes checking for O_EVTONLY in fcntl.h... no checking for O_SYMLINK in fcntl.h... no checking for PTHREAD_RWLOCK_INITIALIZER in pthread.h... yes checking for PTHREAD_RWLOCK_PREFER_WRITER_NP in pthread.h... yes checking for PTHREAD_MUTEX_RECURSIVE_NP in pthread.h... yes checking for PTHREAD_MUTEX_ADAPTIVE_NP in pthread.h... yes checking for pthread_spinlock_t in pthread.h... yes checking for pthread_rwlock_timedwrlock() in pthread.h... yes checking for working unnamed semaphores... yes checking if PTHREAD_ONCE_INIT needs braces... no checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP in pthread.h... yes checking whether we can compare a mutex to its initial value... no checking sys/thr.h usability... no checking sys/thr.h presence... no checking for sys/thr.h... no checking for compiler sync operations... yes checking for compiler atomic operations... yes checking if your system printf is NULL-safe.... (null)yes checking if socket() accepts SOCK_NONBLOCK... yes checking if we can increase the maximum select-able file descriptor... no checking if we have usable eventfd support... yes checking for compiler 'attribute pure' support... yes checking for compiler 'attribute malloc' support... yes checking for compiler 'attribute const' support... yes checking for compiler 'attribute unused' support... yes checking for compiler 'attribute always_inline' support... no checking for compiler 'attribute deprecated' support... yes checking for compiler 'attribute sentinel' support... yes checking for compiler 'attribute warn_unused_result' support... yes checking for compiler 'attribute may_alias' support... yes checking for compiler 'attribute constructor' support... yes checking for compiler 'attribute destructor' support... yes checking for compiler 'attribute noreturn' support... yes checking for -fsanitize=address support... yes checking for -fsanitize=thread support... yes checking for -fsanitize=leak support... no checking for -fsanitize=undefined support... no checking for -Wdeclaration-after-statement support... yes checking for -Wtrampolines support... yes checking for _FORTIFY_SOURCE support... yes checking for -fno-strict-overflow... yes checking for -Wno-format-truncation... yes checking for -Wno-stringop-truncation... yes checking for -Wshadow... yes checking for -march=native support... yes checking whether to use rpath... not needed checking for sysinfo... yes checking for library containing res_9_ninit... no checking for res_ninit... yes checking for library containing res_9_ndestroy... no checking for res_ndestroy... no checking for library containing res_9_close... no checking for res_close... no checking for BIND_8_COMPAT required... no checking for GLOB_NOMAGIC in glob.h... yes checking for GLOB_BRACE in glob.h... yes checking for RTLD_NOLOAD in dlfcn.h... yes checking for IP_MTU_DISCOVER in netinet/in.h... yes checking size of int... 4 checking size of long... 8 checking size of long long... 8 checking size of char *... 8 checking size of long... (cached) 8 checking size of long long... (cached) 8 checking size of fd_set.fds_bits... (cached) 8 checking for dladdr in dlfcn.h... yes checking for snd_pcm_open in -lasound... yes checking alsa/asoundlib.h usability... yes checking alsa/asoundlib.h presence... yes checking for alsa/asoundlib.h... yes checking for bfd_openr in -lbfd... yes checking bfd.h usability... yes checking bfd.h presence... yes checking for bfd.h... yes checking for cap_from_text in -lcap... yes checking sys/capability.h usability... yes checking sys/capability.h presence... yes checking for sys/capability.h... yes checking for DAHDI_RESET_COUNTERS in dahdi/user.h... no checking for DAHDI_DEFAULT_MTU_MRU in dahdi/user.h... no checking for DAHDI_CODE in dahdi/user.h... no checking for DAHDI_POLICY_HALF_FULL in dahdi/user.h... no checking for enhanced dahdi vmwi support... no checking if "int foo = DAHDI_ECHOCANCEL_FAX_MODE" compiles using dahdi/user.h... no checking for getifaddrs() support... yes checking for timerfd support... yes checking for gsm_create in -lgsm... yes checking gsm.h usability... yes checking gsm.h presence... yes checking for gsm.h... yes checking gsm/gsm.h usability... yes checking gsm/gsm.h presence... yes checking for gsm/gsm.h... yes checking for ILBC... no checking for iconv_open in -liconv... no checking for libiconv_open in -liconv... no checking for iconv_close in -lc... yes checking iconv.h usability... yes checking iconv.h presence... yes checking for iconv.h... yes checking for icaltimezone_get_utc_timezone in -lical... yes checking libical/ical.h usability... yes checking libical/ical.h presence... yes checking for libical/ical.h... yes checking for iks_start_sasl in -liksemel... no checking for UW IMAP Toolkit c-client library... no checking for system c-client library...... no checking for SQLConnect in -liodbc... no checking for inotify_init in -lc... yes checking sys/inotify.h usability... yes checking sys/inotify.h presence... yes checking for sys/inotify.h... yes checking for jack_activate in -ljack... no checking for kqueue in -lc... no checking for kevent64... no checking for ldap_initialize in -lldap... yes checking ldap.h usability... yes checking ldap.h presence... yes checking for ldap.h... yes checking for mISDN_open in -lmISDN... no checking for mysql_config... /bin/mysql_config checking for MySQL client bool support... no checking for MySQL client my_bool support... yes checking for nbs_connect in -lnbs... no checking for neon-config... /bin/neon-config checking for neon-config... /bin/neon-config checking for net-snmp-config... /bin/net-snmp-config checking for newtBell in -lnewt... yes checking newt.h usability... yes checking newt.h presence... yes checking for newt.h... yes checking for ub_ctx_delete in -lunbound... yes checking unbound.h usability... yes checking unbound.h presence... yes checking for unbound.h... yes checking for unbound version >= 1.5... yes checking for SQLConnect in -lodbc... yes checking sql.h usability... yes checking sql.h presence... yes checking for sql.h... yes checking for ogg_stream_init in -logg... yes checking ogg/ogg.h usability... yes checking ogg/ogg.h presence... yes checking for ogg/ogg.h... yes checking for backtrace in -lexecinfo... no checking for backtrace in -lc... yes checking execinfo.h usability... yes checking execinfo.h presence... yes checking for execinfo.h... yes checking for ba2str in -lbluetooth... yes checking bluetooth/bluetooth.h usability... yes checking bluetooth/bluetooth.h presence... yes checking for bluetooth/bluetooth.h... yes checking for bs_version in -lbeanstalk... no checking linux/soundcard.h usability... yes checking linux/soundcard.h presence... yes checking for linux/soundcard.h... yes checking for pg_config... /bin/pg_config checking for PQescapeStringConn in -lpq... yes checking for pg_encoding_to_char within Postgres headers... yes checking for poptStrerror in -lpopt... yes checking popt.h usability... yes checking popt.h presence... yes checking for popt.h... yes checking for PORTAUDIO... no checking for Pa_GetDeviceCount in -lportaudio... no checking for pri_connected_line_update in -lpri... no checking for resample_open in -lresample... no checking for fftw_malloc in -lfftw3... yes checking fftw3.h usability... yes checking fftw3.h presence... yes checking for fftw3.h... yes checking for sf_open in -lsndfile... yes checking sndfile.h usability... yes checking sndfile.h presence... yes checking for sndfile.h... yes checking for minimum version of SpanDSP... no checking for ss7_set_isup_timer in -lss7... no checking for openr2_chan_new in -lopenr2... no checking for opus_encoder_create in -lopus... no checking for op_open_callbacks in -lopusfile... no checking for luaL_newstate in -llua5.4... no checking for luaL_newstate in -llua5.3... no checking for luaL_newstate in -llua5.2... no checking for luaL_newstate in -llua5.1... no checking for luaL_newstate in -llua... yes checking lua.h usability... yes checking lua.h presence... yes checking for lua.h... yes checking for rc_read_config in -lfreeradius-client... no checking for rc_read_config in -lradiusclient-ng... no checking for rc_read_config in -lradcli... no checking for codec2_create in -lcodec2... no checking for cpg_join in -lcpg... yes checking corosync/cpg.h usability... yes checking corosync/cpg.h presence... yes checking for corosync/cpg.h... yes checking for corosync_cfg_state_track in -lcfg... no checking for speex_encode in -lspeex... yes checking speex/speex.h usability... yes checking speex/speex.h presence... yes checking for speex/speex.h... yes checking for speex_preprocess_ctl in -lspeex... no checking for speex_preprocess_ctl in -lspeexdsp... yes checking for speex/speex.h... (cached) yes checking for sqlite_exec in -lsqlite... no checking for sqlite3_open in -lsqlite3... yes checking sqlite3.h usability... yes checking sqlite3.h presence... yes checking for sqlite3.h... yes checking for crypt in -lcrypt... yes checking crypt.h usability... yes checking crypt.h presence... yes checking for crypt.h... yes checking for crypt... no checking for crypt_r in -lcrypt... yes checking for AES_encrypt in -lcrypto... yes checking openssl/aes.h usability... yes checking openssl/aes.h presence... yes checking for openssl/aes.h... yes checking for SSL_connect in -lssl... yes checking openssl/ssl.h usability... yes checking openssl/ssl.h presence... yes checking for openssl/ssl.h... yes checking for BIO_meth_new in -lssl... no checking osp/osp.h usability... no checking osp/osp.h presence... no checking for osp/osp.h... no checking for srtp_init in -lsrtp2... no checking for srtp_init in -lsrtp... yes checking srtp/srtp.h usability... yes checking srtp/srtp.h presence... yes checking for srtp/srtp.h... yes checking for the ability of -lsrtp to be linked in a shared object... yes checking for crypto_policy_set_aes_cm_256_hmac_sha1_80 in -lsrtp... yes checking for crypto_policy_set_aes_cm_192_hmac_sha1_80 in -lsrtp... no checking for crypto_policy_set_aes_gcm_128_8_auth in -lsrtp... no checking for srtp_shutdown in -lsrtp... yes checking for srtp/srtp.h... (cached) yes checking for srtp_get_version_string in -lsrtp... no checking for GMIME... no checking for GMIME... no checking for GMIME... no checking for GMIME... no checking for GMIME... no checking for malloc in -lhoard... no checking for dbinit in -lsybdb... no checking for tone_zone_find_by_num in -ltonezone... no checking for tone_zone_find in -ltonezone... no checking for vorbis_info_init in -lvorbis... yes checking vorbis/codec.h usability... yes checking vorbis/codec.h presence... yes checking for vorbis/codec.h... yes checking for OV_CALLBACKS_NOCLOSE declared in vorbis/vorbisfile.h... yes checking for vpb_open in -lvpb... no checking for compress in -lz... yes checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking whether ODBC has support for Unicode types... yes checking linux/compiler.h usability... no checking linux/compiler.h presence... no checking for linux/compiler.h... no checking for linux/ixjuser.h... yes checking for MSG_NOSIGNAL in sys/socket.h... yes checking for SO_NOSIGPIPE in sys/socket.h... no checking for sdl-config... no checking for IMG_Load in -lSDL_image... no checking for sws_getContext in -lavcodec... no checking linux/videodev.h usability... no checking linux/videodev.h presence... no checking for linux/videodev.h... no checking for XOpenDisplay in -lX11... no checking for XOpenDisplay in -lX11... (cached) no checking for /sbin/launchd... no checking for GTK2... no checking for SYSTEMD... no checking for LOG_AUTH in syslog.h... yes checking for LOG_AUTHPRIV in syslog.h... yes checking for LOG_CRON in syslog.h... yes checking for LOG_DAEMON in syslog.h... yes checking for LOG_FTP in syslog.h... yes checking for LOG_KERN in syslog.h... yes checking for LOG_LPR in syslog.h... yes checking for LOG_MAIL in syslog.h... yes checking for LOG_NEWS in syslog.h... yes checking for LOG_SYSLOG in syslog.h... yes checking for LOG_UUCP in syslog.h... yes checking for bridges/bridge_softmix/include/hrirs.h... yes checking for mandatory modules: JANSSON PJPROJECT... ok configure: creating ./config.status config.status: creating build_tools/menuselect-deps config.status: creating makeopts config.status: creating include/asterisk/autoconfig.h checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for gcc... 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 gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for GNU make... make checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -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 size_t... yes checking for working alloca.h... yes checking for alloca... yes checking for asprintf... yes checking for getloadavg... yes checking for setenv... yes checking for strcasestr... yes checking for strndup... yes checking for strnlen... yes checking for strsep... yes checking for unsetenv... yes checking for vasprintf... yes checking for newtBell in -lnewt... yes checking newt.h usability... yes checking newt.h presence... yes checking for newt.h... yes checking for initscr in -lncurses... yes checking ncurses.h usability... yes checking ncurses.h presence... yes checking for ncurses.h... yes checking for keypad in -ltinfo... yes checking for ncurses.h... (cached) yes checking for a sed that does not truncate output... /bin/sed checking for xml2-config... /bin/xml2-config checking for pkg-config... /bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for GTK2... no configure: creating ./config.status config.status: creating makeopts config.status: creating autoconfig.h configure: Menuselect build configuration successfully completed .$$$$$$$$$$$$$$$=.. .$7$7.. .7$$7:. .$$:. ,$7.7 .$7. 7$$$$ .$$77 ..$$. $$$$$ .$$$7 ..7$ .?. $$$$$ .?. 7$$$. $.$. .$$$7. $$$$7 .7$$$. .$$$. .777. .$$$$$$77$$$77$$$$$7. $$$, $$$~ .7$$$$$$$$$$$$$7. .$$$. .$$7 .7$$$$$$$7: ?$$$. $$$ ?7$$$$$$$$$$I .$$$7 $$$ .7$$$$$$$$$$$$$$$$ :$$$. $$$ $$$$$$7$$$$$$$$$$$$ .$$$. $$$ $$$ 7$$$7 .$$$ .$$$. $$$$ $$$$7 .$$$. 7$$$7 7$$$$ 7$$$ $$$$$ $$$ $$$$7. $$ (TM) $$$$$$$. .7$$$$$$ $$ $$$$$$$$$$$$7$$$$$$$$$.$$$$$$ $$$$$$$$$$$$$$$$. configure: Package configured for: configure: OS type : linux-gnu configure: Host CPU : x86_64 configure: build-cpu:vendor:os: x86_64 : pc : linux-gnu : configure: host-cpu:vendor:os: x86_64 : pc : linux-gnu :
Download uw-imap for storage
[root@cn38-inverness-co ~]# wget https://download-ib01.fedoraproject.org/pub/epel/7/x86_64/Packages/u/uw-imap-2007f-16.el7.x86_64.rpm --2020-12-02 18:34:30-- https://download-ib01.fedoraproject.org/pub/epel/7/x86_64/Packages/u/uw-imap-2007f-16.el7.x86_64.rpm Resolving download-ib01.fedoraproject.org (download-ib01.fedoraproject.org)... 152.19.134.145, 2610:28:3090:3001:dead:beef:cafe:fed6 Connecting to download-ib01.fedoraproject.org (download-ib01.fedoraproject.org)|152.19.134.145|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 68284 (67K) [application/x-rpm] Saving to: ‘uw-imap-2007f-16.el7.x86_64.rpm’ 100%[====================================================================>] 68,284 --.-K/s in 0.09s 2020-12-02 18:34:31 (703 KB/s) - ‘uw-imap-2007f-16.el7.x86_64.rpm’ saved [68284/68284]
Install EPEL repo
[root@cn38-inverness-co ~]# yum -y install epel-release Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: mirror.dal10.us.leaseweb.net * extras: mirrors.tummy.com * updates: mirror.centos.iad1.serverforge.org Resolving Dependencies --> Running transaction check ---> Package epel-release.noarch 0:7-11 will be installed --> Finished Dependency Resolution Dependencies Resolved ============================================================================================================== Package Arch Version Repository Size ============================================================================================================== Installing: epel-release noarch 7-11 extras 15 k Transaction Summary ============================================================================================================== Install 1 Package Total download size: 15 k Installed size: 24 k Downloading packages: epel-release-7-11.noarch.rpm | 15 kB 00:00:00 Running transaction check Running transaction test Transaction test succeeded Running transaction Installing : epel-release-7-11.noarch 1/1 Verifying : epel-release-7-11.noarch 1/1 Installed: epel-release.noarch 0:7-11 Complete!
Install uw-imap
[root@cn38-inverness-co ~]# yum install uw-imap Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile epel/x86_64/metalink | 13 kB 00:00:00 * base: mirror.dal10.us.leaseweb.net * epel: mirror.dal.nexril.net * extras: mirrors.tummy.com * updates: mirror.centos.iad1.serverforge.org epel | 4.7 kB 00:00:00 (1/3): epel/x86_64/group_gz | 95 kB 00:00:00 (2/3): epel/x86_64/updateinfo | 1.0 MB 00:00:00 (3/3): epel/x86_64/primary_db | 6.9 MB 00:00:00 Resolving Dependencies --> Running transaction check ---> Package uw-imap.x86_64 0:2007f-16.el7 will be installed --> Processing Dependency: libc-client(x86-64) = 2007f-16.el7 for package: uw-imap-2007f-16.el7.x86_64 --> Processing Dependency: libc-client.so.2007()(64bit) for package: uw-imap-2007f-16.el7.x86_64 --> Running transaction check ---> Package libc-client.x86_64 0:2007f-16.el7 will be installed --> Finished Dependency Resolution Dependencies Resolved ============================================================================================================== Package Arch Version Repository Size ============================================================================================================== Installing: uw-imap x86_64 2007f-16.el7 epel 67 k Installing for dependencies: libc-client x86_64 2007f-16.el7 epel 562 k Transaction Summary ============================================================================================================== Install 1 Package (+1 Dependent package) Total download size: 628 k Installed size: 1.6 M Is this ok [y/d/N]: y Downloading packages: warning: /var/cache/yum/x86_64/7/epel/packages/libc-client-2007f-16.el7.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID 352c64e5: NOKEY Public key for libc-client-2007f-16.el7.x86_64.rpm is not installed (1/2): libc-client-2007f-16.el7.x86_64.rpm | 562 kB 00:00:00 (2/2): uw-imap-2007f-16.el7.x86_64.rpm | 67 kB 00:00:00 -------------------------------------------------------------------------------------------------------------- Total 1.0 MB/s | 628 kB 00:00:00 Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7 Importing GPG key 0x352C64E5: Userid : "Fedora EPEL (7) <epel@fedoraproject.org>" Fingerprint: 91e9 7d7c 4a5e 96f1 7f3e 888f 6a2f aea2 352c 64e5 Package : epel-release-7-11.noarch (@extras) From : /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7 Is this ok [y/N]: y Running transaction check Running transaction test Transaction test succeeded Running transaction Installing : libc-client-2007f-16.el7.x86_64 1/2 Installing : uw-imap-2007f-16.el7.x86_64 2/2 Verifying : libc-client-2007f-16.el7.x86_64 1/2 Verifying : uw-imap-2007f-16.el7.x86_64 2/2 Installed: uw-imap.x86_64 0:2007f-16.el7 Dependency Installed: libc-client.x86_64 0:2007f-16.el7 Complete!
You will need to select some additional things here.
[root@cn38-inverness-co asterisk-18.1.0]# make menuselect CC="cc" CXX="g++" LD="" AR="" RANLIB="" CFLAGS="" LDFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" gmenuselect make[1]: Entering directory `/usr/local/src/asterisk-18.1.0/menuselect' make[1]: Nothing to be done for `gmenuselect'. make[1]: Leaving directory `/usr/local/src/asterisk-18.1.0/menuselect' make[1]: Entering directory `/usr/local/src/asterisk-18.1.0' menuselect changes saved! make[1]: Leaving directory `/usr/local/src/asterisk-18.1.0'
Download MP# sources
[root@cn38-inverness-co asterisk-18.1.0]# sudo contrib/scripts/get_mp3_source.sh A addons/mp3 A addons/mp3/MPGLIB_TODO A addons/mp3/mpg123.h A addons/mp3/layer3.c A addons/mp3/mpglib.h A addons/mp3/decode_ntom.c A addons/mp3/interface.c A addons/mp3/MPGLIB_README A addons/mp3/common.c A addons/mp3/huffman.h A addons/mp3/tabinit.c A addons/mp3/Makefile A addons/mp3/README A addons/mp3/decode_i386.c A addons/mp3/dct64_i386.c Exported revision 202.
Build Asterisk 18.1.0
[root@cn38-inverness-co asterisk-18.1.0]# make [CC] astcanary.c -> astcanary.o [LD] astcanary.o -> astcanary [CC] astdb2sqlite3.c -> astdb2sqlite3.o [CC] hash/hash.c -> hash/hash.o [CC] hash/hash_bigkey.c -> hash/hash_bigkey.o [CC] hash/hash_buf.c -> hash/hash_buf.o [CC] hash/hash_func.c -> hash/hash_func.o [CC] hash/hash_log2.c -> hash/hash_log2.o [CC] hash/hash_page.c -> hash/hash_page.o === SNIP === [LD] chan_ooh323.o ooh323c/src/ooCmdChannel.o ooh323c/src/ooLogChan.o ooh323c/src/ooUtils.o ooh323c/src/ooGkClient.o ooh323c/src/context.o ooh323c/src/ooDateTime.o ooh323c/src/decode.o ooh323c/src/dlist.o ooh323c/src/encode.o ooh323c/src/errmgmt.o ooh323c/src/memheap.o ooh323c/src/ootrace.o ooh323c/src/oochannels.o ooh323c/src/ooh245.o ooh323c/src/ooports.o ooh323c/src/ooq931.o ooh323c/src/ooCapability.o ooh323c/src/ooSocket.o ooh323c/src/perutil.o ooh323c/src/eventHandler.o ooh323c/src/ooCalls.o ooh323c/src/ooStackCmds.o ooh323c/src/ooh323.o ooh323c/src/ooh323ep.o ooh323c/src/printHandler.o ooh323c/src/rtctype.o ooh323c/src/ooTimer.o ooh323c/src/h323/H235-SECURITY-MESSAGESDec.o ooh323c/src/h323/H235-SECURITY-MESSAGESEnc.o ooh323c/src/h323/H323-MESSAGES.o ooh323c/src/h323/H323-MESSAGESDec.o ooh323c/src/h323/H323-MESSAGESEnc.o ooh323c/src/h323/MULTIMEDIA-SYSTEM-CONTROL.o ooh323c/src/h323/MULTIMEDIA-SYSTEM-CONTROLDec.o ooh323c/src/h323/MULTIMEDIA-SYSTEM-CONTROLEnc.o ooh323cDriver.o -> chan_ooh323.so [CC] format_mp3.c -> format_mp3.o [CC] mp3/common.c -> mp3/common.o [CC] mp3/dct64_i386.c -> mp3/dct64_i386.o [CC] mp3/decode_ntom.c -> mp3/decode_ntom.o [CC] mp3/layer3.c -> mp3/layer3.o [CC] mp3/tabinit.c -> mp3/tabinit.o [CC] mp3/interface.c -> mp3/interface.o [LD] format_mp3.o mp3/common.o mp3/dct64_i386.o mp3/decode_ntom.o mp3/layer3.o mp3/tabinit.o mp3/interface.o -> format_mp3.so [CC] res_config_mysql.c -> res_config_mysql.o [LD] res_config_mysql.o -> res_config_mysql.so Building Documentation For: third-party channels pbx apps codecs formats cdr cel bridges funcs tests main res addons +--------- Asterisk Build Complete ---------+ + Asterisk has successfully been built, and + + can be installed by running: + + + + make install + +-------------------------------------------+
Run make install for Asterist 18.1.0
[root@cn38-inverness-co asterisk-18.1.0]# make install Installing modules from channels... Installing modules from pbx... Installing modules from apps... Installing modules from codecs... Installing modules from formats... Installing modules from cdr... Installing modules from cel... Installing modules from bridges... Installing modules from funcs... Installing modules from tests... Installing modules from main... Installing modules from res... Installing modules from addons... /bin/install -c -m 755 contrib/scripts/astversion "/usr/sbin/" /bin/install -c -m 755 contrib/scripts/astgenkey "/usr/sbin/" /bin/install -c -m 755 contrib/scripts/autosupport "/usr/sbin/" if [ ! -f /sbin/launchd ]; then \ ./build_tools/install_subst contrib/scripts/safe_asterisk "/usr/sbin/safe_asterisk"; \ fi /bin/install -c -m 644 doc/core-*.xml "/var/lib/asterisk/documentation" /bin/install -c -m 644 doc/appdocsxml.xslt "/var/lib/asterisk/documentation" /bin/install -c -m 644 doc/appdocsxml.dtd "/var/lib/asterisk/documentation" /bin/install -c -m 644 doc/asterisk.8 "/usr/share/man/man8" /bin/install -c -m 644 doc/astdb*.8 "/usr/share/man/man8" /bin/install -c -m 644 contrib/scripts/astgenkey.8 "/usr/share/man/man8" /bin/install -c -m 644 contrib/scripts/autosupport.8 "/usr/share/man/man8" /bin/install -c -m 644 contrib/scripts/safe_asterisk.8 "/usr/share/man/man8" if [ -f contrib/firmware/iax/iaxy.bin ] ; then \ /bin/install -c -m 644 contrib/firmware/iax/iaxy.bin "/var/lib/asterisk/firmware/iax/iaxy.bin"; \ fi CFLAGS=" -I/usr/include/libxml2 -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 " build_tools/mkpkgconfig "/usr/lib/pkgconfig"; find static-http | while read x; do \ if test -d $x; then \ /bin/install -c -m 755 -d "/var/lib/asterisk/$x"; \ else \ /bin/install -c -m 644 $x "/var/lib/asterisk/$x" ; \ fi \ done /bin/install -c -m 644 doc/core-en_US.xml "/var/lib/asterisk/static-http"; /bin/install -c -m 644 doc/appdocsxml.xslt "/var/lib/asterisk/static-http"; if [ -d doc/tex/asterisk ] ; then \ /bin/install -c -d "/var/lib/asterisk/static-http/docs" ; \ for n in doc/tex/asterisk/* ; do \ /bin/install -c -m 644 $n "/var/lib/asterisk/static-http/docs" ; \ done \ fi for x in images/*.jpg; do \ /bin/install -c -m 644 $x "/var/lib/asterisk/images" ; \ done make -C sounds install make[1]: Entering directory `/usr/local/src/asterisk-18.1.0/sounds' --2020-12-02 18:52:05-- http://downloads.asterisk.org/pub/telephony/sounds/releases/asterisk-core-sounds-en-wav-1.6.1.tar.gz Resolving downloads.asterisk.org (downloads.asterisk.org)... 76.164.171.238, 2001:470:e0d4::ee Connecting to downloads.asterisk.org (downloads.asterisk.org)|76.164.171.238|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 20176188 (19M) [application/x-gzip] Saving to: ‘asterisk-core-sounds-en-wav-1.6.1.tar.gz’ 100%[====================================================================>] 20,176,188 7.79MB/s in 2.5s 2020-12-02 18:52:08 (7.79 MB/s) - ‘asterisk-core-sounds-en-wav-1.6.1.tar.gz’ saved [20176188/20176188] --2020-12-02 18:52:09-- http://downloads.asterisk.org/pub/telephony/sounds/releases/asterisk-core-sounds-en-ulaw-1.6.1.tar.gz Resolving downloads.asterisk.org (downloads.asterisk.org)... 76.164.171.238, 2001:470:e0d4::ee Connecting to downloads.asterisk.org (downloads.asterisk.org)|76.164.171.238|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 10241447 (9.8M) [application/x-gzip] Saving to: ‘asterisk-core-sounds-en-ulaw-1.6.1.tar.gz’ 100%[====================================================================>] 10,241,447 1.71MB/s in 6.4s 2020-12-02 18:52:15 (1.52 MB/s) - ‘asterisk-core-sounds-en-ulaw-1.6.1.tar.gz’ saved [10241447/10241447] --2020-12-02 18:52:16-- http://downloads.asterisk.org/pub/telephony/sounds/releases/asterisk-core-sounds-en-alaw-1.6.1.tar.gz Resolving downloads.asterisk.org (downloads.asterisk.org)... 76.164.171.238, 2001:470:e0d4::ee Connecting to downloads.asterisk.org (downloads.asterisk.org)|76.164.171.238|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 9937284 (9.5M) [application/x-gzip] Saving to: ‘asterisk-core-sounds-en-alaw-1.6.1.tar.gz’ 100%[====================================================================>] 9,937,284 3.40MB/s in 2.8s 2020-12-02 18:52:18 (3.40 MB/s) - ‘asterisk-core-sounds-en-alaw-1.6.1.tar.gz’ saved [9937284/9937284] --2020-12-02 18:52:19-- http://downloads.asterisk.org/pub/telephony/sounds/releases/asterisk-core-sounds-en-g729-1.6.1.tar.gz Resolving downloads.asterisk.org (downloads.asterisk.org)... 76.164.171.238, 2001:470:e0d4::ee Connecting to downloads.asterisk.org (downloads.asterisk.org)|76.164.171.238|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 1557751 (1.5M) [application/x-gzip] Saving to: ‘asterisk-core-sounds-en-g729-1.6.1.tar.gz’ 100%[====================================================================>] 1,557,751 2.78MB/s in 0.5s 2020-12-02 18:52:20 (2.78 MB/s) - ‘asterisk-core-sounds-en-g729-1.6.1.tar.gz’ saved [1557751/1557751] --2020-12-02 18:52:20-- http://downloads.asterisk.org/pub/telephony/sounds/releases/asterisk-core-sounds-en-g722-1.6.1.tar.gz Resolving downloads.asterisk.org (downloads.asterisk.org)... 76.164.171.238, 2001:470:e0d4::ee Connecting to downloads.asterisk.org (downloads.asterisk.org)|76.164.171.238|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 10756090 (10M) [application/x-gzip] Saving to: ‘asterisk-core-sounds-en-g722-1.6.1.tar.gz’ 100%[====================================================================>] 10,756,090 6.58MB/s in 1.6s 2020-12-02 18:52:21 (6.58 MB/s) - ‘asterisk-core-sounds-en-g722-1.6.1.tar.gz’ saved [10756090/10756090] --2020-12-02 18:52:22-- http://downloads.asterisk.org/pub/telephony/sounds/releases/asterisk-core-sounds-en-sln16-1.6.1.tar.gz Resolving downloads.asterisk.org (downloads.asterisk.org)... 76.164.171.238, 2001:470:e0d4::ee Connecting to downloads.asterisk.org (downloads.asterisk.org)|76.164.171.238|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 41366110 (39M) [application/x-gzip] Saving to: ‘asterisk-core-sounds-en-sln16-1.6.1.tar.gz’ 100%[====================================================================>] 41,366,110 11.1MB/s in 3.9s 2020-12-02 18:52:26 (10.1 MB/s) - ‘asterisk-core-sounds-en-sln16-1.6.1.tar.gz’ saved [41366110/41366110] --2020-12-02 18:52:27-- http://downloads.asterisk.org/pub/telephony/sounds/releases/asterisk-core-sounds-en-siren7-1.6.1.tar.gz Resolving downloads.asterisk.org (downloads.asterisk.org)... 76.164.171.238, 2001:470:e0d4::ee Connecting to downloads.asterisk.org (downloads.asterisk.org)|76.164.171.238|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 6028362 (5.7M) [application/x-gzip] Saving to: ‘asterisk-core-sounds-en-siren7-1.6.1.tar.gz’ 100%[====================================================================>] 6,028,362 7.39MB/s in 0.8s 2020-12-02 18:52:27 (7.39 MB/s) - ‘asterisk-core-sounds-en-siren7-1.6.1.tar.gz’ saved [6028362/6028362] --2020-12-02 18:52:28-- http://downloads.asterisk.org/pub/telephony/sounds/releases/asterisk-core-sounds-en-siren14-1.6.1.tar.gz Resolving downloads.asterisk.org (downloads.asterisk.org)... 76.164.171.238, 2001:470:e0d4::ee Connecting to downloads.asterisk.org (downloads.asterisk.org)|76.164.171.238|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 9120763 (8.7M) [application/x-gzip] Saving to: ‘asterisk-core-sounds-en-siren14-1.6.1.tar.gz’ 100%[====================================================================>] 9,120,763 8.37MB/s in 1.0s 2020-12-02 18:52:29 (8.37 MB/s) - ‘asterisk-core-sounds-en-siren14-1.6.1.tar.gz’ saved [9120763/9120763] --2020-12-02 18:52:29-- http://downloads.asterisk.org/pub/telephony/sounds/releases/asterisk-extra-sounds-en-wav-1.5.2.tar.gz Resolving downloads.asterisk.org (downloads.asterisk.org)... 76.164.171.238, 2001:470:e0d4::ee Connecting to downloads.asterisk.org (downloads.asterisk.org)|76.164.171.238|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 35362826 (34M) [application/x-gzip] Saving to: ‘asterisk-extra-sounds-en-wav-1.5.2.tar.gz’ 100%[====================================================================>] 35,362,826 8.66MB/s in 4.1s 2020-12-02 18:52:33 (8.29 MB/s) - ‘asterisk-extra-sounds-en-wav-1.5.2.tar.gz’ saved [35362826/35362826] --2020-12-02 18:52:34-- http://downloads.asterisk.org/pub/telephony/sounds/releases/asterisk-extra-sounds-en-ulaw-1.5.2.tar.gz Resolving downloads.asterisk.org (downloads.asterisk.org)... 76.164.171.238, 2001:470:e0d4::ee Connecting to downloads.asterisk.org (downloads.asterisk.org)|76.164.171.238|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 18007258 (17M) [application/x-gzip] Saving to: ‘asterisk-extra-sounds-en-ulaw-1.5.2.tar.gz’ 100%[====================================================================>] 18,007,258 9.70MB/s in 1.8s 2020-12-02 18:52:36 (9.70 MB/s) - ‘asterisk-extra-sounds-en-ulaw-1.5.2.tar.gz’ saved [18007258/18007258] --2020-12-02 18:52:37-- http://downloads.asterisk.org/pub/telephony/sounds/releases/asterisk-extra-sounds-en-alaw-1.5.2.tar.gz Resolving downloads.asterisk.org (downloads.asterisk.org)... 76.164.171.238, 2001:470:e0d4::ee Connecting to downloads.asterisk.org (downloads.asterisk.org)|76.164.171.238|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 17464549 (17M) [application/x-gzip] Saving to: ‘asterisk-extra-sounds-en-alaw-1.5.2.tar.gz’ 100%[====================================================================>] 17,464,549 9.37MB/s in 1.8s 2020-12-02 18:52:39 (9.37 MB/s) - ‘asterisk-extra-sounds-en-alaw-1.5.2.tar.gz’ saved [17464549/17464549] --2020-12-02 18:52:39-- http://downloads.asterisk.org/pub/telephony/sounds/releases/asterisk-extra-sounds-en-gsm-1.5.2.tar.gz Resolving downloads.asterisk.org (downloads.asterisk.org)... 76.164.171.238, 2001:470:e0d4::ee Connecting to downloads.asterisk.org (downloads.asterisk.org)|76.164.171.238|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 4253587 (4.1M) [application/x-gzip] Saving to: ‘asterisk-extra-sounds-en-gsm-1.5.2.tar.gz’ 100%[====================================================================>] 4,253,587 6.67MB/s in 0.6s 2020-12-02 18:52:40 (6.67 MB/s) - ‘asterisk-extra-sounds-en-gsm-1.5.2.tar.gz’ saved [4253587/4253587] --2020-12-02 18:52:41-- http://downloads.asterisk.org/pub/telephony/sounds/releases/asterisk-moh-opsound-ulaw-2.03.tar.gz Resolving downloads.asterisk.org (downloads.asterisk.org)... 76.164.171.238, 2001:470:e0d4::ee Connecting to downloads.asterisk.org (downloads.asterisk.org)|76.164.171.238|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 7479839 (7.1M) [application/x-gzip] Saving to: ‘asterisk-moh-opsound-ulaw-2.03.tar.gz’ 100%[====================================================================>] 7,479,839 7.98MB/s in 0.9s 2020-12-02 18:52:42 (7.98 MB/s) - ‘asterisk-moh-opsound-ulaw-2.03.tar.gz’ saved [7479839/7479839] --2020-12-02 18:52:42-- http://downloads.asterisk.org/pub/telephony/sounds/releases/asterisk-moh-opsound-alaw-2.03.tar.gz Resolving downloads.asterisk.org (downloads.asterisk.org)... 76.164.171.238, 2001:470:e0d4::ee Connecting to downloads.asterisk.org (downloads.asterisk.org)|76.164.171.238|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 7496413 (7.1M) [application/x-gzip] Saving to: ‘asterisk-moh-opsound-alaw-2.03.tar.gz’ 100%[====================================================================>] 7,496,413 8.03MB/s in 0.9s 2020-12-02 18:52:43 (8.03 MB/s) - ‘asterisk-moh-opsound-alaw-2.03.tar.gz’ saved [7496413/7496413] --2020-12-02 18:52:43-- http://downloads.asterisk.org/pub/telephony/sounds/releases/asterisk-moh-opsound-gsm-2.03.tar.gz Resolving downloads.asterisk.org (downloads.asterisk.org)... 76.164.171.238, 2001:470:e0d4::ee Connecting to downloads.asterisk.org (downloads.asterisk.org)|76.164.171.238|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 1777967 (1.7M) [application/x-gzip] Saving to: ‘asterisk-moh-opsound-gsm-2.03.tar.gz’ 100%[====================================================================>] 1,777,967 4.09MB/s in 0.4s 2020-12-02 18:52:44 (4.09 MB/s) - ‘asterisk-moh-opsound-gsm-2.03.tar.gz’ saved [1777967/1777967] make[1]: Leaving directory `/usr/local/src/asterisk-18.1.0/sounds' find rest-api -name "*.json" | while read x; do \ /bin/install -c -m 644 $x "/var/lib/asterisk/rest-api" ; \ done +---- Asterisk Installation Complete -------+ + + + YOU MUST READ THE SECURITY DOCUMENT + + + + Asterisk has successfully been installed. + + If you would like to install the sample + + configuration files (overwriting any + + existing config files), run: + + + + For generic reference documentation: + + make samples + + + + For a sample basic PBX: + + make basic-pbx + + + + + +----------------- or ---------------------+ + + + You can go ahead and install the asterisk + + program documentation now or later run: + + + + make progdocs + + + + **Note** This requires that you have + + doxygen installed on your local system + +-------------------------------------------+
Install Program Docs
[root@cn38-inverness-co asterisk-18.1.0]# make progdocs # Enable DOT # Set Doxygen PROJECT_NUMBER variable # Validate and auto-update local copy Warning: Tag `SYMBOL_CACHE_SIZE' at line 291 of file doc/asterisk-ng-doxygen has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" Warning: Tag `SHOW_DIRECTORIES' at line 491 of file doc/asterisk-ng-doxygen has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" Warning: Tag `HTML_ALIGN_MEMBERS' at line 859 of file doc/asterisk-ng-doxygen has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" Warning: Tag `USE_INLINE_TREES' at line 1044 of file doc/asterisk-ng-doxygen has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" Configuration file `doc/asterisk-ng-doxygen' updated. # Run Doxygen Warning: doxygen no longer ships with the FreeSans font. You may want to clear or change DOT_FONTNAME. Otherwise you run the risk that the wrong font is being used for dot generated graphs. Searching for include files... Searching for files in directory /usr/local/src/asterisk-18.1.0 Searching for files in directory /usr/local/src/asterisk-18.1.0/addons Searching for files in directory /usr/local/src/asterisk-18.1.0/addons/mp3 Searching for files in directory /usr/local/src/asterisk-18.1.0/addons/ooh323c === SNIP === Patching output file 2546/2550 Patching output file 2547/2550 Patching output file 2548/2550 Patching output file 2549/2550 Patching output file 2550/2550 lookup cache used 65536/65536 hits=1461947 misses=70524 finished... # Remove configuration backup file
Make the Asterisk 18.1.0 configuration
[root@cn38-inverness-co asterisk-18.1.0]# make config
Set ldconfig
[root@cn38-inverness-co asterisk-18.1.0]# ldconfig
Setup user, group and permissions
[root@cn38-inverness-co asterisk-18.1.0]# groupadd asterisk [root@cn38-inverness-co asterisk-18.1.0]# useradd -r -d /var/lib/asterisk -g asterisk asterisk [root@cn38-inverness-co asterisk-18.1.0]# usermod -aG audio,dialout asterisk [root@cn38-inverness-co asterisk-18.1.0]# chown -R asterisk.asterisk /etc/asterisk [root@cn38-inverness-co asterisk-18.1.0]# chown -R asterisk.asterisk /var/{lib,log,spool}/asterisk [root@cn38-inverness-co asterisk-18.1.0]# chown -R asterisk.asterisk /usr/lib/asterisk
Set runtime parameters
Need to change things in there.
[root@cn38-inverness-co asterisk-18.1.0]# sudo vim /etc/sysconfig/asterisk [root@cn38-inverness-co asterisk-18.1.0]# sudo vim /etc/asterisk/asterisk.conf
Enable and Start Asterisk 18.1.0
[root@cn38-inverness-co asterisk-18.1.0]# sudo systemctl enable asterisk asterisk.service is not a native service, redirecting to /sbin/chkconfig. Executing /sbin/chkconfig asterisk on [root@cn38-inverness-co asterisk-18.1.0]# sudo systemctl start asterisk
Connect to Asterisk and verify version
[root@cn38-inverness-co asterisk-18.1.0]# asterisk -rvv parse error: No category context for line 1 of /etc/asterisk/asterisk.conf Unable to open specified master config file '/etc/asterisk/asterisk.conf', using built-in defaults Asterisk 18.1.0, Copyright (C) 1999 - 2018, Digium, Inc. and others. Created by Mark Spencer <markster@digium.com> Asterisk comes with ABSOLUTELY NO WARRANTY; type 'core show warranty' for details. This is free software, with components licensed under the GNU General Public License version 2 and other licenses; you are welcome to redistribute it under certain conditions. Type 'core show license' for details. ========================================================================= Connected to Asterisk 18.1.0 currently running on cn38-inverness-co (pid = 18370) cn38-inverness-co*CLI> Disconnected from Asterisk server Asterisk cleanly ending (0). Executing last minute cleanups