MySQL + libaio problem

meto

Verified User
Joined
Sep 14, 2009
Messages
55
It seams that custombuild is checking while installing MySQL 5.5 for libaio in: /usr/lib/libaio.so.1 while it's installed properly via yum. I symlinked it so it's working fine.
Here you go:
ln -s /lib64/libaio.so.1 /usr/lib/libaio.so.1

PS.
Clean install of CentOS 6.0 under OpenVZ
 
Thanks!

Thanks alot for the solution, had searched the interwebs for a while.

Updated mysql without any errors.
 
Thanks. Looking to fix this and got solution from here.
 
Back
Top