Audacity can't open in Endless OS
Forum rules
This forum is for Audacity on GNU/Linux.
Please state:
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade (see https://www.audacityteam.org/download/).
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Please state:
- which version of Linux you are using,
- the exact three-section version number of Audacity from Help menu > About Audacity,
- whether you installed your distribution's release, PPA version, or compiled Audacity from source code.
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade (see https://www.audacityteam.org/download/).
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Audacity can't open in Endless OS
Hello. I use endless os in my Acer Aspire 3 laptop, I can't open it while I install it. I use Endless os 3.4.8.
When I launch it the terminal say: audacity: error while loading shared libraries: libmp3lame.so.0: cannot open shared object file: No such file or directory
I need help how to fix it.because Audacity is important software for me.
When I launch it the terminal say: audacity: error while loading shared libraries: libmp3lame.so.0: cannot open shared object file: No such file or directory
I need help how to fix it.because Audacity is important software for me.
Re: Audacity can't open in Endless OS
libmp3lame.so.0 is the optional LAME library and is not part of the Audacity application. It is only required if you want to export from Audacity in MP3 format.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: Audacity can't open in Endless OS
But I can't open the app
Re: Audacity can't open in Endless OS
Which version of Audacity, and how did you install it?
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: Audacity can't open in Endless OS
I don't know which version of Audacity, I installed it in Endless OS App center
Re: Audacity can't open in Endless OS
I think you will need to ask Endless OS support about this. We don't make binaries (executable files) for Linux, and Endless OS installs programs in an unusual way that I am completely unfamiliar with.
If you do manage to get it going, please do write back and let us know what the solution was.
Also, if you need help "using" Audacity (once you have a working version), then we probably can help with those kind of questions.
If you do manage to get it going, please do write back and let us know what the solution was.
Also, if you need help "using" Audacity (once you have a working version), then we probably can help with those kind of questions.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: Audacity can't open in Endless OS
The Endless OS workers are say to write in a audacity forum, that's good. I'm not a programer to fix this
Re: Audacity can't open in Endless OS
I can try, but I'm not sure how much I can help because if Audacity does not launch at all, then that is most likely a problem with the build (the Endless OS App package) rather than with Audacity itself.
What happens if you open a Terminal window and enter the following:
What happens if you open a Terminal window and enter the following:
Code: Select all
./audacity9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: Audacity can't open in Endless OS
bash: ./audacity: No such file or directory
Re: Audacity can't open in Endless OS
Try the same without the "./"
Code: Select all
audacity9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)