26 Apr
2007
26 Apr
'07
2:50 p.m.
On Thu, 26 Apr 2007 04:59:27 -0500 Ryan Schmidt <ryandesign@macports.org> wrote:
The org.macports.mysql5 plist is only created if you request the +server variant when you install mysql5. If you did not already have mysql5 installed, then installing php5 +mysql5 would have installed mysql5 for you with no variants selected.
OK fine, in fact i had to uninstall "everything" : Apache 2, php5 and mysql5. then reinstall the latest with : $ sudo port install php5 +apache2 +mysql5 +server then everything went as you've said. thanks a lot ! Yvon