- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How we can find -out a dynamic library is corrupte...
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
тАО02-12-2007 07:28 PM
тАО02-12-2007 07:28 PM
How we can find -out a dynamic library is corrupted or not?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-12-2007 07:38 PM
тАО02-12-2007 07:38 PM
Re: How we can find -out a dynamic library is corrupted or not?
I use the eyeball method.
I check the size on a similar system with the same OS and patch level.
I do a what on the filename and see the results.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-12-2007 07:43 PM
тАО02-12-2007 07:43 PM
Re: How we can find -out a dynamic library is corrupted or not?
is this a system or user created lib.
If system, have you compared with another system ?
You could try and get all the info out of your shared lib with nm.
The best way to test is to use the individual modules within the library.
Simple stub linking (compile/link without actually calling the module) may produce a first indication of problems (lib modulkes not being found etc.)
Please also read:
http://forums1.itrc.hp.com/service/forums/helptips.do?#33 on how to reward any useful answers given to your questions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-12-2007 07:43 PM
тАО02-12-2007 07:43 PM
Re: How we can find -out a dynamic library is corrupted or not?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-12-2007 07:53 PM
тАО02-12-2007 07:53 PM
Re: How we can find -out a dynamic library is corrupted or not?
$ /usr/ccs/bin/odump -verifyall
chatr or ldd
For PA64 and IPF you can use:
$ /usr/ccs/bin/elfdump -n .dynsym -s
$ /usr/ccs/bin/elfdump -S -h -L -o
chatr or ldd
What type of corruption are you looking for?