I compiled with a basic:
./configure
make
make install
and when I run amule i get:
Fatal Error: Mismatch between the program and library build versions detected.
The library used 2.6 (no debug,ANSI,compiler with C++ ABI 102,wx containers,compatible with 2.4),
and your program used 2.6 (no debug,ANSI,compiler with C++ ABI 1002,wx containers,compatible with 2.4).
Aborted
version 2.1.2
whats this ABI 102 and 1002, sounds like a build error.
--Alex