Mysql-proxy compile in CentOS
- by gtfx
Hey,
While trying to compile Mysql-Poxy i get the following error.
By the instructions here
Libtool library used but `LIBTOOL' is undefined
The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
to `configure.in' and run `aclocal' and `autoconf' again.
If `AC_PROG_LIBTOOL' is in `configure.in', make sure
its definition is in aclocal's search path
Libtool installed from source. Running aclocal get's no error. running ./configure
./configure: line 5821: AC_DISABLE_STATIC: command not found
./configure: line 5823: AC_PROG_LIBTOOL: command not found
checking shared library path variable... configure: error: eval "libtool --config | grep ^shlibpath_var" failed
Running libtool command
libtool --config | grep ^shlibpath_var
shlibpath_var=LD_LIBRARY_PATH
What am i missing?
Thank you for your time.