升级glibc库问题求助!

编译打包和其他
回复
jiali
帖子: 2
注册时间: 2010-02-06 9:58

升级glibc库问题求助!

#1

帖子 jiali » 2010-02-06 10:07

为了某种需要,我要安装flash player9.0,但是安装过程中提示:
Your glibc library is older than 2.3.
Please update your glibc library.
于是我下载了glibc-2.3.2.tar.gz和glibc-linuxthreads-2.3.2.tar.gz
在安装过程中用命令:./glibc-2.3.2/configure --prefix=/usr --disable-profile --enable-add-ons --libexecdir=/usr/lib --with-headers=/usr/include
后出现:
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking sysdep dirs... sysdeps/i386/elf linuxthreads/sysdeps/unix/sysv/linux/i386 linuxthreads/sysdeps/unix/sysv/linux linuxthreads/sysdeps/pthread sysdeps/pthread linuxthreads/sysdeps/unix/sysv linuxthreads/sysdeps/unix linuxthreads/sysdeps/i386/i686 linuxthreads/sysdeps/i386 sysdeps/unix/sysv/linux/i386 sysdeps/unix/sysv/linux sysdeps/gnu sysdeps/unix/common sysdeps/unix/mman sysdeps/unix/inet sysdeps/unix/sysv/i386 sysdeps/unix/sysv sysdeps/unix/i386 sysdeps/unix sysdeps/posix sysdeps/i386/i686/fpu sysdeps/i386/i686 sysdeps/i386/i486 sysdeps/i386/fpu sysdeps/i386 sysdeps/wordsize-32 sysdeps/ieee754/ldbl-96 sysdeps/ieee754/dbl-64 sysdeps/ieee754/flt-32 sysdeps/ieee754 sysdeps/generic/elf sysdeps/generic
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for pwd... /bin/pwd
checking for gcc... gcc
checking version of gcc... 4.4.1, bad
checking for gnumake... no
checking for gmake... no
checking for make... make
checking version of make... 3.81, ok
configure: error:
*** These critical programs are missing or too old: gcc
*** Check the INSTALL file for required versions.
请问如何解决?致谢
yishuguo
帖子: 17
注册时间: 2008-04-17 22:10

Re: 升级glibc库问题求助!

#2

帖子 yishuguo » 2010-02-06 11:00

checking for gcc... gcc
checking version of gcc... 4.4.1, bad
checking for gnumake... no
checking for gmake... no
checking for make... make
checking version of make... 3.81, ok
configure: error:
*** These critical programs are missing or too old: gcc
*** Check the INSTALL file for required versions.


gcc版本不对,或者说是你的那个升级包不对应你的GCC。。

dmesg 看看??
yishuguo
帖子: 17
注册时间: 2008-04-17 22:10

Re: 升级glibc库问题求助!

#3

帖子 yishuguo » 2010-02-06 11:02

实在不行就 ubuntu下装个RPM,然后去找RPM包升级.看能否解决..


解决问题方式不只一种,能达到目的就好。 :em11
头像
BigSnake.NET
帖子: 12522
注册时间: 2006-07-02 11:16
来自: 廣州
联系:

Re: 升级glibc库问题求助!

#4

帖子 BigSnake.NET » 2010-02-06 11:07

yishuguo 写了:实在不行就 ubuntu下装个RPM,然后去找RPM包升级.看能否解决..


解决问题方式不只一种,能达到目的就好。 :em11
一升即死
^_^ ~~~
要理解递归,首先要理解递归。

地球人都知道,理论上,理论跟实际是没有差别的,但实际上,理论跟实际的差别是相当大滴。
tusooa
帖子: 6548
注册时间: 2008-10-31 22:12
系统: 践兔
联系:

Re: 升级glibc库问题求助!

#5

帖子 tusooa » 2010-02-20 9:59

没事升级GLibc,找死啊
afp从来不装,不开源

代码: 全选

] ls -ld //
回复