OpenSC / libp11

PKCS#11 wrapper library
GNU Lesser General Public License v2.1
298 stars 183 forks source link

Issue connecting to libffi7 #490

Open corygoates opened 1 year ago

corygoates commented 1 year ago

When trying to use Paraview through the Python terminal interface, I get the following error:

ImportError: /lib/x86_64-linux-gnu/libp11-kit.so.0: undefined symbol: ffi_type_pointer, version LIBFFI_BASE_7.0

I've reinstalled libffi7 multiple times. I'm running Linux Mint 20.2 Cinnamon 64-bit.

Jakuje commented 1 year ago

That sounds like an issue of the https://github.com/p11-glue/p11-kit/ and not libp11. This is different project.