On Fr, 2017-09-29 at 11:36 -0400, David Lypka wrote:
I succeeded to get QNX 6.6.0 30 day trial up and running.
There were 2 major issues
1. I had missed the install step in
Before you start
Before you install this software, please note the following:
In order to run the installer and the IDE on Ubuntu 64-bit, you need to install the 32-bit libraries:
sudo apt-get install libgtk2.0-0:i386 libXtst6:i386 libcanberra-gtk-module:i386 \
gtk2-engines-murrine:i386 libdbus-glib-1-2:i386
In order to run the IDE on Ubuntu 14.04 64-bit, you need to install some Java libraries:
sudo apt-get install libgtk2.0-0:i386 libpangox-1.0-0:i386 libpangoxft-1.0-0:i386 libidn11:i386 libglu1-mesa:i386 libxtst6:i386
NOTE: I used the 14.04 instructions for my 16.04 Ubuntu and they worked OK.
This (obviously ;-)) depends on your system setup before you start the installation and on the environment you "live" in - in my case, the installation was failing due to a 32bit vs 64bit mismatch in the name resolution library, so all I had to do was
"set LD_LIBRARY_PATH=/lib32" to get the proper .so loaded.
regards
Michael