Is there any way to get the configure line that was used to build an Apache installation from source?
I compiled Apache 2.2.14 a while ago on Ubuntu and I can't remember the ./configure line I used to build it. Is there any way I can retrieve it?
|
Is there any way to get the configure line that was used to build an Apache installation from source? I compiled Apache 2.2.14 a while ago on Ubuntu and I can't remember the | |||||
feedback
|
|
If the source directory in which you compiled is available, look for the file
| |||||
feedback
|
|
The GNU build tools output a config.log that starts something like: This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by GNU MP configure 5.0.0, which was generated by GNU Autoconf 2.61. Invocation command line was $ ./configure It's too much to hope that Apache's Autoconf does the same? | |||||||||
feedback
|
|
Try This is on a default Ubuntu installation:
| |||||||||||
feedback
|
|
From http://httpd.apache.org/docs/current/install.html: To upgrade across minor versions, start by finding the file config.nice in the build directory of your installed server or at the root of the source tree for your old install. This will contain the exact configure command line that you used to configure the source tree. | |||
|
feedback
|