Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Upgrading rpm installation from source 1

Status
Not open for further replies.

sleipnir214

Programmer
May 6, 2002
15,350
US
I have a server running Apache on RedHat 7.3. Apache was installed from rpm. I want to upgrade from source, and I would like to keep files where they are now.

Can anyone point me to a document which will tell me the parameters to pass to the configure command to match the file locations used by RedHat's rpms? ______________________________________________________________________
TANSTAAFL!
 
The source comes with a file named config.layout, this contains a layout for an RPM like installation.
Just add --with-layout=RedHat to your other configure parameters. //Daniel
 
A star for Danielsan!

Thanks. That was what I needed. ______________________________________________________________________
TANSTAAFL!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top