LinuxにApacheをインストールするための要件と手順は次のとおりです。 http://httpd.apache.org/docs/current/install.html
したがってc++ compiler
、Apacheを正しくインストールできるように、すべて(、apr
およびapr-util
)をインストールしました。
残っているのはPCREだけです。それをインストールして、私の中にあります。 /usr/local/src/pcre-8.32
sudo ./configure --with-included-apr
私がこのエラーを出そうとしているので:
checking for pcre-config... false
configure: error: pcre-config for libpcre not found. PCRE is required and available from http://pcre.org/
何が悪いのですか?