Hello,
I'm using Oracle Tuxedo v12.1.3 with pro*c ON AIX 7
I'd like to use curl library(a.k.a. libcurl) on tuxedo service,
but It keeps making tuxedo suspended.
I have no idea why it happens..
it always stopped when calling "curl_easy_perform(curl)" function.
I tried updating libcurl version and also changing precompiler option "PARSE=NONE" and compile it with qlanglvl=extc99. but I couldn't find any clue.
I contacted local Oracle tuxedo engineer twice, but he didn't give me an solution.
think he is kinda junior or what,, I dunno....
can anybody help me please?
btw, it works fine on command(curl command), and also compiled with pure c.