Changes between Version 53 and Version 54 of FAQ
- Timestamp:
- Feb 22, 2009, 11:35:43 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FAQ
v53 v54 125 125 == Software Questions == 126 126 127 === When I install the port of PHP 5, MacPorts wants to install Apache 1.3 even though I use Apache 2. What do I need to do? ===128 129 Use "variants." The command `port variants <portname>` (where ''portname'' is the port in question) lists available build variations that support differences you may desire. For instance, to install PHP 5 for use with Apache 2 and MySQL, you'd type `port install php5 +apache2 +mysql`.130 131 127 === Python fails to build === 132 128