<div dir="ltr"><div>I have build Audacity (<a href="https://github.com/audacity/audacity">https://github.com/audacity/audacity</a>) and it runs correctly when launched from the command line, but I'm getting an error when launching from kdevelop:</div><div>"error while loading shared libraries: libwx_baseu_xml-3.1.so.3: cannot open shared object file: No such file or directory"</div><div><br></div><div>wxWidgets is installed at "/opt/wxWidgets/lib/", and this is set in "~/.bashrc" with:</div><div>"export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/wxWidgets/lib/"</div><div><br></div><div>It appears that kdevelop ignores LD_LIBRARY_PATH, so how do I tell it where wxWidgets is so that I can launch Audacity from kdevelop?</div><div><br></div><div>I can work around the problem by using a shell script to launch Audacity, but that doesn't work for a Debug Launch.</div><div><br></div><div>How do I tell kdevelop where to find wxWidgets so that I can launch and debug from within kdevelop?</div><div><br></div><div>Thanks,<br></div><div>Steve<br></div><div><br></div></div>