Hello EveryOne,



I'm sorry to bother you with as simple things as this but I would like to know how install aMule 2.3.2 on my Kali 2019.3?



Do you got a simple explanation or a web link?



I already download the aMule-2.3.2.tar.xz file and execute a tar -xvf command, I run the amule_build_install.sh file but I got the following problem:



I hope you could help me



----


aMule building script, version 2.0.0

Where to install?
[/root/usr]:

Where are the tarballs?
[/home/jerboa/T?l?chargements/aMule-2.3.2]:

Where to untar?
[/home/jerboa/T?l?chargements/aMule-2.3.2/untars]:

Building for:
--prefix=/root/usr
tarballs are at /home/jerboa/T?l?chargements/aMule-2.3.2
tarballs will be untarred at /home/jerboa/T?l?chargements/aMule-2.3.2/untars

ls: impossible d'acc?der ? '/home/jerboa/T?l?chargements/aMule-2.3.2/cryptopp*': Aucun fichier ou dossier de ce type
ls: impossible d'acc?der ? '/home/jerboa/T?l?chargements/aMule-2.3.2/libupnp-*': Aucun fichier ou dossier de ce type
ls: impossible d'acc?der ? '/home/jerboa/T?l?chargements/aMule-2.3.2/wxWidgets-*.*.*.tar.*': Aucun fichier ou dossier de ce type
ls: impossible d'acc?der ? '/home/jerboa/T?l?chargements/aMule-2.3.2/aMule-*': Aucun fichier ou dossier de ce type

Software packacge versions:
cryptopp :
libupnp :
wxWidgets :
aMule :

make: GNUmakefile : Aucun fichier ou dossier de ce type
make: *** Aucune r?gle pour fabriquer la cible ? GNUmakefile ?. Arr?t.
make: *** Aucune r?gle pour fabriquer la cible ? install ?. Arr?t.
./amule_build_install.sh: ligne 181 : cd: libupnp-?.?.?: Aucun fichier ou dossier de ce type
./amule_build_install.sh: ligne 183: ./configure: Aucun fichier ou dossier de ce type
./amule_build_install.sh: ligne 199 : cd: wxWidgets-?.?.?: Aucun fichier ou dossier de ce type
configure: WARNING: unrecognized options: --enable-mem_tracing, --disable-optimise, --enable-debug_flag, --enable-debug_info, --enable-debug_gdb, --with-opengl, --enable-gtk2, --enable-unicode, --enable-largefile
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking if this is a FreeBSD 4 or earlier system... no
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for gawk... (cached) gawk
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking whether make sets $(MAKE)... (cached) yes
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... yes
checking for ranlib... ranlib
checking for a sed that does not truncate output... /usr/bin/sed
checking for bison... no
checking for byacc... no
checking for ranlib... (cached) ranlib
checking for strip... strip
checking for ar... ar
checking for ld... ld
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for working volatile... yes
checking for zlib >= 1.1.4... yes (version 1.2.11)
checking for File::Copy... ok
checking for the --with-toolkit option... will be automatically detected
checking for the --with-wxshared option... will be automatically detected
checking for the --with-wxdebug option... will be automatically detected
checking for the --with-wxversion option... will be automatically detected
checking for wx-config... no
configure: error:
wxWidgets must be installed on your system but wx-config
script couldn't be found. Please check that wx-config is
in path or specified by --with-wx-config=path flag, the
directory where wxWidgets libraries are installed (returned
by 'wx-config --libs' command) is in LD_LIBRARY_PATH or
equivalent variable and wxWidgets version is 2.8.12 or above.

./amule_build_install.sh: ligne 226 : cd: amule-cvs: Aucun fichier ou dossier de ce type
./amule_build_install.sh: ligne 228: ./configure: Aucun fichier ou dossier de ce type

Finished compilation.
You should run aMule like this:
$LD_LIBRARY_PATH=/root/usr/wxWidgets/lib:/root/usr/libupnp/lib LANG=en_US.UTF-8 /root/usr/amule/bin/amule

Of course you may choose to use a different locale.



----