You are not logged in.
First i have to say, Q4OS is getting better and better ... Thanks for 2.4!
i am not sure, if my question is right here.
in orion 32bit/Basic Profile i am using a phone software called Agfeo TK-Suite Client v. 4.4.36
(Download Link)
In Scorpion 32bit/Basic Profile in Terminal
sh run_client.sh
as superuser does not start the install procedure. no error . nothing.
the manufacturer explained:
On 64bit systems, running the TK-Suite server or client must be
32bit libraries installed!
On Ubuntu-system before version 13:
sudo apt-get install ia32-libs
On Ubuntu-system above version 13 (multiarch):
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install libc6:i386 libstdc++6:i386
sudo apt-get install libx11-6:i386 libxrender1:i386 fontconfig:i386 libxext6:i386 libglib2.0-0:i386 libsm6:i386
Maybe someone here uses the same software, or any idea how i can get it start?
In orion32 it start fine. Thanks.
Offline
EDIT: Problem found. You only need to install 'libpng12-0' package as the 'Agfeo TK-Suite Client' requires it. The package is available from Debian Jessie, we have attached 32bit version here for convenience. Please download and install it in terminal:
$ sudo dpkg -i libpng12-0_1.2.50-2+deb8u3_i386.deb
$ sudo apt-get install -f
Last edited by q4osteam (2017-10-10 23:36)
Offline
Yes. i confirm, this solves the problem.
Also on Q4OS Scorpion 64bit i can run the software after install the required libraries:
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install libc6:i386 libstdc++6:i386
sudo apt-get install libx11-6:i386 libxrender1:i386 fontconfig:i386 libxext6:i386 libglib2.0-0:i386 libsm6:i386
wget http://ftp.de.debian.org/debian/pool/main/libp/libpng/libpng12-0_1.2.50-2+deb8u3_i386.deb
sudo dpkg -i libpng12-0_1.2.50-2+deb8u3_i386.deb
sudo apt-get install -f
Thanks a lot.
Last edited by judydudi (2017-10-11 08:22)
Offline