I have an music app that reports the following when I run it
gm3u: error while loading shared libraries: libgnomeui.so.32: cannot open shared object file: No such file or directory
I can't seem to find what package will install this library.
I have an music app that reports the following when I run it
gm3u: error while loading shared libraries: libgnomeui.so.32: cannot open shared object file: No such file or directory
I can't seem to find what package will install this library.
That looks like a very old package --
libgnomeui.so.32
refers to the old GNOME 1 libraries. It's no longer available in Ubuntu.Unfortunately, I tried compiling the gm3u source code but even that wants the GNOME1 development libraries and fails...