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
Post a Comment