[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: php4 with mysql



> 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