On Thursday 02 January 2003 22:47, Dirk Schmidt wrote: > Am Donnerstag, 2. Januar 2003 20:28 schrieb Felix Homann: > > In order to get kolf working I had to do the following: > > > > ln -s libvorbisenc.so libvorbisenc.so.0 > > You mean the other way round, don't you?
No, exactly this way around: ~$ dpkg -S libvorbisenc.so libvorbisenc2: /usr/lib/libvorbisenc.so.2.0.0 libvorbisenc2: /usr/lib/libvorbisenc.so.2 libvorbis-dev: /usr/lib/libvorbisenc.so ~$ dpkg -S libvorbisenc.so.0 dpkg: *libvorbisenc.so.0* not found. > Anyway, I don't consider this to be a bug (especially not in the kde3.x > debs), because you're using the libvorbis 1.0 debs from sid (compiling them > on woody doesn't help!). Halfway right. Yes, it's due to my mixing Woody/Sid. But this should be handled by proper dependencies. --Felix