Hey,

I am getting the following error on execution:

ubuntu:~/Desktop$ sudo tpm2-abrmd --allow-root --tcti=libtcti-socket.so
** (tpm2-abrmd:36554): WARNING **: failed to dlopen library: libtcti-socket.so
** (tpm2-abrmd:36554): CRITICAL **: TCTI initialization failed: 0xb000b

Same error if i execute as tss:

$ sudo -u tss tpm2-abrmd --tcti=libtcti-socket.so
[sudo] password for wisn:
** (tpm2-abrmd:38290): WARNING **: failed to dlopen library: libtcti-socket.so
** (tpm2-abrmd:38290): CRITICAL **: TCTI initialization failed: 0xb000b


I did ldconfig after installation with no effect. I created a gist of the installation steps I took, in case this helps: https://gist.github.com/moneeb777/ceabfad71462d4ffc3e0c25a9da2b2ff

Can someone guide me with this?

Regards,
Moneeb