Installing libX11 and libSM 32 Bit Libraries

9/19/2023

 

Problem

A customer of Artwork's reported that on his Linux Ubuntu workstation he could not run our asm600 software because his workstation was missing libX11 and libSM 32 Bit Libraries.

hanamalia:tester: $ ../bin/asm600
libX11.so.6 => not found
error while loading shared libraries: libX11.so.6: cannot open shared object file: No such file or directory
libSM.so.6 => not found

Workaround

The customer had to download from the web and install the libX11 and libSM libraries.

hanamalia:tester: $ su
Password: 

hanamalia:tester: $ sudo apt-get install libx11-6:i386

hanamalia:tester: $ sudo apt-get install libsm6:i386

Summary

After the installation was completed, the client was able to use the software with no issues.