netopeer icon indicating copy to clipboard operation
netopeer copied to clipboard

libtool: Version mismatch error.

Open Muna24 opened this issue 6 years ago • 1 comments

Hello after running "docker build -t netopeer ." I get the following error

libtool: Version mismatch error. This is libtool 2.4.2, but the libtool: definition of this LT_INIT comes from libtool 2.4.6. libtool: You should recreate aclocal.m4 with macros from libtool 2.4.2 libtool: and run autoconf again. make: *** [.obj/src/callbacks.lo] Error 63

Does anyone know how to solve this problem?

libtool --version libtool (GNU libtool) 2.4.6

Muna24 avatar Jan 08 '19 17:01 Muna24

1.try running autoreconf --force --install ./configure make in the root directory of your project.

2.If that doesn't work, try running "make maintainer-clean" first and then go to step 1.

3.If that still doesn't work, run "make maintainer-clean", then delete every generated file in the root directory of your project; including aclocal.m4, any m4 directory, any autom4te.cache directory, configure, Makefile.in, config.h, config.h.in, config.status, libtool, ltmain.sh, etc. Then go to step 1.

linyunlei666 avatar Nov 04 '19 03:11 linyunlei666