- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: dld.sl: Unable to find library 'sinf'
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-15-2005 06:31 PM
тАО03-15-2005 06:31 PM
dld.sl: Unable to find library 'sinf'
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-15-2005 07:19 PM
тАО03-15-2005 07:19 PM
Re: dld.sl: Unable to find library 'sinf'
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-15-2005 08:05 PM
тАО03-15-2005 08:05 PM
Re: dld.sl: Unable to find library 'sinf'
# chatr yantramobileapps
give you?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-15-2005 09:18 PM
тАО03-15-2005 09:18 PM
Re: dld.sl: Unable to find library 'sinf'
seledev#
and SHLIB_PATH is set to /usr/lib.
still the prolem is same.
regards,
Govind.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-15-2005 09:36 PM
тАО03-15-2005 09:36 PM
Re: dld.sl: Unable to find library 'sinf'
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