23 Feb
2008
23 Feb
'08
12:39 p.m.
Ryan Schmidt wrote:
On Feb 22, 2008, at 21:47, Jean-Luc BERTŽE wrote:
i try to install mysql5 + php5 + apache2 like that :
sudo port install mysql5 +server sudo port install php5 +postgresql +pear +apache2 +mysql5 +server
You don't need "+server" on the second line because the php5 port does not have a variant called "server".
But mysql5 has one; variant selections are inherited to dependencies. Rainer