Operating System - HP-UX
1837785 Members
4160 Online
110119 Solutions
New Discussion

how to create the source code for apache

 
rajesh73
Super Advisor

how to create the source code for apache

Hi,

 

I need to create the apache source code and install.

 

Please share the procedure .

 

Availble dump -http2.0.tar.gz

 

 

2 REPLIES 2
Dennis Handly
Acclaimed Contributor

Re: how to create the source code for apache

You first need to extract the files to find some type of README to tell you how to configure, build, test and install.

 

Start with: gzcat ...-http2.0.tar.gz | tar -xf -

rajesh73
Super Advisor

Re: how to create the source code for apache

thanks