Hi,
I am having freebsd 7 i386 installed. I have installed apache and php 5 from the precompiled tbz packages. However after configuring httpd.conf by adding
	
	
	
		
I have not installed apache 2.22 and php5 from ports.
Can any one please tell how can i get it installed from the precompiled packages. Which modules do I need to install additionally to get the libphp5.so lib installed from pre-compiled packages only.
Thanks
				
			I am having freebsd 7 i386 installed. I have installed apache and php 5 from the precompiled tbz packages. However after configuring httpd.conf by adding
		Code:
	
	LoadModule php5_module        libexec/apache22/libphp5.so
	I have not installed apache 2.22 and php5 from ports.
Can any one please tell how can i get it installed from the precompiled packages. Which modules do I need to install additionally to get the libphp5.so lib installed from pre-compiled packages only.
Thanks