Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libtool: Version mismatch error. #177

Open
Muna24 opened this issue Jan 8, 2019 · 1 comment
Open

libtool: Version mismatch error. #177

Muna24 opened this issue Jan 8, 2019 · 1 comment

Comments

@Muna24
Copy link

Muna24 commented Jan 8, 2019

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

@linyunlei666
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants