On 2009-04-07 01:42, Jon Crump wrote: > On Tue, 7 Apr 2009, Rainer M?ller wrote: > >> On 2009-04-07 01:33, Jon Crump wrote: >> >> In case of php5, you just need the +mysql5 variant. No other changes >> should be required. > > More thanks, this is what I have: > > mysql5 @5.0.67_1+server (active) > > Is that what you meant?
No, I meant more like if you plan to use mysql5 from php5, you need to select the +mysql5 variant on installation. Like: sudo port install php5 +mysql5 If you already have php5 installed but missing +mysql5, you can add the variant with: sudo port -fn upgrade php5 +mysql5 Rainer _______________________________________________ macports-users mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
