LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 2002|回复: 1

version GLIBC_2.0 not defined有没有办法搞定

[复制链接]
发表于 2005-1-31 00:42:11 | 显示全部楼层 |阅读模式
下了一个模拟城市3000,好象是依赖老版本的glibc,提示如下:
./sc3u: relocation error: ./sc3u: symbol _dl_global_scope, version GLIBC_2.0 not defined in file ld-linux.so.2 with link time reference
用ldd检查一下,这样的结果:
  1. root@Jack /opt/SC3U # ldd -r sc3u
  2.         linux-gate.so.1 =>  (0xffffe000)
  3.         libpthread.so.0 => /lib/libpthread.so.0 (0xb7fcd000)
  4.         libm.so.6 => /lib/libm.so.6 (0xb7fac000)
  5.         libc.so.6 => /lib/libc.so.6 (0xb7ea2000)
  6.         /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0xb7fec000)
  7. symbol _dl_global_scope, version GLIBC_2.0 not defined in file ld-linux.so.2 with link time reference   (./sc3u)
  8. symbol _dl_loaded, version GLIBC_2.1 not defined in file ld-linux.so.2 with link time reference (./sc3u)
  9. symbol _dl_signal_error, version GLIBC_2.0 not defined in file ld-linux.so.2 with link time reference   (./sc3u)
  10. symbol _dl_close, version GLIBC_2.0 not defined in file libc.so.6 with link time reference      (./sc3u)
  11. symbol _dl_open, version GLIBC_2.0 not defined in file libc.so.6 with link time reference       (./sc3u)
  12. symbol _dl_catch_error, version GLIBC_2.0 not defined in file ld-linux.so.2 with link time reference    (./sc3u)
  13. symbol __pthread_atfork, version GLIBC_2.0 not defined in file libpthread.so.0 with link time reference (./sc3u)
  14. symbol __pthread_initialize, version GLIBC_2.0 not defined in file libpthread.so.0 with link time reference     (./sc3u)
  15. symbol _dl_lookup_symbol_skip, version GLIBC_2.0 not defined in file ld-linux.so.2 with link time reference     (./sc3u)
  16. symbol _dl_lookup_symbol, version GLIBC_2.0 not defined in file ld-linux.so.2 with link time reference  (./sc3u)
复制代码


这种情况有没有办法解决?
发表于 2005-2-1 11:10:59 | 显示全部楼层
可能是游戏依赖的glibc比较老,这可能没什么办法,这游戏太老了
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表