thanks! Turns out i figured things out without resorting to C sample packages.
There's something goofy with libica2 and libica-2_1_0 packaging in SP4. At least this particular server ended up messed up. Looks like you must have them both even though there is a lot of file overlap. (and actually we have libica_2_0_2 as well due to upgrades along the way). Without the libica-2_1_0 package there isn't a /usr/lib64/libica.so link to anything. The openCryptoki install pulls in libica2. I ended up removing all the libica* packages and putting the 2_1_0 one and then the libica2 one on and that fixed it. /usr/lib64/libica.so ends up being a symlink to libica-2.1.0.so. Not sure why libica2 package isn't really a replacement but with it only, no symlink for /usr/lib64/libica.so and I suspect that's what GSK is looking for. Turns out zypper itself needs it too and blows up without it (a prereq that it didn't record in the rpm database apparently). Going back to my SR now... -----Original Message----- From: Linux on 390 Port [mailto:[email protected]] On Behalf Of Mark Post Sent: Monday, May 16, 2016 5:03 PM To: [email protected] Subject: Re: [LINUX-390] More on crypto >>> On 5/16/2016 at 07:57 PM, Marcy Cortes <[email protected]> >>> wrote: > Thanks! > Will have to go get the source package I guess! Was hoping it was in > some SUSE rpm I didn't have. You should be able to download the SRPM using zypper. zypper in -d -t srcpackage openCryptoki Will download the source package and leave it in /var/cache/zypp/packages/... Mark Post ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390 ---------------------------------------------------------------------- For more information on Linux on System z, visit http://wiki.linuxvm.org/ ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390 ---------------------------------------------------------------------- For more information on Linux on System z, visit http://wiki.linuxvm.org/
