sungodragon
New member
- Joined
- Apr 24, 2021
- Messages
- 2
checking for pkg-config along /usr/local/icu/lib/pkgconfig:/usr/local/lib64/pkgconfig:/usr/local/lib/pkgconfig:/usr/lib/x86_64-linux-gnu/pkgconfig... checking for nghttp2 version >= 1.2.1... FAILED
configure: WARNING: nghttp2 version is too old
no
checking whether to enable mod_http2... configure: error: mod_http2 has been requested but can not be built due to prerequisite failures
*** There was an error while trying to configure Apache 2. Check the configure/ap2/configure.apache file
sudo subscription-manager repos --enable codeready-builder-for-rhel-8-x86_64-rpms
dnf groupinstall "Development Tools"
Directadmin Prerequsites
yum install wget gcc gcc-c++ flex bison make bind bind-libs bind-utils openssl openssl-devel perl quota libaio \
libcom_err-devel libcurl-devel gd zlib-devel zip unzip libcap-devel cronie bzip2 cyrus-sasl-devel perl-ExtUtils-Embed \
autoconf automake libtool which patch mailx bzip2-devel lsof glibc-headers kernel-devel expat-devel \
psmisc net-tools systemd-devel libdb-devel perl-DBI perl-libwww-perl xfsprogs rsyslog logrotate crontabs file kernel-headers hostname
yum install nano
Disabled SElinux
Edit the /etc/selinux/config
nano /etc/selinux/config
# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three shutvalues:
# enforcing - SELinux security policy is enforced.
# permissive - SELinux prints warnings instead of enforcing.
# disabled - No SELinux policy is loaded.
SELINUX=disabled
# SELINUXTYPE= can take one of these two values:
# targeted - Only targeted network daemons are protected.
# strict - Full SELinux protection.
SELINUXTYPE=targeted
sudo reboot
Install
wget -O setup.sh https://www.directadmin.com/setup.sh
chmod 755 setup.sh
./setup.sh
Dedicated Server New install error , Kindly help
OS: Redhat 8 latest.
Regards
Sun