Bug #35651 Add required package to docs
Submitted: 28 Mar 2008 14:56 Modified: 17 Aug 2009 14:30
Reporter: Diego Medina Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Proxy Severity:S4 (Feature request)
Version:0.6.1, 0.7.1, trunk OS:Linux (Fedora 8)
Assigned to: Jan Kneschke CPU Architecture:Any
Tags: proxy

[28 Mar 2008 14:56] Diego Medina
Description:
after downloading mysql-proxy from svn and running:

shell> ./autogen.sh 

I was getting the error:
"libtoolize 1.5.x wasn't found, exiting"

*yum install libtoolize would not find anything to install
yum search libtoolize would tell me:
libedit.i386
*yum install libedit.i386 tells me that it is already installed.
after some search I tried 
*yum install libtool
and then 
shell> ./autogen.sh 

worked.

So, could you add on the file :http://svn.mysql.com/svnpublic/mysql-proxy/trunk/INSTALL
 under requirements
to also install libtool (at least on fedora 8)

Thanks!

How to repeat:
See description

Suggested fix:
To add on the file :http://svn.mysql.com/svnpublic/mysql-proxy/trunk/INSTALL
 under requirements
to also install libtool (at least on fedora 8)

Thanks!
[4 Jun 2009 12:22] Kay Roepke
The INSTALL file is somewhat outdated and should reflect the new source location and more detailed installation directions.
[6 Jul 2009 14:10] Jan Kneschke
------------------------------------------------------------
revno: 741
committer: jan@mysql.com
branch nick: trunk
timestamp: Mon 2009-07-06 16:06:23 +0200
message:
  update the build deps to include libtool15 (fixes #35651)
[10 Jul 2009 11:51] Jan Kneschke
revno: 693
committer: jan@mysql.com
branch nick: 0.7
timestamp: Mon 2009-07-06 16:06:23 +0200
message:
  update the build deps to include libtool15 (fixes #35651)
[14 Jul 2009 15:49] Enterprise Tools JIRA Robot
Marcos Palacios writes: 
Trying to fix workflow flags.
[14 Jul 2009 20:38] Enterprise Tools JIRA Robot
Diego Medina writes: 
Verified fixed on 0.7.3 and 0.8.0
[17 Aug 2009 14:30] MC Brown
I've updated the documentation so that libtool 1.5 is mentioed as a requirement when building from source.