I want to install "php gtk", but I get the following error message:
`libgtk2.0-dev : Depends: libpango1.0-dev (>= 1.20) but it is not going to be installed
I downloaded the latest pango from here.
When I ran the command: ./configure, it gave me the following error message:
checking for HARFBUZZ... no no
checking for CoreText availability... no
checking for CAIRO... no no
configure: error: Could not enable any backends. Must have at least one backend to build Pango
I tried to install php_cairo, but it gives an error too:
checking for Cario... not found
configure: error: Oops! No Cairo detected in the system
How can I update libpango, and install Cairo? Thanks.