Audacity don't start on fedora 22 [SOLVED]

Help for Audacity on GNU/Linux.
Forum rules
ImageThis forum is for Audacity on GNU/Linux.
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.
Locked
kollins
Posts: 8
Joined: Sat Aug 22, 2015 12:41 pm
Operating System: Please select

Audacity don't start on fedora 22 [SOLVED]

Post by kollins » Sat Aug 22, 2015 1:59 pm

I've just installed audacity on fedora 22 64-bits and when I try to start it I got this message:

Code: Select all

audacity: error while loading shared libraries: libwx_gtk2u_xrc-3.0.so.0: cannot open shared object file: No such file or directory
I did:

Code: Select all

sudo find / -name 'libwx_gtk2u_xrc-3.0.so.0'
And it find libwx_gtk2u_xrc-3.0.so.0 on /usr/local/lib/libwx_gtk2u_xrc-3.0.so.0.

Gale Andrews
Quality Assurance
Posts: 41761
Joined: Fri Jul 27, 2007 12:02 am
Operating System: Windows 10

Re: Audacity don't start on fedora 22

Post by Gale Andrews » Sat Aug 22, 2015 3:55 pm

kollins wrote:I've just installed audacity on fedora 22 64-bits and when I try to start it I got this message:

Code: Select all

audacity: error while loading shared libraries: libwx_gtk2u_xrc-3.0.so.0: cannot open shared object file: No such file or directory
I did:

Code: Select all

sudo find / -name 'libwx_gtk2u_xrc-3.0.so.0'
And it find libwx_gtk2u_xrc-3.0.so.0 on /usr/local/lib/libwx_gtk2u_xrc-3.0.so.0.
Is this the Audacity version you were building yourself? What version of Audacity did you build? HEAD? 2.1.1 release?

Did you perform ldconfig after installing widgets?


Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual

kollins
Posts: 8
Joined: Sat Aug 22, 2015 12:41 pm
Operating System: Please select

Re: Audacity don't start on fedora 22 [SOLVED]

Post by kollins » Sat Aug 22, 2015 5:19 pm

Is this the Audacity version you were building yourself? What version of Audacity did you build? HEAD? 2.1.1 release?
Yes, it's the 2.1.1 version.
Did you perform ldconfig after installing widgets?
I didn't know about this command. I just ran it and now Audacity is working.

Thanks.

Locked