Hmmm .... seems that the version of xWindows installed is not compatible with xinerama , so no chance with rpm (tried several packages, no success...);
downloaded and compiled wxall-2.5.3.tar.gz
downloaded aMule-2.0.0rc7.tar.gz , extracted (tar -zxvf ..) , but when compiling got the errors :
make[6]: Entering directory `/usr/local/src/aMule-2.0.0rc7/src/utils/aLinkCreator/src'
g++ -DUSE_EMBEDDED_CRYPTO -W -Wall -g -ggdb -fno-inline -D__DEBUG__ -fmessage-length=0 -lpthread -o alcc alcc-alcc.o alcc-ed2khash.o alcc-md4.o -L/usr/local/lib -pthread -L/usr/X11R6/lib -lwx_base-2.5 -lwx_base_net-2.5
alcc-alcc.o(.text+0x7e0): In function `__static_initialization_and_destruction_0(int, int)':
: undefined reference to `wxThemeUsewin32'
alcc-alcc.o(.text+0x7f8): In function `__static_initialization_and_destruction_0(int, int)':
: undefined reference to `wxThemeUsegtk'
collect2: ld returned 1 exit status
make[6]: *** [alcc] Error 1
make[6]: Leaving directory `/usr/local/src/aMule-2.0.0rc7/src/utils/aLinkCreator/src'
make[5]: *** [all-recursive] Error 1
make[5]: Leaving directory `/usr/local/src/aMule-2.0.0rc7/src/utils/aLinkCreator'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/usr/local/src/aMule-2.0.0rc7/src/utils'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/local/src/aMule-2.0.0rc7/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/local/src/aMule-2.0.0rc7/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/aMule-2.0.0rc7'
make: *** [all] Error 2