LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   mysql workbench quit unexpectedly after launch (https://www.linuxquestions.org/questions/linux-software-2/mysql-workbench-quit-unexpectedly-after-launch-4175644598/)

Jhon Paul 12-19-2018 12:38 PM

mysql workbench quit unexpectedly after launch
 
I have installed MySQL Workbench 6.3.10 on SUSE LEAP 15. When I want to open this application, it is not opening and this appear when i do:

sudo mysql-workbench :

Workbench can't find libproj.so, some options may be unavailable.
/usr/lib64/mysql-workbench/mysql-workbench-bin: symbol lookup error: /usr/lib64/mysql-workbench/libwbpublic.so.6.3.10: undefined symbol: _ZN18OGRGeometryFactory13createFromWkbEPhP19OGRSpatialReferencePP11OGRGeometryi13OGRwkbVariant

berndbausch 12-19-2018 05:29 PM

While I don’t know workbench, the two error messages might be related. Find out whether libproj.so exists. If not, install it. If yes, workbench has a different idea where it should be located; the ldd command should help clarify this.

EDIT: Searching for “Workbench can't find libproj.so” yields a few results, including OpenSUSE-related ones.

Jhon Paul 12-20-2018 11:29 AM

Quote:

Originally Posted by berndbausch (Post 5939154)
While I don’t know workbench, the two error messages might be related. Find out whether libproj.so exists. If not, install it. If yes, workbench has a different idea where it should be located; the ldd command should help clarify this.

EDIT: Searching for “Workbench can't find libproj.so” yields a few results, including OpenSUSE-related ones.


this happen when i do "ldd"

linux-vdso.so.1 (0x00007ffe503d8000)
libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f13b7539000)
libm.so.6 => /lib64/libm.so.6 (0x00007f13b71ee000)
libc.so.6 => /lib64/libc.so.6 (0x00007f13b6e34000)
/lib64/ld-linux-x86-64.so.2 (0x00007f13b79c2000)

Version information:
/usr/lib/libproj.so:
libm.so.6 (GLIBC_2.2.5) => /lib64/libm.so.6
libpthread.so.0 (GLIBC_2.2.5) => /lib64/libpthread.so.0
libc.so.6 (GLIBC_2.3) => /lib64/libc.so.6
libc.so.6 (GLIBC_2.14) => /lib64/libc.so.6
libc.so.6 (GLIBC_2.4) => /lib64/libc.so.6
libc.so.6 (GLIBC_2.3.4) => /lib64/libc.so.6
libc.so.6 (GLIBC_2.2.5) => /lib64/libc.so.6
/lib64/libpthread.so.0:
ld-linux-x86-64.so.2 (GLIBC_2.2.5) => /lib64/ld-linux-x86-64.so.2
ld-linux-x86-64.so.2 (GLIBC_PRIVATE) => /lib64/ld-linux-x86-64.so.2
libc.so.6 (GLIBC_2.14) => /lib64/libc.so.6
libc.so.6 (GLIBC_2.3.2) => /lib64/libc.so.6
libc.so.6 (GLIBC_2.4) => /lib64/libc.so.6
libc.so.6 (GLIBC_2.2.5) => /lib64/libc.so.6
libc.so.6 (GLIBC_PRIVATE) => /lib64/libc.so.6
/lib64/libm.so.6:
ld-linux-x86-64.so.2 (GLIBC_PRIVATE) => /lib64/ld-linux-x86-64.so.2
libc.so.6 (GLIBC_2.4) => /lib64/libc.so.6
libc.so.6 (GLIBC_2.2.5) => /lib64/libc.so.6
libc.so.6 (GLIBC_PRIVATE) => /lib64/libc.so.6
/lib64/libc.so.6:
ld-linux-x86-64.so.2 (GLIBC_2.3) => /lib64/ld-linux-x86-64.so.2
ld-linux-x86-64.so.2 (GLIBC_PRIVATE) => /lib64/ld-linux-x86-64.so.2

berndbausch 12-20-2018 04:25 PM

Quote:

Originally Posted by Jhon Paul (Post 5939474)
this happen when i do "ldd"

You ran ldd on which program?
Does libproj.so exist? Do any of the internet search results help?

Sauerland 12-21-2018 11:05 AM

Why starting as root?


All times are GMT -5. The time now is 04:30 AM.