INFORMATION: Eine ältere Version [1.2.31] der Apache Tomcat Native-Bibliothek ist installiert, während Tomcat eine Mindestversion von [1.3.0] empfiehlt
Daher wollte ich auch die Native-Bibliothek aktualisieren und habe die Version 1.3.5 von heruntergeladen https://github.com/apache/tomcat-native/tags und folgte der Erklärung in der Datei ./native/BUILDING.
Ich habe alle erforderlichen Bibliotheken installiert, aber wenn ich das tue
Code: Select all
configure --with-apr=/usr/lib/x86_64-linux-gnu/libapr-1.so.0.7.0 --with-ssl=/usr/bin/openssl
Code: Select all
configure.ac: error: no proper invocation of AM_INIT_AUTOMAKE was found.
configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE,
configure.ac: that aclocal.m4 is present in the top-level directory,
configure.ac: and that aclocal.m4 was recently regenerated (using aclocal)
configure.ac:50: error: required file 'build/config.guess' not found
configure.ac:50: 'automake --add-missing' can install 'config.guess'
configure.ac:50: error: required file 'build/config.sub' not found
configure.ac:50: 'automake --add-missing' can install 'config.sub'
configure.ac:51: error: required file 'build/install-sh' not found
configure.ac:51: 'automake --add-missing' can install 'install-sh'
automake: error: no 'Makefile.am' found for any configure output
Es ist sogar möglich, die Bibliothek mit installiertem lib-apr1 und libapr1-dev zu erstellen, oder ist der Quellcode von apr erforderlich?
Mobile version