![Linux 서버에서 아파치 빌드](https://linux55.com/image/169432/Linux%20%EC%84%9C%EB%B2%84%EC%97%90%EC%84%9C%20%EC%95%84%ED%8C%8C%EC%B9%98%20%EB%B9%8C%EB%93%9C.png)
나는 다음에서 PCRE를 다운로드했습니다.https://ftp.pcre.org/pub/pcre/pcre2-10.34.tar.gz/usr/local/lib에 압축을 푼다
내가 달릴 때
./configure --with-included-apr --with-pcre=/usr/local/lib/pcre2-10.34
다음 오류가 발생합니다.
구성: 오류: /usr/local/lib/pcre2-10.34에서 PCRE-config 스크립트를 찾을 수 없습니다.
답변1
yum install pcre-devel -y
개발(dev) 패키지가 누락되는 문제가 해결되었습니다.