|
Re: ldd:FATAL: Could not load library libQtGui.so.4
|
12/30/2013 7:26 AM
post107736
|
Re: ldd:FATAL: Could not load library libQtGui.so.4
As with any shared library, it must be present on the disk, it must match the target architecture, and the location must
be found in the LD_LIBRARY_PATH variable.
If you believe those requirements are met, try starting your Qt executable like
# DL_DEBUG=1 ./cEasy
The verbose output will show where the loader is looking for each library required by the binary.
|
|
|