Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
What distro are you using? You should run the upgrade tool (up2date/apt/swaret/whatever) or download the new version from your distro's site (RPMs for RedHat/Fedora/Mandrake/SuSE, tgz for Slackware, etc).
Note that since just about everything depends on glibc, you might need many other upgrades. Probably you should just update the entire distro.
Hmm... actually, I think up2date has died along with RH9 official support. Sorry. Nowadays, you should use yum.
This will get you current up to the last official updates (ended in April), including glibc 2.3.2. Eventually, Fedora Legacy will be providing updates.
yum thinks you have RedHat 3 Enterprise Server. (What's in /etc/redhat-release?)
If you really have RH 3ES, binary updates aren't free and you should be downloading them from the RedHat Network you're paying for.
If you actually have RH9, I have only the vaguest idea what yum's problem is. You can always download the RPMs [URL=http://download.fedora.us/fedora/redhat/9/i386/yum/updates/RPMS/]manually{/URL} and install them.
If you have ES, you're paying for a support contract with RedHat. Now you can use up2date!
You need to have your support activated and stuff, and then you can just run it.
However, ES is supposed to stay stable, so I don't know if they would makes a real big change like the glibc version. You'll have to see if whoever set up your box has it registered, and if those updates are available.
Yeah. RHES3 is almost the same as RH9, but different. So now that we know you don't actually have RH9, I think the RH9 updates might work but I'm not sure. You can get a new tzdata RPM (tzdata-2003a-2.noarch.rpm is the right version I think) and install it on the same command line as the glibc ones. This could break lots of other stuff even if you were using real RH9, so you might as well get all of the updates on that server.
BUT part of the RHEL deal is that you don't install unauthorized updates like that, or RH won't support it. If you do that, you might as well have not paid extra for ES3. You should probably check with whoever set up this machine for you before you go futher. They might not be happy about you screwing up their support contract.
If you're sure you want to install these upgrades (losing your paid support while they're installed and risking hosing your system) just specify all the RPMs on the same rpm command line: rpm -i glibc* tzdata* (or something like that).
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.