Summary: | libcairo has problem loading libpng12 | ||
---|---|---|---|
Product: | cairo | Reporter: | Paul Steckler <steck> |
Component: | png functions | Assignee: | Carl Worth <cworth> |
Status: | RESOLVED NOTOURBUG | QA Contact: | cairo-bugs mailing list <cairo-bugs> |
Severity: | normal | ||
Priority: | medium | ||
Version: | 1.8.0 | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Paul Steckler
2009-01-07 02:58:50 UTC
It may seem a bit harsh, but really this is an issue with your installation of Python - it seems the libraries are incompatible. In particular I would hazard a guess that Python is dragging in a much older or trimmed down version of libpng. An examination of "/proc/$pid/maps" (or using pmap) will tell you precisely which libraries are mapped into the process. In fact, python was trying to load libraries associated with a Mono Project installation, not the libraries in /usr/lib/. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.