freeswitch 的时候,在 ./configure 和 make 之后可能会出现如下错误:
点击(此处)折叠或打开
- libtool: Version mismatcherror. Thisis libtool 2.4.2
Debian-2.4.2-1.1, but the
- libtool: definition of this LT_INIT comes from libtool 2.2.6b.
- libtool: You should recreate aclocal.m4 with macros from libtool 2.4.2 Debian-2.4.2-1.1
- libtool: and run autoconf again.
解决方法很简单:
运行 autoreconf -ivf 即可。

本文介绍了解决在编译freeswitch过程中遇到的libtool版本不匹配错误的方法。通过运行autoreconf-ivf命令可以轻松解决这一问题。


被折叠的 条评论
为什么被折叠?



