Archived

This forum has been archived. Please start a new discussion on GitHub.

The problem of installing ICE on LINUX

Comments

  • I've never seen this before. Which Linux distribution is this? What versions of the kernel, gcc, and glibc are you using?
  • Linux version: Red Hat 9.0
    gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)
    glibc-2.3.2-11.9
    Thank you!
  • Originally posted by fjjoljh
    Linux version: Red Hat 9.0
    gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)
    glibc-2.3.2-11.9
    Thank you!


    hi,

    i meet the same problem
  • mes
    mes California
    Originally posted by q_new_user
    i meet the same problem
    I don't have this problem, and I'm using RedHat 9.0 with the same gcc version, but my glibc version is slightly different: glibc-2.3.2-27.9.

    I've also set the environment variable LD_ASSUME_KERNEL=2.4.1.

    Take care,
    - Mark
  • LD_ASSUME_KERNEL=2.4.1[/FONT].

    got it

    thx a lot:)
  • Originally posted by mes
    I don't have this problem, and I'm using RedHat 9.0 with the same gcc version, but my glibc version is slightly different: glibc-2.3.2-27.9.

    I've also set the environment variable LD_ASSUME_KERNEL=2.4.1.

    Take care,
    - Mark

    Thank you very much! I have solved the problem by your help!
  • bernard
    bernard Jupiter, FL
    On RedHat 9, Ice is also expected to work with NPTL (that is, without any LD_ASSUME_KERNEL set). It should even work with an unpatched RedHat 9 (see this old post for details), but apparently not. It may well be a NPTL bug in this early glibc.

    Please upgrade your glibc to a recent revision (for RedHat 9) and try again without LD_ASSUME_KERNEL set.

    Cheers,
    Bernard