- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Error regarding RPM Manager
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
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
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
12-19-2004 11:20 PM
12-19-2004 11:20 PM
Error regarding RPM Manager
Hi ,
I have a development env server Redhat Enterprise AS 3.0 Installed.When ever I issue an rpm command the following error is reverted
""" rpm: error while loading shared libraries: libelf.so.1: cannot open shared object file: No such file or directory. """
Why is it so.. Due to which I cant install any rpms.. Please help me...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2004 11:53 PM
12-19-2004 11:53 PM
Re: Error regarding RPM Manager
ldconfig
and try again...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2004 01:35 AM
12-20-2004 01:35 AM
Re: Error regarding RPM Manager
Looks like the libraries are missing or did not get configured during install/upgrade
Refer to this http://linux.about.com/od/commands/l/blcmdl8_ldconfi.htm
Rgds
HGN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2004 03:59 AM
12-20-2004 03:59 AM
Re: Error regarding RPM Manager
I met the same error if I tried to upgrade some basic packages on test box( I din't remeber which ones, perhaps even rpm itself) without dependecies checking or with --force
Solution could be compile and install rpm from source.
You can also check whether exists higher or lower version of libelf.so.1 in /usr/lib and create link libelf.so.1 to that
rgds Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2004 05:18 PM
12-21-2004 05:18 PM
Re: Error regarding RPM Manager
root@RHLnxAS3 lib]# ld
ld: error while loading shared libraries: libebl.so.1: cannot open shared object file: No such file or directory
[root@RHLnxAS3 lib]# rpm
rpm: error while loading shared libraries: libelf.so.1: cannot open shared object file: No such file or directory.
I had checked for the libelf.so.1 file in usr/lib & its there ..
I cant even re-install elfutils as it requires ld for the same... & so on...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2004 02:01 AM
12-22-2004 02:01 AM
Re: Error regarding RPM Manager
IMHO, you *can* reinstall them using rescue environment boot CDROM.