A follow up to the posting from January (http://lists.xiph.org/pipermail/flac/2005-January/000372.html) regarding the following error: flac: relocation error: flac: undefined symbol: OggFLAC__FileEncoderStateString: I had the same problem recently; as noted by Ralph, the problem is that when you upgrade flac, the dependent library packages are not automatically upgraded, thus you get the above error. The same versions of the following Debian packages should be installed; flac libflac6 liboggflac1 [if the Debian developer is on this list, should there be a dependency here? apt-get update flac doesn't automatically pull the same version of liboggflac1 (it left the 1.1.0 version, which resulted in the above error)] B. B.
On Wed, Mar 02, 2005 at 05:27:39PM -0500, Bruce Best wrote:> [if the Debian developer is on this list, should there be a dependency here? > apt-get update flac doesn't automatically pull the same version of liboggflac1 > (it left the 1.1.0 version, which resulted in the above error)]Yes, it looks like there's a packaging error in that the dependent versions weren't bumped to bypass the abi incompatibility. File a debian bug, I guess. -r