I did some workaround and it solved for me (in Gutsy). backup all files starting with libcairo.* in /usr/local/lib and remove them Then create links
# ln -s /usr/lib/libcairo.so.2 /usr/local/lib/libcairo.so.2 # ln -s /usr/lib/libcairo.so /usr/local/lib/libcairo.so # ln -s /usr/lib/libcairo.a /usr/local/lib/libcairo.a # ln -s /usr/lib/libcairo.la /usr/local/lib/libcairo.la Now everything works! -- Instable applications that using cairo https://bugs.launchpad.net/bugs/129816 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
