logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: apache install question
Author
userapache



Joined: 08 Mar 2016
Posts: 2
Location: us,austin

PostPosted: Mon 10 Sep '18 18:50    Post subject: apache install question Reply with quote

All,

I've successfully compiled, ran make and make install of Apache 2.4.34 on RHEL development environment. Apache is compiled using the APR, APR-UTILs, and PCRE dependent packages that are downloaded separately and not using the OS packages.

My Question:-
Can I tar the apache that I built in the development server and copy it across the different environments(Test, SQA and Prod) which has the same OS version? Or Do I need to compile and make apache on each environment? Please advise.
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7288
Location: Germany, Next to Hamburg

PostPosted: Wed 12 Sep '18 16:08    Post subject: Reply with quote

If you use the --enable-pie configure flag you can copy apache across systems. However I had the issue that I had to copy the openssl directory, too.

What I did you can see at https://github.com/JBlond/debian_build_apache24

There is also a not up to date redhat branch, but it should work, except the automated downloads.
Back to top


Reply to topic   Topic: apache install question View previous topic :: View next topic
Post new topic   Forum Index -> Apache