1850938 Members
2259 Online
104056 Solutions
New Discussion

Re: /usr/lib/dld.sl:

 

/usr/lib/dld.sl:

Dear all,

I have successfully installed the VPM 1.5 on HP-UX 11.11i. When I run the start script (VPMStart.sh) I am getting a error like:

/usr/lib/dld.sl: Can't find for Shared Library: libBasicServices.sl.

A image is also been attached with this query, please find the same.

4 REPLIES 4
Muthukumar_5
Honored Contributor

Re: /usr/lib/dld.sl:

find / -name "libBasicServices.sl"

Is that library available.

If available then,

export SHLIB_PATH=directory of that binary. Use this in that script.

PS: Don't attach big image files like .bmp. Just paste the contents as text in this forum itself.

hth.
Easy to suggest when don't know about the problem!

Re: /usr/lib/dld.sl:

libBasicServices.sl not available, what to do?
Muthukumar_5
Honored Contributor

Re: /usr/lib/dld.sl:

You have to have the libBasicServices.sl library to start up that script. Check out the package documents. (VPM).

hth.
Easy to suggest when don't know about the problem!

Re: /usr/lib/dld.sl:

Need to reinstall the VPM? or Can i copy this file from the running VPM?