linux Version mismatch error. This is libtool 2.4.6 Debian-2.4.6-2

linux  执行make时报错:


libtool: Version mismatch error.  This is libtool 2.4.6 Debian-2.4.6-2, but the
libtool: definition of this LT_INIT comes from libtool 2.4.2.
libtool: You should recreate aclocal.m4 with macros from libtool 2.4.6 Debian-2.4.6-2
libtool: and run autoconf again.
  CC       src/libfreeswitch_la-switch_core_cert.lo
make[1]: *** [src/libfreeswitch_la-switch_apr.lo] 错误 63
make[1]: *** 正在等待未完成的任务....

  

解决办法:

autoreconf -fiv

  

原文地址:https://www.cnblogs.com/lfyu/p/14832545.html