hello! I'm having problems trying to build kolab on solaris 10, openpkg 2.20061018
Kolab needs apache (that simple ;) so using # openpkg build kolab I get somewhere to: # openpkg rpm --define 'with_mod_auth_ldap yes' --define 'with_mod_dav yes' --define 'with_mod_php yes' --define 'with_mod_php_gdbm yes' --define 'with_mod_php_gettext yes' --define 'with_mod_php_imap yes' --define 'with_mod_php_openldap yes' --define 'with_mod_php_xml yes' --define 'with_mod_ssl yes' --rebuild ftp://ftp.openpkg.org/stable/2.20061018/SRC/BASE/apache-1.3.37-2.20061103.src.rpm and it breaks with: /openpkg/RPM/TMP/apache-1.3.37/php-5.1.6/ext/imap/php_imap.c:78: error: conflicting types for 'utf8_mime2text' /openpkg/include/imap/utf8.h:548: error: previous declaration of 'utf8_mime2text' was here make: *** [ext/imap/php_imap.lo] Error 1 I've found that the bug with "conflicting types for 'utf8_mime2text'" is already resolved for php 5.2.0 and this version is included in openpkg tree for release I'm using. But to my surprise, apache package is using it's own php package and it is 5.1.6 which from obvious reasons will not work. I know that the problem is rather with imap then php, but why is php package included in apache and not using php package from tree? thanks for any sugestions regards Luka ______________________________________________________________________ The OpenPKG Project www.openpkg.org User Communication List openpkg-users@openpkg.org