MP3 in KDE on FC2

Shintaro Matsuoka st at e-ml.jp
Sun May 23 22:45:56 UTC 2004


On Sunday 23 May 2004 16:28, Dusan Djordjevic wrote:
> Hi all,
>
> How should I make MP3 work in KDE (I use Juk) on Fedora Core 2 ? This is
> what i tried:
>
> -Downloaded and installed libtag and libtag-devel RPMs
> -Downloaded lame source and rebuilt and installed it (prefix /usr)
> -Downloaded libmusicbrains source, rebuilt and installed it (prefix /usr)
>
> And after all this i rebuilt kdemultimedia from SRPM. During configure it
> found lame, so MP3 should work. When I installed packages, they complained:
>
> error: Failed dependencies:
>         libmp3lame.so.0 is needed by kdemultimedia-3.2.2-2
>         libmusicbrainz.so.4 is needed by kdemultimedia-3.2.2-2
>
> but i suppose it is beacuse I built those packages from source.
>
> But MP3 still do not work. Any suggestions ?
>
> Thank you in advance...
> --
> Eng. Dusan Djordjevic (RHCE)

Create a symbolic link '/usr/lib/libmp3lame.so.0' to '/usr/lib/libmp3lame.so*' (similiar file).

for example:
# ls /usr/lib/libmp3lame.so*
/usr/lib/libmp3lame.so.0.0.0
# ln -s /usr/lib/libmp3lame.so.0 /usr/lib/libmp3lame.so.0.0.0
#

And do the same thing to libmusicbrainz.

But you can make the KDE mp3 library enabled more smartly.
Freshrpms' package 'lame' includes libmp3lame.so.0
and libmusicbrainz package is in Fedora core2. (libmusicbrainz-2.0.2-7.1.i386.rpm)
So all you have to do is rebuild kdemultimedia and install these 2 RPMs.

--
shin





More information about the fedora-list mailing list