« Quilt responding with “File series fully applied” and not working | Home | Modifying Android settings from the filesystem / terminal »
Solving “libtool: Version mismatch error”
By admin | October 18, 2012
After ./configure and make, you get this interesting scenario:
libtool: Version mismatch error. This is libtool 2.4.2 Debian-2.4.2-1ubuntu1, but the libtool: definition of this LT_INIT comes from libtool 2.4. libtool: You should recreate aclocal.m4 with macros from libtool 2.4.2 Debian-2.4.2-1ubuntu1 libtool: and run autoconf again. make[5]: *** [perl.lo] Error 63
The solution?
autoreconf -ivf
If you found this article helpful or interesting, please help Compdigitec spread the word. Don’t forget to subscribe to Compdigitec Labs for more useful and interesting articles!
Topics: Linux | 3 Comments »
February 4th, 2013 at 06:39
thanks for the post……….it really helped me………
April 5th, 2016 at 08:52
Thanks a lot. it worked.
November 16th, 2024 at 15:39
… [Trackback]
[…] Read More on to that Topic: compdigitec.com/labs/2012/10/18/solving-libtool-version-mismatch-error/ […]