Installation Guide Firebird (use) emerge firebird --with-interbase=/opt/interbase ZIP (ebuild) emerge zziplib --with-zip SQLite (pear+php.ini) emerge sqlite pear install SQLite extension=sqlite.so LZF (pear+php.ini) pear install LZF extension=lzf.so ps (pear+php.ini) [needs ebuild] install pslib - http://pslib.sourceforge.net/ pear install ps extension=ps.so CLI Installation ---------------- boo steve # md5sum /usr/bin/php d26560e119b00ee7567a60fc54253aad /usr/bin/php mod_php seems to install a php version anyway (I think). I'll probably be better off in the end *always* installing my own version of PHP, regardless. I'm having trouble getting php_gtk to load, so here I go again, doing a clean install of php4-cli. Emerging Apache + PHP + mod_php ------------------------------- Ok, here's the deal I just figured out -- ALWAYS emerge mod_php first since mod_php creates a CLI version of php that it drops in /usr/bin The php ebuild will also put its own binary in /usr/bin replacing mod_php's if you emerge it secondly. Plus, that way the configurations for each php.ini's will be correct. Modules: LoadModule php4_module modules/libphp4.so AddModule mod_php4.c