ホームページ >バックエンド開発 >PHPチュートリアル >構成: エラー: php-config が見つかりません。
この記事では、configure: error: Cannot find php-config. Please use --with-php-config=PATH エラーの解決策を紹介します。
configure: error: Cannot find php-config. Please use --with-php-config=PATH
通常、このエラーは ./configure --with-php-config を実行すると発生します。このパラメータ設定パスは間違った原因。
Find:
find / -name php-config
次のように変更します:
./configure --with-php-config=/usr/local/php/bin/php-config
これで解決します問題
/usr/local/php/ 上記は php のインストール パスです