MySQL Forums
Forum List  »  MySQL Workbench

Workbench 5.1.5 builds on Slackware 12.1
Posted by: Mark Johnson
Date: December 19, 2008 11:55AM

I managed to get Workbench 5.1.5 to build on Slackware linux version 12.1, with gnome Slack Build 2.22 installed.

This required applying the patch submitted in Bug41530. Then, the build failed due to undefined references in /usr/lib/libreadline.so. I applied the following patch to the Workbench build as a workaround:
--- mysql-workbench-5.1.5/frontend/shell/Makefile.am 2008-12-10 08:46:04.000000000 -0700
+++ mysql-workbench-5.1.5.patch/frontend/shell/Makefile.am 2008-12-16 21:24:04.000000000 -0700
@@ -18,5 +18,5 @@

grtsh_LDFLAGS=\
$(BEC_LIBS) $(GRT_LIBS) $(UTIL_LIBS)\
- @GLIB_LIBS@ @SIGC_LIBS@ @GRT_LIBS@ @PCRE_LIBS@ -lreadline -export-dynamic
+ @GLIB_LIBS@ @SIGC_LIBS@ @GRT_LIBS@ @PCRE_LIBS@ -ltermcap -lreadline -export-dynamic


With those two patches, Workbench successfully built on Slackware 12.1 with Gnome Slack Build 2.22.

Options: ReplyQuote


Subject
Views
Written By
Posted
Workbench 5.1.5 builds on Slackware 12.1
5687
December 19, 2008 11:55AM


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.