#42188: Dependency error in ffmpeg 2.1.3_1 on libogg 1.3.1_0 ---------------------+---------------------- Reporter: me@… | Owner: devans@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: ffmpeg | ---------------------+---------------------- Changes (by devans@…): * owner: jeremyhu@… => devans@… * status: new => assigned * cc: devans@… (removed) * cc: jeremyhu@… (added) Comment: It does appear that you have an older version of libogg installed. The current version 1.3.1_0 (the one ffmpeg was built with) says {{{ $ otool -L /opt/local/lib/libogg.0.dylib /opt/local/lib/libogg.0.dylib: /opt/local/lib/libogg.0.dylib (compatibility version 9.0.0, current version 9.1.0) }}} which is what ffmpeg is looking for (library version 9.0 or greater). However, the error message indicates that the version of libogg installed on your machine is only library version 6.0. Answering cal's questions above would be a start to understanding why that is. You might also try {{{ port installed libogg }}} to see what versions of libogg are installed and which is active. -- Ticket URL: <https://trac.macports.org/ticket/42188#comment:3> MacPorts <http://www.macports.org/> Ports system for OS X