On Tue, Jan 18, 2005 at 09:06:58PM +0000, Ognjen Bezanov wrote: > I am running debian testing and have just upgraded flac from v1.1.0 to > v.1.1.1 (using apt-get), since doing this everytime i try to run "flac" > from the command line i get the following error:
This looks like more of the soname problems that were reported two weeks ago. OggFLAC__FileEncoderStateString is in 1.1.1 but not 1.1.0. Make sure your flac and lib*FLAC are all built from the same version. you can use 'ldd `which flac`' to find out which versions of the libraries it's pulling. -r _______________________________________________ Flac mailing list [email protected] http://lists.xiph.org/mailman/listinfo/flac
