Now that I know how to build apache with php/mysql enabled, I need to add
imap to apache and build php with gettext support...
This is how apache was built,
openpkg rpm --rebuild --define 'with_mod_php yes' --define \
'with_mod_php_mysql yes' ~mike/openpkg/src/apache-1.3.29-2.0.0.src.rpm
...w/additional support for imap w/in apache, do I just add the below?
--define 'with_mod_php_mysql_imap yes'
openpkg rpm --rebuild --define 'with_mod_php yes' --define \
'with_mod_php_mysql yes' --define 'with_mod_php_mysql_imap yes' \
~mike/openpkg/src/apache-1.3.29-2.0.0.src.rpm
...to build PHP with gettext enable do I just do the below?
openpkg rpm --rebuild --define 'with_mod_gettext yes' \
~mike/openpkg/src/php-4.3.4-2.0.0.src.rpm
The key part is --define 'with_mod_<module> yes' and if there's additional
module you added onto the second definition and third and so on? (like the
apache example above?)
Regards,
- Mike
______________________________________________________________________
The OpenPKG Project www.openpkg.org
Developer Communication List [EMAIL PROTECTED]