Friday, May 17, 2013

Installation WMB 8.0.0.1 on Ubuntu 13.04

During the installation of WMB I met new problem. Below log from my console:


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