1753510 Members
5081 Online
108795 Solutions
New Discussion юеВ

/usr/lib/dld.sl

 
SOLVED
Go to solution
Andrew Luis Arruza
Frequent Advisor

/usr/lib/dld.sl

I am receiving the following error. I installed the Merant Server Express for PeopleSoft on an HP-UX, 11.00.
I also installed the following patches:
PHCO_25707 and PHSS_24303.
Here is the message:
/usr/lib/dld.sl: Unresolved symbol: mFt_hp_cplusplus_main_init (code) from PSRUN

Any/all help greatly appreciated.
As always, points will be gratefully applied.
Thanks,
Andy
It is, after all, a matter of survival!!
2 REPLIES 2
harry d brown jr
Honored Contributor

Re: /usr/lib/dld.sl

Looks like PS is calling something that isn't available. Have you checked with PS to determine what HP patches you might need or patches for their software?

live free or die
harry
Live Free or Die
A. Clay Stephenson
Acclaimed Contributor
Solution

Re: /usr/lib/dld.sl

The first thing that you should do is execute ldd on your executable. It will list the dependencies for your program and assist you in setting SHLIB_PATH and LD_LIBRARY_PATH.
If it ain't broke, I can fix that.