
私は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
次のエラーが発生します
configure: エラー: /usr/local/lib/pcre2-10.34 に pcre-config スクリプトが見つかりませんでした
答え1
yum install pcre-devel -y
devel(開発)パッケージが欠落していた問題を修正しました。