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.