Installation aborts on Ubuntu 10.04 (lucid)

Hi Shridhar,

I guess, issue is

120802 3:12:24 InnoDB: Using Linux native AIO
/usr/sbin/mysqld: Can’t create/write to file ‘/tmp/ibwe8axu’ (Errcode: 13)
120802 3:12:24 InnoDB: Error: unable to create temporary file; errno: 13

$ perror 13
OS error code 13: Permission denied
$

Please set proper permissions for /tmp partition, mysql might not create/write file in that partition also try to install with sudo/root. As Installation is not completed successfully, it gives error for dpkg too.