Operating System - HP-UX
1748124 Members
3079 Online
108758 Solutions
New Discussion

Oracle Net Services Configuration:/usr/lib/hpux32/dld.so

 
Aamir14
Regular Advisor

Oracle Net Services Configuration:/usr/lib/hpux32/dld.so

Hi,

 

On Yesterday When my DBA Admin Installing Oracle Application (11g )on Hpux 11.31 server (rx3600)

 

its shows the error message.

 

ERROR:----------------------------------------------------------

 

Done parsing command line arguments.
Oracle Net Services Configuration:/usr/lib/hpux32/dld.so: Unsatisfied code symbol 'procr_init_ext' in load module '/t01/payroll/OraHome_1/lib32/libsrvmocr10.so'.
Configuration assistant "Oracle Net Configuration Assistant" failed .
 
 
This is my dld file
 

uatdata2#ll /usr/lib/hpux32/dld.so
-r-xr-xr-x 1 bin bin 1153840 Jul 20 2012 /usr/lib/hpux32/dld.so
uatdata2#

 

uatdata2#ll /t01/payroll/OraHome_1/lib32/libsrvmocr10.so
-rwx------ 1 dbuser dba 63732 Oct 29 2005 /t01/payroll/OraHome_1/lib32/libsrvmocr10.so
uatdata2#

 

same Application properly  installed on another server.

 

So,

What is a actual Problem.

 

Kindly advice me 

 

Thanks

Aamir

 

 
 

 

3 REPLIES 3
Dennis Handly
Acclaimed Contributor

Re: Oracle Net Services Configuration: Unsatisfied code symbol procr_init_ext

>dld.so: Unsatisfied code symbol procr_init_ext in /t01/payroll/OraHome_1/lib32/libsrvmocr10.so
>This is my dld file

 

This has nothing to dld.so, that's just the messenger.  The problem is with libsrvmocr10.so.

Either it is just broken or there is a version mismatch with libsrvmocr10.so and some other shlib.

 

What does this show:

ldd /t01/payroll/OraHome_1/lib32/libsrvmocr10.so

>What is a actual Problem?

 

You may have to talk to Oracle.

Aamir14
Regular Advisor

Re: Oracle Net Services Configuration: Unsatisfied code symbol procr_init_ext

Hi,

 

This is a output of dd /t01/payroll/OraHome_1/lib32/libsrvmocr10.so

 

uatdata2#ldd /t01/payroll/OraHome_1/lib32/libsrvmocr10.so

/t01/payroll/OraHome_1/lib32/libsrvmocr10.so:
Unable to find library 'libocrutl10.so'.
uatdata2#

and this is my find output:---

 

 

uatdata2#libocrutl10.so
uatdata2#find / -name libocrutl10.so -print
/t01/payroll/OraHome_1/lib/libocrutl10.so
/t01/payroll/OraHome_1/lib32/libocrutl10.so
/z01/SOATEST/apps/tech_st/10.1.3/lib32/libocrutl10.so
/z01/SOATEST/apps/tech_st/10.1.2/lib32/libocrutl10.so
uatdata2#ldd /z01/SOATEST/apps/tech_st/10.1.2/lib32/libocrutl10.so
 
So,
What can i do
Kindly advice me.
 
Thanks
Aamir
Dennis Handly
Acclaimed Contributor

Re: Oracle Net Services Configuration: Unsatisfied code symbol procr_init_ext

>Unable to find library 'libocrutl10.so'.

>/t01/payroll/OraHome_1/lib32/libocrutl10.so

 

It looks like you need to use:

LD_LIBRARY_PATH=/t01/payroll/OraHome_1/lib32 ldd /t01/payroll/OraHome_1/lib32/libsrvmocr10.so

 

Or use chatr(1) where it doesn't care if it is missing:

chatr /t01/payroll/OraHome_1/lib32/libsrvmocr10.so