28.06.2015, 01:59
R39-3 does have a static version it's not just in the mysql-r39-3-debian7.tgz file, it would work fine with any linux OS normally.
But anyways the error is happening because you are missing the required 32bit libs because your using a 64bit mySQL. The R39-3 CentOS7 version is for 64bit system as CentOS dropped 32bit support, but it won't work for CentOS6.
The best solution for you in this case is download and install mySQL on your system using mySQL's official repo located at https://dev.mysql.com/downloads/repo/yum/ once you install mySQL with that repo you can yum install mysql-community-libs-compat which will have the 32bit libs you require.
another solution is installing CentOS7 instead and using the R39-3 CentOS7 version. Far as the difference between static and non-static there is no difference as I am aware.
But anyways the error is happening because you are missing the required 32bit libs because your using a 64bit mySQL. The R39-3 CentOS7 version is for 64bit system as CentOS dropped 32bit support, but it won't work for CentOS6.
The best solution for you in this case is download and install mySQL on your system using mySQL's official repo located at https://dev.mysql.com/downloads/repo/yum/ once you install mySQL with that repo you can yum install mysql-community-libs-compat which will have the 32bit libs you require.
another solution is installing CentOS7 instead and using the R39-3 CentOS7 version. Far as the difference between static and non-static there is no difference as I am aware.