Installed this after installing FreeBSD (used sysinstall from cli and ONLY installed the php5.2.5 option). Sysinstall created a lang dir in /usr/ports and within are the following:
+COMMENT +CONTENTS +DESC +MTREE_DIRS bin etc include lib man php5-5.2.5.tbz
# (in /usr/ports/lang) make config
make: don't know how to make config. Stop
Obviously, sysinstall installed php5-5.2.5, so how do I get to the list of options that allow me to add Apache module? Again, ports was not installed initially with installation of FreeBSD7.
Main Topics
Browse All Topics





by: AlexanderRPosted on 2008-07-18 at 17:17:02ID: 22040847
according to http://www.freebsdmadeeasy .com/tutor ials/web-s erver/inst all- php-5- for-web-ho sting.php php and apache integration is enabled when you configure/compile php (not in apache).
Quote from site:
# cd /usr/ports/lang/php5
# make config
# make install
When you run make config you will be shown a list of options. To use PHP with Apache make sure the Apache Module box is selected.