Horde obmconf script 2.0.3 mysql
From Kolab wiki
add the following code to your obmtool.conf file and install all required PHP features and the database with sh obmtool horde
%horde
echo "---- boot/build ${NODE} %${CMD} ----"
kolab_version="2.0.3";
PREFIX=/kolab;
loc='./' # (empty) for ftp.openpkg.org, '=' for URL, './' for CWD or absolute path
plusloc=' '
altloc='./'
remote=
with_genuine=no
@install ${remote}jpeg-6b-2.5.0
@install ${remote}png-1.2.8-2.5.0
@install ${remote}freetype-2.1.10-2.5.0
@install ${remote}gd-2.0.33-2.5.0
@install ${plusloc}libmcrypt-2.5.7-2.5.0
@install ${remote}mysql-4.1.14-2.5.0
@trigger ${altloc}apache-1.3.33-2.4.5_kolab \
--with=mod_auth_ldap \
--with=mod_dav \
--with=mod_php \
--with=mod_php_zlib \
--with=mod_php_ftp \
--with=mod_php_gd \
--with=mod_php_gdbm \
--with=mod_php_gettext \
--with=mod_php_iconv \
--with=mod_php_imap \
--with=mod_php_mcrypt \
--with=mod_php_mysql \
--with=mod_php_openldap \
--with=mod_php_xml \
--with=mod_php_dom \
--with=mod_ssl \
--with=mod_php_mbstring
@trigger ${altloc}php-4.3.11-2.4.2_kolab \
--with=zlib \
--with=ftp \
--with=gd \
--with=gdbm \
--with=gettext \
--with=iconv \
--with=imap \
--with=mcrypt \
--with=mysql \
--with=openldap \
--with=pear \
--with=xml \
--with=dom \
--with=ssl \
--with=mbstring
@check
