<div dir="auto">Thanks it solved the problem. However another missing shared lib arose for missing "libwebpmux", if you can give solution. Libwebpmux is installed via package manager. I know it's outside TagLib help but see if you can help.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, 30 May, 2023, 06:37 Scott Wheeler, <<a href="mailto:scott@taglib.org">scott@taglib.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
> On 30. May 2023, at 00:31, Mayank Mishra <<a href="mailto:mayank.space@gmail.com" target="_blank" rel="noreferrer">mayank.space@gmail.com</a>> wrote:<br>
> <br>
> Hi<br>
> 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.<br>
> I issued the cmake, make, make install commands. The program installed without errors in /usr/local but the shared so file is broken.<br>
> I see a broken libtag.so file symlinked to non-existing libtag.so.1.<br>
> How can I get this shared lib so that I can get kodi to work.<br>
<br>
You need to pass the option to CMake:<br>
<br>
-DBUILD_SHARED_LIBS=On<br>
<br>
-Scott<br>
<br>
</blockquote></div>