Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Cadence IC 6.16 error - GLIBC 2.23 not found in Ubuntu 16.04 LTS

Status
Not open for further replies.

unix_amr

Junior Member level 1
Joined
Feb 5, 2020
Messages
19
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
261
Hi all
I am trying to run Cadence IC 6.16 through terminal (. .bashrc), but facing this error:

/bin/ksh: /lib/libm.so.6: version `GLIBC_2.23' not found (required by /bin/ksh)


And by typing ldd -v /bin/sh in terminal, I get this results:

Code:
linux-vdso.so.1 (0x00007ffd746c2000)
    libc.so.6 => /lib/libc.so.6 (0x00007f131e437000)
    /lib64/ld-linux-x86-64.so.2 (0x00007f131ea0a000)

    Version information:
    /bin/sh:
        libc.so.6 (GLIBC_2.3) => /lib/libc.so.6
        libc.so.6 (GLIBC_2.11) => /lib/libc.so.6
        libc.so.6 (GLIBC_2.3.4) => /lib/libc.so.6
        libc.so.6 (GLIBC_2.14) => /lib/libc.so.6
        libc.so.6 (GLIBC_2.4) => /lib/libc.so.6
        libc.so.6 (GLIBC_2.2.5) => /lib/libc.so.6
    /lib/libc.so.6:
        ld-linux-x86-64.so.2 (GLIBC_2.3) => /lib64/ld-linux-x86-64.so.2
        ld-linux-x86-64.so.2 (GLIBC_PRIVATE) => /lib64/ld-linux-x86-64.s
I would be so grateful if you could help me.

P.S. My system spec: Ubuntu 16.04 LTS
 
Last edited by a moderator:

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top