Bug #3122 FAQ says to download too many files to build MySQLadministrator
Submitted: 9 Mar 2004 13:28 Modified: 12 Mar 2004 14:52
Reporter: Anthony Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Websites: MySQL.com Severity:S3 (Non-critical)
Version: OS:
Assigned to: Jim Winstead CPU Architecture:Any

[9 Mar 2004 13:28] Anthony
Description:
The page below says you need 4 bitkeeper modules to build mysqladministrator. I could only find 2, but they were sufficient.

It said I needed

mysqlxlibrary
mysqladministratorlibrary
mysqlcommonguiparts
mysqladministrator

In fact only I could only find and only needed mysqlcommonguiparts and mysqladministrator. 

http://www.mysql.com/products/administrator/faq.html

=========below is the relevant part of the web page=============

How can I build MySQL Administrator myself?

A: The following BitKeeper modules can be downloaded from http://mysql.bkbits.net/, using the BitKeeper version management system:
mysqlxlibrary
mysqladministratorlibrary
mysqlcommonguiparts
mysqladministrator

For each directory, execute the following commands:

  sh autogen.sh
  ./configure
  make
  make install

If everything went well, you should have the mysql-administrator binary built and installed in /usr/local/bin.

How to repeat:
goto http://www.mysql.com/products/administrator/faq.html and compare the list of four files with the files listed in http://mysql.bkbits.net/

Suggested fix:
Correct the FAQ.
[12 Mar 2004 14:52] Jim Winstead
The FAQ has been corrected.

Thanks for the bug report.