尝试构建GAE PHP运行时扩展

时间:2017-10-29 16:18:44

标签: google-app-engine google-cloud-platform google-app-engine-php

我正在尝试为本地开发构建GAE PHP运行时扩展。 我已按照https://github.com/GoogleCloudPlatform/appengine-php-extension

中所述的说明操作

运行.configure时出现以下错误:

configure:错误:无效的protobuf包含路径/ home / sergio / Workspace / appengine-php-extension

configure命令:

./ configure --enable-gae --with-protobuf_inc = / home / sergio / Workspace / appengine-php-extension --with-protobuf_lib = / home / sergio / Workspace / appengine-php-extension

/ home / sergio / Workspace / appengine-php-extension 是在指令第二步创建的标题和库的绝对路径:

  

设置并执行上一步中安装的protobuf头文件和库的绝对路径,通常是/ usr / local / include和/ usr / local / lib。

我尝试使用/ usr / local / include和/ usr / local / lib。也没用。有谁知道我错过了什么?

1 个答案:

答案 0 :(得分:0)

对于你的proyect是absoluty necesary custom appengine-php-extension。你可以默认使用app-engine-php。

仅下载google cloud sdk:https://cloud.google.com/sdk/docs/?hl=es

安装完php扩展后:

gcloud components install app-engine-php