Operating System - HP-UX
1835451 Members
2611 Online
110078 Solutions
New Discussion

Re: 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