Bug #15781 mysql-workbench-bin: undefined symbol: glXGetProcAddress
Submitted: 15 Dec 2005 18:09 Modified: 16 Dec 2005 9:31
Reporter: Andrew Cope Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Workbench Preview Severity:S1 (Critical)
Version:1.0.0alpha OS:Linux (linux)
Assigned to: CPU Architecture:Any

[15 Dec 2005 18:09] Andrew Cope
Description:
I downloaded and uncompressed MySQL Workbench binary
(mysql-workbench-1.0.0-alpha-linux-i386.tar.gz).
When I launched the binary (bin/mysql-workbench), it showed the following error
message:

$ bin/mysql-workbench
bin/mysql-workbench-bin: symbol lookup error: bin/mysql-workbench-bin: undefined symbol: glXGetProcAddress

Occasionally get this too:

$ bin/mysql-workbench
bin/mysql-workbench: line 18: 25109 Segmentation fault      $PRG-bin $*

These libraries are available:
/usr/lib/libstdc++-3-libc6.2-2-2.10.0.so
/usr/lib/libstdc++-libc6.2-2.so.3
/usr/lib/libstdc++.so.5
/usr/lib/libstdc++.so.5.0.7
/usr/lib/libstdc++.so.6
/usr/lib/libstdc++.so.6.0.7

glXGetProcAddress is part of libGL, and I have the latest nvidia drivers installed:
/usr/lib/libGL.so
/usr/lib/libGL.so.1
/usr/lib/libGL.so.1.0.7667

How to repeat:
Downloaded and uncompressed MySQL Workbench binary and execute the binary.
[16 Dec 2005 9:31] Aleksey Kishkin
duplicate of http://bugs.mysql.com/bug.php?id=15458