On Sat, 2004-10-30 at 12:01, Hannes Mayer wrote:
audacity depends on wxWidgets, so I did a search for it: # rpm -qa | grep wx wxGTK-devel-2.4.2-1 wxGTK-common-2.4.2-0.fdr.2.2 wxBase-2.4.2-1 wxGTK-2.4.2-1 wxGTK2-2.4.2-0.fdr.2.2
No wxWidgets. Maybe that is the problem ? On the other hand why did the rpm install, when wxWidgets is not present ?
Try:
rpm q --provides wxBase wxGTK wxGTK2
At least one (possibly more) of those packages will "provide" wxWidgets and keep rpm happy.
Here is the output: # rpm -q --provides wxBase wxGTK wxGTK2 wxGTK-common libwx_base-2.4.so.0 libwx_base-2.4.so.0(WXBASE_2.4) wxBase = 2.4.2-1 wxwin libwx_gtk.so libwx_gtk-2.4.so libwx_gtk-2.4.so.0 libwx_gtk-2.4.so.0(WXGTK_2.4) wxGTK = 2.4.2-1 libwx_gtk2-2.4.so.0 libwx_gtk2-2.4.so.0(WXGTK2_2.4) wxGTK2 = 0:2.4.2-0.fdr.2.2 wxGTK-common = 0:2.4.2-0.fdr.2.2
Thank you again & best regards, Hannes.