view 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
line wrap: on
line source

# Fedora packages names of dependencies for nightly tests (using "yum install <packages>"):
cmake make gcc flex bison lksctp-tools-devel gnutls-devel libgcrypt-devel mercurial
postgresql-server postgresql-devel
mysql-server mysql-devel
libxml2 libxml2-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"