Alon Bar-Lev a écrit : > On 1/23/09, Jean-Pierre Szikora <jean-pierre.szik...@uclouvain.be> wrote: > >> I compiled (on MacIntel) without problems this opensc and libp11 0.2.4. >> But engine 0.1.5 compilation fails: >> > > Do you use last released versions of engine_pkcs11 nor libp11? > Had it worked before? I remembered it was OK for you. > Anyway... What I need is a dump of the libp11.so symbols. > > I use: > readelf --syms /usr/lib/libp11.so > > Alon. > > Hi,
I found maybe the problem. In the linker step, the installed version /Library/OpenSC/lib/libp11.dylib is used. This one didn't contain a reference to _PKCS11_CTX_init_args if I check with otool -Rv. The freshly compiled version /Users/jps/Documents/opensc/compiled-libp11-i386/Library/OpenSC/lib/libp11.dylib contains this reference. I will try to fix this by hand and to finish the complete compilation of a test SCA release. Jean-Pierre _______________________________________________ opensc-devel mailing list opensc-devel@lists.opensc-project.org http://www.opensc-project.org/mailman/listinfo/opensc-devel