Apache installation; libpcre error

后端 未结 7 930
一整个雨季
一整个雨季 2020-12-23 13:43

When installing Apache on Ubuntu 11.10, I get the following error:

configure: error: APR not found. Please read the documentation.

7条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-23 14:24

    In RHEL 3 is not necessary setting parameter --with-pcre pointing to pcre-config. Only need pcre path

    My configure command:

    ./configure --prefix=/usr/local/apache2 --with-pcre=/usr/local/pcre
    

提交回复
热议问题