A self-build wxWidgets installs (by default) in /usr/local/lib/ rather than the usual system location of /usr/lib/, so you may need to add /usr/local/lib/ to your library path environmental variable.
Try running in a Termnal:
Code: Select all
export LD_LIBRARY_PATH="/<actual-path-on-your-system>/lib/"
and then see if Audacity will launch.
If Audacity does launch, then you will need to make that change permanent. On Debian based systems that is done in ~/.bashrc
You may need to look up the correct way to do that on a RH based system.