On 5/13/20 9:20 AM, ted.h.kim(a)oracle.com wrote: > Folks, > > After I built the tools, I found that the default TCTI was device rather > than the tabrmd. > > # tpm2_getcap -v > tool="tpm2_getcap" version="4.1.2-rc0" tctis="libtss2-tctildr" > tcti-default=tcti-device > > But what I think I want is that the tcti-default=tabrmd. > > I know about the -T option and the TPM2TOOLS_TCTI environment variable. > But can I just compile it to have it default to tabrmd? > Is this some "configure" option or something? > How do I change how it compiles? This can be done by setting a symbolic link libts2-tcti-default.so pointing to libts2-tcti-tabrmd.so # ln -s /usr/lib/libts2-tcti-tabrmd.so /usr/lib/libts2-tcti-default.so -- Tadeusz