LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Apache compilation error (https://www.linuxquestions.org/questions/linux-server-73/apache-compilation-error-559262/)

Azzath 06-05-2007 04:50 AM

Apache compilation error
 
Hi All,
I am trying to install Apache 1.3 (for a specific requirement of my own)and I am getting the following message, could someone help me out here please.

Code:

[xxx@RHEL5 apache_1.3.37]$ ./configure --prefix=/data/AS/apache/ \
> --enable-shared=max
Configuring for Apache, Version 1.3.37
 + using installation path layout: Apache (config.layout)
Creating Makefile
Creating Configuration.apaci in src
 + enabling mod_so for DSO support
Configuration.tmpl is more recent than Configuration.apaci;
Make sure that Configuration.apaci is valid and, if it is, simply
'touch Configuration.apaci' and re-run ./Configure again.

PS:I had Apache 2.xx already and I uninstalled it and then tried to install 1.3 from source.

Thanks in-advance,
Azzath.

gilead 06-05-2007 10:00 PM

Did you try running the commands that the message suggests? It looks like you need to run touch Configuration.apaci and then to re-run your original ./configure command.

Azzath 06-06-2007 02:37 AM

@gilead,
I did do a touch and then ran ./Counfigure, but the outcome is still the same.

If anyone comes accross with a solution please let me know.

Thanks.

ikuwara 12-20-2007 09:35 PM

It is related to your server time&date mismatch. Try to adjust the time&date properly using date command then untar the apachexxx.tar.gz file again. Run ./configure

That's all...


All times are GMT -5. The time now is 12:52 AM.