Merge branch 'master' of mathias-kettner.de:omd
[omd.git] / distros / Makefile.CENTOS_5.5
blobf5c9a33a937e1f20c1f40e2aaf00d16781b6127e
1 DISTRO_CODE       = rh55
2 BUILD_PACKAGES    =
3 BUILD_PACKAGES   += boost141-devel
4 BUILD_PACKAGES   += cairo-devel
5 BUILD_PACKAGES   += curl-devel     # needed by perl modules / thruk
6 BUILD_PACKAGES   += expat-devel
7 BUILD_PACKAGES   += fping
8 BUILD_PACKAGES   += samba-client # otherwise path to smblient missing in util.pm
9 BUILD_PACKAGES   += gcc
10 BUILD_PACKAGES   += gcc-c++
11 BUILD_PACKAGES   += gcc44
12 BUILD_PACKAGES   += gcc44-c++
13 BUILD_PACKAGES   += libevent-devel
14 BUILD_PACKAGES   += libtool-ltdl-devel
15 BUILD_PACKAGES   += gd-devel
16 BUILD_PACKAGES   += httpd-devel
17 BUILD_PACKAGES   += libmcrypt-devel
18 BUILD_PACKAGES   += libxml2-devel
19 BUILD_PACKAGES   += mysql-devel
20 BUILD_PACKAGES   += ncurses-devel
21 BUILD_PACKAGES   += net-snmp
22 BUILD_PACKAGES   += net-snmp-utils
23 BUILD_PACKAGES   += openssl-devel
24 BUILD_PACKAGES   += pango-devel
25 BUILD_PACKAGES   += patch
26 BUILD_PACKAGES   += php
27 BUILD_PACKAGES   += python-devel
28 BUILD_PACKAGES   += readline-devel
29 BUILD_PACKAGES   += rpm-build
30 BUILD_PACKAGES   += samba-client
31 BUILD_PACKAGES   += uuid-devel
32 BUILD_PACKAGES   += which
33 OS_PACKAGES       =
34 OS_PACKAGES      += time # needed for mk-job
35 OS_PACKAGES      += traceroute # needed for Check_MK parent scan
36 OS_PACKAGES      += boost141-program-options
37 OS_PACKAGES      += curl
38 OS_PACKAGES      += dialog
39 OS_PACKAGES      += expat
40 OS_PACKAGES      += fping
41 OS_PACKAGES      += graphviz
42 OS_PACKAGES      += graphviz-gd
43 OS_PACKAGES      += httpd
44 OS_PACKAGES      += libevent
45 OS_PACKAGES      += libmcrypt
46 OS_PACKAGES      += libtool-ltdl
47 OS_PACKAGES      += mod_fcgid
48 OS_PACKAGES      += mysql-server
49 OS_PACKAGES      += net-snmp
50 OS_PACKAGES      += pango
51 OS_PACKAGES      += patch
52 OS_PACKAGES      += perl-Net-SNMP
53 OS_PACKAGES      += php
54 OS_PACKAGES      += php-mbstring
55 OS_PACKAGES      += php-pdo
56 OS_PACKAGES      += php-gd
57 OS_PACKAGES      += readline
58 OS_PACKAGES      += rsync
59 OS_PACKAGES      += uuid
60 OS_PACKAGES      += xinetd
61 OS_PACKAGES      += xorg-x11-server-Xvfb # used for thruks pdf generator
62 OS_PACKAGES      += python-ldap # needed for ldap support in multisite
63 USERADD_OPTIONS   = -M
64 ADD_USER_TO_GROUP = gpasswd -a %(user)s %(group)s
65 PACKAGE_INSTALL   = yum -y makecache ; yum -y install
66 ACTIVATE_INITSCRIPT = chkconfig --add %s && chkconfig %s on
67 APACHE_CONF_DIR   = /etc/httpd/conf.d
68 APACHE_INIT       = /etc/init.d/httpd
69 APACHE_USER       = apache
70 APACHE_GROUP      = apache
71 APACHE_BIN        = /usr/sbin/httpd
72 APACHE_CTL        = /usr/sbin/apachectl
73 APACHE_MODULE_DIR = /usr/lib/httpd/modules
74 APACHE_MODULE_DIR_64 = /usr/lib64/httpd/modules
75 APACHE_FCGID_MODULE = mod_fcgid.so
76 PHP_FCGI_BIN      = /usr/bin/php-cgi
77 APACHE_ENMOD      = true %s
78 BECOME_ROOT       = su -c
79 MOUNT_OPTIONS     =