We have this error in a Suse Linux installation.
suse12:/opt # bash installer-oo-designer-linux64-2021.02.bin
decompressing...
invoking installer...
Exception in thread "main" java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons:
no swt-pi-gtk-4234 in java.library.path
no swt-pi-gtk in java.library.path
Can't load library: /root/.swt/lib/linux/x86_64/libswt-pi-gtk-4234.so
Can't load library: /root/.swt/lib/linux/x86_64/libswt-pi-gtk.so
/root/.swt/lib/linux/x86_64/libswt-pi-gtk-4234.so: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory
at org.eclipse.swt.internal.Library.loadLibrary(Unknown Source)
at org.eclipse.swt.internal.Library.loadLibrary(Unknown Source)
at org.eclipse.swt.internal.gtk.OS.<clinit>(Unknown Source)
at org.eclipse.swt.internal.Converter.wcsToMbcs(Unknown Source)
at org.eclipse.swt.internal.Converter.wcsToMbcs(Unknown Source)
at org.eclipse.swt.widgets.Display.<clinit>(Unknown Source)
at com.microfocus.itom.wizard.core.WizardDialogImpl.<init>(WizardDialogImpl.java:24)
at com.microfocus.itom.wizard.WizardDialog.create(WizardDialog.java:69)
at com.hpe.webstudio.wizard.InstallerWizard.showWizard(InstallerWizard.java:252)
at com.hpe.webstudio.wizard.InstallerWizard.<init>(InstallerWizard.java:118)
at com.hpe.webstudio.wizard.OoInstallerWizard.main(OoInstallerWizard.java:14)
/opt
How we can resolve this issue. Also if we execute by the silent.properties file it works but fails and show this error:
attempting to read silent properties from: /opt/silent.properties ... found
installation log initialized, see log file at: /usr/microfocus/oo/installer.log
Unable to move /usr/microfocus/oo/central/bin/linux64/sql to /usr/microfocus/oo/central/bin/linux64
Deploy Central: failure Unable to move /usr/microfocus/oo/central/bin/linux64/sql to /usr/microfocus/oo/central/bin/linux64
Deploy Central: failure Unable to move /usr/microfocus/oo/central/bin/linux64/sql to /usr/microfocus/oo/central/bin/linux64
/opt