- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: failed dependencies : libc.so.6(GLIBC_2.0)
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
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
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-12-2003 08:45 PM
тАО12-12-2003 08:45 PM
failed dependencies : libc.so.6(GLIBC_2.0)
I want to backup my entire system using mond-
mindi. For that it is asking me to prepare
the system i.e. it is asking me to install
few packages on to my system like cdrecord,
afio, buffer etc.
I have downloaded the packages but when i
try to install these packages it gives me
error
failed dependencies : libc.so.6(GLIBC_2.0)
What should i do, i checked glibc is already
there on my system and the library libc.so.6
is in the /lib folder maybe it is unable to
get the path..
Thanks,
AMit.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-12-2003 09:19 PM
тАО12-12-2003 09:19 PM
Re: failed dependencies : libc.so.6(GLIBC_2.0)
Try this:
ldd $EXECUTABLE
It should give you an Output something like this:
root@wp001345 /usr/sbin #ldd xinetd
libwrap.so.0 => /usr/lib/libwrap.so.0 (0x40027000)
libnsl.so.1 => /lib/libnsl.so.1 (0x40030000)
libm.so.6 => /lib/tls/libm.so.6 (0x40045000)
libcrypt.so.1 => /lib/libcrypt.so.1 (0x40068000)
libc.so.6 => /lib/tls/libc.so.6 (0x42000000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
This way you can tell where he looks for the Lib.
regards
oliver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-12-2003 11:40 PM
тАО12-12-2003 11:40 PM
Re: failed dependencies : libc.so.6(GLIBC_2.0)
I dont think RedHat 5.2 is supported, have a look at the following link.
http://www.microwerks.net/~hugo/support/support.html
It seems RedHat 6.0 is the entry point.
J-P
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-13-2003 05:35 AM
тАО12-13-2003 05:35 AM
Re: failed dependencies : libc.so.6(GLIBC_2.0)
I gave the command
#ldd $EXECUTATBLE
it is saying
type ldd --help for usage
what should i do, i need to install few pacakages to get mondo-mindi work for me on my linux please help out for this
tell me how should i set the library path even when i try to install glibc-2.0.7-29.-386.rpm it syas library conflict and then comes out please tell me the solution for the same.
thanks,
amit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-13-2003 06:17 AM
тАО12-13-2003 06:17 AM
Re: failed dependencies : libc.so.6(GLIBC_2.0)
you will not like my reply I fear. First the
easy part
the command you need to type is ldd
where you do have to replace
Now the bad news. Upgrading glibc is a major issue, it will cause lots and lots of other stuff to break resp. need to be upgraded. You best bet really would be to upgrade you RH system from 5.2 to a more current release. Since you are behind that far, this most probably will not be a one step process, but will involve intermediary releases. Details on the supported upgrade paths should be on the RH website.
Actually it might be easier to setup a system completely new from scratch with a current version and just to migrate the user and config files.
Gretings, Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-13-2003 10:41 PM
тАО12-13-2003 10:41 PM
Re: failed dependencies : libc.so.6(GLIBC_2.0)
Martin i am installing that tools to take
backup of my entire system so that i can
upgrade it and for that i am facing this
problem of glibc when i try to install
cdrecord and afio, etc etc.
Thanks,
Amit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-14-2003 02:23 AM
тАО12-14-2003 02:23 AM
Re: failed dependencies : libc.so.6(GLIBC_2.0)
and rebuild them against your current
libraries. Then roughly:
rpm -ivh mondo-1.47-3.rh7.src.rpm
cd /usr/src/redhat
rpm -bb SPECS/mondo.spec
If all goes well, a binary should show
up in RPMS/i386. And do the same for mindi.
You might have to edit the .spec file to
adjust for your particular version of redhat.
Or .. try building and using the generic tarball.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-16-2003 07:51 AM
тАО12-16-2003 07:51 AM
Re: failed dependencies : libc.so.6(GLIBC_2.0)
Installing the latest compat-glibc-???? relevant to your system should fix that failed depenency.
HTH,
bk