I'm trying to install the google PHP Interpreter on Ubuntu, following the installing docs for Google App Engine PHP.
https://cloud.google.com/appengine/downloads#Google_App_Engine_SDK_for_PHP https://github.com/GoogleCloudPlatform/appengine-php
When I try to build it:
$ ./configure
$ sudo make
I get this error:
fatal error: libxml/parser.h: No such file or directory
I have installed libxml2-dev
, but does not help.
It's strange that there is no docs from Google covering this. Can anyone help me?