annotate contrib/nightly_tests/prereqs.fedora @ 617:c16583e80ffe

Update documentation for Fedora systems where SELinux prevents binding the SCTP socket
author Sebastien Decugis <sdecugis@nict.go.jp>
date Fri, 03 Dec 2010 15:00:30 +0900
parents 69daef73812c
children 226f5957186a
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>"):
95bb43106039 Updated documentation, included information for OpenSUSE and Fedora
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
2 cmake make gcc flex bison lksctp-tools-devel gnutls-devel libgcrypt-devel mercurial
95bb43106039 Updated documentation, included information for OpenSUSE and Fedora
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
3 postgresql-server postgresql-devel
95bb43106039 Updated documentation, included information for OpenSUSE and Fedora
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
4 mysql-server mysql-devel
95bb43106039 Updated documentation, included information for OpenSUSE and Fedora
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
5 libxml2 libxml2-devel
95bb43106039 Updated documentation, included information for OpenSUSE and Fedora
Sebastien Decugis <sdecugis@nict.go.jp>
parents:
diff changeset
6 swig python-devel
613
69daef73812c Small update to documentation
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 612
diff changeset
7
69daef73812c Small update to documentation
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 612
diff changeset
8 # 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
9 # service postgresql initdb
69daef73812c Small update to documentation
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 612
diff changeset
10 # 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
11
c16583e80ffe Update documentation for Fedora systems where SELinux prevents binding the SCTP socket
Sebastien Decugis <sdecugis@nict.go.jp>
parents: 613
diff changeset
12 # 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
13 # 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
14 # setenforce Permissive
"Welcome to our mercurial repository"