Operating System - HP-UX
1824972 Members
3273 Online
109678 Solutions
New Discussion юеВ

Re: dld.sl: Unable to find library 'sinf'

 
Govinda_1
Valued Contributor

dld.sl: Unable to find library 'sinf'

Hi Friends,

I am getting following error when i try to execute one application.

yantra>> yantramobileapps -i

/usr/lib/pa20_64/dld.sl : Unable to find library 'sinf'.
killed.

any pointers or inputs. will be a great help.

Regards,
GOvinda G.
4 REPLIES 4
Peter Godron
Honored Contributor

Re: dld.sl: Unable to find library 'sinf'

Govinda,
please double-check your LD_LIBRARY_PATH & SHLIB_PATH.One of them may have to be changed to include /usr/lib.

You can also try a nm /usr/lib/pa20_64/dld.sl | grep sinf
to check for the missing.

Please also refer to:
http://docs.hp.com/en/B2355-90655/index.html
Stephen Keane
Honored Contributor

Re: dld.sl: Unable to find library 'sinf'

What does

# chatr yantramobileapps

give you?
Govinda_1
Valued Contributor

Re: dld.sl: Unable to find library 'sinf'

seldev3#nm /usr/lib/pa20_64/dld.sl | grep sinf ==> lists nothing

seledev#

and SHLIB_PATH is set to /usr/lib.

still the prolem is same.
regards,
Govind.
Peter Godron
Honored Contributor

Re: dld.sl: Unable to find library 'sinf'

Govinda,
your program can not resolve the reference to call some code titled sinf, which I assume is the math.h function.

Has yantramobileapps ever run in this environment or has it been moved from another machine, if so has it been re-copiled.

I suspect the problem to be 32/64 bit library compatibility.

Was are your values for LD_LIBRARY_PATH and SDLIB_PATH now.
Regards