You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am facing an error when trying to build the docker file. I have tested on 3 different environments and all of them are returning the same 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
The command '/bin/sh -c set -e -x; git clone https://github.com/CESNET/libnetconf.git /usr/src/libnetconf; cd /usr/src/libnetconf; ./configure --prefix='/usr'; make; make install; ln -s /usr/lib/pkgconfig/libnetconf.pc /usr/lib64/pkgconfig/' returned a non-zero code: 2
The text was updated successfully, but these errors were encountered:
I am facing an error when trying to build the docker file. I have tested on 3 different environments and all of them are returning the same error.
The text was updated successfully, but these errors were encountered: