Siemens Logo Comfort V7.1 on Centos 6 x64 install
Today I tried to install Siemens Logo Comfort V7.1 on Centos 6.5.
The installation is started using the start.sh command in /Linux on the DVD. This does not work as the path is not recognized by the star.sh file. When opening the start.sh file it appears the installation is started from
/CDROM_Installers/Disk1/InstData/Linux/VM/Setup.bin
However when this is executed I got the following error.
Installer User Interface Mode Not Supported The installer cannot run in this UI mode. To specify the interface mode, use the -i command-line option, followed by the UI mode identifier. The valid UI modes identifiers are GUI, Console, and Silent.
To resolve this error extra library’s shall be installed for the 32-bit compatibility
yum install libXtst.i686 libXp.i686 libXtst.i686
Please note it may also be necessary to install additional 32-bit c library on some systems.
yum install glibc.i686 glibc-devel.i686
After installation of these packages the Logo Comfort installer will run perfectly.
Comments are closed.