2016-06-10 17 views
0

Ich versuche, Kumofs (https://github.com/etolabo/kumofs) auf Docker installieren, aber ich bekomme folgenden Fehler beim Ausführen von konfigurieren Befehl.Fehler bei der Installation von Kumofs

Jede Hilfe in dieser Hinsicht ist sehr geschätzt.

libtoolize: putting auxiliary files in '.'. 
libtoolize: copying file './ltmain.sh' 
libtoolize: You should add the contents of the following files to  'aclocal.m4': 
libtoolize: '/usr/share/aclocal/libtool.m4' 
libtoolize: '/usr/share/aclocal/ltoptions.m4' 
libtoolize: '/usr/share/aclocal/ltsugar.m4' 
libtoolize: '/usr/share/aclocal/ltversion.m4' 
libtoolize: '/usr/share/aclocal/lt~obsolete.m4' 
libtoolize: Remember to add 'LT_INIT' to configure.in. 
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.in, 
libtoolize: and rerunning libtoolize and aclocal. 
libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. 
aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in' 
autom4te: need GNU m4 1.4 or later: /usr/local/m4 
aclocal: error: echo failed with exit status: 1 
autom4te: need GNU m4 1.4 or later: /usr/local/m4 
autoheader: '/usr/bin/autom4te' failed with exit status: 1 
automake: warning: autoconf input should be named 'configure.ac', not 'configure.in' 
autom4te: need GNU m4 1.4 or later: /usr/local/m4 
automake: error: autoconf failed with exit status: 1 
autom4te: need GNU m4 1.4 or later: /usr/local/m4 

Antwort

0

Sie müssen die m4 Paket installieren:

sudo apt-get install m4 
+0

Ich habe hinzugefügt, die bereits das m4-Paket. Ich habe die M4-Variable deaktiviert und es hat für mich funktioniert. – Swap

+0

Sind Sie sicher seine Version 1.4 oder später? – Smeeheey

0

Unset M4 variabel und es funktionierte für mich. Vorher: M4 =/usr/local/m4 (verursachte einen Fehler) Nachher: ​​M4 = (wurde behoben)

Aber jetzt habe ich ein anderes Problem. Ich konfiguriere Kumofs mit folgendem Befehl. root @ 37506a75b0ac:/home/kumofs # configure --with msgpack =/usr/local/lib/libmsgpackc.so

Ich erhalte folgende Fehlermeldung:

checking if tcadb is enabled... 
checking for main in -lstdc++... no 
checking for pthread_create in -lpthread... no 
configure: error: Can't find pthread library 

habe ich bereits installiert libpthread-stubs0-dev