Apache installation; libpcre error

后端 未结 7 881
一整个雨季
一整个雨季 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:35

    For me (Fedora Linux), it was enough to just install the pcre-devel: yum install -y pcre-devel. Didn't even have to use --with-pcre afterwards.

    0 讨论(0)
提交回复
热议问题