我在用着:
Linux ip-172-31-28-209 5.4.0-1059-aws #62~18.04.1-Ubuntu SMP Fri Oct 22 21:51:38 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
我在运行程序时遇到错误:
while loading shared libraries: libg2c.so.0: wrong ELF class: ELFCLASS3
2
我该如何解决?
我在看这个帖子,但它适用于 32 位版本的 Ubuntu。
答案1
即使过了 13 年,这个 64 位库仍然可以直接安装下载使用以下命令:
cd ~/Downloads
wget -c https://old-releases.ubuntu.com/ubuntu/pool/universe/g/gcc-3.4/gcc-3.4-base_3.4.6-6ubuntu3_amd64.deb
wget -c https://old-releases.ubuntu.com/ubuntu/pool/universe/g/gcc-3.4/libg2c0_3.4.6-6ubuntu3_amd64.deb
sudo apt-get install ./gcc-3.4-base_3.4.6-6ubuntu3_amd64.deb ./libg2c0_3.4.6-6ubuntu3_amd64.deb