search

Home  >  Q&A  >  body text

linux - 升级到Python3.6后GDB无法正常运行?

在 ArchLinux上滚动升级系统后发现Python的版本升级到了3.6.0;
随后发现GDB无法正常启动,报错信息为:

*gdb: error while loading shared libraries: libpython3.5m.so.1.0: cannot open shared object file: No such file or directory*

请问一下这个怎么解决, Python3.5的相关动态库在升级后已经被删掉了, 难道要把现在的3.6删掉重新装一个3.5的Python吗?

大家讲道理大家讲道理2785 days ago523

reply all(1)I'll reply

  • PHP中文网

    PHP中文网2017-04-18 10:29:46

    Find the corresponding library for version 3.6, rename and copy a 3.5 version and give it a try.

    reply
    0
  • Cancelreply