I removed all versions of wxwidgets and still get the same error messages as posted before with amule not being able to run. I checked to see if I have two instances of wxwidgets installed, here's what I get:
princey@MCES:~$ ls -l /usr/bin/wx* lrwxrwxrwx 1 root root 43 2006-04-07 23:04 /usr/bin/wx-config -> /usr/lib/wx/config/gtk2-unicode-release-2.6 lrwxrwxrwx 1 root root 8 2006-04-07 23:04 /usr/bin/wxrc -> wxrc-2.6 -rwxr-xr-x 1 root root 87124 2006-04-07 23:04 /usr/bin/wxrc-2.6 princey@MCES:~$ ls -l /usr/local/bin/wx* ls: /usr/local/bin/wx*: No such file or directory
I'm at a dead end's here. Why would it be saying
Fatal Error: Mismatch between the program and library build versions detected. The library used 2.6 (no debug,Unicode,compiler with C++ ABI 1002,wx containers), and your program used 2.6 (no debug,Unicode,compiler with C++ ABI 1002,wx containers,compatible with 2.4). Aborted
when I copied and pasted the commands from the how to that you indicated?