view contrib/nightly_tests/prereqs.fedora @ 1561:699c3fb0c57b

Switch from libidn to libidn2. libidn2 is the backwards compatible successor to libidn, and at least Red Hat 8 does not provide a dev package for libidn1.
author Thomas Klausner <wiz@gatalith.at>
date Wed, 16 Jun 2021 18:44:45 +0200
parents 5072ddf4d38e
children
line wrap: on
line source

# Fedora packages names of dependencies for nightly tests (using "yum install <packages>"):
cmake make gcc gcc-c++ flex bison gnutls-devel libgcrypt-devel mercurial
lksctp-tools-devel kernel-modules-extra
postgresql-server postgresql-devel
mysql-server mysql-devel
libxml2 libxml2-devel libidn2-devel
swig python-devel

# For postgresql server to start automatically, you may have to issue:
#   service postgresql initdb
#   chkconfig --level 345 postgresql on

# To allow SCTP sockets to be bound in SELinux, I don't know the command,
# so let's disable SELinux for the moment:
#   setenforce Permissive
"Welcome to our mercurial repository"