While apachectl start getting open shared object file
问题 I try to install apache webserver using tar file. So, I have download httpd-2.4.tar file and extract. then, I try to install 1. ./configure --prefix=/usr/local/apache but, throw, this error configure: error: APR not found. Please read the documentation. configure: error: pcre-config for libpcre not found. PCRE is required and available from http://pcre.org/ so, follow this link and fix this issue1 and issue2 Then, run following command: 1. $./configure \ --with-included-apr \ --with-pcre=/usr