While upgrading kdemultimedia4 from 4.3.3 to 4.3.4 it couldn't find shared library tag.1 and failed to build. I have taglib-1.5 package installed, but it created
instead of
After I created a link
I was able to successfully upgrade kdemultimedia4.
Does taglib package incorrectly specifies the output library name? Is there a better way to fix the problem?
Code:
/usr/local/lib/libtag.so.6
instead of
Code:
/usr/local/lib/libtag.so.1
After I created a link
Code:
/usr/local/lib/libtag.so.1 -> /usr/local/lib/libtag.so.6
I was able to successfully upgrade kdemultimedia4.
Does taglib package incorrectly specifies the output library name? Is there a better way to fix the problem?