Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/ruby/20.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google app engine Ubuntu-用于./configure命令的右protobuf路径_Google App Engine_Google App Engine Php - Fatal编程技术网

Google app engine Ubuntu-用于./configure命令的右protobuf路径

Google app engine Ubuntu-用于./configure命令的右protobuf路径,google-app-engine,google-app-engine-php,Google App Engine,Google App Engine Php,我正在关注关于GAE(谷歌应用程序引擎)安装的谷歌官方文档。 看看这一部分(相对于gae php扩展): /configure--enable gae--with-protobuf_inc=--with-protobuf_lib= 文件说: Set <include_path> and <lib_path> to where you have installed the protobuf headers and libraries in the previous ste

我正在关注关于GAE(谷歌应用程序引擎)安装的谷歌官方文档。 看看这一部分(相对于gae php扩展):

/configure--enable gae--with-protobuf_inc=--with-protobuf_lib=
文件说:

Set <include_path> and <lib_path> to where you have installed the protobuf headers and libraries in the previous step.
将和设置到上一步中安装protobuf头和库的位置。
当我运行./configure命令时,终端中总是会出现错误,因为我不知道哪些是正确的protobuf路径

附加说明
安装Protobuf时,我遵循以下文档:

我的
/home/Experiments
文件夹包含3个文件夹:
php-src
appengine-php-extension
protobuf


<代码>原Buff文件夹是我在“Git克隆”的原BuffF中安装的。

< P>如果您在链接库中遵循“强”>“构建”/强(Stand)的指令,您会发现,在步骤2中,当为ReleTyPo.Ap.Pro和UrLeFutChyService .Pro提供C++源和头文件时,您会选择一个输出目录。该文件夹将是通过cmd args提供的正确文件夹。

但它将是“.”(点),这意味着appengine php扩展本身的同一目录(我已经克隆了git)。我已经试过了,但没有成功(例如“/home/mark/Experiments/appengine php extension”)。我会再尝试一些变化,但我怀疑结果是否会改变。我只是注意到您从未提供您得到的确切错误。你能把这个问题修改一下吗?
Set <include_path> and <lib_path> to where you have installed the protobuf headers and libraries in the previous step.