#37153: pango: dyld: Library not loaded: /opt/local/lib/libexpat.1.dylib ------------------------+-------------------------- Reporter: cdenman@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: pango | ------------------------+-------------------------- Comment (by ryandesign@…): Thanks. That new log shows us what the real problem is: {{{ :info:build dyld: Library not loaded: /opt/local/lib/libexpat.1.dylib :info:build Referenced from: /opt/local/lib/libfontconfig.1.dylib :info:build Reason: Incompatible library version: libfontconfig.1.dylib requires version 8.0.0 or later, but libexpat.1.dylib provides version 7.0.0 }}} So the question is, what's the matter with the expat library? I suspect it's installed for the wrong architecture somehow. What's the output of these commands: {{{ otool -L /opt/local/lib/libexpat.1.dylib lipo -info /opt/local/lib/libexpat.1.dylib port -v installed expat }}} -- Ticket URL: <https://trac.macports.org/ticket/37153#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS