Pages : 1
#1 Le 26/09/2019, à 11:11
- MisterEric
Subtilité du shell ?
Je ne comprends pas pourquoi j'ai cette erreur. Quelqu'un a une idée ?
thepaut@THEPAUT:~$ ll /opt/utorrent-server-alpha-v3_3/utserver
-rwxr-xr-x 1 thepaut thepaut 1437080 janv. 15 2014 /opt/utorrent-server-alpha-v3_3/utserver*
thepaut@THEPAUT:~$ ll /usr/bin/utserver
lrwxrwxrwx 1 root root 40 sept. 25 17:44 /usr/bin/utserver -> /opt/utorrent-server-alpha-v3_3/utserver*
thepaut@THEPAUT:~$ echo $PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
thepaut@THEPAUT:~$ /usr/bin/utserver -settingspath /opt/utorrent-server-alpha-v3_3/
bash: /usr/bin/utserver: Aucun fichier ou dossier de ce type
thepaut@THEPAUT:~$
Hors ligne
#2 Le 26/09/2019, à 11:46
- pingouinux
Re : Subtilité du shell ?
Bonjour,
Quel est le retour de :
file /usr/bin/utserver /opt/utorrent-server-alpha-v3_3/utserver
Hors ligne
#3 Le 26/09/2019, à 11:52
- credenhill
Re : Subtilité du shell ?
hello
serait-ce un exécutable 64 bits sur un système 32 bits ou le contraire avec des librairies 32 bits qui manquent ?
Hors ligne
#4 Le 26/09/2019, à 12:04
- MisterEric
Re : Subtilité du shell ?
Oui c'est ça !
Il y a des solutions ?
thepaut@THEPAUT:~$ file /usr/bin/utserver /opt/utorrent-server-alpha-v3_3/utserver
/usr/bin/utserver: symbolic link to /opt/utorrent-server-alpha-v3_3/utserver
/opt/utorrent-server-alpha-v3_3/utserver: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-, for GNU/Linux 2.6.24, BuildID[sha1]=2fc1013534bcee48491ebb163bb8b991fa5a7af2, stripped
Hors ligne
#5 Le 26/09/2019, à 12:21
- pingouinux
Re : Subtilité du shell ?
Ça confirme le diagnostic de credenhill #3 : ton système est sans doute en 64bits, et c'est un exécutable 32bits; il doit manquer des librairies 32bits.
Hors ligne
#6 Le 26/09/2019, à 14:04
- credenhill
Re : Subtilité du shell ?
un temps il fallait installer
apt-get install ia32-libs
https://forum.ubuntu-fr.org/viewtopic.php?id=337656
mais je ne trouve pas de description claire de ce qu'll faut faire maintenant
Hors ligne
#7 Le 26/09/2019, à 17:11
- MisterEric
Re : Subtilité du shell ?
J'ai installé les lib 32 bits, et j'ai ça comme erreur :
/usr/bin/utserver -settingspath /opt/utorrent-server-alpha-v3_3/
/usr/bin/utserver: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory
J'ai installé cette lib mais ça n'a rien changé...
Hors ligne
#8 Le 26/09/2019, à 18:30
- MisterEric
Re : Subtilité du shell ?
J'ai installé libssl avec le suffixe :i386 et ça marche maintenant.
Hors ligne
Pages : 1