GoogleCloudPlatform / appengine-php-extension

Apache License 2.0
16 stars 13 forks source link

How I can get include_path and lib_path ? #5

Open farhansyihab opened 7 years ago

farhansyihab commented 7 years ago

On Os Ubuntu 16.04 I use this command ./configure --enable-gae --with-protobuf_inc='/usr/local/include' --with-protobuf_lib='/usr/local/lib' And I get this error configure:4574: error: Invalid protobuf include path /usr/local/include/

sergiomoura commented 7 years ago

Having the same issue. Tryed to point to the --with-protobufinc to the containing the libs anheaders created on step 2 of the instructions. Still having same error: configure: error: Invalid protobuf include path /home/sergio/Workspace/appengine-php-extension_

Is this project still alive?