From 9646df0cc4217b8a83a744f283e949ea5d75fbda Mon Sep 17 00:00:00 2001 From: Massimiliano Pinto Date: Mon, 16 Dec 2013 13:41:42 +0100 Subject: [PATCH] Added details for external packages/libraries needed for compiling MaxScale --- README | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README b/README index f5e4d931c..dc942a09d 100644 --- a/README +++ b/README @@ -109,6 +109,15 @@ depend - Update the dependencies used by the makefiles Two files are required for the libmysqld library that is used within MaxScale, errmsg,sys and a my.cnf file with the following: +External libraries/packages required: + +openssl and openssl-devel +libaio + +Note: on CentOS 6 do: + +ln -s /lib64/libaio.so.1 /lib64/libaio.so + [mysqld] max_connections=4096