You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Mohamed Aly <ma...@rite.com> on 2001/10/02 21:52:16 UTC

./configure

when i tried ti compile the apache on sol 5.8  i386  i started with ./configure and found this error i tried to touch the file name as he said but nothing happend i got the same message 
any help?    

"Creating Makefile
Creating Configuration.apaci in src
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. "    

Re: ./configure

Posted by Aaron Bannert <aa...@clove.org>.
On Tue, Oct 02, 2001 at 09:52:16PM +0200, Mohamed Aly wrote:
> when i tried ti compile the apache on sol 5.8  i386  i started with ./configure and found this error i tried to touch the file name as he said but nothing happend i got the same message 
> any help?    
> 
> "Creating Makefile
> Creating Configuration.apaci in src
> 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. "    

Are you by any chance compiling this on an NFS mounted filesystem?
If so, check that the date on the NFS server is *exactly* the same
as the date on the machine where you are doing the compile.

-aaron