annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
612
95bb43106039 Updated documentation, included information for OpenSUSE and Fedora
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
1 # Fedora packages names of dependencies for nightly tests (using "yum install <packages>"):
1053
5072ddf4d38e Update documentation for Fedora
Sebastien Decugis <sdecugis@freediameter.net>
parents: 862
diff changeset
2 cmake make gcc gcc-c++ flex bison gnutls-devel libgcrypt-devel mercurial
5072ddf4d38e Update documentation for Fedora
Sebastien Decugis <sdecugis@freediameter.net>
parents: 862
diff changeset
3 lksctp-tools-devel kernel-modules-extra
612
95bb43106039 Updated documentation, included information for OpenSUSE and Fedora
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
4 postgresql-server postgresql-devel
95bb43106039 Updated documentation, included information for OpenSUSE and Fedora
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
5 mysql-server mysql-devel
1561
699c3fb0c57b Switch from libidn to libidn2.
Thomas Klausner <wiz@gatalith.at>
parents: 1053
diff changeset
6 libxml2 libxml2-devel libidn2-devel
612
95bb43106039 Updated documentation, included information for OpenSUSE and Fedora
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
7 swig python-devel
613
69daef73812c Small update to documentation
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 612
diff changeset
8
69daef73812c Small update to documentation
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 612
diff changeset
9 # For postgresql server to start automatically, you may have to issue:
69daef73812c Small update to documentation
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 612
diff changeset
10 # service postgresql initdb
69daef73812c Small update to documentation
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 612
diff changeset
11 # chkconfig --level 345 postgresql on
617
c16583e80ffe Update documentation for Fedora systems where SELinux prevents binding the SCTP socket
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 613
diff changeset
12
c16583e80ffe Update documentation for Fedora systems where SELinux prevents binding the SCTP socket
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 613
diff changeset
13 # To allow SCTP sockets to be bound in SELinux, I don't know the command,
c16583e80ffe Update documentation for Fedora systems where SELinux prevents binding the SCTP socket
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 613
diff changeset
14 # so let's disable SELinux for the moment:
c16583e80ffe Update documentation for Fedora systems where SELinux prevents binding the SCTP socket
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 613
diff changeset
15 # setenforce Permissive
"Welcome to our mercurial repository"