@gibor
stoppati gibor!
Non compilare, sono riuscito a fa andare la versione stock di amule-2.3.2 presa da slitaz 5.0.
@mojo
Thankyou mojo,
I did:
[root@localhost Desktop]# find / -name libz.so*
/lib/libz.so.1.2.3
/lib/libz.so.1
/var/lib/libz.so.1.2.3
/usr/lib/libz.so.1.2.11
/usr/lib/libz.so.1
/usr/lib/libz.so
[root@localhost Desktop]# mv /lib/libz.so.1 /lib/_libz.so.1
[root@localhost Desktop]# mv /lib/libz.so.1.2.3 /lib/_libz.so.1.2.3
[root@localhost Desktop]# mv /var/lib/libz.so.1.2.3 /var/lib/_libz.so.1.2.3
[root@localhost Desktop]# cp /usr/lib/libz.so /lib
[root@localhost Desktop]# cp /usr/lib/libz.so.1 /lib
[root@localhost Desktop]# cp /usr/lib/libz.so.1.2.11 /lib
[root@localhost Desktop]# ls -l /lib | grep libz
lrwxrwxrwx 1 root root 13 Oct 14 2018 _libz.so.1 -> libz.so.1.2.3
-rwxr-xr-x 1 tux tux 81836 Oct 14 2018 _libz.so.1.2.3
-rwxr-xr-x 1 root root 75708 Oct 14 16:00 libz.so
-rwxr-xr-x 1 root root 75708 Oct 14 16:00 libz.so.1
-rwxr-xr-x 1 root root 75708 Oct 14 16:00 libz.so.1.2.11
[root@localhost Desktop]# amuled -e
2018-10-14 16:00:56: amuleAppCommon.cpp(335): Initialising aMuleD 2.3.2 compiled with wxBase(GTK2) v3.0.2 (Debugging)
2018-10-14 16:00:56: amuleAppCommon.cpp(382): Checking if there is an instance already running...
2018-10-14 16:00:56: amuleAppCommon.cpp(413): No other instances are running.
2018-10-14 16:00:56: amule.cpp(449):
2018-10-14 16:00:56: EC configuration
Enter password for mule connection:
2018-10-14 16:01:01: amule.cpp(452): Password set and external connections enabled.
!2018-10-14 16:01:01: amuled.cpp(747): ERROR: WARNING Warning! You are running aMule as root.
!2018-10-14 16:01:01: Doing so is not recommended for security reasons,
!2018-10-14 16:01:01: and you are advised to run aMule as an normal
!2018-10-14 16:01:01: user instead.
--------------------------------------------------
Warning! You are running aMule as root.
Doing so is not recommended for security reasons,
and you are advised to run aMule as an normal
user instead.
--------------------------------------------------
2018-10-14 16:01:01: ListenSocket.cpp(67): ListenSocket: Ok.
2018-10-14 16:01:01: DownloadQueue.cpp(113): Loading temp files from /root/.aMule/Temp.
2018-10-14 16:01:01: DownloadQueue.cpp(163): All PartFiles Loaded.
2018-10-14 16:01:01: amuled.cpp(652): amuled: OnInit - starting timer
^[[A^[[B^C 2018-10-14 16:01:39: amule.cpp(230): Now, exiting main app...
2018-10-14 16:01:39: amule.cpp(260): aMule OnExit: Terminating core.
2018-10-14 16:01:39: amule.cpp(333): aMule shutdown completed.
[root@localhost Desktop]# amuled -f
2018-10-14 16:26:27: amuleAppCommon.cpp(335): Initialising aMuleD 2.3.2 compiled with wxBase(GTK2) v3.0.2 (Debugging)
2018-10-14 16:26:27: amuleAppCommon.cpp(382): Checking if there is an instance already running...
2018-10-14 16:26:27: amuleAppCommon.cpp(413): No other instances are running.
!2018-10-14 16:26:27: amuled.cpp(747): ERROR: WARNING Warning! You are running aMule as root.
!2018-10-14 16:26:27: Doing so is not recommended for security reasons,
!2018-10-14 16:26:27: and you are advised to run aMule as an normal
!2018-10-14 16:26:27: user instead.
--------------------------------------------------
Warning! You are running aMule as root.
Doing so is not recommended for security reasons,
and you are advised to run aMule as an normal
user instead.
--------------------------------------------------
2018-10-14 16:26:27: ListenSocket.cpp(67): ListenSocket: Ok.
2018-10-14 16:26:27: amuled.cpp(667): amuled: forking to background - see you
[root@localhost ~]# amulecmd
This is amulecmd 2.3.2
Enter password for mule connection:
Creating client...
Succeeded! Connection established to aMule 2.3.2
---------------------------------------
| aMule text client |
---------------------------------------
Use 'Help' for command list
aMulecmd$ status
> eD2k: Connected to eDonkey Server No1 [176.103.50.225:2442] with LowID
> Kad: Not connected
> Download: 0 bytes/sec
> Upload: 0 bytes/sec
> Clients in queue: 0
> Total sources: 0
aMulecmd$ exit
Ok, exiting aMulecmd...
So for now the problem seems solved to me, I go on testing if it works.
;-)
thank you everybody