Reputation: 614
Also I need some help...
My Ports are updated on my FreeBSD 9.0. I already have the Apache24 installed (IMG.1), but when trying to install php55-5.5.10 (IMG.2) don't have Build Apache Module option.
Is anyone else experiencing this?
Apache24 (IMG.1)
PHP55-5.5.10 (IMG.2)
Upvotes: 0
Views: 3424
Reputation: 83
The Apache PHP module is separated of port PHP principal. For fix it, install the port "/usr/ports/www/mod_php5" or "/usr/ports/www/mod_php55", according to the version of PHP installed.
Upvotes: 1
Reputation: 46856
The APACHE
option existed in lang/php55 version 5.5.9, but has been dropped from 5.5.10. The idea was that Apache modules should live together in the "www" category, so mod_php got its own port.
When trying to figure this sort of thing out, always check /usr/ports/UPDATING
for notes on changes. In this case, there's an entry from a week ago:
20140327:
AFFECTS: users of lang/php5 and lang/php55 with Apache module
AUTHOR: [email protected]
The Apache PHP module has been separated from the main PHP port.
If it is needed, install either www/mod_php5 or www/mod_php55.
Upvotes: 3