Related to Packaging of Qt4 Application
- Our Qt4 application has 2 dependent libraries libc.so.6 and librt.so.1, that were included as part of packaging.
- While trying to extract the package the following errors appeared
- Please let us know how to resolve the same
.
Quote:
Preparing to install...
Extracting the JRE from the installer archive...
Unpacking the JRE...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
/bin/ls: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
hostname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
rm: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
rm: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
Thank You.
Re: Related to Packaging of Qt4 Application
As the message points out, the libraries are not there. Maybe you only included links to the libraries or you forgot to include them (links) in the package. Or those libs can't be found by the linker...