View Full Version : Locating libmp3lame.so for Audacity
treyw05
January 24th, 2006, 08:21 PM
I'm trying to export a sound clip as mp3 so I can use it as a ringtone on my phone, but I can't locate the "libmp3lame.so" to do this. I've compiled and installed the lame-3.97 package, and I was just wondering where I could find the file. Thanks!
gord
January 25th, 2006, 01:39 PM
librarys are generally installed in /usr/lib
frodon
January 25th, 2006, 01:47 PM
You could use these command lines to find the file :
sudo updatedb
locate libmp3lame.so
phanboy_iv
January 25th, 2006, 01:50 PM
I had the same issue. Here's the pathname:
/usr/lib/libmp3lame.so.0
inuwashi
July 11th, 2006, 02:53 AM
I had the same issue. Here's the pathname:
Quote:
/usr/lib/libmp3lame.so.0
Actually you should use
/usr/lib/libmp3lame.so
tubunu
July 31st, 2006, 06:02 PM
Actually you should use
/usr/lib/libmp3lame.so
True, that's what Audacity's asking for. But in /usr/lib there's ONLY libmp3lame.so.0
How to fetch the one without 0?
Harleen
August 1st, 2006, 04:47 PM
Just place a link to that file. A library named libxyz.so is usually only a link to the most recent version of the library libxyz. So this should solve your problem:
ln -s /usr/lib/libmp3lame.so.0 /usr/lib/libmp3lame.so
mlind
August 2nd, 2006, 01:25 AM
That file is part of liblame-dev package, but symlink soname from liblame0 is the proper solution I guess.
Use apt-file to find out what package provides the files you need.
Kreg
October 14th, 2006, 03:34 PM
hey im having the same problem and cant get it sorted. i used the sudo updatedb locate mentioned above and it showed the file path, but i still cant find it to use.
when i just type to correct file path into audacity it says it cant open the library.
Kreg
mrLeopold
October 18th, 2006, 09:36 AM
You do need liblame0 as well as liblame-dev.
After installing both of them, I found the libmp3lame.so.0 in the /usr/lib/
http://packages.ubuntulinux.org/dapper/libs/liblame0
http://packages.ubuntulinux.org/dapper/libdevel/liblame-dev
Dicabu
December 31st, 2006, 01:48 PM
I installed the Lame 3.96.1 from sourceforge(./configure, make, make install). The libmp3lame.so.0 and the link to it (libmp3lame.so) are in /usr/local/lib, not in usr/lib.
Now exporting to MP3 works fine
danderson3
January 26th, 2007, 07:39 PM
I installed the Lame 3.96.1 from sourceforge(./configure, make, make install). The libmp3lame.so.0 and the link to it (libmp3lame.so) are in /usr/local/lib, not in usr/lib.
Now exporting to MP3 works fine
aptitude install liblame-dev
now both the so.0 and the link are in /usr/lib
noalka
October 11th, 2007, 11:57 PM
on Ubuntu 7.04 the file libmp3lame.so is in /usr/local/lib :popcorn:
peace
hanzj
October 30th, 2007, 03:07 AM
I have Ubuntu 7.10 (Gutsy) and libmp3lame.so.0 is not in my computer, even though i have installed Audacity. Help.
WIREHEAD
October 30th, 2007, 05:14 PM
Hanzj,
I have the same problem.
Interestingly enough navigating through the file system shows that I actually DO have the file .
Places > Computer > Filesystem > usr > lib , then scrolling down to the bottom third of the page shows libmp3lame.so is right there where it should be .
Right clicking on the file then selecting " properties " shows this file as a link to libmp3lame.so.0.0.0 ( which is also there ) , however the file permissions on these files are set to " root " .
If anybody has a quick fix for this let me know .
I am going to log in as root and see what I can do .
WIREHEAD
WIREHEAD
October 30th, 2007, 07:40 PM
This is what I did that got Audacity working and exporting MP3's , or at least the parts of it that I remember ...
I reinstalled liblame-dev before I realized that the file was already there .
I used gksudo nautilus to change the files permissions .
I have no idea if this was really necessary .
Open terminal " gksudo nautilus " without quotes > Enter
Navigate as above to find the file and right click on it , choose permissions and change to allow Read Write and Execute for your username.
If you type " locate < filename > " in a terminal you will still not be able to find the file ( What gives with that I dunno . It's there but locate can't see it ? ).
When you get to the screen in Audacity where it asks you for the file , select browse and find the file the same way you did in Nautilus , be sure to open file in Audacity window .
That allowed me to " save project as " , choose " apply chain " from the file menu and choose " apply MP3 conversion to current project ".
I grew up in the 70's so my explanation my be a little hard to follow .
I gotta go record some noise now ...
Cheers !
WIREHEAD
WIREHEAD
October 30th, 2007, 08:51 PM
Do'H !
http://ubuntuforums.org/showthread.php?p=3670331#post3670331
WIREHEAD
PS
Elapsed time = 3 hours
I personally have enjoyed this little diversion and consider it a learning experience .
Not everybody will share this opinion .
aysiu
October 30th, 2007, 08:56 PM
Here's a guide with screenshots:
http://www.psychocats.net/ubuntu/audacity
amiga_os
October 31st, 2007, 04:10 PM
This problem is only here because of patent issues surrounding distribution of a binary copy of lame.
grrrr.
Seriously, on topic, would it be ok to have liblame0 as a "suggested" dependency in the audacity package? So Synaptic tells users it might be good to install the library?
This is one of those bits of confusion that is repeated over and over again.
aysiu
October 31st, 2007, 04:35 PM
This problem is only here because of patent issues surrounding distribution of a binary copy of lame.
grrrr.
Seriously, on topic, would it be ok to have liblame0 as a "suggested" dependency in the audacity package? So Synaptic tells users it might be good to install the library?
This is one of those bits of confusion that is repeated over and over again.
Actually, I think the problem is that people know what to install, but after it is installed, Audacity is looking for libmp3lame.so.0 but the file is really called libmp3lame.so.0.0
philven
November 3rd, 2007, 02:04 AM
I used the instructions on making a symbolic link that were detailed earlier in this thread. It woked. Just remember to change your bitrate on the mp3s in the preferences in Audacity. It defaults at 124. I bumped it up to 192 and it sounds much better.
Kid Bro Sweets
December 26th, 2007, 02:04 AM
Here's a guide with screenshots:
http://www.psychocats.net/ubuntu/audacity
i tried this method and i don't get these confirmations and it won't export still as an mp3.
sonrock3
March 11th, 2008, 10:48 AM
Thanks, Mr Leopold
It works for me too!
Stephen
You do need liblame0 as well as liblame-dev.
After installing both of them, I found the libmp3lame.so.0 in the /usr/lib/
http://packages.ubuntulinux.org/dapper/libs/liblame0
http://packages.ubuntulinux.org/dapper/libdevel/liblame-dev
Squash101
June 29th, 2008, 11:58 AM
This thread can help you if you can't find your lame file:
http://ubuntuforums.org/showthread.php?t=154583
lazylew
October 3rd, 2008, 11:19 PM
This thread can help you if you can't find your lame file:
http://ubuntuforums.org/showthread.php?t=154583
thanks! that worked :D
Dan Z
January 31st, 2009, 02:20 PM
Thanks, Mr Leopold
It works for me too!
Stephen
worked like a charm!!:p
gregconquest
February 12th, 2009, 01:51 AM
The solution to the general problem of adding the lame encoding codec is difficult to find, but it was easy to fix.
I opened a terminal and entered:
sudo apt-get install libmp3lame0
And that was it. Finished.
VanillaMozilla
April 12th, 2009, 04:03 PM
1. Look, Audacity prompts me to find /usr/lib/libmp3lame.so.0, which is not on the computer. There's a button that says "Download".
The button does not work. Is this not a bug? Is this not fixable? I notice that this is an old thread. Shouldn't it be taken care of by now? Has it been reported? Anyone?
unworthy
April 26th, 2009, 09:26 PM
Thank you, gregconquest
It worked perfectly.
Very grateful to you.
BrianH_1
June 3rd, 2009, 06:21 AM
You do need liblame0 as well as liblame-dev.
After installing both of them, I found the libmp3lame.so.0 in the /usr/lib/
http://packages.ubuntulinux.org/dapper/libs/liblame0
http://packages.ubuntulinux.org/dapper/libdevel/liblame-dev
I am running Hardy and installing both these files worked for me. Great Help for a newbie like I am. Thanks:
Sevenmead
May 12th, 2010, 01:21 AM
I searched "libmp3" in synaptic package manager chose the two packages mentioned in this thread and then clicked ok in the audacity window and it worked.
Powered by vBulletin® Version 4.2.2 Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.