Installation error

After entering the database details during piwik setup… getting this error. Please help

Fatal error: Out of memory (allocated 6291456) (tried to allocate 4294967294 bytes) in /opt/piwik/libs/Zend/Db/Statement/Mysqli.php on line 255

Looks like a buggy php build. 4294967294 is 2^32 - 2, which looks like an error code (-2) cast as unsigned. The function being called is mysqli_bind_result.

[quote=vipsoft]
Looks like a buggy php build. 4294967294 is 2^32 - 2, which looks like an error code (-2) cast as unsigned. The function being called is mysqli_bind_result.[/quote]

I compiled 5.3.8 for source and still getting the same error. my environment solaris 10 + mysql 5 + php 5.3.8 + apache 2.20