|
Re: QNX SDP 6.6.0 on SUSE Linux
|
09/08/2014 5:56 PM
post111676
|
Re: QNX SDP 6.6.0 on SUSE Linux
Hi Vincent,
I have seen similar problems on new versions of Ubuntu 14 64-bit when you do not have all the necessary 32-bit
compatibility libraries installed.
In my case, ntoarmv7-objdump was generating the error:
ntoarmv7-objdump: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or
directory
To fix it I installed the lib with:
sudo apt-get install lib32z1
On Ubuntu I used apt-file search libz.so.1.
Cheers,
Bob
|
|
|