>>> On 5/16/2016 at 12:43 PM, Marcy Cortes <[email protected]> >>> wrote: > Trying to get the sample C program here > https://www.ibm.com/support/knowledgecenter/linuxonibm/com.ibm.linux.z.lxci/l > xci_r_baseprocsampleoc.html to run. > Anyone know where "defs.h" comes from? > > Doesn't seem to come with opencryptoki-devel package.
It looks like the developers intended for it to be used only for building the package, not for "external" use. It's only referenced in the Makefiles like this: noinst_HEADERS = defs.h So, you might want to build the sample you found inside the unpacked source tree. I would recommend using the same version of the source as you currently have installed on your system. 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/
