cannot find libmp3lame.so
H.S.
hs.samix at gmail.com
Mon Feb 19 17:37:35 UTC 2007
H.S. wrote:
> Mitch Contla wrote:
>
>> liblame-dev is in the multiverse repository. If it's not already
>> enabled, add the following to /etc/apt/sources.lst:
>>
>> deb http://us.archive.ubuntu.com/ubuntu/ edgy multiverse
>>
>> deb http://us.archive.ubuntu.com/ubuntu/ edgy-security multiverse
>>
>> Then at a shell prompt:
>>
>> $ sudo apt-get update #skip this if multiverse was already enabled
>>
>> $ sudo apt-get install liblame-dev
>>
>> That should do the trick.
>
>
> Yes, it did! Many thanks. I first tried to uncomment the lines which
> already had multiverse in them, but then I realised they are for
> backports. Then I added the lines you gave above. I can now install
> liblame-dev.
>
> regards,
> ->HS
>
>
>
Just wanted to add that liblame-dev is the package that actually gives
the needed file in /usr/lib (it is actually a link).
With just lame, you get:
$> ls /usr/lib/libmp3*
/usr/lib/libmp3lame.so.0 /usr/lib/libmp3lame.so.0.0.0
With lame and liblame-dev, you get:
$> ls /usr/lib/libmp3*
/usr/lib/libmp3lame.a /usr/lib/libmp3lame.so
/usr/lib/libmp3lame.so.0.0.0
/usr/lib/libmp3lame.la /usr/lib/libmp3lame.so.0
->HS
More information about the ubuntu-users
mailing list