Installing Apache 2.2.2 Server.

I have only did:
./configure --prefix=/bla bla

now trying to use:
make

but no file to make.

All I have is Makefile.in and Makefile.win

What should I use and do?

Thanks.

Recommended Answers

All 2 Replies

This typiclly happens when the ./configure command fails to work correctly to make the 'Makefile'

Were there any errors when using ./compile?

I'm sure you aware of this, but the documentation for the installation can be found here:
http://httpd.apache.org/docs/2.2/install.html
(for general users who may not know about this site)

Yes, I have figured that out last few days. When ./configure does not successed it happens to not have Makefile and then have problem with make command.

But thank you, anyway.
Now have my Apache working.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.