php - GraphViz Install Fail -
i trying install graphviz on ubuntu server getting following error..
sudo pear install image_graphviz
downloading image_graphviz-1.3.0.tgz ...
starting download image_graphviz-1.3.0.tgz (16,706 bytes) ......done: 16,706 bytes
could not extract package.xml file "/build/buildd/php5-5.5.9+dfsg/pear-build-download/image_graphviz-1.3.0.tgz"
download of "pear/image_graphviz" succeeded, not valid package archive
error: cannot download "pear/image_graphviz"
download failed
install failed
any advice? info below in case matters...
pear version: 1.9.4 php version: 5.5.9-1ubuntu4.9 zend engine version: 2.5.0 running on: linux xserver 3.16.0-34-generic #47~14.04.1-ubuntu smp fri apr 10 17:49:51 utc 2015 i686
this issue described @ http://cweiske.de/tagebuch/pear-php-5.5.htm
try fix following:
$ pear upgrade -z archive_tar $ pear install image_graphviz if not work, follow instructions in blog post.
Comments
Post a Comment