GAE (Google アプリ エンジン) のインストールに関する Google の公式ドキュメントに従っています。この部分を見てください (gae php 拡張機能に関連): https://github.com/GoogleCloudPlatform/appengine-php-extension
./configure --enable-gae --with-protobuf_inc=<include_path> --with-protobuf_lib=<lib_path>
ドキュメントには次のように記載されています。
Set <include_path> and <lib_path> to where you have installed the protobuf headers and libraries in the previous step.
正しい protobuf パスがわからないため、./configure コマンドを実行すると、ターミナルで常にエラーが発生します。
Ps
Protobuf をインストールするときは、次のドキュメントに従いました:
https://github.com/google/protobuf/blob/master/src/README.md
私のフォルダには、、 の/home/Experiments
3 つのフォルダが含まれています。
フォルダーは、インストールするために「git clone」された protobuf がある場所です。
php-src
appengine-php-extension
protobuf
protobuf