How to install APache with PHP server on FreeNAS 8.0.1 ?

Status
Not open for further replies.

Testify

Cadet
Joined
Nov 5, 2011
Messages
1
Hello, I am using a FreeNAS 8.0.1 iso.

Context:
Some nice features from Freenas 7 disappear so, i Installed a bittorrent and a uPnP server successfully.

Another missing feature is the file manager. I am trying to install ajaxplorer (http://www.ajaxplorer.info/wordpress/)
.
It simply required a http server + PHP.
I installed it within a dedicated Apache server.
I only had to install it :
pkg_add -r apache22
configure httpd.conf and ensure i have no http port conflct with freeNas gui.

IT Works. But I have to add the libphp5.so lib in my Apache server to be able to use ajaxplorer.

Question:
How can i generate this libphp5.so?

already tested without any success....
I added php5:
pkg_add -r php5 --> It install php, but no libphp5.so is installed.

I compiled php5:
retrieving all ports :
Code:
portsnap fetch -d <fetch dir>
portsnap extract -d <fetch dir> -p <ports dir>

but the
Code:
make install
fail with 2 errors: ("libperl.so is missing" & "Your apache does not support DSO modules".)​

If some already tried or have any ideas about how can i have php server on Freenas 8... i am very interesting.
 
Status
Not open for further replies.
Top