In functie de OS-ul instalat pe serverul dvs, mai jos sunt si liburile necesare.
CentOS 64-bit
yum install mailx postfix curl wget gzip bzip2 python tmux glibc.i686 libstdc++ libstdc++.i686 java-1.8.0-openjdk zlib zlib.i686
CentOS 32-bit
yum install mailx postfix curl wget gzip bzip2 python tmux libstdc++ java-1.8.0-openjdk zlib zlib.i686
Ubuntu 64-bit
sudo dpkg --add-architecture i386; sudo apt-get update;sudo apt-get install mailutils postfix curl wget file gzip bzip2 bsdmainutils python util-linux tmux lib32gcc1 libstdc++6 libstdc++6:i386 default-jdk
Ubuntu 32-bit
sudo apt-get install mailutils postfix curl wget file gzip bzip2 bsdmainutils python util-linux tmux libstdc++6 default-jdk
Debian 64-bit
sudo dpkg --add-architecture i386; sudo apt-get update; sudo apt-get install mailutils postfix curl wget file gzip bzip2 bsdmainutils python util-linux tmux lib32gcc1 libstdc++6 libstdc++6:i386 default-jdk
Debian 32-bit
sudo apt-get install mailutils postfix curl wget file gzip bzip2 bsdmainutils python util-linux tmux libstdc++6 default-jdk
Fedora 64-bit
dnf install mailx postfix curl wget file gzip bzip2 python tmux glibc.i686 libstdc++ libstdc++.i686 java-1.8.0-openjdk
Fedora 32-bit
dnf install mailx postfix curl wget file gzip bzip2 python tmux libstdc++ java-1.8.0-openjdk