> Error: Got a packet bigger than 'max_allowed_packet' bytes, SQL: 'INSERT INTO package_r[..]
 
Have you increased the max_allowed_packet size in your mysql installation?
 
Adding...
    [mysqld]
    max_allowed_packet=16M
to the mysql configuration file.
 
I have not attempted to install this package so I am unable to comment from experience.
 
LQ