Linux 서버에서 아파치 빌드

Linux 서버에서 아파치 빌드

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

관련 정보