Would you point me to a place that describes how to compile MySQL against readline?
Looking at BUILD/SETUP.sh, I see:
*** FILE SNIPPET BEGIN ***
if test -d “$path/…/cmd-line-utils/readline”
then
base_configs=“$base_configs --with-readline”
elif test -d “$path/…/cmd-line-utils/libedit”
then
base_configs=“$base_configs --with-libedit”
fi
*** FILE SNIPPET END ***
If I do a listing of that directory, I get:
ls cmd-line-utils/
libedit readline
When I compile, I just run:
cmake .
make
make install
The operating system is quite old though:
cat /etc/SuSE-release
SUSE LINUX Enterprise Server 9 (x86_64)
VERSION = 9
PATCHLEVEL = 3