Re: [opencryptoki-users] library 64 bit support
Brought to you by:
ebarretto
From: Steven B. <sb...@au...> - 2007-10-17 14:17:07
|
YH Cheng wrote: > Hi all, > > We have an application using IBM cryptocard 4758 currently, and now it's > moving from 32-bit to 64-bit. > We wrote a JNI wrapper to call PKCS11_API.so . and so we have to > recompile the JNI native library as 64-bit one. > > What's needed to change in order to use those .so64 libraries in > /usr/lib/pkcs11/stdll ? > Can anyone please give some pointers ..... ? > > Thank you ! You load PKCS11_API.so64 in your JNI, and the others get loaded automatically. NOTE, the 4758 function has NEVER been tested on a 64Bit system under linux > > Cheers, > Karl > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > > > ------------------------------------------------------------------------ > > _______________________________________________ > opencryptoki-users mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opencryptoki-users |