Thanks. I had just spotted Charles's post back in 2012 with the same problem and used a pragma. Now the init function fails with 202 (KEYRING OPEN ERROR) but that looks like an admin problem. :)
Thanks Robin -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of David Crayford Sent: 14 March 2016 14:43 To: [email protected] Subject: Re: Linking C module with SSL You need to specify a POSIX(ON) LE runtime option. You can do this in the JCL or explicity specify it in your main with #pragma runopts(posix,on) On 14/03/2016 3:37 PM, Robin Atwood wrote: > -----Original Message----- > From: Robin Atwood [mailto:[email protected]] > Sent: 11 March 2016 21:02 > To: 'Robin Atwood' > Subject: RE: Linking C module with SSL > > So now the problem is to actually run the code. I start my STC and it > attempts to initialise the SSL environment and promptly gets: > > GSKSSL: Unable to create log mutex: EDC5167I Access to the UNIX System > Services version of the C RTL is denied. > > followed by an 0C4 for good measure. Is this telling me SSL can only be used > under USS? > > Thanks > Robin > > -----Original Message----- > From: Robin Atwood [mailto:[email protected]] > Sent: 11 March 2016 18:06 > To: 'IBM Mainframe Discussion List' > Subject: RE: Linking C module with SSL > > OK, found it. :) The compiler options were missing the DLL option which seems > to cause the side file to be ignored. > > Thanks again to everyone. > > Robin > > -----Original Message----- > From: Robin Atwood [mailto:[email protected]] > Sent: 11 March 2016 17:35 > To: 'IBM Mainframe Discussion List' > Subject: RE: Linking C module with SSL > >> Ouch. I think you discovered a bug or something like that. >> Perhaps it is time to open a ticket with IBM or your C compiler vendor? > Possibly. The C compiler vendor is IBM since this is XL/C. I will persevere > for a while. The trouble is there are so many permutations of things to try. > > Robin > > -----Original Message----- > From: IBM Mainframe Discussion List [mailto:[email protected]] > On Behalf Of Elardus Engelbrecht > Sent: 11 March 2016 16:51 > To: [email protected] > Subject: Re: Linking C module with SSL > > Robin Atwood wrote: > >> Thanks to everyone who replied. Unfortunately all your suggestions have not >> yet solved the problem, I seem to be in very dense mode today. > Ouch. I think you discovered a bug or something like that. > > Perhaps it is time to open a ticket with IBM or your C compiler vendor? > > Groete / Greetings > Elardus Engelbrecht > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, send > email to [email protected] with the message: INFO IBM-MAIN > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, send > email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
