Error installing Google PHP Interpreter -


i'm trying install google php interpreter on ubuntu, following installing docs google app engine php.

https://cloud.google.com/appengine/downloads#google_app_engine_sdk_for_php https://github.com/googlecloudplatform/appengine-php

when try build it:

$ ./configure $ sudo make 

i error:

fatal error: libxml/parser.h: no such file or directory 

i have installed libxml2-dev, not help.

it's strange there no docs google covering this. can me?


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -