Can't install apache server, refuses to find
- by Greg Dougherty
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.