Mysql-proxy compile in CentOS

Posted by gtfx on Server Fault See other posts from Server Fault or by gtfx
Published on 2010-05-13T08:46:40Z Indexed on 2010/05/13 8:55 UTC
Read the original article Hit count: 330

Filed under:
|
|

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.

© Server Fault or respective owner

Related posts about mysqlproxy

Related posts about compile