2,684
edits
(→Libraries and software that the program depends on: small fixes) |
(→Libraries and software that the program depends on: remove hint to libpng12.so) |
||
Line 152: | Line 152: | ||
xdsgui: error while loading shared libraries: libQtGui.so.4: cannot open shared object file: No such file or directory | xdsgui: error while loading shared libraries: libQtGui.so.4: cannot open shared object file: No such file or directory | ||
or similar for libQtCore.so.4. | or similar for libQtCore.so.4. | ||
Generally, if in case of RHEL or related distributions you don't know the name of the package, e.g. | Generally, if in case of RHEL or related distributions you don't know the name of the package, e.g. | ||
yum provides "*/libQtCore.so.4" | yum provides "*/libQtCore.so.4" | ||
would tell you | would tell you what the name of the corresponding RPM is. | ||
RedHat Enterprise Linux 8 (CentOS 8) does not seem to provide by default the needed Qt libraries. They can be installed using | RedHat Enterprise Linux 8 (CentOS 8) does not seem to provide by default the needed Qt libraries. They can be installed using |