Fixed: AC LIBLTDL CONVENIENCE: command not found

I was getting this error while configuring Collectd

1 2 3 4 5 6 7   ./configure enableallplugins ./configure: line 2505: AC_LIBLTDL_CONVENIENCE: command not found ./configure: line 2508: AC_LIBTOOL_DLOPEN: command not found ./configure: line 2521: syntax error near unexpected token BUILD_INCLUDED_LTDL,' ./configure: line 2521: AM_CONDITIONAL(BUILD_INCLUDED_LTDL, test “x$LTDLDEPS” != “x”)’  

Reason : Missing Libtool library

Fix : Install libtool

On Centos

1 2 3 yum install libtoolltdl libtoolltdldevel libtool  

Author: , 0000-00-00