On 9/25/19 6:40 PM, ZhengYu Tsai wrote: > /usr/local/lib/libtss2-esys.a(src_tss2_esys_libtss2_esys_la-tctildr-dl.o): In function `handle_from_name': > /home/derek/workdir/tpm2-tss/src/tss2-tcti/tctildr-dl.c:84: warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking > /usr/bin/ld: attempted static link of dynamic object `/usr/lib/i386-linux-gnu/libcurl-gnutls.so' > collect2: error: ld returned 1 exit status > Makefile:2170: recipe for target 'tools/tpm2_getekcertificate' failed > make: *** [tools/tpm2_getekcertificate] Error 1 > > I also found the tpm2-tss configureĀ *--enable-shared=no,* > This option is necessary, it will affect the compilation tpm2-tools. Right, you also need to use --enable_nodl configure option when you build tss. -- Tadeusz