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 directoryCode: Select all
sudo find / -name 'libwx_gtk2u_xrc-3.0.so.0'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 directoryCode: Select all
sudo find / -name '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?kollins wrote:I've just installed audacity on fedora 22 64-bits and when I try to start it I got this message:
I did: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 directoryAnd it find libwx_gtk2u_xrc-3.0.so.0 on /usr/local/lib/libwx_gtk2u_xrc-3.0.so.0.Code: Select all
sudo find / -name 'libwx_gtk2u_xrc-3.0.so.0'
Yes, it's the 2.1.1 version.Is this the Audacity version you were building yourself? What version of Audacity did you build? HEAD? 2.1.1 release?
I didn't know about this command. I just ran it and now Audacity is working.Did you perform ldconfig after installing widgets?