Shared file .so not created after make install

Scott Wheeler scott at taglib.org
Tue May 30 02:07:18 BST 2023


> On 30. May 2023, at 00:31, Mayank Mishra <mayank.space at gmail.com> wrote:
> 
> Hi
> I am using puppylinux on raspi and installing kodi from package manager. I got the error that libtag.so.1 is not found. As TagLib was not provided by package manager, I built it from source.
> I issued the cmake, make, make install commands. The program installed without errors in /usr/local but the shared so file is broken.
> I see a broken libtag.so file symlinked to non-existing libtag.so.1.
> How can I get this shared lib so that I can get kodi to work.

You need to pass the option to CMake:

-DBUILD_SHARED_LIBS=On

-Scott



More information about the taglib-devel mailing list