Operating System - HP-UX
1755609 Members
3641 Online
108836 Solutions
New Discussion юеВ

Help me to solve one program.

 
SOLVED
Go to solution
Bellom
Advisor

Help me to solve one program.

The following are the errors:
/usr/lib/dld.sl:Can't find path for shared library:libomp.1
/usr/lib/dld.sl:No such file or directory
/var/tmp/anslaucn110.root.1.sh[1]:29271 Abort(coredump)

I am not familiar with HPUX, please tell me how to fix this error. Thank you!

#uname -a
HP-UNIX hpux01 B.11.11 U 9000/785 2595164934 unlimited-user license
10 REPLIES 10
Dennis Handly
Acclaimed Contributor

Re: Can't find path for shared library:libomp.1

Is libomp.1 on your system?
If it is, you need to make sure SHLIB_PATH includes its path.

Bellom
Advisor

Re: Help me to solve one program.

That is no this file(libomp.1) in my system,and I don't know how to get this file.
Do you have any sugguestions?
Thanks.
Dennis Handly
Acclaimed Contributor

Re: Can't find path for shared library:libomp.1

You need to install CPS product: Compiler Parallel Support Library
$ swlist -l file | grep libomp.1
CPS.CPS-32SLIB: /usr/lib/libomp.1
CPS.CPS-64SLIB: /usr/lib/pa20_64/libomp.1

This should be part of the HPUXBase64 bundle on 11.11.
For 11.23, it's probably in COMPLIBS, part of the HPUXBaseOS bundle.

Bellom
Advisor

Re: Help me to solve one program.

Hello Mr. Dennis Handly, Thank you very much.
I had installed CPS from cdrom using the following command:
#swinstall -s /cdrom CPS
Where 'cdrom' is mounted the first CD of HP UNIX OS.
But it doesn't including the libomp.1 file.

Could you tell me where I can download the full-version CPS?
Hakki Aydin Ucar
Honored Contributor

Re: Help me to solve one program.

http://docs.hp.com/en/B6056-96002/apfs03.html

I am not quiet sure,but may be you need patch(s):

Do you have these patches?
check these out :
# swlist -l product|grep PHSS_27075
# swlist -l product|grep PHSS_27074
Dennis Handly
Acclaimed Contributor

Re: Can't find path for shared library:libomp.1

>Could you tell me where I can download the full-version CPS?

You can't. I would have expected that the CD would have the runtime but try the patches mentioned below.

>Hakki: Do you have these patches?
# swlist -l product PHSS_27075

The latest CPS patch would be even better: PHSS_27700.

Bellom
Advisor

Re: Help me to solve one program.

I just typed the following commands on HP UX terminal, but no output displayed:
#swinstall -l product | grep PHSS_27075
#swinstall -l product | grep PHSS_27074
#swinstall -l product | grep PHSS_27000

How should I fix this?
I am a beginner of HP UX.
Thank you for your kind offer of help.
Dennis Handly
Acclaimed Contributor
Solution

Re: Can't find path for shared library:libomp.1

>I just typed the following commands on HP UX terminal, but no output displayed:
>#swinstall -l product | grep PHSS_27075

You are mixing swinstall and swlist syntax:
swlist -l product PHSS_27075 PHSS_27074 PHSS_27700

You'll probably not see anything if you haven't downloaded and installed those patches.

>swinstall -s /cdrom CPS

This should have installed CPS. You can check by:
swlist -l fileset CPS

Here is the link to PHSS_27700:
http://www.itrc.hp.com/service/patch/patchDetail.do?patchid=PHSS_27700

Bellom
Advisor

Re: Help me to solve one program.

It's ok. This is solved.
My problem need to install CPS and PHSS_27075(or PHSS_27074/PHSS_27000).
Heartfelt thanks all of your help! Here is a famly.