> how can I install php4 at ports which supports mysql? > is it *# make --with-mysql install* okay? no - you need to "setenv" or "export" like this: (example from bash shell) cd /usr/ports/www/php4/ export FLAVOR="mysql" make install