Glibc 2.14 needed

Issues related to applications and software problems
paul18
Posts: 3
Joined: 2013/08/26 12:39:12
Location: France

Glibc 2.14 needed

Post by paul18 » 2013/08/26 12:50:12

Dear All

For some softs, glibc-2.14 lib is required whereas the 2.12 is installed on the latest CentOs 6.4; do we have any idea about its upgrade to a more recent release ?

Additional question: is it possible (even relevant) to compile the latest glibc-2.18 without any interference ?

Thanks

Paul

tigalch
QA Team
Posts: 522
Joined: 2012/06/23 17:28:41
Location: Austria

Re: Glibc 2.14 needed

Post by tigalch » 2013/08/26 13:11:46

Hello and welcome to the fora.

I wouldn't count on seeing something other then 2.12 on C6, as this version of glibc is very very likely the one which will stay for the lifetime of C6.

YBellefeuille
Posts: 319
Joined: 2012/03/06 22:30:17
Location: Ottawa

Re: Glibc 2.14 needed

Post by YBellefeuille » 2013/08/26 13:39:45

I would strongly discourage you from replacing something as central as glibc2.

The FAQ says:

[quote]
22. Where can I get the latest version of XyZ.rpm for CentOS? I cannot find it anywhere.

CentOS is an Enterprise-class operating system and as such is more about stability and long-term support than cutting edge. Major package versions are retained throughout the life cycle of the product. This is generally what Enterprise wants and affords developers a stable base on which to develop without fear that bespoke applications will break every time something gets upgraded to the latest and greatest, but ultimately buggy version or the API changes breaking backwards compatibility.

So no, you will generally NOT find the very latest versions of various packages included in an Enterprise-class operating system such as CentOS. It's a feature not a deficiency. [/quote]

If you need the very latest versions, CentOS is probably not the right distribution for you.

paul18
Posts: 3
Joined: 2013/08/26 12:39:12
Location: France

Re: Glibc 2.14 needed

Post by paul18 » 2013/08/26 19:49:21

[quote]
If you need the very latest versions, CentOS is probably not the right distribution for you.
[/quote]

Thanks first for that replies ... I've been using CentOS for more than 2 years for professional purposes and I'm completely happy with; I'm using it for both commercial and open sources softs.

For the nightly release of a specific soft I absolutly need, glibc-2.14 is requested ... hence my problem

Paul

User avatar
toracat
Site Admin
Posts: 7518
Joined: 2006/09/03 16:37:24
Location: California, US
Contact:

Glibc 2.14 needed

Post by toracat » 2013/08/26 22:15:53

As others have already said, glibc is core part of the operating system. So, even if you managed to get a newer version in (unlikely to be feasible), the OS can no longer be regarded as 'CentOS'.

paul18
Posts: 3
Joined: 2013/08/26 12:39:12
Location: France

Re: Glibc 2.14 needed

Post by paul18 » 2013/08/27 13:14:38

somebody has advised me to use "module" for such kind of issue : [url=http://modules.sourceforge.net/]Modules[/url]

does somebody have any feedback on it ?

Paul

YBellefeuille
Posts: 319
Joined: 2012/03/06 22:30:17
Location: Ottawa

Re: Glibc 2.14 needed

Post by YBellefeuille » 2013/08/27 23:32:23

This sounds similar to Red Hat's [b]alternatives[/b] (man alternatives).

simon_matthews
Posts: 315
Joined: 2012/09/15 21:06:54

Re: Glibc 2.14 needed

Post by simon_matthews » 2013/08/28 05:56:16

"modules" isn't going to solve a dependency on Glibc 2.14.

Are you sure the application needs glibc 2.14? Did you try it?

User avatar
TrevorH
Site Admin
Posts: 33219
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Glibc 2.14 needed

Post by TrevorH » 2013/08/31 23:02:46

The answer to this is to recompile the application on CentOS so it doesn't require glibc 2.14. Installing 2.14+ on CentOS 6 will just break [u]everything[/u] so do not do it.

kkumax
Posts: 1
Joined: 2014/02/02 08:42:24

Re: Glibc 2.14 needed

Post by kkumax » 2014/02/02 08:44:54

# rpm -Uvh glibc-2.16-34.el6.i686.rpm glibc-2.16-34.el6.x86_64.rpm glibc-common-2.16-34.el6.i686.rpm glibc-common-2.16-34.el6.x86_64.rpm glibc-devel-2.16-34.el6.i686.rpm glibc-devel-2.16-34.el6.x86_64.rpm glibc-headers-2.16-34.el6.i686.rpm glibc-headers-2.16-34.el6.x86_64.rpm glibc-static-2.16-34.el6.i686.rpm glibc-static-2.16-34.el6.x86_64.rpm glibc-utils-2.16-34.el6.i686.rpm glibc-utils-2.16-34.el6.x86_64.rpm nscd-2.16-34.el6.x86_64.rpm gd-2.0.35-11.el6.i686.rpm libXpm-3.5.10-2.el6.i686.rpm
警告: libXpm-3.5.10-2.el6.i686.rpm: ヘッダ V4 DSA/SHA1 Signature, key ID 192a7d7d: NOKEY
エラー: 依存性の欠如:
systemd-units は nscd-2.16-34.el6.x86_64 に必要とされています

I am sorry !!

Post Reply