
나는 다음에서 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
문제가 해결되었습니다. 개발(개발) 패키지가 누락되었습니다.