Coder Social home page Coder Social logo

vmlinz / strongswan-android Goto Github PK

View Code? Open in Web Editor NEW
68.0 3.0 18.0 4.65 MB

Strongswan android application preconfigured for hacking

Home Page: https://wiki.strongswan.org/projects/strongswan/wiki/AndroidVPNClientBuild

Java 60.60% Makefile 0.99% C 37.92% C++ 0.49%

strongswan-android's Introduction

Strongswan Android app preconfigured for hacking

Strongswan Android app imported as gradle project and setup for hacking

How to build it

Build the strongswan vpn client for Android

  • Download the release source package and extract to jni folder
  • Fetch android ssl modified by strongswan with static linking
  • Install latest ndk tools on your machine
  • Build the native parts
  • Run the project in Android Studio or using gradlew scripts

Prepare the source

  • cd dir_of_strongswan && ./autogen.sh && ./configure && make dist

Customize the client

References

strongswan-android's People

Contributors

vmlinz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

strongswan-android's Issues

RFE: Intent handling for VPN automation

Hi,
i hope this is the right place for some feature requests to the strongswan VPN Client app for Android. Yesterday I found out that you can handle Android Intents with Llama and Strongswan by using the action org.strongswan.android.action.START_PROFILE with the extra org.strongswan.android.VPN_PROFILE_ID (as long with the ID). I would like to have three features to seamlessly intergrate with apps that integrate Intents.

  1. Usage of the extra with VPN profile ID as string instead of long. The extra data should be the profile name as you can see it within the app. This rfe is more a cosmetic rfe.
  2. Instead of opening the app when fireing the Intent it should just start the VPN in the background.
  3. Stop an VPN via Intent. I would like to add an Intent to Llama like org.strongswan.android.action.STOP_VPN to have the session ended when fireing the Intent.

To explain a little what I want to do: When I leave my home I would like to start the VPN connection to my Raspberry to have access to some applications like Asterisk. Whem I come home again the VPN is not necessary any more cause I can connect directly.

Thanks and br
Michael

mac android-ndk-r10e build jni issue

mac android-ndk-r10e build the so success. However, When I disconnect form VPN, LOG: libc HEAP MEMORY CORRUPTION IN dlmalloc. sometimes LOG: eglMakeCurrent failed EGL_BAD_NATIVE_WINDOW .or LOG: android IMGSRV﹕ :0: KEGLRecreateDrawable: Couldn't create a drawable.... In result the app quit.

./autogen.sh not working

Hello,

I trie to do ./autogen.sh. My problem is I get this error:

src/checksum/Makefile.am:2: error: Libtool library used but 'LIBTOOL' is undefined src/checksum/Makefile.am:2: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/checksum/Makefile.am:2: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/checksum/Makefile.am:2: If 'LT_INIT' is in 'configure.ac', make sure src/checksum/Makefile.am:2: its definition is in aclocal's search path. src/dumm/Makefile.am:4: error: Libtool library used but 'LIBTOOL' is undefined src/dumm/Makefile.am:4: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/dumm/Makefile.am:4: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/dumm/Makefile.am:4: If 'LT_INIT' is in 'configure.ac', make sure src/dumm/Makefile.am:4: its definition is in aclocal's search path. src/libcharon/Makefile.am:1: error: Libtool library used but 'LIBTOOL' is undefined src/libcharon/Makefile.am:1: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libcharon/Makefile.am:1: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libcharon/Makefile.am:1: If 'LT_INIT' is in 'configure.ac', make sure src/libcharon/Makefile.am:1: its definition is in aclocal's search path. src/libcharon/plugins/addrblock/Makefile.am:10: error: Libtool library used but 'LIBTOOL' is undefined src/libcharon/plugins/addrblock/Makefile.am:10: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libcharon/plugins/addrblock/Makefile.am:10: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libcharon/plugins/addrblock/Makefile.am:10: If 'LT_INIT' is in 'configure.ac', make sure src/libcharon/plugins/addrblock/Makefile.am:10: its definition is in aclocal's search path. src/libcharon/plugins/android_dns/Makefile.am:10: error: Libtool library used but 'LIBTOOL' is undefined src/libcharon/plugins/android_dns/Makefile.am:10: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libcharon/plugins/android_dns/Makefile.am:10: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libcharon/plugins/android_dns/Makefile.am:10: If 'LT_INIT' is in 'configure.ac', make sure src/libcharon/plugins/android_dns/Makefile.am:10: its definition is in aclocal's search path. src/libcharon/plugins/android_log/Makefile.am:10: error: Libtool library used but 'LIBTOOL' is undefined src/libcharon/plugins/android_log/Makefile.am:10: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libcharon/plugins/android_log/Makefile.am:10: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libcharon/plugins/android_log/Makefile.am:10: If 'LT_INIT' is in 'configure.ac', make sure src/libcharon/plugins/android_log/Makefile.am:10: its definition is in aclocal's search path. src/libcharon/plugins/attr/Makefile.am:10: error: Libtool library used but 'LIBTOOL' is undefined src/libcharon/plugins/attr/Makefile.am:10: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libcharon/plugins/attr/Makefile.am:10: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libcharon/plugins/attr/Makefile.am:10: If 'LT_INIT' is in 'configure.ac', make sure src/libcharon/plugins/attr/Makefile.am:10: its definition is in aclocal's search path. src/libcharon/plugins/attr_sql/Makefile.am:10: error: Libtool library used but 'LIBTOOL' is undefined src/libcharon/plugins/attr_sql/Makefile.am:10: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libcharon/plugins/attr_sql/Makefile.am:10: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libcharon/plugins/attr_sql/Makefile.am:10: If 'LT_INIT' is in 'configure.ac', make sure src/libcharon/plugins/attr_sql/Makefile.am:10: its definition is in aclocal's search path. src/libcharon/plugins/certexpire/Makefile.am:11: error: Libtool library used but 'LIBTOOL' is undefined src/libcharon/plugins/certexpire/Makefile.am:11: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libcharon/plugins/certexpire/Makefile.am:11: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libcharon/plugins/certexpire/Makefile.am:11: If 'LT_INIT' is in 'configure.ac', make sure src/libcharon/plugins/certexpire/Makefile.am:11: its definition is in aclocal's search path. src/libcharon/plugins/connmark/Makefile.am:10: error: Libtool library used but 'LIBTOOL' is undefined src/libcharon/plugins/connmark/Makefile.am:10: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libcharon/plugins/connmark/Makefile.am:10: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libcharon/plugins/connmark/Makefile.am:10: If 'LT_INIT' is in 'configure.ac', make sure src/libcharon/plugins/connmark/Makefile.am:10: its definition is in aclocal's search path. src/libcharon/plugins/coupling/Makefile.am:10: error: Libtool library used but 'LIBTOOL' is undefined src/libcharon/plugins/coupling/Makefile.am:10: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libcharon/plugins/coupling/Makefile.am:10: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libcharon/plugins/coupling/Makefile.am:10: If 'LT_INIT' is in 'configure.ac', make sure src/libcharon/plugins/coupling/Makefile.am:10: its definition is in aclocal's search path. src/libcharon/plugins/dhcp/Makefile.am:10: error: Libtool library used but 'LIBTOOL' is undefined src/libcharon/plugins/dhcp/Makefile.am:10: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libcharon/plugins/dhcp/Makefile.am:10: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libcharon/plugins/dhcp/Makefile.am:10: If 'LT_INIT' is in 'configure.ac', make sure src/libcharon/plugins/dhcp/Makefile.am:10: its definition is in aclocal's search path. src/libcharon/plugins/dnscert/Makefile.am:10: error: Libtool library used but 'LIBTOOL' is undefined src/libcharon/plugins/dnscert/Makefile.am:10: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libcharon/plugins/dnscert/Makefile.am:10: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libcharon/plugins/dnscert/Makefile.am:10: If 'LT_INIT' is in 'configure.ac', make sure src/libcharon/plugins/dnscert/Makefile.am:10: its definition is in aclocal's search path. src/libcharon/plugins/duplicheck/Makefile.am:11: error: Libtool library used but 'LIBTOOL' is undefined src/libcharon/plugins/duplicheck/Makefile.am:11: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libcharon/plugins/duplicheck/Makefile.am:11: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libcharon/plugins/duplicheck/Makefile.am:11: If 'LT_INIT' is in 'configure.ac', make sure src/libcharon/plugins/duplicheck/Makefile.am:11: its definition is in aclocal's search path. src/libcharon/plugins/eap_aka/Makefile.am:11: error: Libtool library used but 'LIBTOOL' is undefined src/libcharon/plugins/eap_aka/Makefile.am:11: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libcharon/plugins/eap_aka/Makefile.am:11: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libcharon/plugins/eap_aka/Makefile.am:11: If 'LT_INIT' is in 'configure.ac', make sure src/libcharon/plugins/eap_aka/Makefile.am:11: its definition is in aclocal's search path. src/libcharon/plugins/eap_aka_3gpp2/Makefile.am:14: error: Libtool library used but 'LIBTOOL' is undefined src/libcharon/plugins/eap_aka_3gpp2/Makefile.am:14: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libcharon/plugins/eap_aka_3gpp2/Makefile.am:14: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libcharon/plugins/eap_aka_3gpp2/Makefile.am:14: If 'LT_INIT' is in 'configure.ac', make sure src/libcharon/plugins/eap_aka_3gpp2/Makefile.am:14: its definition is in aclocal's search path. src/libcharon/plugins/eap_dynamic/Makefile.am:10: error: Libtool library used but 'LIBTOOL' is undefined src/libcharon/plugins/eap_dynamic/Makefile.am:10: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libcharon/plugins/eap_dynamic/Makefile.am:10: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libcharon/plugins/eap_dynamic/Makefile.am:10: If 'LT_INIT' is in 'configure.ac', make sure src/libcharon/plugins/eap_dynamic/Makefile.am:10: its definition is in aclocal's search path. src/libcharon/plugins/eap_gtc/Makefile.am:10: error: Libtool library used but 'LIBTOOL' is undefined src/libcharon/plugins/eap_gtc/Makefile.am:10: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libcharon/plugins/eap_gtc/Makefile.am:10: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libcharon/plugins/eap_gtc/Makefile.am:10: If 'LT_INIT' is in 'configure.ac', make sure src/libcharon/plugins/eap_gtc/Makefile.am:10: its definition is in aclocal's search path. src/libcharon/plugins/eap_identity/Makefile.am:10: error: Libtool library used but 'LIBTOOL' is undefined src/libcharon/plugins/eap_identity/Makefile.am:10: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libcharon/plugins/eap_identity/Makefile.am:10: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libcharon/plugins/eap_identity/Makefile.am:10: If 'LT_INIT' is in 'configure.ac', make sure src/libcharon/plugins/eap_identity/Makefile.am:10: its definition is in aclocal's search path. src/libcharon/plugins/eap_md5/Makefile.am:10: error: Libtool library used but 'LIBTOOL' is undefined src/libcharon/plugins/eap_md5/Makefile.am:10: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libcharon/plugins/eap_md5/Makefile.am:10: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libcharon/plugins/eap_md5/Makefile.am:10: If 'LT_INIT' is in 'configure.ac', make sure src/libcharon/plugins/eap_md5/Makefile.am:10: its definition is in aclocal's search path. src/libcharon/plugins/eap_mschapv2/Makefile.am:10: error: Libtool library used but 'LIBTOOL' is undefined src/libcharon/plugins/eap_mschapv2/Makefile.am:10: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libcharon/plugins/eap_mschapv2/Makefile.am:10: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libcharon/plugins/eap_mschapv2/Makefile.am:10: If 'LT_INIT' is in 'configure.ac', make sure src/libcharon/plugins/eap_mschapv2/Makefile.am:10: its definition is in aclocal's search path. src/libcharon/plugins/eap_peap/Makefile.am:11: error: Libtool library used but 'LIBTOOL' is undefined src/libcharon/plugins/eap_peap/Makefile.am:11: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libcharon/plugins/eap_peap/Makefile.am:11: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libcharon/plugins/eap_peap/Makefile.am:11: If 'LT_INIT' is in 'configure.ac', make sure src/libcharon/plugins/eap_peap/Makefile.am:11: its definition is in aclocal's search path. src/libcharon/plugins/eap_radius/Makefile.am:11: error: Libtool library used but 'LIBTOOL' is undefined src/libcharon/plugins/eap_radius/Makefile.am:11: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libcharon/plugins/eap_radius/Makefile.am:11: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libcharon/plugins/eap_radius/Makefile.am:11: If 'LT_INIT' is in 'configure.ac', make sure src/libcharon/plugins/eap_radius/Makefile.am:11: its definition is in aclocal's search path. src/libcharon/plugins/eap_sim/Makefile.am:11: error: Libtool library used but 'LIBTOOL' is undefined src/libcharon/plugins/eap_sim/Makefile.am:11: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libcharon/plugins/eap_sim/Makefile.am:11: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libcharon/plugins/eap_sim/Makefile.am:11: If 'LT_INIT' is in 'configure.ac', make sure src/libcharon/plugins/eap_sim/Makefile.am:11: its definition is in aclocal's search path. src/libcharon/plugins/eap_sim_file/Makefile.am:12: error: Libtool library used but 'LIBTOOL' is undefined src/libcharon/plugins/eap_sim_file/Makefile.am:12: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libcharon/plugins/eap_sim_file/Makefile.am:12: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libcharon/plugins/eap_sim_file/Makefile.am:12: If 'LT_INIT' is in 'configure.ac', make sure src/libcharon/plugins/eap_sim_file/Makefile.am:12: its definition is in aclocal's search path. src/libcharon/plugins/eap_sim_pcsc/Makefile.am:15: error: Libtool library used but 'LIBTOOL' is undefined src/libcharon/plugins/eap_sim_pcsc/Makefile.am:15: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libcharon/plugins/eap_sim_pcsc/Makefile.am:15: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libcharon/plugins/eap_sim_pcsc/Makefile.am:15: If 'LT_INIT' is in 'configure.ac', make sure src/libcharon/plugins/eap_sim_pcsc/Makefile.am:15: its definition is in aclocal's search path. src/libcharon/plugins/eap_simaka_pseudonym/Makefile.am:11: error: Libtool library used but 'LIBTOOL' is undefined src/libcharon/plugins/eap_simaka_pseudonym/Makefile.am:11: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libcharon/plugins/eap_simaka_pseudonym/Makefile.am:11: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libcharon/plugins/eap_simaka_pseudonym/Makefile.am:11: If 'LT_INIT' is in 'configure.ac', make sure src/libcharon/plugins/eap_simaka_pseudonym/Makefile.am:11: its definition is in aclocal's search path. src/libcharon/plugins/eap_simaka_reauth/Makefile.am:11: error: Libtool library used but 'LIBTOOL' is undefined src/libcharon/plugins/eap_simaka_reauth/Makefile.am:11: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libcharon/plugins/eap_simaka_reauth/Makefile.am:11: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libcharon/plugins/eap_simaka_reauth/Makefile.am:11: If 'LT_INIT' is in 'configure.ac', make sure src/libcharon/plugins/eap_simaka_reauth/Makefile.am:11: its definition is in aclocal's search path. src/libcharon/plugins/eap_simaka_sql/Makefile.am:12: error: Libtool library used but 'LIBTOOL' is undefined src/libcharon/plugins/eap_simaka_sql/Makefile.am:12: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libcharon/plugins/eap_simaka_sql/Makefile.am:12: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libcharon/plugins/eap_simaka_sql/Makefile.am:12: If 'LT_INIT' is in 'configure.ac', make sure src/libcharon/plugins/eap_simaka_sql/Makefile.am:12: its definition is in aclocal's search path. src/libcharon/plugins/eap_tls/Makefile.am:11: error: Libtool library used but 'LIBTOOL' is undefined src/libcharon/plugins/eap_tls/Makefile.am:11: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libcharon/plugins/eap_tls/Makefile.am:11: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libcharon/plugins/eap_tls/Makefile.am:11: If 'LT_INIT' is in 'configure.ac', make sure src/libcharon/plugins/eap_tls/Makefile.am:11: its definition is in aclocal's search path. src/libcharon/plugins/eap_tnc/Makefile.am:13: error: Libtool library used but 'LIBTOOL' is undefined src/libcharon/plugins/eap_tnc/Makefile.am:13: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libcharon/plugins/eap_tnc/Makefile.am:13: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libcharon/plugins/eap_tnc/Makefile.am:13: If 'LT_INIT' is in 'configure.ac', make sure src/libcharon/plugins/eap_tnc/Makefile.am:13: its definition is in aclocal's search path. src/libcharon/plugins/eap_ttls/Makefile.am:12: error: Libtool library used but 'LIBTOOL' is undefined src/libcharon/plugins/eap_ttls/Makefile.am:12: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libcharon/plugins/eap_ttls/Makefile.am:12: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libcharon/plugins/eap_ttls/Makefile.am:12: If 'LT_INIT' is in 'configure.ac', make sure src/libcharon/plugins/eap_ttls/Makefile.am:12: its definition is in aclocal's search path. src/libcharon/plugins/error_notify/Makefile.am:11: error: Libtool library used but 'LIBTOOL' is undefined src/libcharon/plugins/error_notify/Makefile.am:11: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libcharon/plugins/error_notify/Makefile.am:11: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libcharon/plugins/error_notify/Makefile.am:11: If 'LT_INIT' is in 'configure.ac', make sure src/libcharon/plugins/error_notify/Makefile.am:11: its definition is in aclocal's search path. src/libcharon/plugins/ext_auth/Makefile.am:10: error: Libtool library used but 'LIBTOOL' is undefined src/libcharon/plugins/ext_auth/Makefile.am:10: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libcharon/plugins/ext_auth/Makefile.am:10: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libcharon/plugins/ext_auth/Makefile.am:10: If 'LT_INIT' is in 'configure.ac', make sure src/libcharon/plugins/ext_auth/Makefile.am:10: its definition is in aclocal's search path. src/libcharon/plugins/farp/Makefile.am:10: error: Libtool library used but 'LIBTOOL' is undefined src/libcharon/plugins/farp/Makefile.am:10: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libcharon/plugins/farp/Makefile.am:10: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libcharon/plugins/farp/Makefile.am:10: If 'LT_INIT' is in 'configure.ac', make sure src/libcharon/plugins/farp/Makefile.am:10: its definition is in aclocal's search path. src/libcharon/plugins/forecast/Makefile.am:10: error: Libtool library used but 'LIBTOOL' is undefined src/libcharon/plugins/forecast/Makefile.am:10: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libcharon/plugins/forecast/Makefile.am:10: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libcharon/plugins/forecast/Makefile.am:10: If 'LT_INIT' is in 'configure.ac', make sure src/libcharon/plugins/forecast/Makefile.am:10: its definition is in aclocal's search path. src/libcharon/plugins/ha/Makefile.am:11: error: Libtool library used but 'LIBTOOL' is undefined src/libcharon/plugins/ha/Makefile.am:11: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libcharon/plugins/ha/Makefile.am:11: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libcharon/plugins/ha/Makefile.am:11: If 'LT_INIT' is in 'configure.ac', make sure src/libcharon/plugins/ha/Makefile.am:11: its definition is in aclocal's search path. src/libcharon/plugins/ipseckey/Makefile.am:10: error: Libtool library used but 'LIBTOOL' is undefined src/libcharon/plugins/ipseckey/Makefile.am:10: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libcharon/plugins/ipseckey/Makefile.am:10: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libcharon/plugins/ipseckey/Makefile.am:10: If 'LT_INIT' is in 'configure.ac', make sure src/libcharon/plugins/ipseckey/Makefile.am:10: its definition is in aclocal's search path. src/libcharon/plugins/kernel_iph/Makefile.am:10: error: Libtool library used but 'LIBTOOL' is undefined src/libcharon/plugins/kernel_iph/Makefile.am:10: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libcharon/plugins/kernel_iph/Makefile.am:10: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libcharon/plugins/kernel_iph/Makefile.am:10: If 'LT_INIT' is in 'configure.ac', make sure src/libcharon/plugins/kernel_iph/Makefile.am:10: its definition is in aclocal's search path. src/libcharon/plugins/kernel_libipsec/Makefile.am:11: error: Libtool library used but 'LIBTOOL' is undefined src/libcharon/plugins/kernel_libipsec/Makefile.am:11: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libcharon/plugins/kernel_libipsec/Makefile.am:11: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libcharon/plugins/kernel_libipsec/Makefile.am:11: If 'LT_INIT' is in 'configure.ac', make sure src/libcharon/plugins/kernel_libipsec/Makefile.am:11: its definition is in aclocal's search path. src/libcharon/plugins/kernel_wfp/Makefile.am:10: error: Libtool library used but 'LIBTOOL' is undefined src/libcharon/plugins/kernel_wfp/Makefile.am:10: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libcharon/plugins/kernel_wfp/Makefile.am:10: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libcharon/plugins/kernel_wfp/Makefile.am:10: If 'LT_INIT' is in 'configure.ac', make sure src/libcharon/plugins/kernel_wfp/Makefile.am:10: its definition is in aclocal's search path. src/libcharon/plugins/led/Makefile.am:10: error: Libtool library used but 'LIBTOOL' is undefined src/libcharon/plugins/led/Makefile.am:10: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libcharon/plugins/led/Makefile.am:10: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libcharon/plugins/led/Makefile.am:10: If 'LT_INIT' is in 'configure.ac', make sure src/libcharon/plugins/led/Makefile.am:10: its definition is in aclocal's search path. src/libcharon/plugins/load_tester/Makefile.am:11: error: Libtool library used but 'LIBTOOL' is undefined src/libcharon/plugins/load_tester/Makefile.am:11: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libcharon/plugins/load_tester/Makefile.am:11: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libcharon/plugins/load_tester/Makefile.am:11: If 'LT_INIT' is in 'configure.ac', make sure src/libcharon/plugins/load_tester/Makefile.am:11: its definition is in aclocal's search path. src/libcharon/plugins/lookip/Makefile.am:11: error: Libtool library used but 'LIBTOOL' is undefined src/libcharon/plugins/lookip/Makefile.am:11: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libcharon/plugins/lookip/Makefile.am:11: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libcharon/plugins/lookip/Makefile.am:11: If 'LT_INIT' is in 'configure.ac', make sure src/libcharon/plugins/lookip/Makefile.am:11: its definition is in aclocal's search path. src/libcharon/plugins/maemo/Makefile.am:11: error: Libtool library used but 'LIBTOOL' is undefined src/libcharon/plugins/maemo/Makefile.am:11: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libcharon/plugins/maemo/Makefile.am:11: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libcharon/plugins/maemo/Makefile.am:11: If 'LT_INIT' is in 'configure.ac', make sure src/libcharon/plugins/maemo/Makefile.am:11: its definition is in aclocal's search path. src/libcharon/plugins/medcli/Makefile.am:10: error: Libtool library used but 'LIBTOOL' is undefined src/libcharon/plugins/medcli/Makefile.am:10: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libcharon/plugins/medcli/Makefile.am:10: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libcharon/plugins/medcli/Makefile.am:10: If 'LT_INIT' is in 'configure.ac', make sure src/libcharon/plugins/medcli/Makefile.am:10: its definition is in aclocal's search path. src/libcharon/plugins/medsrv/Makefile.am:10: error: Libtool library used but 'LIBTOOL' is undefined src/libcharon/plugins/medsrv/Makefile.am:10: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libcharon/plugins/medsrv/Makefile.am:10: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libcharon/plugins/medsrv/Makefile.am:10: If 'LT_INIT' is in 'configure.ac', make sure src/libcharon/plugins/medsrv/Makefile.am:10: its definition is in aclocal's search path. src/libcharon/plugins/osx_attr/Makefile.am:10: error: Libtool library used but 'LIBTOOL' is undefined src/libcharon/plugins/osx_attr/Makefile.am:10: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libcharon/plugins/osx_attr/Makefile.am:10: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libcharon/plugins/osx_attr/Makefile.am:10: If 'LT_INIT' is in 'configure.ac', make sure src/libcharon/plugins/osx_attr/Makefile.am:10: its definition is in aclocal's search path. src/libcharon/plugins/radattr/Makefile.am:11: error: Libtool library used but 'LIBTOOL' is undefined src/libcharon/plugins/radattr/Makefile.am:11: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libcharon/plugins/radattr/Makefile.am:11: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libcharon/plugins/radattr/Makefile.am:11: If 'LT_INIT' is in 'configure.ac', make sure src/libcharon/plugins/radattr/Makefile.am:11: its definition is in aclocal's search path. src/libcharon/plugins/resolve/Makefile.am:11: error: Libtool library used but 'LIBTOOL' is undefined src/libcharon/plugins/resolve/Makefile.am:11: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libcharon/plugins/resolve/Makefile.am:11: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libcharon/plugins/resolve/Makefile.am:11: If 'LT_INIT' is in 'configure.ac', make sure src/libcharon/plugins/resolve/Makefile.am:11: its definition is in aclocal's search path. src/libcharon/plugins/smp/Makefile.am:12: error: Libtool library used but 'LIBTOOL' is undefined src/libcharon/plugins/smp/Makefile.am:12: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libcharon/plugins/smp/Makefile.am:12: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libcharon/plugins/smp/Makefile.am:12: If 'LT_INIT' is in 'configure.ac', make sure src/libcharon/plugins/smp/Makefile.am:12: its definition is in aclocal's search path. src/libcharon/plugins/socket_default/Makefile.am:11: error: Libtool library used but 'LIBTOOL' is undefined src/libcharon/plugins/socket_default/Makefile.am:11: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libcharon/plugins/socket_default/Makefile.am:11: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libcharon/plugins/socket_default/Makefile.am:11: If 'LT_INIT' is in 'configure.ac', make sure src/libcharon/plugins/socket_default/Makefile.am:11: its definition is in aclocal's search path. src/libcharon/plugins/socket_dynamic/Makefile.am:11: error: Libtool library used but 'LIBTOOL' is undefined src/libcharon/plugins/socket_dynamic/Makefile.am:11: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libcharon/plugins/socket_dynamic/Makefile.am:11: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libcharon/plugins/socket_dynamic/Makefile.am:11: If 'LT_INIT' is in 'configure.ac', make sure src/libcharon/plugins/socket_dynamic/Makefile.am:11: its definition is in aclocal's search path. src/libcharon/plugins/socket_win/Makefile.am:11: error: Libtool library used but 'LIBTOOL' is undefined src/libcharon/plugins/socket_win/Makefile.am:11: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libcharon/plugins/socket_win/Makefile.am:11: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libcharon/plugins/socket_win/Makefile.am:11: If 'LT_INIT' is in 'configure.ac', make sure src/libcharon/plugins/socket_win/Makefile.am:11: its definition is in aclocal's search path. src/libcharon/plugins/sql/Makefile.am:10: error: Libtool library used but 'LIBTOOL' is undefined src/libcharon/plugins/sql/Makefile.am:10: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libcharon/plugins/sql/Makefile.am:10: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libcharon/plugins/sql/Makefile.am:10: If 'LT_INIT' is in 'configure.ac', make sure src/libcharon/plugins/sql/Makefile.am:10: its definition is in aclocal's search path. src/libcharon/plugins/stroke/Makefile.am:13: error: Libtool library used but 'LIBTOOL' is undefined src/libcharon/plugins/stroke/Makefile.am:13: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libcharon/plugins/stroke/Makefile.am:13: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libcharon/plugins/stroke/Makefile.am:13: If 'LT_INIT' is in 'configure.ac', make sure src/libcharon/plugins/stroke/Makefile.am:13: its definition is in aclocal's search path. src/libcharon/plugins/systime_fix/Makefile.am:7: error: Libtool library used but 'LIBTOOL' is undefined src/libcharon/plugins/systime_fix/Makefile.am:7: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libcharon/plugins/systime_fix/Makefile.am:7: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libcharon/plugins/systime_fix/Makefile.am:7: If 'LT_INIT' is in 'configure.ac', make sure src/libcharon/plugins/systime_fix/Makefile.am:7: its definition is in aclocal's search path. src/libcharon/plugins/tnc_ifmap/Makefile.am:12: error: Libtool library used but 'LIBTOOL' is undefined src/libcharon/plugins/tnc_ifmap/Makefile.am:12: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libcharon/plugins/tnc_ifmap/Makefile.am:12: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libcharon/plugins/tnc_ifmap/Makefile.am:12: If 'LT_INIT' is in 'configure.ac', make sure src/libcharon/plugins/tnc_ifmap/Makefile.am:12: its definition is in aclocal's search path. src/libcharon/plugins/tnc_pdp/Makefile.am:15: error: Libtool library used but 'LIBTOOL' is undefined src/libcharon/plugins/tnc_pdp/Makefile.am:15: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libcharon/plugins/tnc_pdp/Makefile.am:15: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libcharon/plugins/tnc_pdp/Makefile.am:15: If 'LT_INIT' is in 'configure.ac', make sure src/libcharon/plugins/tnc_pdp/Makefile.am:15: its definition is in aclocal's search path. src/libcharon/plugins/uci/Makefile.am:10: error: Libtool library used but 'LIBTOOL' is undefined src/libcharon/plugins/uci/Makefile.am:10: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libcharon/plugins/uci/Makefile.am:10: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libcharon/plugins/uci/Makefile.am:10: If 'LT_INIT' is in 'configure.ac', make sure src/libcharon/plugins/uci/Makefile.am:10: its definition is in aclocal's search path. src/libcharon/plugins/unity/Makefile.am:10: error: Libtool library used but 'LIBTOOL' is undefined src/libcharon/plugins/unity/Makefile.am:10: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libcharon/plugins/unity/Makefile.am:10: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libcharon/plugins/unity/Makefile.am:10: If 'LT_INIT' is in 'configure.ac', make sure src/libcharon/plugins/unity/Makefile.am:10: its definition is in aclocal's search path. src/libcharon/plugins/updown/Makefile.am:10: error: Libtool library used but 'LIBTOOL' is undefined src/libcharon/plugins/updown/Makefile.am:10: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libcharon/plugins/updown/Makefile.am:10: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libcharon/plugins/updown/Makefile.am:10: If 'LT_INIT' is in 'configure.ac', make sure src/libcharon/plugins/updown/Makefile.am:10: its definition is in aclocal's search path. src/libcharon/plugins/vici/Makefile.am:35: error: Libtool library used but 'LIBTOOL' is undefined src/libcharon/plugins/vici/Makefile.am:35: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libcharon/plugins/vici/Makefile.am:35: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libcharon/plugins/vici/Makefile.am:35: If 'LT_INIT' is in 'configure.ac', make sure src/libcharon/plugins/vici/Makefile.am:35: its definition is in aclocal's search path. src/libcharon/plugins/whitelist/Makefile.am:11: error: Libtool library used but 'LIBTOOL' is undefined src/libcharon/plugins/whitelist/Makefile.am:11: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libcharon/plugins/whitelist/Makefile.am:11: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libcharon/plugins/whitelist/Makefile.am:11: If 'LT_INIT' is in 'configure.ac', make sure src/libcharon/plugins/whitelist/Makefile.am:11: its definition is in aclocal's search path. src/libcharon/plugins/xauth_eap/Makefile.am:10: error: Libtool library used but 'LIBTOOL' is undefined src/libcharon/plugins/xauth_eap/Makefile.am:10: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libcharon/plugins/xauth_eap/Makefile.am:10: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libcharon/plugins/xauth_eap/Makefile.am:10: If 'LT_INIT' is in 'configure.ac', make sure src/libcharon/plugins/xauth_eap/Makefile.am:10: its definition is in aclocal's search path. src/libcharon/plugins/xauth_generic/Makefile.am:10: error: Libtool library used but 'LIBTOOL' is undefined src/libcharon/plugins/xauth_generic/Makefile.am:10: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libcharon/plugins/xauth_generic/Makefile.am:10: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libcharon/plugins/xauth_generic/Makefile.am:10: If 'LT_INIT' is in 'configure.ac', make sure src/libcharon/plugins/xauth_generic/Makefile.am:10: its definition is in aclocal's search path. src/libcharon/plugins/xauth_noauth/Makefile.am:10: error: Libtool library used but 'LIBTOOL' is undefined src/libcharon/plugins/xauth_noauth/Makefile.am:10: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libcharon/plugins/xauth_noauth/Makefile.am:10: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libcharon/plugins/xauth_noauth/Makefile.am:10: If 'LT_INIT' is in 'configure.ac', make sure src/libcharon/plugins/xauth_noauth/Makefile.am:10: its definition is in aclocal's search path. src/libcharon/plugins/xauth_pam/Makefile.am:10: error: Libtool library used but 'LIBTOOL' is undefined src/libcharon/plugins/xauth_pam/Makefile.am:10: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libcharon/plugins/xauth_pam/Makefile.am:10: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libcharon/plugins/xauth_pam/Makefile.am:10: If 'LT_INIT' is in 'configure.ac', make sure src/libcharon/plugins/xauth_pam/Makefile.am:10: its definition is in aclocal's search path. src/libfast/Makefile.am:11: error: Libtool library used but 'LIBTOOL' is undefined src/libfast/Makefile.am:11: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libfast/Makefile.am:11: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libfast/Makefile.am:11: If 'LT_INIT' is in 'configure.ac', make sure src/libfast/Makefile.am:11: its definition is in aclocal's search path. src/libhydra/Makefile.am:1: error: Libtool library used but 'LIBTOOL' is undefined src/libhydra/Makefile.am:1: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libhydra/Makefile.am:1: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libhydra/Makefile.am:1: If 'LT_INIT' is in 'configure.ac', make sure src/libhydra/Makefile.am:1: its definition is in aclocal's search path. src/libhydra/plugins/kernel_netlink/Makefile.am:12: error: Libtool library used but 'LIBTOOL' is undefined src/libhydra/plugins/kernel_netlink/Makefile.am:12: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libhydra/plugins/kernel_netlink/Makefile.am:12: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libhydra/plugins/kernel_netlink/Makefile.am:12: If 'LT_INIT' is in 'configure.ac', make sure src/libhydra/plugins/kernel_netlink/Makefile.am:12: its definition is in aclocal's search path. src/libhydra/plugins/kernel_pfkey/Makefile.am:10: error: Libtool library used but 'LIBTOOL' is undefined src/libhydra/plugins/kernel_pfkey/Makefile.am:10: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libhydra/plugins/kernel_pfkey/Makefile.am:10: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libhydra/plugins/kernel_pfkey/Makefile.am:10: If 'LT_INIT' is in 'configure.ac', make sure src/libhydra/plugins/kernel_pfkey/Makefile.am:10: its definition is in aclocal's search path. src/libhydra/plugins/kernel_pfroute/Makefile.am:10: error: Libtool library used but 'LIBTOOL' is undefined src/libhydra/plugins/kernel_pfroute/Makefile.am:10: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libhydra/plugins/kernel_pfroute/Makefile.am:10: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libhydra/plugins/kernel_pfroute/Makefile.am:10: If 'LT_INIT' is in 'configure.ac', make sure src/libhydra/plugins/kernel_pfroute/Makefile.am:10: its definition is in aclocal's search path. src/libimcv/Makefile.am:6: error: Libtool library used but 'LIBTOOL' is undefined src/libimcv/Makefile.am:6: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libimcv/Makefile.am:6: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libimcv/Makefile.am:6: If 'LT_INIT' is in 'configure.ac', make sure src/libimcv/Makefile.am:6: its definition is in aclocal's search path. src/libimcv/plugins/imc_attestation/Makefile.am:9: error: Libtool library used but 'LIBTOOL' is undefined src/libimcv/plugins/imc_attestation/Makefile.am:9: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libimcv/plugins/imc_attestation/Makefile.am:9: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libimcv/plugins/imc_attestation/Makefile.am:9: If 'LT_INIT' is in 'configure.ac', make sure src/libimcv/plugins/imc_attestation/Makefile.am:9: its definition is in aclocal's search path. src/libimcv/plugins/imc_os/Makefile.am:9: error: Libtool library used but 'LIBTOOL' is undefined src/libimcv/plugins/imc_os/Makefile.am:9: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libimcv/plugins/imc_os/Makefile.am:9: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libimcv/plugins/imc_os/Makefile.am:9: If 'LT_INIT' is in 'configure.ac', make sure src/libimcv/plugins/imc_os/Makefile.am:9: its definition is in aclocal's search path. src/libimcv/plugins/imc_scanner/Makefile.am:9: error: Libtool library used but 'LIBTOOL' is undefined src/libimcv/plugins/imc_scanner/Makefile.am:9: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libimcv/plugins/imc_scanner/Makefile.am:9: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libimcv/plugins/imc_scanner/Makefile.am:9: If 'LT_INIT' is in 'configure.ac', make sure src/libimcv/plugins/imc_scanner/Makefile.am:9: its definition is in aclocal's search path. src/libimcv/plugins/imc_swid/Makefile.am:29: error: Libtool library used but 'LIBTOOL' is undefined src/libimcv/plugins/imc_swid/Makefile.am:29: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libimcv/plugins/imc_swid/Makefile.am:29: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libimcv/plugins/imc_swid/Makefile.am:29: If 'LT_INIT' is in 'configure.ac', make sure src/libimcv/plugins/imc_swid/Makefile.am:29: its definition is in aclocal's search path. src/libimcv/plugins/imc_test/Makefile.am:9: error: Libtool library used but 'LIBTOOL' is undefined src/libimcv/plugins/imc_test/Makefile.am:9: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libimcv/plugins/imc_test/Makefile.am:9: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libimcv/plugins/imc_test/Makefile.am:9: If 'LT_INIT' is in 'configure.ac', make sure src/libimcv/plugins/imc_test/Makefile.am:9: its definition is in aclocal's search path. src/libimcv/plugins/imv_attestation/Makefile.am:10: error: Libtool library used but 'LIBTOOL' is undefined src/libimcv/plugins/imv_attestation/Makefile.am:10: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libimcv/plugins/imv_attestation/Makefile.am:10: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libimcv/plugins/imv_attestation/Makefile.am:10: If 'LT_INIT' is in 'configure.ac', make sure src/libimcv/plugins/imv_attestation/Makefile.am:10: its definition is in aclocal's search path. src/libimcv/plugins/imv_os/Makefile.am:9: error: Libtool library used but 'LIBTOOL' is undefined src/libimcv/plugins/imv_os/Makefile.am:9: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libimcv/plugins/imv_os/Makefile.am:9: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libimcv/plugins/imv_os/Makefile.am:9: If 'LT_INIT' is in 'configure.ac', make sure src/libimcv/plugins/imv_os/Makefile.am:9: its definition is in aclocal's search path. src/libimcv/plugins/imv_scanner/Makefile.am:9: error: Libtool library used but 'LIBTOOL' is undefined src/libimcv/plugins/imv_scanner/Makefile.am:9: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libimcv/plugins/imv_scanner/Makefile.am:9: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libimcv/plugins/imv_scanner/Makefile.am:9: If 'LT_INIT' is in 'configure.ac', make sure src/libimcv/plugins/imv_scanner/Makefile.am:9: its definition is in aclocal's search path. src/libimcv/plugins/imv_swid/Makefile.am:9: error: Libtool library used but 'LIBTOOL' is undefined src/libimcv/plugins/imv_swid/Makefile.am:9: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libimcv/plugins/imv_swid/Makefile.am:9: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libimcv/plugins/imv_swid/Makefile.am:9: If 'LT_INIT' is in 'configure.ac', make sure src/libimcv/plugins/imv_swid/Makefile.am:9: its definition is in aclocal's search path. src/libimcv/plugins/imv_test/Makefile.am:9: error: Libtool library used but 'LIBTOOL' is undefined src/libimcv/plugins/imv_test/Makefile.am:9: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libimcv/plugins/imv_test/Makefile.am:9: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libimcv/plugins/imv_test/Makefile.am:9: If 'LT_INIT' is in 'configure.ac', make sure src/libimcv/plugins/imv_test/Makefile.am:9: its definition is in aclocal's search path. src/libipsec/Makefile.am:1: error: Libtool library used but 'LIBTOOL' is undefined src/libipsec/Makefile.am:1: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libipsec/Makefile.am:1: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libipsec/Makefile.am:1: If 'LT_INIT' is in 'configure.ac', make sure src/libipsec/Makefile.am:1: its definition is in aclocal's search path. src/libpttls/Makefile.am:10: error: Libtool library used but 'LIBTOOL' is undefined src/libpttls/Makefile.am:10: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libpttls/Makefile.am:10: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libpttls/Makefile.am:10: If 'LT_INIT' is in 'configure.ac', make sure src/libpttls/Makefile.am:10: its definition is in aclocal's search path. src/libradius/Makefile.am:7: error: Libtool library used but 'LIBTOOL' is undefined src/libradius/Makefile.am:7: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libradius/Makefile.am:7: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libradius/Makefile.am:7: If 'LT_INIT' is in 'configure.ac', make sure src/libradius/Makefile.am:7: its definition is in aclocal's search path. src/libsimaka/Makefile.am:9: error: Libtool library used but 'LIBTOOL' is undefined src/libsimaka/Makefile.am:9: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libsimaka/Makefile.am:9: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libsimaka/Makefile.am:9: If 'LT_INIT' is in 'configure.ac', make sure src/libsimaka/Makefile.am:9: its definition is in aclocal's search path. src/libstrongswan/Makefile.am:1: error: Libtool library used but 'LIBTOOL' is undefined src/libstrongswan/Makefile.am:1: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libstrongswan/Makefile.am:1: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libstrongswan/Makefile.am:1: If 'LT_INIT' is in 'configure.ac', make sure src/libstrongswan/Makefile.am:1: its definition is in aclocal's search path. src/libstrongswan/plugins/acert/Makefile.am:8: error: Libtool library used but 'LIBTOOL' is undefined src/libstrongswan/plugins/acert/Makefile.am:8: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libstrongswan/plugins/acert/Makefile.am:8: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libstrongswan/plugins/acert/Makefile.am:8: If 'LT_INIT' is in 'configure.ac', make sure src/libstrongswan/plugins/acert/Makefile.am:8: its definition is in aclocal's search path. src/libstrongswan/plugins/aes/Makefile.am:8: error: Libtool library used but 'LIBTOOL' is undefined src/libstrongswan/plugins/aes/Makefile.am:8: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libstrongswan/plugins/aes/Makefile.am:8: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libstrongswan/plugins/aes/Makefile.am:8: If 'LT_INIT' is in 'configure.ac', make sure src/libstrongswan/plugins/aes/Makefile.am:8: its definition is in aclocal's search path. src/libstrongswan/plugins/aesni/Makefile.am:11: error: Libtool library used but 'LIBTOOL' is undefined src/libstrongswan/plugins/aesni/Makefile.am:11: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libstrongswan/plugins/aesni/Makefile.am:11: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libstrongswan/plugins/aesni/Makefile.am:11: If 'LT_INIT' is in 'configure.ac', make sure src/libstrongswan/plugins/aesni/Makefile.am:11: its definition is in aclocal's search path. src/libstrongswan/plugins/af_alg/Makefile.am:9: error: Libtool library used but 'LIBTOOL' is undefined src/libstrongswan/plugins/af_alg/Makefile.am:9: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libstrongswan/plugins/af_alg/Makefile.am:9: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libstrongswan/plugins/af_alg/Makefile.am:9: If 'LT_INIT' is in 'configure.ac', make sure src/libstrongswan/plugins/af_alg/Makefile.am:9: its definition is in aclocal's search path. src/libstrongswan/plugins/agent/Makefile.am:8: error: Libtool library used but 'LIBTOOL' is undefined src/libstrongswan/plugins/agent/Makefile.am:8: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libstrongswan/plugins/agent/Makefile.am:8: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libstrongswan/plugins/agent/Makefile.am:8: If 'LT_INIT' is in 'configure.ac', make sure src/libstrongswan/plugins/agent/Makefile.am:8: its definition is in aclocal's search path. src/libstrongswan/plugins/bliss/Makefile.am:9: error: Libtool library used but 'LIBTOOL' is undefined src/libstrongswan/plugins/bliss/Makefile.am:9: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libstrongswan/plugins/bliss/Makefile.am:9: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libstrongswan/plugins/bliss/Makefile.am:9: If 'LT_INIT' is in 'configure.ac', make sure src/libstrongswan/plugins/bliss/Makefile.am:9: its definition is in aclocal's search path. src/libstrongswan/plugins/blowfish/Makefile.am:8: error: Libtool library used but 'LIBTOOL' is undefined src/libstrongswan/plugins/blowfish/Makefile.am:8: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libstrongswan/plugins/blowfish/Makefile.am:8: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libstrongswan/plugins/blowfish/Makefile.am:8: If 'LT_INIT' is in 'configure.ac', make sure src/libstrongswan/plugins/blowfish/Makefile.am:8: its definition is in aclocal's search path. src/libstrongswan/plugins/ccm/Makefile.am:8: error: Libtool library used but 'LIBTOOL' is undefined src/libstrongswan/plugins/ccm/Makefile.am:8: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libstrongswan/plugins/ccm/Makefile.am:8: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libstrongswan/plugins/ccm/Makefile.am:8: If 'LT_INIT' is in 'configure.ac', make sure src/libstrongswan/plugins/ccm/Makefile.am:8: its definition is in aclocal's search path. src/libstrongswan/plugins/cmac/Makefile.am:8: error: Libtool library used but 'LIBTOOL' is undefined src/libstrongswan/plugins/cmac/Makefile.am:8: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libstrongswan/plugins/cmac/Makefile.am:8: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libstrongswan/plugins/cmac/Makefile.am:8: If 'LT_INIT' is in 'configure.ac', make sure src/libstrongswan/plugins/cmac/Makefile.am:8: its definition is in aclocal's search path. src/libstrongswan/plugins/constraints/Makefile.am:8: error: Libtool library used but 'LIBTOOL' is undefined src/libstrongswan/plugins/constraints/Makefile.am:8: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libstrongswan/plugins/constraints/Makefile.am:8: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libstrongswan/plugins/constraints/Makefile.am:8: If 'LT_INIT' is in 'configure.ac', make sure src/libstrongswan/plugins/constraints/Makefile.am:8: its definition is in aclocal's search path. src/libstrongswan/plugins/ctr/Makefile.am:8: error: Libtool library used but 'LIBTOOL' is undefined src/libstrongswan/plugins/ctr/Makefile.am:8: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libstrongswan/plugins/ctr/Makefile.am:8: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libstrongswan/plugins/ctr/Makefile.am:8: If 'LT_INIT' is in 'configure.ac', make sure src/libstrongswan/plugins/ctr/Makefile.am:8: its definition is in aclocal's search path. src/libstrongswan/plugins/curl/Makefile.am:8: error: Libtool library used but 'LIBTOOL' is undefined src/libstrongswan/plugins/curl/Makefile.am:8: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libstrongswan/plugins/curl/Makefile.am:8: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libstrongswan/plugins/curl/Makefile.am:8: If 'LT_INIT' is in 'configure.ac', make sure src/libstrongswan/plugins/curl/Makefile.am:8: its definition is in aclocal's search path. src/libstrongswan/plugins/des/Makefile.am:8: error: Libtool library used but 'LIBTOOL' is undefined src/libstrongswan/plugins/des/Makefile.am:8: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libstrongswan/plugins/des/Makefile.am:8: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libstrongswan/plugins/des/Makefile.am:8: If 'LT_INIT' is in 'configure.ac', make sure src/libstrongswan/plugins/des/Makefile.am:8: its definition is in aclocal's search path. src/libstrongswan/plugins/dnskey/Makefile.am:8: error: Libtool library used but 'LIBTOOL' is undefined src/libstrongswan/plugins/dnskey/Makefile.am:8: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libstrongswan/plugins/dnskey/Makefile.am:8: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libstrongswan/plugins/dnskey/Makefile.am:8: If 'LT_INIT' is in 'configure.ac', make sure src/libstrongswan/plugins/dnskey/Makefile.am:8: its definition is in aclocal's search path. src/libstrongswan/plugins/files/Makefile.am:8: error: Libtool library used but 'LIBTOOL' is undefined src/libstrongswan/plugins/files/Makefile.am:8: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libstrongswan/plugins/files/Makefile.am:8: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libstrongswan/plugins/files/Makefile.am:8: If 'LT_INIT' is in 'configure.ac', make sure src/libstrongswan/plugins/files/Makefile.am:8: its definition is in aclocal's search path. src/libstrongswan/plugins/fips_prf/Makefile.am:8: error: Libtool library used but 'LIBTOOL' is undefined src/libstrongswan/plugins/fips_prf/Makefile.am:8: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libstrongswan/plugins/fips_prf/Makefile.am:8: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libstrongswan/plugins/fips_prf/Makefile.am:8: If 'LT_INIT' is in 'configure.ac', make sure src/libstrongswan/plugins/fips_prf/Makefile.am:8: its definition is in aclocal's search path. src/libstrongswan/plugins/gcm/Makefile.am:8: error: Libtool library used but 'LIBTOOL' is undefined src/libstrongswan/plugins/gcm/Makefile.am:8: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libstrongswan/plugins/gcm/Makefile.am:8: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libstrongswan/plugins/gcm/Makefile.am:8: If 'LT_INIT' is in 'configure.ac', make sure src/libstrongswan/plugins/gcm/Makefile.am:8: its definition is in aclocal's search path. src/libstrongswan/plugins/gcrypt/Makefile.am:8: error: Libtool library used but 'LIBTOOL' is undefined src/libstrongswan/plugins/gcrypt/Makefile.am:8: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libstrongswan/plugins/gcrypt/Makefile.am:8: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libstrongswan/plugins/gcrypt/Makefile.am:8: If 'LT_INIT' is in 'configure.ac', make sure src/libstrongswan/plugins/gcrypt/Makefile.am:8: its definition is in aclocal's search path. src/libstrongswan/plugins/gmp/Makefile.am:8: error: Libtool library used but 'LIBTOOL' is undefined src/libstrongswan/plugins/gmp/Makefile.am:8: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libstrongswan/plugins/gmp/Makefile.am:8: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libstrongswan/plugins/gmp/Makefile.am:8: If 'LT_INIT' is in 'configure.ac', make sure src/libstrongswan/plugins/gmp/Makefile.am:8: its definition is in aclocal's search path. src/libstrongswan/plugins/hmac/Makefile.am:8: error: Libtool library used but 'LIBTOOL' is undefined src/libstrongswan/plugins/hmac/Makefile.am:8: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libstrongswan/plugins/hmac/Makefile.am:8: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libstrongswan/plugins/hmac/Makefile.am:8: If 'LT_INIT' is in 'configure.ac', make sure src/libstrongswan/plugins/hmac/Makefile.am:8: its definition is in aclocal's search path. src/libstrongswan/plugins/keychain/Makefile.am:7: error: Libtool library used but 'LIBTOOL' is undefined src/libstrongswan/plugins/keychain/Makefile.am:7: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libstrongswan/plugins/keychain/Makefile.am:7: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libstrongswan/plugins/keychain/Makefile.am:7: If 'LT_INIT' is in 'configure.ac', make sure src/libstrongswan/plugins/keychain/Makefile.am:7: its definition is in aclocal's search path. src/libstrongswan/plugins/ldap/Makefile.am:8: error: Libtool library used but 'LIBTOOL' is undefined src/libstrongswan/plugins/ldap/Makefile.am:8: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libstrongswan/plugins/ldap/Makefile.am:8: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libstrongswan/plugins/ldap/Makefile.am:8: If 'LT_INIT' is in 'configure.ac', make sure src/libstrongswan/plugins/ldap/Makefile.am:8: its definition is in aclocal's search path. src/libstrongswan/plugins/md4/Makefile.am:8: error: Libtool library used but 'LIBTOOL' is undefined src/libstrongswan/plugins/md4/Makefile.am:8: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libstrongswan/plugins/md4/Makefile.am:8: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libstrongswan/plugins/md4/Makefile.am:8: If 'LT_INIT' is in 'configure.ac', make sure src/libstrongswan/plugins/md4/Makefile.am:8: its definition is in aclocal's search path. src/libstrongswan/plugins/md5/Makefile.am:8: error: Libtool library used but 'LIBTOOL' is undefined src/libstrongswan/plugins/md5/Makefile.am:8: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libstrongswan/plugins/md5/Makefile.am:8: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libstrongswan/plugins/md5/Makefile.am:8: If 'LT_INIT' is in 'configure.ac', make sure src/libstrongswan/plugins/md5/Makefile.am:8: its definition is in aclocal's search path. src/libstrongswan/plugins/mysql/Makefile.am:9: error: Libtool library used but 'LIBTOOL' is undefined src/libstrongswan/plugins/mysql/Makefile.am:9: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libstrongswan/plugins/mysql/Makefile.am:9: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libstrongswan/plugins/mysql/Makefile.am:9: If 'LT_INIT' is in 'configure.ac', make sure src/libstrongswan/plugins/mysql/Makefile.am:9: its definition is in aclocal's search path. src/libstrongswan/plugins/nonce/Makefile.am:8: error: Libtool library used but 'LIBTOOL' is undefined src/libstrongswan/plugins/nonce/Makefile.am:8: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libstrongswan/plugins/nonce/Makefile.am:8: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libstrongswan/plugins/nonce/Makefile.am:8: If 'LT_INIT' is in 'configure.ac', make sure src/libstrongswan/plugins/nonce/Makefile.am:8: its definition is in aclocal's search path. src/libstrongswan/plugins/ntru/Makefile.am:9: error: Libtool library used but 'LIBTOOL' is undefined src/libstrongswan/plugins/ntru/Makefile.am:9: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libstrongswan/plugins/ntru/Makefile.am:9: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libstrongswan/plugins/ntru/Makefile.am:9: If 'LT_INIT' is in 'configure.ac', make sure src/libstrongswan/plugins/ntru/Makefile.am:9: its definition is in aclocal's search path. src/libstrongswan/plugins/openssl/Makefile.am:9: error: Libtool library used but 'LIBTOOL' is undefined src/libstrongswan/plugins/openssl/Makefile.am:9: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libstrongswan/plugins/openssl/Makefile.am:9: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libstrongswan/plugins/openssl/Makefile.am:9: If 'LT_INIT' is in 'configure.ac', make sure src/libstrongswan/plugins/openssl/Makefile.am:9: its definition is in aclocal's search path. src/libstrongswan/plugins/padlock/Makefile.am:8: error: Libtool library used but 'LIBTOOL' is undefined src/libstrongswan/plugins/padlock/Makefile.am:8: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libstrongswan/plugins/padlock/Makefile.am:8: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libstrongswan/plugins/padlock/Makefile.am:8: If 'LT_INIT' is in 'configure.ac', make sure src/libstrongswan/plugins/padlock/Makefile.am:8: its definition is in aclocal's search path. src/libstrongswan/plugins/pem/Makefile.am:8: error: Libtool library used but 'LIBTOOL' is undefined src/libstrongswan/plugins/pem/Makefile.am:8: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libstrongswan/plugins/pem/Makefile.am:8: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libstrongswan/plugins/pem/Makefile.am:8: If 'LT_INIT' is in 'configure.ac', make sure src/libstrongswan/plugins/pem/Makefile.am:8: its definition is in aclocal's search path. src/libstrongswan/plugins/pgp/Makefile.am:8: error: Libtool library used but 'LIBTOOL' is undefined src/libstrongswan/plugins/pgp/Makefile.am:8: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libstrongswan/plugins/pgp/Makefile.am:8: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libstrongswan/plugins/pgp/Makefile.am:8: If 'LT_INIT' is in 'configure.ac', make sure src/libstrongswan/plugins/pgp/Makefile.am:8: its definition is in aclocal's search path. src/libstrongswan/plugins/pkcs1/Makefile.am:8: error: Libtool library used but 'LIBTOOL' is undefined src/libstrongswan/plugins/pkcs1/Makefile.am:8: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libstrongswan/plugins/pkcs1/Makefile.am:8: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libstrongswan/plugins/pkcs1/Makefile.am:8: If 'LT_INIT' is in 'configure.ac', make sure src/libstrongswan/plugins/pkcs1/Makefile.am:8: its definition is in aclocal's search path. src/libstrongswan/plugins/pkcs11/Makefile.am:8: error: Libtool library used but 'LIBTOOL' is undefined src/libstrongswan/plugins/pkcs11/Makefile.am:8: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libstrongswan/plugins/pkcs11/Makefile.am:8: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libstrongswan/plugins/pkcs11/Makefile.am:8: If 'LT_INIT' is in 'configure.ac', make sure src/libstrongswan/plugins/pkcs11/Makefile.am:8: its definition is in aclocal's search path. src/libstrongswan/plugins/pkcs12/Makefile.am:8: error: Libtool library used but 'LIBTOOL' is undefined src/libstrongswan/plugins/pkcs12/Makefile.am:8: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libstrongswan/plugins/pkcs12/Makefile.am:8: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libstrongswan/plugins/pkcs12/Makefile.am:8: If 'LT_INIT' is in 'configure.ac', make sure src/libstrongswan/plugins/pkcs12/Makefile.am:8: its definition is in aclocal's search path. src/libstrongswan/plugins/pkcs7/Makefile.am:8: error: Libtool library used but 'LIBTOOL' is undefined src/libstrongswan/plugins/pkcs7/Makefile.am:8: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libstrongswan/plugins/pkcs7/Makefile.am:8: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libstrongswan/plugins/pkcs7/Makefile.am:8: If 'LT_INIT' is in 'configure.ac', make sure src/libstrongswan/plugins/pkcs7/Makefile.am:8: its definition is in aclocal's search path. src/libstrongswan/plugins/pkcs8/Makefile.am:8: error: Libtool library used but 'LIBTOOL' is undefined src/libstrongswan/plugins/pkcs8/Makefile.am:8: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libstrongswan/plugins/pkcs8/Makefile.am:8: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libstrongswan/plugins/pkcs8/Makefile.am:8: If 'LT_INIT' is in 'configure.ac', make sure src/libstrongswan/plugins/pkcs8/Makefile.am:8: its definition is in aclocal's search path. src/libstrongswan/plugins/pubkey/Makefile.am:8: error: Libtool library used but 'LIBTOOL' is undefined src/libstrongswan/plugins/pubkey/Makefile.am:8: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libstrongswan/plugins/pubkey/Makefile.am:8: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libstrongswan/plugins/pubkey/Makefile.am:8: If 'LT_INIT' is in 'configure.ac', make sure src/libstrongswan/plugins/pubkey/Makefile.am:8: its definition is in aclocal's search path. src/libstrongswan/plugins/random/Makefile.am:10: error: Libtool library used but 'LIBTOOL' is undefined src/libstrongswan/plugins/random/Makefile.am:10: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libstrongswan/plugins/random/Makefile.am:10: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libstrongswan/plugins/random/Makefile.am:10: If 'LT_INIT' is in 'configure.ac', make sure src/libstrongswan/plugins/random/Makefile.am:10: its definition is in aclocal's search path. src/libstrongswan/plugins/rc2/Makefile.am:8: error: Libtool library used but 'LIBTOOL' is undefined src/libstrongswan/plugins/rc2/Makefile.am:8: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libstrongswan/plugins/rc2/Makefile.am:8: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libstrongswan/plugins/rc2/Makefile.am:8: If 'LT_INIT' is in 'configure.ac', make sure src/libstrongswan/plugins/rc2/Makefile.am:8: its definition is in aclocal's search path. src/libstrongswan/plugins/rdrand/Makefile.am:8: error: Libtool library used but 'LIBTOOL' is undefined src/libstrongswan/plugins/rdrand/Makefile.am:8: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libstrongswan/plugins/rdrand/Makefile.am:8: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libstrongswan/plugins/rdrand/Makefile.am:8: If 'LT_INIT' is in 'configure.ac', make sure src/libstrongswan/plugins/rdrand/Makefile.am:8: its definition is in aclocal's search path. src/libstrongswan/plugins/revocation/Makefile.am:8: error: Libtool library used but 'LIBTOOL' is undefined src/libstrongswan/plugins/revocation/Makefile.am:8: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libstrongswan/plugins/revocation/Makefile.am:8: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libstrongswan/plugins/revocation/Makefile.am:8: If 'LT_INIT' is in 'configure.ac', make sure src/libstrongswan/plugins/revocation/Makefile.am:8: its definition is in aclocal's search path. src/libstrongswan/plugins/sha1/Makefile.am:8: error: Libtool library used but 'LIBTOOL' is undefined src/libstrongswan/plugins/sha1/Makefile.am:8: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libstrongswan/plugins/sha1/Makefile.am:8: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libstrongswan/plugins/sha1/Makefile.am:8: If 'LT_INIT' is in 'configure.ac', make sure src/libstrongswan/plugins/sha1/Makefile.am:8: its definition is in aclocal's search path. src/libstrongswan/plugins/sha2/Makefile.am:8: error: Libtool library used but 'LIBTOOL' is undefined src/libstrongswan/plugins/sha2/Makefile.am:8: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libstrongswan/plugins/sha2/Makefile.am:8: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libstrongswan/plugins/sha2/Makefile.am:8: If 'LT_INIT' is in 'configure.ac', make sure src/libstrongswan/plugins/sha2/Makefile.am:8: its definition is in aclocal's search path. src/libstrongswan/plugins/soup/Makefile.am:9: error: Libtool library used but 'LIBTOOL' is undefined src/libstrongswan/plugins/soup/Makefile.am:9: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libstrongswan/plugins/soup/Makefile.am:9: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libstrongswan/plugins/soup/Makefile.am:9: If 'LT_INIT' is in 'configure.ac', make sure src/libstrongswan/plugins/soup/Makefile.am:9: its definition is in aclocal's search path. src/libstrongswan/plugins/sqlite/Makefile.am:8: error: Libtool library used but 'LIBTOOL' is undefined src/libstrongswan/plugins/sqlite/Makefile.am:8: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libstrongswan/plugins/sqlite/Makefile.am:8: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libstrongswan/plugins/sqlite/Makefile.am:8: If 'LT_INIT' is in 'configure.ac', make sure src/libstrongswan/plugins/sqlite/Makefile.am:8: its definition is in aclocal's search path. src/libstrongswan/plugins/sshkey/Makefile.am:8: error: Libtool library used but 'LIBTOOL' is undefined src/libstrongswan/plugins/sshkey/Makefile.am:8: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libstrongswan/plugins/sshkey/Makefile.am:8: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libstrongswan/plugins/sshkey/Makefile.am:8: If 'LT_INIT' is in 'configure.ac', make sure src/libstrongswan/plugins/sshkey/Makefile.am:8: its definition is in aclocal's search path. src/libstrongswan/plugins/test_vectors/Makefile.am:8: error: Libtool library used but 'LIBTOOL' is undefined src/libstrongswan/plugins/test_vectors/Makefile.am:8: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libstrongswan/plugins/test_vectors/Makefile.am:8: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libstrongswan/plugins/test_vectors/Makefile.am:8: If 'LT_INIT' is in 'configure.ac', make sure src/libstrongswan/plugins/test_vectors/Makefile.am:8: its definition is in aclocal's search path. src/libstrongswan/plugins/unbound/Makefile.am:9: error: Libtool library used but 'LIBTOOL' is undefined src/libstrongswan/plugins/unbound/Makefile.am:9: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libstrongswan/plugins/unbound/Makefile.am:9: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libstrongswan/plugins/unbound/Makefile.am:9: If 'LT_INIT' is in 'configure.ac', make sure src/libstrongswan/plugins/unbound/Makefile.am:9: its definition is in aclocal's search path. src/libstrongswan/plugins/winhttp/Makefile.am:8: error: Libtool library used but 'LIBTOOL' is undefined src/libstrongswan/plugins/winhttp/Makefile.am:8: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libstrongswan/plugins/winhttp/Makefile.am:8: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libstrongswan/plugins/winhttp/Makefile.am:8: If 'LT_INIT' is in 'configure.ac', make sure src/libstrongswan/plugins/winhttp/Makefile.am:8: its definition is in aclocal's search path. src/libstrongswan/plugins/x509/Makefile.am:8: error: Libtool library used but 'LIBTOOL' is undefined src/libstrongswan/plugins/x509/Makefile.am:8: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libstrongswan/plugins/x509/Makefile.am:8: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libstrongswan/plugins/x509/Makefile.am:8: If 'LT_INIT' is in 'configure.ac', make sure src/libstrongswan/plugins/x509/Makefile.am:8: its definition is in aclocal's search path. src/libstrongswan/plugins/xcbc/Makefile.am:8: error: Libtool library used but 'LIBTOOL' is undefined src/libstrongswan/plugins/xcbc/Makefile.am:8: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libstrongswan/plugins/xcbc/Makefile.am:8: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libstrongswan/plugins/xcbc/Makefile.am:8: If 'LT_INIT' is in 'configure.ac', make sure src/libstrongswan/plugins/xcbc/Makefile.am:8: its definition is in aclocal's search path. src/libstrongswan/tests/Makefile.am:1: error: Libtool library used but 'LIBTOOL' is undefined src/libstrongswan/tests/Makefile.am:1: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libstrongswan/tests/Makefile.am:1: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libstrongswan/tests/Makefile.am:1: If 'LT_INIT' is in 'configure.ac', make sure src/libstrongswan/tests/Makefile.am:1: its definition is in aclocal's search path. src/libtls/Makefile.am:7: error: Libtool library used but 'LIBTOOL' is undefined src/libtls/Makefile.am:7: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libtls/Makefile.am:7: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libtls/Makefile.am:7: If 'LT_INIT' is in 'configure.ac', make sure src/libtls/Makefile.am:7: its definition is in aclocal's search path. src/libtnccs/Makefile.am:9: error: Libtool library used but 'LIBTOOL' is undefined src/libtnccs/Makefile.am:9: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libtnccs/Makefile.am:9: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libtnccs/Makefile.am:9: If 'LT_INIT' is in 'configure.ac', make sure src/libtnccs/Makefile.am:9: its definition is in aclocal's search path. src/libtnccs/plugins/tnc_imc/Makefile.am:11: error: Libtool library used but 'LIBTOOL' is undefined src/libtnccs/plugins/tnc_imc/Makefile.am:11: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libtnccs/plugins/tnc_imc/Makefile.am:11: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libtnccs/plugins/tnc_imc/Makefile.am:11: If 'LT_INIT' is in 'configure.ac', make sure src/libtnccs/plugins/tnc_imc/Makefile.am:11: its definition is in aclocal's search path. src/libtnccs/plugins/tnc_imv/Makefile.am:11: error: Libtool library used but 'LIBTOOL' is undefined src/libtnccs/plugins/tnc_imv/Makefile.am:11: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libtnccs/plugins/tnc_imv/Makefile.am:11: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libtnccs/plugins/tnc_imv/Makefile.am:11: If 'LT_INIT' is in 'configure.ac', make sure src/libtnccs/plugins/tnc_imv/Makefile.am:11: its definition is in aclocal's search path. src/libtnccs/plugins/tnc_tnccs/Makefile.am:11: error: Libtool library used but 'LIBTOOL' is undefined src/libtnccs/plugins/tnc_tnccs/Makefile.am:11: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libtnccs/plugins/tnc_tnccs/Makefile.am:11: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libtnccs/plugins/tnc_tnccs/Makefile.am:11: If 'LT_INIT' is in 'configure.ac', make sure src/libtnccs/plugins/tnc_tnccs/Makefile.am:11: its definition is in aclocal's search path. src/libtnccs/plugins/tnccs_11/Makefile.am:14: error: Libtool library used but 'LIBTOOL' is undefined src/libtnccs/plugins/tnccs_11/Makefile.am:14: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libtnccs/plugins/tnccs_11/Makefile.am:14: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libtnccs/plugins/tnccs_11/Makefile.am:14: If 'LT_INIT' is in 'configure.ac', make sure src/libtnccs/plugins/tnccs_11/Makefile.am:14: its definition is in aclocal's search path. src/libtnccs/plugins/tnccs_20/Makefile.am:11: error: Libtool library used but 'LIBTOOL' is undefined src/libtnccs/plugins/tnccs_20/Makefile.am:11: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libtnccs/plugins/tnccs_20/Makefile.am:11: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libtnccs/plugins/tnccs_20/Makefile.am:11: If 'LT_INIT' is in 'configure.ac', make sure src/libtnccs/plugins/tnccs_20/Makefile.am:11: its definition is in aclocal's search path. src/libtnccs/plugins/tnccs_dynamic/Makefile.am:11: error: Libtool library used but 'LIBTOOL' is undefined src/libtnccs/plugins/tnccs_dynamic/Makefile.am:11: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libtnccs/plugins/tnccs_dynamic/Makefile.am:11: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libtnccs/plugins/tnccs_dynamic/Makefile.am:11: If 'LT_INIT' is in 'configure.ac', make sure src/libtnccs/plugins/tnccs_dynamic/Makefile.am:11: its definition is in aclocal's search path. src/libtncif/Makefile.am:4: error: Libtool library used but 'LIBTOOL' is undefined src/libtncif/Makefile.am:4: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/libtncif/Makefile.am:4: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/libtncif/Makefile.am:4: If 'LT_INIT' is in 'configure.ac', make sure src/libtncif/Makefile.am:4: its definition is in aclocal's search path. src/starter/Makefile.am:11: error: Libtool library used but 'LIBTOOL' is undefined src/starter/Makefile.am:11: The usual way to define 'LIBTOOL' is to add 'LT_INIT' src/starter/Makefile.am:11: to 'configure.ac' and run 'aclocal' and 'autoconf' again. src/starter/Makefile.am:11: If 'LT_INIT' is in 'configure.ac', make sure src/starter/Makefile.am:11: its definition is in aclocal's search path. autoreconf: automake failed with exit status: 1

can someone help me?

initializeCharon returns false

Hi im using prebuilt libs in may app. In CharonVpnService.java
public native boolean initializeCharon(BuilderAdapter builder, String logfile, boolean byod);
returns false on android devices version upper than 4.4 but it works on android 4.4 . Can you help me to solve it ?

make dist error

Hi,
I have some problems and if someone could help me this would be great. When I run "make dist" on my mac I get this error:

make[5]: *** [settings/settings_parser.c] Error 1
make[4]: *** [distdir-am] Error 1
make[3]: *** [distdir] Error 2
make[2]: *** [distdir-am] Error 1
make[1]: *** [distdir] Error 2
make: *** [dist] Error 2

android: update strongswan source code to latest 5.3.3

There are a lot of enhancements for strongswan android client, let's update to that version.

WHAT'S NEW
#1.5.0

  • Fixes roaming between networks on Android 5 and newer
  • New advanced profile settings: MTU, server port, disable split tunneling
  • EAP-TNC does not require a client certificate anymore
  • Fixes a linker issue on Android M

can not get vpn Connected

hi vmlinz,My project is integrated strongswan-android ,but i can not get the right state of vpn,instead,I got the vpn error state:STATE_PEER_AUTH_ERROR . my VpnProfile is correct and I can Connected to vpn by strongswan demo, I donnot known where I am wrong,can you help me?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.