after doing apt-get update followed by an apt-get dist-upgrade today I can't start amuled anymore.
This is the error message I get:
# amuled -f
amuled: Symbol `_ZTV16wxDatagramSocket' has different size in shared object, consider re-linking
amuled: Symbol `_ZTV14wxSocketServer' has different size in shared object, consider re-linking
amuled: Symbol `_ZTV13wxSocketEvent' has different size in shared object, consider re-linking
amuled: Symbol `_ZTV8wxObject' has different size in shared object, consider re-linking
amuled: Symbol `_ZTV16wxZipInputStream' has different size in shared object, consider re-linking
amuled: Symbol `_ZTV7wxEvent' has different size in shared object, consider re-linking
Fatal Error: Mismatch between the program and library build versions detected.
The library used 2.6 (no debug,Unicode,compiler with C++ ABI 102,wx containers,compatible with 2.4),
and your program used 2.6 (no debug,Unicode,compiler with C++ ABI 1002,wx containers,compatible with 2.4).
Abgebrochen
did I install a wrong package?