นี่เป็นข้อกำหนดและคำแนะนำในการติดตั้ง Apache บน Linux http://httpd.apache.org/docs/current/install.html
ดังนั้นผมจึงได้ติดตั้งทุกอย่าง ( c++ compiler
, apr
และapr-util
) เพื่อให้สามารถติดตั้ง Apache ได้อย่างถูกต้อง
สิ่งเดียวที่เหลืออยู่คือ 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/
ผมทำอะไรผิดหรือเปล่า?