Unable to build PHP5.4 with Apache module

Status
Not open for further replies.

Rickle

Dabbler
Joined
Aug 14, 2013
Messages
38
I am currently running the latest version of FreeNAS (9.2.1.3)

I am attempting to setup an Apache, PHP and MySQL stack but am unable to get PHP5 to build with the apache module as it is not appearing in the available configurations when I make php5 from ports.

i have updates my port snap by running:
Code:
portsnap fetch extract


Then after building and installing Apache24 and MySQL5, i run the following command:

Code:
cd /usr/ports/lang/php5 && make config


From there I see all available modules and options, except for "Build Apache Module"

I tried installing it like that but am unable to get php scripts to run in Apache.

How can i force PHP54 to build apache modules?

Thanks in advance for any help.
 
D

dlavigne

Guest
Hmm, according to svnweb, the whole point of this port is to install Apache modules. Are you sure your configuration is correct once the modules are installed?
 

Rickle

Dabbler
Joined
Aug 14, 2013
Messages
38
I agree, there should be an option to setup Apache modules.
I must be missing something.
here is a screen shot of the config screen:
 

Attachments

  • Screenshot from 2014-04-11 22:19:22.jpg
    Screenshot from 2014-04-11 22:19:22.jpg
    47 KB · Views: 236
D

dlavigne

Guest
As a followup, it looks like this has been moved to www/mod_php5. I'm updating the FreeBSD Handbook to reflect this.
 
Status
Not open for further replies.
Top