Installing cairo_wrapper on Gentoo
I tried to install the cairo_wrapper by Hartmut on my gentoo machines, to play around with it, and probably writing an output driver for Image_3D , but I had some problems installing it, I want to share.
phpize failed with different php versions with this error:
/usr/bin/autoheader-2.13: Symbol `<file>' is not covered by
/usr/share/autoconf/acconfig.hThe problem was, that on my Gentoo, the default autoheader version is 2.13, even I have 2.60 installed, too. After contacting Hartmut, who said that he uses autoheader in version 2.59 this line fixed my problems:
# export PHP_AUTOHEADER="autoheader-2.60" && pear install
# php-baustelle/cairo_wrapper-betaIf you want to install cairo_wrapper, by yourself you should of course discover the channel first:
# pear channel-discover pear.php-baustelle.deThanks to Hartmut for providing this package! :-)
If you liked this blog post, or learned something please consider using flattr to contribute back: .
Comments
Fields with bold names are mandatory.
zeek at Wed, 25 Jun 2008 16:44:08 +0200
I can't get it to work under Ubuntu 8.04
Link to commentIt always stops with this error:
checking for pkg-config... /usr/bin/pkg-config
configure: error: 'cairo' not known to pkg-config
ERROR: `/tmp/pear/cache/cairo_wrapper-0.2.4/configure --with-cairo' failed
Can somebody help?