- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: /usr/lib/dld.sl: Bad magic number for shared l...
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
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
Community
Resources
- 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
05-19-2008 08:38 PM
05-19-2008 08:38 PM
/usr/lib/dld.sl: Bad magic number for shared library: /oracle/app/product/10.2.0/lib/libnnz10.sl
/lib/libnnz10.sl
/usr/lib/dld.sl: Exec format error
Abort(coredump)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2008 08:48 PM
05-19-2008 08:48 PM
Re: /usr/lib/dld.sl: Bad magic number for shared library: /oracle/app/product/10.2.0/lib/libnnz10.sl
when you find this error?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2008 08:55 PM
05-19-2008 08:55 PM
Re: /usr/lib/dld.sl: Bad magic number for shared library: /oracle/app/product/10.2.0/lib/libnnz10.sl
Questions:
is this a new installation?
when did you encounter this error message?
revert!
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2008 09:12 PM
05-19-2008 09:12 PM
Re: /usr/lib/dld.sl: Bad magic number for shared library: /oracle/app/product/10.2.0/lib/libnnz10.sl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2008 09:23 PM
05-19-2008 09:23 PM
Re: /usr/lib/dld.sl: Bad magic number for shared library: /oracle/app/product/10.2.0/lib/libnnz10.sl
#ln -s /oracle/app/product/10.2.0
/lib/libnnz10.sl /usr/lib/libnnz10.sl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2008 09:46 PM
05-19-2008 09:46 PM
Re: /usr/lib/dld.sl: Bad magic number for shared library: /oracle/app/product/10.2.0/lib/libnnz10.sl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2008 10:29 PM
05-19-2008 10:29 PM
Re: /usr/lib/dld.sl: Bad magic number for shared library: /oracle/app/product/10.2.0/lib/libnnz10.sl
#ln -s /oracle/app/product/10.2.0
/lib32/libnnz10.sl /usr/lib/libnnz10.sl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2008 12:18 AM
05-20-2008 12:18 AM
Re: /usr/lib/dld.sl: Bad magic number for shared library: /oracle/app/product/10.2.0/lib/libnnz10.sl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2008 01:55 AM
05-20-2008 01:55 AM
Re: /usr/lib/dld.sl: Bad magic number for shared library: /oracle/app/product/10.2.0/lib/libnnz10.sl
What does this show:
file /oracle/app/product/10.2.0/lib/libnnz10.sl
It should be a 32 bit shared lib, not a 64 bit ELF file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2008 02:01 AM
05-20-2008 02:01 AM
Re: /usr/lib/dld.sl: Bad magic number for shared library: /oracle/app/product/10.2.0/lib/libnnz10.sl
/oracle/app/product/10.2.0/lib ->file libnnz10.sl
libnnz10.sl: ELF-64 shared object file - PA-RISC 2.0 (LP64)
how this file change into 32bit.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2008 02:56 AM
05-20-2008 02:56 AM
Re: /usr/lib/dld.sl: Bad magic number for shared library: /oracle/app/product/10.2.0/lib/libnnz10.sl
You must find the corresponding 32 version of this file.
find /oracle -name "libnnz10.*"