MySQL Forums
Forum List  »  MySQL Workbench

workbench lauch error in Oracle Linux 7.2 undefined symbol: _ZN4Glib17SignalProxyNormal13connect_impl_EbON4sigc9slot_bas eEb
Posted by: Jyotisekhar Sen Majumder
Date: February 16, 2020 02:13AM

I'm trying to install and use mysql-workbench in my OL7.2
{code}
cat /etc/*relea*
cat: /etc/lsb-release.d: Is a directory
Oracle Linux Server release 7.2
NAME="Oracle Linux Server"
VERSION="7.2"
ID="ol"
VERSION_ID="7.2"
PRETTY_NAME="Oracle Linux Server 7.2"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:oracle:linux:7:2:server"
HOME_URL="https://linux.oracle.com/";
BUG_REPORT_URL="https://bugzilla.oracle.com/";

ORACLE_BUGZILLA_PRODUCT="Oracle Linux 7"
ORACLE_BUGZILLA_PRODUCT_VERSION=7.2
ORACLE_SUPPORT_PRODUCT="Oracle Linux"
ORACLE_SUPPORT_PRODUCT_VERSION=7.2
Red Hat Enterprise Linux Server release 7.2 (Maipo)
Oracle Linux Server release 7.2
{code}

But its failing while trying to launch it

{code}
mysql-workbench
Using /usr/local/lib/libproj.so.
/usr/libexec/mysql-workbench/mysql-workbench-bin: symbol lookup error: /usr/lib64/mysql-workbench/liblinux_utilities.so.8.0.19: undefined symbol: _ZN4Glib17SignalProxyNormal13connect_impl_EbON4sigc9slot_baseEb

{code}

I used yum mysql repos to install the latest version. Any version I use its same error I get. Unable to interpret the exact os library/symbol its looking for.

{code}
$ ldd /usr/lib64/mysql-workbench/liblinux_utilities.so.8.0.19
ldd: warning: you do not have execution permission for `/usr/lib64/mysql-workbench/liblinux_utilities.so.8.0.19'
linux-vdso.so.1 => (0x00007ffec3d41000)
libgrt.so.8.0.19 => not found
libxml2.so.2 => /lib64/libxml2.so.2 (0x00007f63d1c07000)
libuuid.so.1 => /lib64/libuuid.so.1 (0x00007f63d1a02000)
libsecret-1.so.0 => /lib64/libsecret-1.so.0 (0x00007f63d17af000)
libgio-2.0.so.0 => /lib64/libgio-2.0.so.0 (0x00007f63d1438000)
libgobject-2.0.so.0 => /lib64/libgobject-2.0.so.0 (0x00007f63d11e8000)
libglib-2.0.so.0 => /lib64/libglib-2.0.so.0 (0x00007f63d0eb1000)
libwbbase.so.8.0.19 => not found
libwbscintilla.so.4.1.5 => not found
libantlr4-runtime.so.4.7.1 => not found
libstdc++.so.6 => /lib64/libstdc++.so.6 (0x00007f63d0ba8000)
libm.so.6 => /lib64/libm.so.6 (0x00007f63d08a6000)
libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f63d0690000)
libc.so.6 => /lib64/libc.so.6 (0x00007f63d02d0000)
libdl.so.2 => /lib64/libdl.so.2 (0x00007f63d00cc000)
libz.so.1 => /lib64/libz.so.1 (0x00007f63cfeb6000)
liblzma.so.5 => /lib64/liblzma.so.5 (0x00007f63cfc8f000)
/lib64/ld-linux-x86-64.so.2 (0x00007f63d21fa000)
libgcrypt.so.11 => /lib64/libgcrypt.so.11 (0x00007f63cfa0e000)
libgpg-error.so.0 => /lib64/libgpg-error.so.0 (0x00007f63cf809000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f63cf5ec000)
libffi.so.6 => /lib64/libffi.so.6 (0x00007f63cf3e4000)
libgmodule-2.0.so.0 => /lib64/libgmodule-2.0.so.0 (0x00007f63cf1e0000)
libselinux.so.1 => /lib64/libselinux.so.1 (0x00007f63cefb8000)
libresolv.so.2 => /lib64/libresolv.so.2 (0x00007f63ced9e000)
libpcre.so.1 => /lib64/libpcre.so.1 (0x00007f63ceb3b000)
{code}

Options: ReplyQuote


Subject
Views
Written By
Posted
workbench lauch error in Oracle Linux 7.2 undefined symbol: _ZN4Glib17SignalProxyNormal13connect_impl_EbON4sigc9slot_bas eEb
950
February 16, 2020 02:13AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.