I decided to try benchmarking MySQL 5 with Sysbench 0.4.12 but as it turned out it was not so easy task.First I followed the steps as described by the dbadojo blog:
Download last version of Sysbench
tar -xzvf sysbench-0.4.XX.tar.gz
cd sysbench-0.4.XX
./configure && make && make install
But the compiling wasn’t done and I get a strange error:
../libtool: line 2412: [...]
Running Sysbench 0.4.12 on Ubuntu 9.04