XDSGUI: Difference between revisions

165 bytes removed ,  23 September 2020
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.
Similarly, the error message
 
xds-viewer: error while loading shared libraries: libpng12.so.0: cannot open shared object file: No such file or directory
means that you need to
yum install libpng12
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 about it.
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
2,652

edits