Can't install apache server, refuses to find
Posted
by
Greg Dougherty
on Server Fault
See other posts from Server Fault
or by Greg Dougherty
Published on 2012-11-27T00:44:56Z
Indexed on
2012/11/27
11:07 UTC
Read the original article
Hit count: 289
I'm attempting to install Apache httpd-2.4.3. running
$ ./configure --with-included-apr --with-pcre=/home/gregd/httpd-2.4.3/pcre --with-mod_alias --with-mod_include --with-mod_mime --with-mod_rewrite --with-mod_speling --with-mod_ss
I get the following error:
configure: error: Did not find pcre-config script at /home/gregd/httpd-2.4.3/pcre
But the file pcre-config most certainly DOES exist in /home/gregd/httpd-2.4.3/pcre. So does configure.
Installing on ubuntu. Any help would be greatly appreciated.
© Server Fault or respective owner