How to install Apache 2.4.3 on Ubuntu 12.04

Posted by SFox on Server Fault See other posts from Server Fault or by SFox
Published on 2012-12-14T04:08:31Z Indexed on 2012/12/14 5:05 UTC
Read the original article Hit count: 429

I have a clean, fresh OS of Ubuntu 12.04 on my VPS. My goal is to install WordPress. I want to install the latest version of Apache (2.4.3) but I'm encountering two problems.

I'm following instructions like this & this. Both produced the same errors.

The first I encounter after running "./configure --prefix=/usr/local/apache2 --with-included-apr --with-included-apr-util " the system says

"It must specify an install prefix, a build directory, or an apr-config file"

The second I encounter immediately afterwards, when I attempt to run make or make install.

"No targets specified and no makefile found. stop."

I honestly have not been able to find a solution for either, and I'm now looking for some help from the community. Any help would be greatly appreciated.

© Server Fault or respective owner

Related posts about linux

Related posts about apache2