MySQL Proxy on RHEL5
Just a little timesaver; When attempting to install mysql proxy on RHEL5, you will most likely soon be staring at this message:
1 2 3 4 5 6 7 8 9 10 11 | |
First thing you do is: yum install lua-devel, but sadly, RHEL5 ships with LUA 5.0, and the latest release of mysql proxy requires LUA 5.1. Luckily there are RPMs around which works perfectly fine unless you absolutely want to compile from source. RPMs can be found here.
Once LUA is installed, you’ll also need libevent which is a straight forward compile.