Date: Sun, 02 Sep 2001 20:49:44 +1000 From: Kevin LEE <kevin_lee@iprimus.com.au> To: freebsd-ports@FreeBSD.org Subject: Compiling port mod_php in www Message-ID: <3B920EC7.553ABE79@iprimus.com.au>
next in thread | raw e-mail | index | archive | help
Hi all: I am running a free-bsd box. I want to install apache with various module such as mod_php, mod_perl, mod_ssl through the port tree bur without any sucess. I only how to compile mauallly but I just want to try using port tree. For example, I try to install mod_php4 port: (ie do a "make install" commend). Beause the Makefile depends on apache, postgresql, etc .., These 2 package will be automatically install during the make process of mod_php4. However, when I start up apache, I do a "http -l" commend , the following output: Compiled-in modules: http_core.c mod_so.c suexec: disabled; invalid wrapper /usr/local/sbin/suexec Why is only two modules get installed !!! There is not mod_php module in aparche and this is confirm by running a php program under document root and it gives up the source code of php program rather than running it. Can someone tell me mod_perl, mod_php and mol_xxx, so on are designed to add module into apache. If so what is the correct way of doing it. Is any modification requires on the Makefile is need ???? Any help or assistance will be greatly appreciated .... Cheere, Kevin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3B920EC7.553ABE79>