Le 10 oct. 06 à 00:34, Ryan Schmidt a écrit :
mysql5 has no apache2 or php5 variants. Perhaps you meant to do this?
sudo port install -v php5 +apache2 +mysql5
But if you already have php5 installed with different variants, then you first need to uninstall (or just deactivate) the old php5, then build it anew with the options you now want.
yes i had allready installed Apache2 with php5 then, you mean i have first to uninstall php5 (no need to uninstall Apache2 ?) then re-install php5 and mysql5 variants ? what's the command to be sure php5 and mysql5 will both installed AND compatible respectively ?
dyld: Library not loaded: /opt/local/lib/libintl.3.dylib Referenced from: /opt/local/bin/gawk Reason: image not found
You are experiencing the issue everyone is experiencing after upgrading from gettext 0.14.x to 0.15. You must now rebuild all ports that built against gettext 0.14.x. This is likely to be quite a few ports.
See this recent message:
http://lists.macosforge.org/pipermail/macports-users/2006-October/ 000262.html
ok, fine, thanks a lot ! Yvon