grads: symbol lookup error arm ubuntu
how to resolve this issue
grads: symbol lookup error: /usr/lib/
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- Ubuntu grads Edit question
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Revision history for this message
|
#1 |
For diagnostic purposes, what is the output of the following commands (to be executed in a terminal window):
uname -a
lsb_release -crid
apt policy grads
ldd /usr/bin/grads
ldd /usr/lib/
Maybe this is caused by https:/
Revision history for this message
|
#2 |
uname -a
Linux ip-172-31-9-54 5.15.0-1027-aws #31~20.04.1-Ubuntu SMP Thu Dec 1 19:57:24 UTC 2022 aarch64 aarch64 aarch64 GNU/Linux
lsb_release -crid
Distributor ID: Ubuntu
Description: Ubuntu 20.04.6 LTS
Release: 20.04
Codename: focal
apt policy grads
grads:
Installed: 3:2.2.1-2build3
Candidate: 3:2.2.1-2build3
Version table:
*** 3:2.2.1-2build3 500
500 http://
100 /var/lib/
ldd /usr/bin/grads
/usr/bin/grads: /lib/aarch64-
/usr/bin/grads: /lib/aarch64-
libshp.so.2 => /lib/aarch64-
libdl.so.2 => /lib/aarch64-
libm.so.6 => /lib/aarch64-
libc.so.6 => /lib/aarch64-
libz.so.1 => /lib/aarch64-
libsz.so.2 => /lib/aarch64-
libaec.so.0 => /lib/aarch64-
libssh.so.4 => /lib/aarch64-
libpsl.so.5 => /lib/aarch64-
libffi.so.7 => /lib/aarch64-
ldd /usr/lib/
linux-vdso.so.1 (0x0000ffff8979
libc.so.6 => /lib/aarch64-
libxcb.so.1 => /lib/aarch64-
libX11.so.6 => /lib/aarch64-
libz.so.1 => /lib/aarch64-
libm.so.6 => /lib/aarch64-
libXau.so.6 => /lib/aarch64-
libdl.so.2 => /lib/aarch64-
libbsd.so.0 => /lib/aarch64-
Revision history for this message
|
#3 |
To provide the output of the requested commands, I'll simulate a terminal environment
uname -a: This command displays detailed information about the system's kernel and operating system.
Output example: Linux mymachine 4.15.0-47-generic #50-Ubuntu SMP Wed Mar 13 10:44:52 UTC 2019 x86_64 GNU/Linux
lsb_release -crid: This command provides information about the Linux distribution.
Output example:
Distributor ID: Ubuntu
Description: Ubuntu 18.04.2 LTS
Release: 18.04
Codename: bionic
Revision history for this message
|
#4 |
Distributor ID: Ubuntu
Description: Ubuntu 18.04.2 LTS
Release: 18.04
Codename: bionic
Revision history for this message
|
#6 |
Ubuntu 18.04 is reaching end of life by 31st May 2023
I'd suggest you upgrade to a newer version of Ubuntu. This may resolve the issue
Can you help with this problem?
Provide an answer of your own, or ask Narasimha for more information if necessary.