On Thu, Apr 03, 2003 at 08:43:09PM +0100, André Esteves wrote: > make a link to your latest libvorbis lib with the name of the missing > library... it will work like a charm... > > ln -S libvorbisfile.so.2.0.0 libvorbisfile.so.0 > > it will probably complain for other libraries, do the same thing... > > Probably problems with the packaging of the deb file...
Yep, I didn't change the name of libvorbis0 to libvorbis0a until last month. The reason the symlink works is apparently because most apps link to the libs but don't use them, there are probably cases where it will fail. Chris