Shared file .so not created after make install

Mayank Mishra mayank.space at gmail.com
Tue May 30 03:16:52 BST 2023


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.

On Tue, 30 May, 2023, 06:37 Scott Wheeler, <scott at taglib.org> wrote:

>
> > 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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/taglib-devel/attachments/20230530/b9327b99/attachment.htm>


More information about the taglib-devel mailing list