This is a discussion on Recompiling Apache with Redhat 8.0 install within the Linux Web Servers forums, part of the Web Server and Related Forums category; I'm trying to upgrade Apache to the latest version from an old version from a RedHat 8.0 install. ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I'm trying to upgrade Apache to the latest version from an old version from
a RedHat 8.0 install. In the docs it says this: $ ./configure --prefix=PREFIX $ make $ make install $ PREFIX/bin/apachectl start Obviously, I need to customize all of the arguments in the configure script to match what's already on the system. This is where I'm completely stumped. How can I find out what to put, and which variables to put? Where can I find out what RedHat 8.0 came with? |
|
|||
|
Shabam schrieb:
> I'm trying to upgrade Apache to the latest version from an old version from > a RedHat 8.0 install. > > In the docs it says this: > > $ ./configure --prefix=PREFIX > $ make > $ make install > $ PREFIX/bin/apachectl start > > Obviously, I need to customize all of the arguments in the configure script > to match what's already on the system. This is where I'm completely > stumped. How can I find out what to put, and which variables to put? > Where can I find out what RedHat 8.0 came with? In your Apache install dir you will normally find ./build/config.nice with all these arguments. B. -- BM Computer-Services, Bergmannstr. 66, 10961 Berlin Webdesign, Internet, Layout und Grafik Tel.: 030/20649400, mobil 0175/7419517, Fax: 030/20649401 Web: http://www.bmservices.de, eMail: kontakt@bmservices.de |
| Thread Tools | |
| Display Modes | |
|
|