Operating System - HP-UX
1834146 Members
1943 Online
110064 Solutions
New Discussion

Re: Load of shared libraries (built with Micro Focus Server Express COBOL objects) fails

 
Ravi_8
Honored Contributor

Load of shared libraries (built with Micro Focus Server Express COBOL objects) fails

Hi,
11i running on rp5470, having June 2003 GOLD patches.

After installing the patch PHSS-26560, C shared objects built with Micro Focus Server Express COBOL libraries fail to load due to symbol resolution problems. Following is the error message we get while trying to load the object,

/usr/lib/dld.sl: Unresolved symbol: cicsprCOBOL (code) from /tmp/cicsprCOBOL; error 215

Please note that these programs were all working perfectly fine before installing the patch, PHSS-26560.The shared object itself is created using a C langauge program and the Micro Focus Server Express COBOL runtime libraries, and loaded by another C program using shl_load/dlopen calls.

does anybody has the solution
never give up
3 REPLIES 3
Steven E. Protter
Exalted Contributor

Re: Load of shared libraries (built with Micro Focus Server Express COBOL objects) fails

The quick solution is:

swremove PHSS_26560

If the problem goes away, you may need to report that patch as a problem causer.

I am assuming there is a reason why you can't back out that patch?


SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
ranganath ramachandra
Esteemed Contributor

Re: Load of shared libraries (built with Micro Focus Server Express COBOL objects) fails

this is fixed in the latest linker/loader patch, PHSS_28869 (11.00) / PHSS_28871. you will have to relink the library with the latest linker (it does not require the latest loader to work properly though).
 
--
ranga
hp-ux 11i v3[i work for hpe]

Accept or Kudo

ranganath ramachandra
Esteemed Contributor

Re: Load of shared libraries (built with Micro Focus Server Express COBOL objects) fails

didnt complete that - PHSS_28871 is for 11.11.
 
--
ranga
hp-ux 11i v3[i work for hpe]

Accept or Kudo