During the installation of WMB I met new problem. Below log from my console:
Preparing to install...
Extracting the JRE from the installer archive...
Unpacking the JRE...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
strings: '/lib/libc.so.6': No such file
Launching installer...
For 32 bits users:
sudo ln -s /lib/i386-linux-gnu/libc.so.6 /lib/libc.so.6
For 64 bits users:
sudo ln -s /lib/x86_64-linux-gnu/libc.so.6 /lib/libc.so.6
root@XXX:/media/data/bkp linux/WMB/messagebroker_ia_runtime1# ./setuplinuxx64.bin
Preparing to install...
Extracting the JRE from the installer archive...
Unpacking the JRE...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
strings: '/lib/libc.so.6': No such file
Launching installer...
I fixed it in next way:
For 32 bits users:
sudo ln -s /lib/i386-linux-gnu/libc.so.6 /lib/libc.so.6
For 64 bits users:
sudo ln -s /lib/x86_64-linux-gnu/libc.so.6 /lib/libc.so.6