Which binary Xtrabackup installation for Ubuntu 6.06

Hi,

I have an old Ubuntu 6.06 (64bit) box running MySQL 5.0.22.

Could someone let me know which of the downloadable Xtrabackup binaries - if any - I should install? The versions that have named Ubuntu releases don’t go back as far as 6.06 (Dapper).

Thanks,
G

I have done the following, based on http://www.percona.com/doc/percona-xtrabackup/installation/c ompiling_xtrabackup.html

  • “bzr branch lp:percona-xtrabackup/2.0” needs to run on a machine with a more up-to-date version of bzr. Transfer the code to the Dapper-machine.
  • “apt-get install debhelper autotools-dev libaio-dev wget automake libtool bison libncurses-dev libz-dev cmake bzr” needs to run on the Dapper-machine
  • download/compile/install the newest version of cmake (currently 2.8.10.2) from [URL=“http://www.cmake.org/cmake/resources/software.html”]http://www.cmake.org/cmake/resources/software.html[/URL]
  • open src/Makefile and remove “-fdiagnostics-show-option” from the CFLAGS
  • compile xtrabackup using “utils/build.sh innodb50”