Operating System - HP-UX
1832576 Members
3758 Online
110043 Solutions
New Discussion

need help regarding /usr/lib/dld.sl

 
SOLVED
Go to solution
mike worrell
Regular Advisor

need help regarding /usr/lib/dld.sl

Hi all,
I'm running HPUX 11.0 and I'm trying to install a NortelNetwork OPtivity Manager program for our network group to use. I've done the install and when I crank up the processes all but 3 come up. The 3 that fail have this message when trying to start
/usr/lib/dld.sl: Unresolved symbol: dlerror (code) from /usr/lnms/lib/libpluginloader.sl

Anyone ever encountered this before... got any idea what causes and what could be done to correct.

Anyhelp would be great.. Thanks
Mike
8 REPLIES 8
Navin Bhat_2
Trusted Contributor
Solution

Re: need help regarding /usr/lib/dld.sl

Can you post the version of linker patch you have on your system?

"swlist -l patch|grep -i linker"
Steven E. Protter
Exalted Contributor

Re: need help regarding /usr/lib/dld.sl

This error is commonly triggered by incorrect SHLIB_PATH in the startup script of the program involved.

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
mike worrell
Regular Advisor

Re: need help regarding /usr/lib/dld.sl

linker patch is PHSS-19866 1.0
Bharat Katkar
Honored Contributor

Re: need help regarding /usr/lib/dld.sl

Hi Mike,
I guess that you may be missing some files in /usr/lib.

Hope that helps.
Regards,
You need to know a lot to actually know how little you know
Bruno Ganino
Honored Contributor

Re: need help regarding /usr/lib/dld.sl

I believe that the error is setting of SHLIB_PATH.
Bruno

Torino (Turin) +2H
Ralf Seefeldt
Valued Contributor

Re: need help regarding /usr/lib/dld.sl

Hi,

I have fond many systems with wrong filemode for /usr/lib/dld.sl . I do not know, this is a problem of HP-UX or of sone applications, which may corrupt the filemodes.

I fix the filemode of /opt/oracle7/lib/libclntsh.sl and /usr/lib/dld.sl to 555, owner : bin

Bye
Ralf
Navin Bhat_2
Trusted Contributor

Re: need help regarding /usr/lib/dld.sl

Hi,

Please install patch PHSS_24303 or any other superceding patch like PHSS_30048 and your problem should go away.

Thx
mike worrell
Regular Advisor

Re: need help regarding /usr/lib/dld.sl

thanks everyone... installing the patch did the trick