1829904 Members
2191 Online
109993 Solutions
New Discussion

Re: LIBRARY PATH ERROR

 
Amit Dixit_2
Regular Advisor

LIBRARY PATH ERROR

Hi,
I am running a script which is unable to
find a library thoru I have include It in my
path still script give the same error

/usr/lib/hpux32/dld.so: Unable to find library 'libSS7utilWAA.so.1'.

My O.S. - HP-UX 11.23
Please tell me what should I do

Thanks,
Amit
5 REPLIES 5
Naveej.K.A
Honored Contributor

Re: LIBRARY PATH ERROR

hi amit

ls -l /lib

does there exist a link file, lib??
It should be there and should be linked to /usr/lib

regds
Naveej
practice makes a man perfect!!!
KapilRaj
Honored Contributor

Re: LIBRARY PATH ERROR

PATH ?? it should be LIBPATH Is'nt it ?.

Regds,

Kaps
: naveej .. saturday shift ? :) send me ur contact number man ...
Nothing is impossible
Amit Dixit_2
Regular Advisor

Re: LIBRARY PATH ERROR

Hi,
Well Thanks but I solved the problem
SHLIB_PATH was not set..
STUPID OF ME....

Kaps my contact No is : +919810721723

Can I have yours.

Amit.
H.Merijn Brand (procura
Honored Contributor

Re: LIBRARY PATH ERROR

SHLIB_PATH, not LIBRARY_PATH

most likely is a version mismatch.

# find /usr/lib /lib /usr/local/lib | grep libSS7util

if there is one without the .1 extension, or it is called .sl or .sl.1 instead, just make a new entry libSS7utilWAA.so.1 symlinked the the match found and try again.
Don't forget to remove the symlink if it does not work

Enjoy, Have FUN! H.Merijn
Enjoy, Have FUN! H.Merijn
KapilRaj
Honored Contributor

Re: LIBRARY PATH ERROR

I have assigned points to 64 of 276 responses to my questions.

Regds,

Kaps
Nothing is impossible