On Tue, 31 Mar 2009 22:06, [email protected] said: > warning: core file may not match specified executable file. > Core was generated by `/usr/libexec/gnupg-pcsc-wrapper --verbose 1'. > Program terminated with signal 11, Segmentation fault.
Are you sure that pcsc-wrapper loads the correct shared library? Are you onh a mixed 32/64 bit systems and both versions of libpcsclite.so are installed? The error seems to be right at the dlopen which is done pretty early. Check with strace libpcsclite.so gets loaded. If you know the full name of the 64 bit libpcsclite, you may run the wrapper this way: gnupg-pcsc-wrapper --verbose 1 /path/to/libcsclite.so Better? Salam-Shalom, Werner -- Die Gedanken sind frei. Auschnahme regelt ein Bundeschgesetz. _______________________________________________ Gnupg-users mailing list [email protected] http://lists.gnupg.org/mailman/listinfo/gnupg-users
