Re: [CentOS] happy new year :D i have a problem to upgrade my glibc to 2.7 on centos 5.5

2011-01-09 Thread John R Pierce
On 01/09/11 1:34 AM, Ritika Garg wrote: > I have a executable and when i run it then the error comes: > > /lib64/libc.so.6: version 'GLIBC_2.7' not found > > I don't have the source code of the executable. And I can't find glibc > 2.7 for centos 5.5. if you did, you'd likely break all kinds of st

Re: [CentOS] happy new year :D i have a problem to upgrade my glibc to 2.7 on centos 5.5

2011-01-09 Thread Ritika Garg
I have a executable and when i run it then the error comes: /lib64/libc.so.6: version 'GLIBC_2.7' not found I don't have the source code of the executable. And I can't find glibc 2.7 for centos 5.5. ___ CentOS mailing list CentOS@centos.org http://lists

Re: [CentOS] happy new year :D i have a problem to upgrade my glibc to 2.7 on centos 5.5

2011-01-07 Thread Ryan Wagoner
On Fri, Jan 7, 2011 at 12:45 PM, Ritika Garg wrote: > I also want glibc 2.7 for a particular application to run. The first step > mentioned is : > Step1:download nasm src.rpm from official site > > I did not understand what will this rpm do? I mean is that a substitute for > glibc 2.7? Nasm was t

Re: [CentOS] happy new year :D i have a problem to upgrade my glibc to 2.7 on centos 5.5

2011-01-07 Thread Ritika Garg
I also want glibc 2.7 for a particular application to run. The first step mentioned is : Step1:download nasm src.rpm from official site I did not understand what will this rpm do? I mean is that a substitute for glibc 2.7? ___ CentOS mailing list CentOS@

Re: [CentOS] happy new year :D i have a problem to upgrade my glibc to 2.7 on centos 5.5

2011-01-02 Thread Max Haann
>Build the src.rpm on your own system using "rpm --rebuild". The results won't require glibc 2.7. Thanks for your time and help Gordon. I rebuild it on centos 5.5, it works like a charm :D Step1:download nasm src.rpm from official site Step2:install ghostscript/texinfo from yum Step3:rpm -I --mo

Re: [CentOS] happy new year :D i have a problem to upgrade my glibc to 2.7 on centos 5.5

2011-01-01 Thread Gordon Messmer
On 12/31/2010 03:55 PM, Max Haann wrote: > > the nasm version 2(rpm from offcial site) requires glibc 2.7, i know its a > core component, but is there a way to upgrade it without break system? Build the src.rpm on your own system using "rpm --rebuild". The results won't require glibc 2.7. __

[CentOS] happy new year :D i have a problem to upgrade my glibc to 2.7 on centos 5.5

2010-12-31 Thread Max Haann
Happy new year :D i have just installed centos 5.5 on my vmware to test my server,i found that i need nasm x64 to compile my assembly code,the yum database only has 0.98 version which does not support 64bit. the nasm version 2(rpm from offcial site) requires glibc 2.7, i know its a core component