I've installed MySQl-Workbench from official OpenSUSE repo and it fails to start wit the same error both on my desktop and laptop.
Code:
:~> mysql-workbench
/usr/bin/mysql-workbench: line 25: ldconfig: command not found
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: _ZN18OGRGeometryFactory13createFrom
WkbEPhP19OGRSpatialReferencePP11OGRGeometryi13OGRwkbVariant
ldconfig is installed
Code:
:~> cnf ldconfig
Program 'ldconfig' is present in package 'glibc', which is installed on your system.
Absolute path to 'ldconfig' is '/sbin/ldconfig', so running it may require superuser privileges (eg. root).
As for libproj, I have both libproj12 and libproj13 (from ApplicationGeo repo) installed.