Dollar Universe can't be started in a Linux 64 system.
Affects Release version(s): 5.x
Error Message in the uxioserv.log:
##########################
libgcc_s.so.1 must be installed for pthread_cancel to work
##########################
OS: Linux
OS Version: Linux 64Bits
Product: Dollar Universe 5.x
Cause type:Configuration
Root Cause: The necessary 32 bits version of the library "libgcc_s.so.1" is missing.
The 32 bits version of libgcc_s.so.1 must be installed.
Note: even if the 64 bits version of this library is installed, it's not sufficient as Dollar Universe 5 is a 32bit application.
If your system is Redhat, you can launch the following command to install the rpm:
yum install libgcc.i686
This command installs in the following RPM packages:
-- glibc
-- libstdc++
-- nss-softokn-freebl
-- libgcc