Help installing GLIBC on SuSe 11.


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Help installing GLIBC on SuSe 11.
# 1  
Old 06-02-2012
Help installing GLIBC on SuSe 11.

I need help updating the glibc in my suse box.

I have no clue how to do this and I am afraid of breaking this box.

Can someone please give me some direction?

Thanks!
# 2  
Old 06-03-2012
I have no SuSe to give you an exact recipe, but i can point you in the general direction:

A Linux distribution is a collection of "packages" - sets of files, which are somehow connected to each other - and some means to install them or remove them from the system.

For instance, such a package could be a "web browser": it would contain all the binaries needed to run the web browser, some libraries, probably some configuration files, etc.. It also will contain some scripts to integrate the browser in the desktop (i.e. by creating icons on your desktop or something such) and some "metadata": information about the version, a description, a list of files it contains, and so on. With this metadata, it is possible to not only install the package but also to remove it completely, bringing the system to the state it was in before the installation.

Every Linux distribution has such a package manager: RedHat and several others have "rpm" (RedHat Package Manager), Debian and some others use "apt-get", SuSe uses either "YaST" or the commandline tool "zypper".

The procedure is simple: first you get the information to which package to the glibc belongs to. I can't tell you how this is done with zypper, but have a look in the man page (enter man zypper on the command line) and i am sure you will find that.

When you got the name of the package you look for you simply search for it on the web. Enter "SuSe <name-of-package> download" into your favorite search engine and you will surely find lots of pages.

After downloading it you use again zypper to update the package with the new version you just downloaded - that was it.

...or maybe not: there could be "dependencies" to update: Maybe a packages content can only work if some other software from another package is already installed. Or maybe a certain version of one package needs the content of another package to be at least on a certain version or newer. All this is part of the metadata i wrote above. The package manager will tell you if such dependencies exist. You can't break the system by following what the package manager tells you - so stay away from any "force" option! They are for very rare opportunities and to be used by people who know exactly what they do.

If the package manager tells you that you need to install/update other packages too you simply repeat the above process for these.

Good luck and i hope this helps.

bakunin
This User Gave Thanks to bakunin For This Post:
# 3  
Old 06-05-2012
THANK YOU VERY MUCH!!!
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX and Linux Applications

Install glibc-debug for glibc-2.11.3-17.31.1 on SLES 11

I have to debug a function getopt_long in glibc-2.11.3-17.31.1. For that how can I download and install its corresponding glibc-debug on SLES 11? (8 Replies)
Discussion started by: rupeshkp728
8 Replies

2. UNIX for Dummies Questions & Answers

Error while installing glibc 2.16.0 on ubuntu 12.04 LTS

I come across the following error while configuring glibc 2.16.0 on ubuntu 12.04 LTS:"These critical programs are missing or too old: ld". Please suggest me a solution for the same at the earliest. (1 Reply)
Discussion started by: nov_2012
1 Replies

3. SuSE

Installing SW asking me to update GLIBC..HELP!

Hi, I am trying to install OpenFT and got the following message: usmlva0001tsrv:/mnt/iso/linuxi64 # ./install.all error: Failed dependencies: libc.so.6.1()(64bit) is needed by PCMX-6.0A90-05.ia64 libc.so.6.1(GLIBC_2.2)(64bit) is needed by PCMX-6.0A90-05.ia64... (1 Reply)
Discussion started by: 300zxmuro
1 Replies

4. SuSE

Error installing SuSe 11

When I installed version 11, I get the following error message when trying to boot from the disk. GRUB loading stage2. Read error And then the system hangs. The system is a well used P4 that had XP pro on it. Is this a compatibility/hardware issue, or just a bad spot on the disk. (1 Reply)
Discussion started by: jgt
1 Replies

5. Linux

Installing Firefox and now ended up installing latest glibc

Hi all, I wanted to install the latest version of firefox 2 but it seems when I attempt to install it, it seems to be saying it is looking for c libraries version 2.3? I believe I currently have an older version of the c libraries. I am currently running Sun's JDS Linux 2003. My Mozilla web... (1 Reply)
Discussion started by: scriptingmani
1 Replies

6. UNIX for Dummies Questions & Answers

Unable to boot with XP after installing SUSE

Hi, I'm not sure if this is the right forum to post. I had following setup before installing SUSE Linux: Windows 98 installed on Primary partition Windows XP installed on Extended Partition When I installed SUSE, it shared space from primary partition and shrunk the size of Windows... (4 Replies)
Discussion started by: patras
4 Replies

7. SuSE

Having a prob. installing SUSE Linux on a laptop

Hi Everyone Im just wondering if anyone knows why when you install SUSE Linux 8.0 on a NEC Versa Laptop that KDE does not fill the entire window. There is a peripheral setup that I played with both the display settings and changing the display adapter, but nothing seems to fix the problem.... (4 Replies)
Discussion started by: spiral
4 Replies

8. SuSE

Updating glibc on a SuSE OpenExchange box

Does anyone here have familiarity with the SuSE OpenExchange Server OS? I am wanting to update glibc-2.2.5-179 to glibc-2.3.2-6.i586.rpm so that I use a packages called metamail-2.7.19-783.i586.rpm, which also needs sharutils-4.2c-492.i586.rpm installed. Basically am I asking for trouble... (0 Replies)
Discussion started by: cw1972
0 Replies
Login or Register to Ask a Question