myH2Oservers
Verified User
Just tried to install a new server on CentOS 8 minimal installation. Ran the pre-install commands:
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
However during setup.sh the installation stopped because SpamAssassin could not be installed, it was missing 2 required Perl modules.
It advised me to run:
Since I am not sure how to continue the installation I started setup.sh again (would me nice if there was some kind of progress memory so the installation could pick up where it crashed ).
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
However during setup.sh the installation stopped because SpamAssassin could not be installed, it was missing 2 required Perl modules.
It advised me to run:
Code:
cpan -i Archive::Tar Digest::SHA Mail::SPF IP::Country Net::Ident IO::Socket::INET6 Compress::Zlib Mail::DKIM LWP::UserAgent HTTP::Date Encode::Detect ExtUtils::MakeMaker
Since I am not sure how to continue the installation I started setup.sh again (would me nice if there was some kind of progress memory so the installation could pick up where it crashed ).