Kolab-compile-options
From Kolab wiki
Contents |
[edit]
Kolab compile options
The kolab compile options are taken from obmtool.conf, that seem to use a different format compared to the autoconf compile options.
[edit]
sasl
--with=ldap --with=login
On Ubuntu Dapper:
--with-ldap (included!) --enable-login (not sure if this is the same as --with=login)
[edit]
proftpd
--with=ldap
On Ubuntu Dapper:
Judging by the debian/rules file, it seems that it has LDAP support.
[edit]
postfix
--with=ldap --with=sasl --with=ssl
[edit]
imapd
--with=group --with=ldap --with=annotate --with=atvdom --with=skiplist
On Ubuntu Dapper:
--with-cyrus-group-mail ! Doesn't seem that there is ldap support --enable-annotate-more ! atvdom? --with-seen-db-skiplist
Seems that this will need to be repackaged for Kolab.
[edit]
apache
--with=mod_auth_ldap --with=mod_dav --with=mod_php --with=mod_php_zlib --with=mod_php_gdbm --with=mod_php_gettext --with=mod_php_imap --with=mod_php_openldap --with=mod_php_xml --with=mod_php_dom --with=mod_ssl
[edit]
php
--with=zlib --with=gdbm --with=gettext --with=imap --with=openldap --with=pear --with=xml --with=dom --with=ssl
The php configure options as obtained from phpinfo are:
--disable-cli --disable-shared --enable-inline-optimization --enable-session --enable-track-vars --enable-xml --with-apache=../apache_1.3.31 --with-config-file-path=/kolab/etc/apache --with-debug=no --with-dom-exslt=/kolab --with-dom=/kolab --with-dom-xslt=/kolab --with-expat-dir=/kolab --with-gdbm=/kolab --with-gettext=/kolab --with-imap=/kolab --with-imap-ssl=/kolab --with-ldap=/kolab --with-mm=/kolab --with-openssl=/kolab --without-mssql --with-mysql --without-pear --without-pgsql --with-zlib-dir=/kolab --with-zlib=/kolab
